Namespace for the physical parameters in the problem. More...
Variables | |
double | Alpha =0.0 |
Thermal expansion coefficient. More... | |
double | E = 1.0 |
Young's modulus for solid mechanics. More... | |
double | Nu = 0.3 |
Poisson ratio for solid mechanics. More... | |
ConstitutiveLaw * | Constitutive_law_pt |
We need a constitutive law for the solid mechanics. More... | |
Namespace for the physical parameters in the problem.
double Global_Physical_Variables::Alpha =0.0 |
Thermal expansion coefficient.
Definition at line 227 of file thermo.cc.
Referenced by main(), and ThermalProblem< ELEMENT >::ThermalProblem().
ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt |
We need a constitutive law for the solid mechanics.
Definition at line 236 of file thermo.cc.
Referenced by main(), and ThermalProblem< ELEMENT >::ThermalProblem().
double Global_Physical_Variables::E = 1.0 |