Chi-Tech
|
#include <material_property_isotropic_mg_src.h>
Public Member Functions | |
IsotropicMultiGrpSource () | |
void | PushLuaTable (lua_State *L) const override |
Public Member Functions inherited from chi_physics::MaterialProperty | |
MaterialProperty (PropertyType in_type) | |
virtual | ~MaterialProperty ()=default |
PropertyType | Type () |
virtual double | GetScalarValue () |
virtual void | PushLuaTable (lua_State *L) const |
Data Fields | |
std::vector< double > | source_value_g_ |
Data Fields inherited from chi_physics::MaterialProperty | |
std::string | property_name |
Basic thermal conductivity material property.
Definition at line 11 of file material_property_isotropic_mg_src.h.
|
inline |
Definition at line 16 of file material_property_isotropic_mg_src.h.
|
inlineoverridevirtual |
Base class method for pushing lua table.
Reimplemented from chi_physics::MaterialProperty.
Definition at line 19 of file material_property_isotropic_mg_src.h.
std::vector<double> chi_physics::IsotropicMultiGrpSource::source_value_g_ |
Definition at line 14 of file material_property_isotropic_mg_src.h.