Functions | Variables
BL_Squash Namespace Reference

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

Detailed Description

Namespace to define the mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width.

Function Documentation

◆ squash_fct()

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 56 of file collapsible_channel.cc.

References Delta, and Fract_in_BL.

Variable Documentation

◆ Delta

double BL_Squash::Delta =0.1

Boundary layer width.

Definition at line 49 of file collapsible_channel.cc.

Referenced by squash_fct().

◆ Fract_in_BL

double BL_Squash::Fract_in_BL =0.5

Fraction of points in boundary layer.

Definition at line 52 of file collapsible_channel.cc.

Referenced by squash_fct().