Global parameters. More...
Functions | |
double | flux (const double &t) |
Flux: Pulsatile flow fluctuating between Min_flux and Max_flux with period Period. More... | |
Variables | |
double | Re =50.0 |
Reynolds number. More... | |
double | ReSt =50.0 |
Womersley number: Product of Reynolds and Strouhal numbers. More... | |
double | H =0.05 |
Non-dimensional wall thickness. More... | |
double | Q =1.0e-6 |
Fluid structure interaction parameter: Ratio of stresses used for non-dimensionalisation of fluid to solid stresses. More... | |
double | Period =2.0 |
Period for fluctuations in flux. More... | |
double | Min_flux =1.0 |
Min. flux. More... | |
double | Max_flux =2.0 |
Max. flux. More... | |
Global parameters.
double Global_Physical_Variables::flux | ( | const double & | t | ) |
Flux: Pulsatile flow fluctuating between Min_flux and Max_flux with period Period.
Definition at line 72 of file fsi_channel_with_leaflet.cc.
References Max_flux, Min_flux, and Period.
Referenced by FSIChannelWithLeafletProblem< ELEMENT >::actions_before_implicit_timestep(), and FSIChannelWithLeafletProblem< ELEMENT >::doc_solution().
double Global_Physical_Variables::H =0.05 |
Non-dimensional wall thickness.
Definition at line 55 of file fsi_channel_with_leaflet.cc.
Referenced by FSIChannelWithLeafletProblem< ELEMENT >::FSIChannelWithLeafletProblem().
double Global_Physical_Variables::Max_flux =2.0 |
double Global_Physical_Variables::Min_flux =1.0 |
double Global_Physical_Variables::Period =2.0 |
Period for fluctuations in flux.
Definition at line 62 of file fsi_channel_with_leaflet.cc.
Referenced by flux().
double Global_Physical_Variables::Q =1.0e-6 |
Fluid structure interaction parameter: Ratio of stresses used for non-dimensionalisation of fluid to solid stresses.
Definition at line 59 of file fsi_channel_with_leaflet.cc.
Referenced by FSIChannelWithLeafletProblem< ELEMENT >::FSIChannelWithLeafletProblem().
double Global_Physical_Variables::Re =50.0 |
Reynolds number.
Definition at line 49 of file fsi_channel_with_leaflet.cc.
Referenced by FSIChannelWithLeafletProblem< ELEMENT >::FSIChannelWithLeafletProblem(), and main().
double Global_Physical_Variables::ReSt =50.0 |
Womersley number: Product of Reynolds and Strouhal numbers.
Definition at line 52 of file fsi_channel_with_leaflet.cc.
Referenced by FSIChannelWithLeafletProblem< ELEMENT >::FSIChannelWithLeafletProblem(), and main().