Functions | Variables
Global_Physical_Variables Namespace Reference

//////////////////////////////////////////////////////////////////// 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...
 

Detailed Description

////////////////////////////////////////////////////////////////////

Namespace for physical parameters.

Namespace for physical parameters

Function Documentation

◆ height()

double Global_Physical_Variables::height ( const double &  x)

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().

Variable Documentation

◆ A

double Global_Physical_Variables::A =-0.6

Amplitude of indentation.

Definition at line 426 of file simple_spine_channel.cc.

Referenced by height(), and WavyWall::position().

◆ H

double Global_Physical_Variables::H =1.0

Undeformed height of domain.

Definition at line 423 of file simple_spine_channel.cc.

Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem(), and height().

◆ L

double Global_Physical_Variables::L =1.0

Length of indented region.

Definition at line 417 of file simple_spine_channel.cc.

Referenced by height(), and WavyWall::position().

◆ L_total

double Global_Physical_Variables::L_total =4.0

Total length of domain.

Definition at line 420 of file simple_spine_channel.cc.

Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().

◆ Re

double Global_Physical_Variables::Re =100

Reynolds number.

Definition at line 411 of file simple_spine_channel.cc.

Referenced by ChannelSpineFlowProblem< ELEMENT >::ChannelSpineFlowProblem().

◆ X_indent_start

double Global_Physical_Variables::X_indent_start =0.5

Start of indented region.

Definition at line 414 of file simple_spine_channel.cc.

Referenced by height().