Variables
Problem_Parameter Namespace Reference

Namespace for Problem Parameters. More...

Variables

double Re =1.0
 Reynolds number. More...
 
double St = 1.0
 Strouhal number. More...
 
double Density_ratio = 1.0
 Density ratio (Solid density / Fluid density) More...
 
double A = 0.25
 Initial axis of the elliptical solid in x-direction. More...
 
double B = 0.5
 Initial axis of the elliptical solid in y-direction (N.B. 2B = 1 is the reference length scale) More...
 
double Nu =0.3
 Pseudo-solid (mesh) Poisson ratio. More...
 
double Lambda_sq =0.0
 Pseudo-solid (mesh) "density" Set to zero because we don't want inertia in the node update! More...
 
ConstitutiveLaw * Constitutive_law_pt
 Constitutive law used to determine the mesh deformation. More...
 

Detailed Description

Namespace for Problem Parameters.

Variable Documentation

◆ A

double Problem_Parameter::A = 0.25

◆ B

double Problem_Parameter::B = 0.5

Initial axis of the elliptical solid in y-direction (N.B. 2B = 1 is the reference length scale)

Definition at line 72 of file jeffery_orbit.cc.

Referenced by Jeffery_Solution::angle(), GeneralEllipse::position(), UnstructuredImmersedEllipseProblem< ELEMENT >::UnstructuredImmersedEllipseProblem(), and Jeffery_Solution::velocity().

◆ Constitutive_law_pt

ConstitutiveLaw* Problem_Parameter::Constitutive_law_pt
Initial value:
=
new GeneralisedHookean(&Problem_Parameter::Nu)
double Nu
Pseudo-solid (mesh) Poisson ratio.

Constitutive law used to determine the mesh deformation.

Definition at line 82 of file jeffery_orbit.cc.

Referenced by UnstructuredImmersedEllipseProblem< ELEMENT >::complete_problem_setup(), and UnstructuredImmersedEllipseProblem< ELEMENT >::~UnstructuredImmersedEllipseProblem().

◆ Density_ratio

double Problem_Parameter::Density_ratio = 1.0

Density ratio (Solid density / Fluid density)

Definition at line 65 of file jeffery_orbit.cc.

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

◆ Lambda_sq

double Problem_Parameter::Lambda_sq =0.0

Pseudo-solid (mesh) "density" Set to zero because we don't want inertia in the node update!

Definition at line 79 of file jeffery_orbit.cc.

Referenced by UnstructuredImmersedEllipseProblem< ELEMENT >::complete_problem_setup().

◆ Nu

double Problem_Parameter::Nu =0.3

Pseudo-solid (mesh) Poisson ratio.

Definition at line 75 of file jeffery_orbit.cc.

◆ Re

double Problem_Parameter::Re =1.0

◆ St

double Problem_Parameter::St = 1.0