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 >
 2D Thermoelasticity problem on rectangular domain, discretised with refineable elements. The specific type of element is specified via the template parameter. More...
 

Namespaces

namespace  Global_Physical_Variables
 Namespace for the physical parameters in the problem.
 

Functions

int main (int argc, char **argv)
 Driver code for 2D Thermoelasticity problem.
 

Variables

double Global_Physical_Variables::Alpha =0.0
 Thermal expansion coefficient.
 
double Global_Physical_Variables::E = 1.0
 Young's modulus for solid mechanics.
 
double Global_Physical_Variables::Nu = 0.3
 Poisson ratio for solid mechanics.
 
ConstitutiveLaw * Global_Physical_Variables::Constitutive_law_pt
 We need a constitutive law for the solid mechanics.
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)