Functions | Variables
Global_Physical_Variables Namespace Reference

Namespace for physical parameters. More...

Functions

void wall_unit_normal_fct (const Vector< double > &x, Vector< double > &normal)
 Function that specifies the wall unit normal.
 

Variables

double Nu =0.1
 Pseudo-solid Poisson ratio.
 
Vector< doubleWall_normal
 Direction of the wall normal vector.
 

Detailed Description

Namespace for physical parameters.

Function Documentation

◆ wall_unit_normal_fct()

void Global_Physical_Variables::wall_unit_normal_fct ( const Vector< double > &  x,
Vector< double > &  normal 
)

Function that specifies the wall unit normal.

Definition at line 50 of file adaptive_interface.cc.

References Wall_normal.

Referenced by RefineableRotatingCylinderProblem< ELEMENT >::finish_problem_setup().

Variable Documentation

◆ Nu

double Global_Physical_Variables::Nu =0.1

Pseudo-solid Poisson ratio.

Definition at line 44 of file adaptive_interface.cc.

Referenced by RefineableRotatingCylinderProblem< ELEMENT >::RefineableRotatingCylinderProblem().

◆ Wall_normal

Vector<double> Global_Physical_Variables::Wall_normal

Direction of the wall normal vector.

Definition at line 47 of file adaptive_interface.cc.

Referenced by RefineableRotatingCylinderProblem< ELEMENT >::RefineableRotatingCylinderProblem(), and wall_unit_normal_fct().