Variables
Global_Physical_Variables Namespace Reference

Namespace for physical parameters. More...

Variables

double Re =0.0
 Reynolds number. More...
 
double Nu =0.3
 Pseudo-solid Poisson ratio. More...
 
ConstitutiveLaw * Constitutive_law_pt =0
 Constitutive law used to determine the mesh deformation. More...
 

Detailed Description

Namespace for physical parameters.

Variable Documentation

◆ Constitutive_law_pt

ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt =0

Constitutive law used to determine the mesh deformation.

Definition at line 130 of file unstructured_two_d_fluid.cc.

Referenced by main(), and UnstructuredFluidProblem< ELEMENT >::set_boundary_conditions().

◆ Nu

double Global_Physical_Variables::Nu =0.3

Pseudo-solid Poisson ratio.

Definition at line 127 of file unstructured_two_d_fluid.cc.

Referenced by main().

◆ Re

double Global_Physical_Variables::Re =0.0

Reynolds number.

Definition at line 124 of file unstructured_two_d_fluid.cc.

Referenced by main(), and UnstructuredFluidProblem< ELEMENT >::set_boundary_conditions().