Go to the source code of this file.
Classes | |
class | UndeformedLeaflet |
GeomObject: Undeformed straight, vertical leaflet. More... | |
class | FSIChannelWithLeafletProblem< ELEMENT > |
FSI leaflet in channel. More... | |
Namespaces | |
namespace | Global_Physical_Variables |
Global parameters. | |
Functions | |
double | Global_Physical_Variables::flux (const double &t) |
Flux: Pulsatile flow fluctuating between Min_flux and Max_flux with period Period. | |
int | main (int argc, char *argv[]) |
Driver code – pass a command line argument if you want to run the code in validation mode where it only performs a few steps. | |
Variables | |
double | Global_Physical_Variables::Re =50.0 |
Reynolds number. | |
double | Global_Physical_Variables::ReSt =50.0 |
Womersley number: Product of Reynolds and Strouhal numbers. | |
double | Global_Physical_Variables::H =0.05 |
Non-dimensional wall thickness. | |
double | Global_Physical_Variables::Q =1.0e-6 |
Fluid structure interaction parameter: Ratio of stresses used for non-dimensionalisation of fluid to solid stresses. | |
double | Global_Physical_Variables::Period =2.0 |
Period for fluctuations in flux. | |
double | Global_Physical_Variables::Min_flux =1.0 |
Min. flux. | |
double | Global_Physical_Variables::Max_flux =2.0 |
Max. flux. | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Driver code – pass a command line argument if you want to run the code in validation mode where it only performs a few steps.
Definition at line 756 of file fsi_channel_with_leaflet.cc.
References Global_Physical_Variables::Re, and Global_Physical_Variables::ReSt.