Variables
Global_Physical_Variables Namespace Reference

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

Detailed Description

Namespace for the physical parameters in the problem.

Variable Documentation

◆ Alpha

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

◆ Constitutive_law_pt

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

◆ E

double Global_Physical_Variables::E = 1.0

Young's modulus for solid mechanics.

Definition at line 230 of file thermo.cc.

Referenced by main().

◆ Nu

double Global_Physical_Variables::Nu = 0.3

Poisson ratio for solid mechanics.

Definition at line 233 of file thermo.cc.

Referenced by main().