Namespace for phyical 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 phyical 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 62 of file static_single_layer.cc.
References Wall_normal.
Referenced by CapProblem< ELEMENT >::CapProblem(), CapProblem< ELEMENT >::CapProblem(), and PseudoSolidCapProblem< ELEMENT >::create_contact_angle_element().
| double Global_Physical_Variables::Nu =0.1 |
Pseudo-solid Poisson ratio.
Definition at line 56 of file static_single_layer.cc.
Referenced by PseudoSolidCapProblem< ELEMENT >::PseudoSolidCapProblem(), and PseudoSolidCapProblem< ELEMENT >::PseudoSolidCapProblem().
| Vector< double > Global_Physical_Variables::Wall_normal |
Direction of the wall normal vector.
Definition at line 59 of file static_single_layer.cc.
Referenced by CapProblem< ELEMENT >::CapProblem(), CapProblem< ELEMENT >::CapProblem(), PseudoSolidCapProblem< ELEMENT >::PseudoSolidCapProblem(), PseudoSolidCapProblem< ELEMENT >::PseudoSolidCapProblem(), and wall_unit_normal_fct().