ASPECT
|
Public Member Functions | |
ModelDependence () | |
Public Attributes | |
Dependence | viscosity |
Dependence | density |
Dependence | compressibility |
Dependence | specific_heat |
Dependence | thermal_conductivity |
A structure that, for every output variable of a material model, describes which input variable it depends on.
Definition at line 118 of file interface.h.
aspect::MaterialModel::NonlinearDependence::ModelDependence::ModelDependence | ( | ) |
Default constructor. Sets all dependencies to invalid values in order to ensure that material models really correctly specify which input variables their output variables depend on.
Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::viscosity |
A field that describes which input variable the viscosity of a material model depends on.
Definition at line 124 of file interface.h.
Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::density |
A field that describes which input variable the density of a material model depends on.
Definition at line 130 of file interface.h.
Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::compressibility |
A field that describes which input variable the compressibility of a material model depends on.
Definition at line 136 of file interface.h.
Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::specific_heat |
A field that describes which input variable the specific heat of a material model depends on.
Definition at line 142 of file interface.h.
Dependence aspect::MaterialModel::NonlinearDependence::ModelDependence::thermal_conductivity |
A field that describes which input variable the thermal conductivity of a material model depends on.
Definition at line 148 of file interface.h.