Functions | Variables
Global_Physical_Variables Namespace Reference

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

Detailed Description

Namespace for physical parameters.

Function Documentation

◆ height()

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

Variable Documentation

◆ A

double Global_Physical_Variables::A =-0.6

◆ H

double Global_Physical_Variables::H =1.0

◆ L

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

◆ L_total

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

◆ Re

double Global_Physical_Variables::Re =100

◆ X_indent_start

double Global_Physical_Variables::X_indent_start =0.5

Start of indented region.

Definition at line 418 of file simple_spine_channel.cc.