Functions | Variables
Global_Physical_Variables Namespace Reference

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.
 

Detailed Description

Namespace for physical parameters.

Function Documentation

◆ height()

double Global_Physical_Variables::height ( const double x)
private

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
private

Amplitude of indentation.

Definition at line 426 of file simple_spine_channel.cc.

Referenced by height().

◆ H

double Global_Physical_Variables::H =1.0
private

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
private

Length of indented region.

Definition at line 417 of file simple_spine_channel.cc.

Referenced by height().

◆ L_total

double Global_Physical_Variables::L_total =4.0
private

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
private

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
private

Start of indented region.

Definition at line 414 of file simple_spine_channel.cc.

Referenced by height().