OGS
Component.h File Reference

Detailed Description

Author
Norbert Grunwald
Date
Sep 7, 2017

Definition in file Component.h.

#include <span>
#include "Property.h"
Include dependency graph for Component.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MaterialPropertyLib::Component
 This class defines components (substances). More...
 

Namespaces

namespace  MaterialPropertyLib
 

Functions

std::unique_ptr< ComponentMaterialPropertyLib::newComponent (std::string const &component_name, bool &isCustomComponent)
 
void MaterialPropertyLib::checkRequiredProperties (Component const &c, std::span< PropertyType const > const required_properties)