Classes | Namespaces | Functions | Variables
simple_spine_channel.cc File Reference

Go to the source code of this file.

Classes

class  WavyWall
 Geometric object representing a wavy wall, parametrised by. More...
 
class  SimpleSpineMesh< ELEMENT >
 Simple spine mesh class derived from standard 2D mesh. Vertical lines of nodes are located on spines. More...
 
class  ChannelSpineFlowProblem< ELEMENT >
 Channel flow through a non-uniform channel whose geometry is defined by a spine mesh. More...
 

Namespaces

namespace  Global_Physical_Variables
 Namespace for physical parameters.
 

Functions

double Global_Physical_Variables::height (const double &x)
 Height of domain.
 
int main ()
 Driver for channel flow problem with spine mesh.
 

Variables

double Global_Physical_Variables::Re =100
 Reynolds number.
 
double Global_Physical_Variables::X_indent_start =0.5
 Start of indented region.
 
double Global_Physical_Variables::L =1.0
 Length of indented region.
 
double Global_Physical_Variables::L_total =4.0
 Total length of domain.
 
double Global_Physical_Variables::H =1.0
 Undeformed height of domain.
 
double Global_Physical_Variables::A =-0.6
 Amplitude of indentation.
 

Function Documentation

◆ main()

int main ( )

Driver for channel flow problem with spine mesh.

Definition at line 654 of file simple_spine_channel.cc.