Go to the source code of this file.
Classes | |
| class | UndeformedLeaflet |
| //////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More... | |
| class | FSIChannelWithLeafletProblem< ELEMENT > |
| //////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
| 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. More... | |
| 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. More... | |
Variables | |
| double | Global_Physical_Variables::Re =50.0 |
| Reynolds number. More... | |
| double | Global_Physical_Variables::ReSt =50.0 |
| Womersley number: Product of Reynolds and Strouhal numbers. More... | |
| double | Global_Physical_Variables::H =0.05 |
| Non-dimensional wall thickness. More... | |
| double | Global_Physical_Variables::Q =1.0e-6 |
| Fluid structure interaction parameter: Ratio of stresses used for non-dimensionalisation of fluid to solid stresses. More... | |
| double | Global_Physical_Variables::Period =2.0 |
| Period for fluctuations in flux. More... | |
| double | Global_Physical_Variables::Min_flux =1.0 |
| Min. flux. More... | |
| double | Global_Physical_Variables::Max_flux =2.0 |
| Max. flux. More... | |
| 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.