Namespace for physical parameters. More...
Functions | |
double | height (const double &x) |
Height of domain. More... | |
Variables | |
double | Re =100 |
Reynolds number. More... | |
double | X_indent_start =0.5 |
Start of indented region. More... | |
double | L =1.0 |
Length of indented region. More... | |
double | L_total =4.0 |
Total length of domain. More... | |
double | H =1.0 |
Undeformed height of domain. More... | |
double | A =-0.6 |
Amplitude of indentation. More... | |
Namespace for physical parameters.
double Global_Physical_Variables::height | ( | const double & | x | ) |
Height of domain.
Definition at line 433 of file simple_spine_channel.cc.
References H.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().
double Global_Physical_Variables::A =-0.6 |
Amplitude of indentation.
Definition at line 430 of file simple_spine_channel.cc.
Referenced by SinusoidalWall::d2position(), SpikedLine::d2position(), SinusoidalWall::dposition(), SpikedLine::dposition(), WavyWall::position(), SpikedLine::position(), and SinusoidalWall::position().
double Global_Physical_Variables::H =1.0 |
Undeformed height of domain.
Definition at line 427 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem(), SinusoidalWall::d2position(), SpikedLine::d2position(), height(), SpikedLine::position(), and SinusoidalWall::position().
double Global_Physical_Variables::L =1.0 |
Length of indented region.
Definition at line 421 of file simple_spine_channel.cc.
Referenced by WavyWall::position().
double Global_Physical_Variables::L_total =4.0 |
Total length of domain.
Definition at line 424 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().
double Global_Physical_Variables::Re =100 |
Reynolds number.
Definition at line 415 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::actions_after_newton_solve(), and ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().
double Global_Physical_Variables::X_indent_start =0.5 |
Start of indented region.
Definition at line 418 of file simple_spine_channel.cc.