Go to the source code of this file.
Classes | |
class | QThermalPVDElement< DIM > |
A class that solves the equations of steady thermoelasticity by combining the UnsteadyHeat and PVD equations into a single element. A temperature-dependent growth term is added to the PVD equations by overloading the member function get_istotropic_growth() More... | |
class | ThermalProblem< ELEMENT > |
/////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
Global_Physical_Variables | |
Namespace for the physical parameters in the problem. | |
Functions | |
int | main (int argc, char **argv) |
Driver code for 2D Thermoelasticity problem. More... | |
Variables | |
double | Global_Physical_Variables::Alpha =0.0 |
Thermal expansion coefficient. More... | |
double | Global_Physical_Variables::E = 1.0 |
Young's modulus for solid mechanics. More... | |
double | Global_Physical_Variables::Nu = 0.3 |
Poisson ratio for solid mechanics. More... | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
We need a constitutive law for the solid mechanics. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Driver code for 2D Thermoelasticity problem.
Definition at line 406 of file thermo.cc.
References Global_Physical_Variables::Alpha, Global_Physical_Variables::Constitutive_law_pt, ThermalProblem< ELEMENT >::doc_solution(), Global_Physical_Variables::E, and Global_Physical_Variables::Nu.