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

Go to the source code of this file.

Classes

class  GeneralEllipse
 //////////////////////////////////////////////////////// //////////////////////////////////////////////////////// More...
 
class  UnstructuredImmersedEllipseProblem< ELEMENT >
 //////////////////////////////////////////////////////// //////////////////////////////////////////////////////// More...
 

Namespaces

 Problem_Parameter
 Namespace for Problem Parameters.
 
 Jeffery_Solution
 Exact solution for the rotation of an ellipse in unbounded shear flow as computed by Jeffery (1922)
 

Functions

double Jeffery_Solution::null (const double &t)
 Null function. More...
 
double Jeffery_Solution::angle (const double &t)
 Angular position as a function of time t. More...
 
double Jeffery_Solution::velocity (const double &t)
 Angular velocity as function of time t. More...
 
double Jeffery_Solution::acceleration (const double &t)
 Angular acceleration as a function of time t (should always be zero) More...
 
int main (int argc, char **argv)
 Driver code for immersed ellipse problem. More...
 

Variables

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Driver code for immersed ellipse problem.

Definition at line 1198 of file jeffery_orbit.cc.

References UnstructuredImmersedEllipseProblem< ELEMENT >::solve_for_consistent_nodal_positions().