Functions | Variables
Global_Physical_Variables Namespace Reference

Namespace for physical parameters. More...

Functions

void set_params ()
 Set the parameters that are used in the code as a function of the Womersley number, the density ratio and H. More...
 
void pcos_load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 

Variables

double Alpha_sq =50.0
 Square of Womersly number (a frequency parameter) More...
 
double Density_ratio =1.0
 Density ratio of the solid and the fluid. More...
 
double Pext =0.0
 External Pressure. More...
 
double Nu =0.49
 Poisson ratio. More...
 
double H =0.05
 Nondimensional thickness of the beam. More...
 
double Pcos =0.0
 Perturbation pressure. More...
 
double Re =100.0
 Reynolds number. More...
 
double ReSt =100.0
 Reynolds x Strouhal number. More...
 
double Lambda_sq
 Timescale ratio (non-dimensation density) More...
 
double Q
 Stress ratio. More...
 

Detailed Description

Namespace for physical parameters.

Function Documentation

◆ pcos_load()

void Global_Physical_Variables::pcos_load ( const Vector< double > &  xi,
const Vector< double > &  x,
const Vector< double > &  N,
Vector< double > &  load 
)

Non-FSI load function, a constant external pressure plus a (small) sinusoidal perturbation of wavenumber two.

Definition at line 129 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::FSIRingProblem().

◆ set_params()

void Global_Physical_Variables::set_params ( )

Set the parameters that are used in the code as a function of the Womersley number, the density ratio and H.

Definition at line 91 of file fsi_osc_ring.cc.

References Alpha_sq, Density_ratio, and Re.

Referenced by FSIRingProblem::dynamic_run().

Variable Documentation

◆ Alpha_sq

double Global_Physical_Variables::Alpha_sq =50.0

Square of Womersly number (a frequency parameter)

Definition at line 56 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::dynamic_run(), and set_params().

◆ Density_ratio

double Global_Physical_Variables::Density_ratio =1.0

Density ratio of the solid and the fluid.

Definition at line 59 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::dynamic_run(), and set_params().

◆ H

double Global_Physical_Variables::H =0.05

◆ Lambda_sq

double Global_Physical_Variables::Lambda_sq

Timescale ratio (non-dimensation density)

Definition at line 84 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::FSIRingProblem().

◆ Nu

double Global_Physical_Variables::Nu =0.49

Poisson ratio.

Definition at line 65 of file fsi_osc_ring.cc.

◆ Pcos

double Global_Physical_Variables::Pcos =0.0

Perturbation pressure.

Definition at line 71 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::dynamic_run().

◆ Pext

double Global_Physical_Variables::Pext =0.0

External Pressure.

Definition at line 62 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::dynamic_run().

◆ Q

double Global_Physical_Variables::Q

Stress ratio.

Definition at line 87 of file fsi_osc_ring.cc.

Referenced by FSIRingProblem::FSIRingProblem().

◆ Re

double Global_Physical_Variables::Re =100.0

◆ ReSt

double Global_Physical_Variables::ReSt =100.0