Namespace for global parameters. More...
Variables | |
| double | Re |
| Reynolds number. More... | |
| double | ReSt |
| Womersley = Reynolds times Strouhal. More... | |
| unsigned | Long_run_flag =1 |
| Flag for long/short run: Default = perform long run. More... | |
| unsigned | Impulsive_start_flag =0 |
| Flag for impulsive start: Default = start from exact time-periodic solution. More... | |
Namespace for global parameters.
| unsigned Global_Parameters::Impulsive_start_flag =0 |
Flag for impulsive start: Default = start from exact time-periodic solution.
Definition at line 60 of file rayleigh_channel.cc.
Referenced by main(), and RayleighProblem< ELEMENT, TIMESTEPPER >::unsteady_run().
| unsigned Global_Parameters::Long_run_flag =1 |
Flag for long/short run: Default = perform long run.
Definition at line 56 of file rayleigh_channel.cc.
Referenced by main(), and RayleighProblem< ELEMENT, TIMESTEPPER >::unsteady_run().
| double Global_Parameters::Re |
Reynolds number.
Definition at line 50 of file rayleigh_channel.cc.
Referenced by main(), and RayleighProblem< ELEMENT, TIMESTEPPER >::RayleighProblem().
| double Global_Parameters::ReSt |
Womersley = Reynolds times Strouhal.
Definition at line 53 of file rayleigh_channel.cc.
Referenced by ExactSoln::get_exact_u(), main(), and RayleighProblem< ELEMENT, TIMESTEPPER >::RayleighProblem().