Functions | Variables
Global_Physical_Variables Namespace Reference

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

Variables

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

Detailed Description

Namespace for phyical 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 62 of file static_single_layer.cc.

References Wall_normal.

Referenced by CapProblem< ELEMENT >::CapProblem(), and PseudoSolidCapProblem< ELEMENT >::create_contact_angle_element().

Variable Documentation

◆ Nu

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

◆ Wall_normal

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(), PseudoSolidCapProblem< ELEMENT >::PseudoSolidCapProblem(), and wall_unit_normal_fct().