Classes | Namespaces | Functions
fsi_collapsible_channel_adapt.cc File Reference

Go to the source code of this file.

Classes

class  UndeformedWall
 /////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// More...
 
class  FSICollapsibleChannelProblem< ELEMENT >
 Problem class. More...
 

Namespaces

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

Functions

double BL_Squash::squash_fct (const double &s)
 Mapping [0,1] -> [0,1] that re-distributes nodal points across the channel width. More...
 
void Global_Physical_Variables::prescribed_traction (const double &t, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction)
 Traction applied on the fluid at the left (inflow) boundary. More...
 
void Global_Physical_Variables::load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 Load function: Apply a constant external pressure to the wall. Note: This is the load without the fluid contribution! Fluid load gets added on by FSIWallElement. More...
 
int main (int argc, char *argv[])
 Driver code for a collapsible channel problem with FSI. Presence of command line arguments indicates validation run with coarse resolution and small number of timesteps. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Driver code for a collapsible channel problem with FSI. Presence of command line arguments indicates validation run with coarse resolution and small number of timesteps.

Definition at line 971 of file fsi_collapsible_channel_adapt.cc.

References Global_Physical_Variables::P_ext, and Global_Physical_Variables::P_up.