MGIS
Loading...
Searching...
No Matches
mgis::material_property::MaterialProperty Struct Reference

structure describing a material property More...

#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/MaterialProperty/MaterialProperty.hxx>

Public Member Functions

 MaterialProperty ()
 constructor
 
 MaterialProperty (MaterialProperty &&)
 move constructor
 
 MaterialProperty (const MaterialProperty &)
 copy constructor
 
MaterialPropertyoperator= (MaterialProperty &&)
 move assignement
 
MaterialPropertyoperator= (const MaterialProperty &)
 standard assignement
 
 ~MaterialProperty ()
 destructor
 

Public Attributes

std::string library
 name of the library providing the behaviour
 
std::string material_property
 name of the material property
 
std::string source
 name of the MFront source file used to generate the material property
 
std::string tfel_version
 version of TFEL used to generate the material property
 
std::string unit_system
 unit system used by the material property
 
MaterialPropertyFctPtr fct = nullptr
 pointer to the function implementing the material property
 
std::string output
 output of the material property
 
std::vector< std::string > inputs
 inputs of the material property
 

Detailed Description

structure describing a material property


The documentation for this struct was generated from the following file: