Namespace to define the mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width. More...
Functions | |
double | squash_fct (const double &s) |
Mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width. More... | |
Variables | |
double | Delta =0.1 |
Boundary layer width. More... | |
double | Fract_in_BL =0.5 |
Fraction of points in boundary layer. More... | |
Namespace to define the mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width.
double BL_Squash::squash_fct | ( | const double & | s | ) |
Mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width.
Definition at line 59 of file fsi_collapsible_channel.cc.
References Delta, and Fract_in_BL.
Referenced by FSICollapsibleChannelProblem< ELEMENT >::FSICollapsibleChannelProblem().
double BL_Squash::Delta =0.1 |
Boundary layer width.
Definition at line 52 of file fsi_collapsible_channel.cc.
Referenced by squash_fct().
double BL_Squash::Fract_in_BL =0.5 |
Fraction of points in boundary layer.
Definition at line 55 of file fsi_collapsible_channel.cc.
Referenced by squash_fct().