Functions | Variables
Global_Physical_Variables Namespace Reference

Global parameters. More...

Functions

double flux (const double &t)
 Flux: Pulsatile flow fluctuating between Min_flux and Max_flux with period Period. More...
 

Variables

double Re =50.0
 Reynolds number. More...
 
double ReSt =50.0
 Womersley number: Product of Reynolds and Strouhal numbers. More...
 
double H =0.05
 Non-dimensional wall thickness. More...
 
double Q =1.0e-6
 Fluid structure interaction parameter: Ratio of stresses used for non-dimensionalisation of fluid to solid stresses. More...
 
double Period =2.0
 Period for fluctuations in flux. More...
 
double Min_flux =1.0
 Min. flux. More...
 
double Max_flux =2.0
 Max. flux. More...
 

Detailed Description

Global parameters.

Function Documentation

◆ flux()

double Global_Physical_Variables::flux ( const double &  t)

Flux: Pulsatile flow fluctuating between Min_flux and Max_flux with period Period.

Definition at line 72 of file fsi_channel_with_leaflet.cc.

References Max_flux, Min_flux, and Period.

Referenced by FSIChannelWithLeafletProblem< ELEMENT >::actions_before_implicit_timestep(), and FSIChannelWithLeafletProblem< ELEMENT >::doc_solution().

Variable Documentation

◆ H

double Global_Physical_Variables::H =0.05

Non-dimensional wall thickness.

Definition at line 55 of file fsi_channel_with_leaflet.cc.

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

◆ Max_flux

double Global_Physical_Variables::Max_flux =2.0

Max. flux.

Definition at line 68 of file fsi_channel_with_leaflet.cc.

Referenced by flux().

◆ Min_flux

double Global_Physical_Variables::Min_flux =1.0

Min. flux.

Definition at line 65 of file fsi_channel_with_leaflet.cc.

Referenced by flux().

◆ Period

double Global_Physical_Variables::Period =2.0

Period for fluctuations in flux.

Definition at line 62 of file fsi_channel_with_leaflet.cc.

Referenced by flux().

◆ Q

double Global_Physical_Variables::Q =1.0e-6

Fluid structure interaction parameter: Ratio of stresses used for non-dimensionalisation of fluid to solid stresses.

Definition at line 59 of file fsi_channel_with_leaflet.cc.

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

◆ Re

double Global_Physical_Variables::Re =50.0

◆ ReSt

double Global_Physical_Variables::ReSt =50.0

Womersley number: Product of Reynolds and Strouhal numbers.

Definition at line 52 of file fsi_channel_with_leaflet.cc.

Referenced by FSIChannelWithLeafletProblem< ELEMENT >::FSIChannelWithLeafletProblem(), and main().