Namespace for physical parameters. More...
Functions | |
| void | set_params () |
| Set the parameters that are used in the code as a function of the Womersley number, the density ratio and H. More... | |
| void | pcos_load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
Variables | |
| double | Alpha_sq =50.0 |
| Square of Womersly number (a frequency parameter) More... | |
| double | Density_ratio =1.0 |
| Density ratio of the solid and the fluid. More... | |
| double | Pext =0.0 |
| External Pressure. More... | |
| double | Nu =0.49 |
| Poisson ratio. More... | |
| double | H =0.05 |
| Nondimensional thickness of the beam. More... | |
| double | Pcos =0.0 |
| Perturbation pressure. More... | |
| double | Re =100.0 |
| Reynolds number. More... | |
| double | ReSt =100.0 |
| Reynolds x Strouhal number. More... | |
| double | Lambda_sq |
| Timescale ratio (non-dimensation density) More... | |
| double | Q |
| Stress ratio. More... | |
Namespace for physical parameters.
| void Global_Physical_Variables::pcos_load | ( | const Vector< double > & | xi, |
| const Vector< double > & | x, | ||
| const Vector< double > & | N, | ||
| Vector< double > & | load | ||
| ) |
Non-FSI load function, a constant external pressure plus a (small) sinusoidal perturbation of wavenumber two.
Definition at line 129 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::FSIRingProblem().
| void Global_Physical_Variables::set_params | ( | ) |
Set the parameters that are used in the code as a function of the Womersley number, the density ratio and H.
Definition at line 91 of file fsi_osc_ring.cc.
References Alpha_sq, Density_ratio, and Re.
Referenced by FSIRingProblem::dynamic_run().
| double Global_Physical_Variables::Alpha_sq =50.0 |
Square of Womersly number (a frequency parameter)
Definition at line 56 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::dynamic_run(), and set_params().
| double Global_Physical_Variables::Density_ratio =1.0 |
Density ratio of the solid and the fluid.
Definition at line 59 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::dynamic_run(), and set_params().
| double Global_Physical_Variables::H =0.05 |
Nondimensional thickness of the beam.
Definition at line 68 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::actions_after_adapt(), FSIRingProblem::dynamic_run(), FSIRingProblem::FSIRingProblem(), and FSIRingProblem::set_wall_initial_condition().
| double Global_Physical_Variables::Lambda_sq |
Timescale ratio (non-dimensation density)
Definition at line 84 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::FSIRingProblem().
| double Global_Physical_Variables::Nu =0.49 |
Poisson ratio.
Definition at line 65 of file fsi_osc_ring.cc.
| double Global_Physical_Variables::Pcos =0.0 |
Perturbation pressure.
Definition at line 71 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::dynamic_run().
| double Global_Physical_Variables::Pext =0.0 |
External Pressure.
Definition at line 62 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::dynamic_run().
| double Global_Physical_Variables::Q |
Stress ratio.
Definition at line 87 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::FSIRingProblem().
| double Global_Physical_Variables::Re =100.0 |
Reynolds number.
Definition at line 78 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::FSIRingProblem(), OscRingNStProblem< ELEMENT >::OscRingNStProblem(), set_params(), and OscRingNStProblem< ELEMENT >::write_trace_file_header().
| double Global_Physical_Variables::ReSt =100.0 |
Reynolds x Strouhal number.
Definition at line 81 of file fsi_osc_ring.cc.
Referenced by FSIRingProblem::FSIRingProblem(), OscRingNStProblem< ELEMENT >::OscRingNStProblem(), and OscRingNStProblem< ELEMENT >::write_trace_file_header().