Classes | Namespaces | Functions | Variables
thermo.cc File Reference

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...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)