Namepspace 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... | |
Namepspace for global parameters.
unsigned Global_Parameters::Impulsive_start_flag =0 |
Flag for impulsive start: Default = start from exact time-periodic solution.
Definition at line 55 of file rayleigh_traction_channel.cc.
Referenced by main(), and RayleighTractionProblem< ELEMENT, TIMESTEPPER >::unsteady_run().
unsigned Global_Parameters::Long_run_flag =1 |
Flag for long/short run: Default = perform long run.
Definition at line 51 of file rayleigh_traction_channel.cc.
Referenced by main(), and RayleighTractionProblem< ELEMENT, TIMESTEPPER >::unsteady_run().
double Global_Parameters::Re |
Reynolds number.
Definition at line 45 of file rayleigh_traction_channel.cc.
Referenced by main(), and RayleighTractionProblem< ELEMENT, TIMESTEPPER >::RayleighTractionProblem().
double Global_Parameters::ReSt |
Womersley = Reynolds times Strouhal.
Definition at line 48 of file rayleigh_traction_channel.cc.
Referenced by ExactSoln::get_exact_u(), main(), ExactSoln::prescribed_traction(), and RayleighTractionProblem< ELEMENT, TIMESTEPPER >::RayleighTractionProblem().