Namespace for physical parameters. More...
Functions | |
| double | height (const double &x) |
| Height of domain. | |
Variables | |
| double | Re =100 |
| Reynolds number. | |
| double | X_indent_start =0.5 |
| Start of indented region. | |
| double | L =1.0 |
| Length of indented region. | |
| double | L_total =4.0 |
| Total length of domain. | |
| double | H =1.0 |
| Undeformed height of domain. | |
| double | A =-0.6 |
| Amplitude of indentation. | |
Namespace for physical parameters.
Height of domain.
Definition at line 429 of file simple_spine_channel.cc.
References A, H, L, and X_indent_start.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().
|
private |
Amplitude of indentation.
Definition at line 426 of file simple_spine_channel.cc.
Referenced by height().
|
private |
Undeformed height of domain.
Definition at line 423 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem(), and height().
|
private |
Length of indented region.
Definition at line 417 of file simple_spine_channel.cc.
Referenced by height().
|
private |
Total length of domain.
Definition at line 420 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().
|
private |
Reynolds number.
Definition at line 411 of file simple_spine_channel.cc.
Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().
|
private |
Start of indented region.
Definition at line 414 of file simple_spine_channel.cc.
Referenced by height().