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< double > | Wall_normal |
Direction of the wall normal vector. | |
Namespace for physical parameters.
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().
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().
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().