Example codes
and tutorials
The (Not-so) Quick Guide
List of tutorials/demo codes
Single-Physics Problems
Poisson
Adaptivity illustrated for Poisson
Advection-Diffusion
Unsteady heat equation
Linear wave equation
The Young-Laplace equation
Navier-Stokes
Free-surface Navier-Stokes
Axisymmetric Navier-Stokes
Solid mechanics
Beam structures
Shell structures
Multi-physics Problems
Fluid-structure interaction
Boussinesq convection
Steady thermoelasticity
Methods-based example codes and tutorials
Mesh generation
Linear solvers and preconditioners
Visualisation of the results
Parallel processing
How to write a new element
How to write a new refineable element
Default nonlinear solvers -- the sequence of action functions
...
Documentation
FE theory and top-down discussion of the data structure
The (Not-so) Quick Guide
Comprehensive bottom-up discussion of the data structure
List of available structured and unstructured meshes
Linear solvers and preconditioners
Visualisation of the results
Parallel processing
Coding conventions and C++ style
Creating documentation
Optimisation - robustness vs. "raw speed"
Linear vs. nonlinear problems
Storing shape functions
Changing the default "full" integration scheme
Disabling the ALE formulation of unsteady equations
C vs. C++ output
Different sparse assembly techniques and the STL memory pool
Publications
Publications
Talks
Journal publications
Theses
Picture show
Download
Copyright
Download/installation instructions
Download page
FAQ & Contact
FAQ
Change log
Bugs and other known problems
Completeness of the library & our "To-Do List"
Contact the developers
Get involved

 


Beta release!

Please note that the library has not been "officially" released. While we continue to work on the documentation, these web pages are likely to contain broken links and documents in draft form. Please send an email to

oomph-lib AT maths DOT man DOT ac DOT uk

if you wish to be informed of the library's "official" release.

Global_Physical_Variables Namespace Reference


Detailed Description

Namepspace for global parameters.


Functions

void get_exact_u (const double &t, const Vector< double > &x, Vector< double > &u)
 Exact solution of the problem as a vector containing u,v,p.

Variables

double Re = 100.0
 Reynolds number.
double ReSt = 100.0
 Womersley = Reynolds times Strouhal.
double A = 1.0
 x-Half axis length
double A_hat = 0.1
 x-Half axis amplitude
double T = 1.0
 Period of oscillations.

Function Documentation

void Global_Physical_Variables::get_exact_u ( const double &  t,
const Vector< double > &  x,
Vector< double > &  u 
)

Exact solution of the problem as a vector containing u,v,p.

Definition at line 137 of file osc_quarter_ellipse.cc.

References A, A_hat, Re, ReSt, and T.

Referenced by OscEllipseProblem< ELEMENT, TIMESTEPPER >::doc_solution(), and OscEllipseProblem< ELEMENT, TIMESTEPPER >::set_initial_condition().


Variable Documentation

double Global_Physical_Variables::Re = 100.0

Reynolds number.

Definition at line 122 of file osc_quarter_ellipse.cc.

Referenced by get_exact_u(), and OscEllipseProblem< ELEMENT, TIMESTEPPER >::OscEllipseProblem().

double Global_Physical_Variables::ReSt = 100.0

Womersley = Reynolds times Strouhal.

Definition at line 125 of file osc_quarter_ellipse.cc.

Referenced by get_exact_u(), and OscEllipseProblem< ELEMENT, TIMESTEPPER >::OscEllipseProblem().

double Global_Physical_Variables::A = 1.0

x-Half axis length

Definition at line 128 of file osc_quarter_ellipse.cc.

Referenced by get_exact_u(), and OscEllipseProblem< ELEMENT, TIMESTEPPER >::OscEllipseProblem().

double Global_Physical_Variables::A_hat = 0.1

x-Half axis amplitude

Definition at line 131 of file osc_quarter_ellipse.cc.

Referenced by get_exact_u(), and OscEllipseProblem< ELEMENT, TIMESTEPPER >::OscEllipseProblem().

double Global_Physical_Variables::T = 1.0

Period of oscillations.

Definition at line 134 of file osc_quarter_ellipse.cc.

Referenced by get_exact_u(), and OscEllipseProblem< ELEMENT, TIMESTEPPER >::OscEllipseProblem().


Generated on Mon Aug 10 11:34:05 2009 by  doxygen 1.4.7