Go to the source code of this file.
Classes | |
class | ElasticCollapsibleChannelMesh< ELEMENT > |
Upgrade mesh to solid mesh. More... | |
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... | |
Variables | |
double | Global_Physical_Variables::Lambda_sq =0.0 |
Pseudo-solid mass density. More... | |
double | Global_Physical_Variables::Nu =0.1 |
Pseudo-solid Poisson ratio. 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.
Definition at line 1017 of file fsi_pseudo_solid_collapsible_channel.cc.