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.

NavierStokesProblem< ELEMENT > Class Template Reference

List of all members.

Detailed Description

template<class ELEMENT>
class NavierStokesProblem< ELEMENT >

Entry flow problem in quarter tube domain.

Definition at line 57 of file mesh_from_tetgen_navier_stokes.cc.


Public Member Functions

 NavierStokesProblem (DocInfo &doc_info, const string &node_file_name, const string &element_file_name, const string &face_file_name)
 Constructor: Pass DocInfo object and file names.
 ~NavierStokesProblem ()
 Destructor (empty).
void actions_after_newton_solve ()
 Doc the solution after solve.
void actions_before_newton_solve ()
 Update the problem specs before solve.
void doc_solution ()
 Doc the solution.
TetgenMesh< ELEMENT > * mesh_pt ()

Private Attributes

DocInfo Doc_info
 Doc info object.

Constructor & Destructor Documentation

template<class ELEMENT>
NavierStokesProblem< ELEMENT >::NavierStokesProblem ( DocInfo &  doc_info,
const string &  node_file_name,
const string &  element_file_name,
const string &  face_file_name 
)

Constructor: Pass DocInfo object and file names.

Definition at line 109 of file mesh_from_tetgen_navier_stokes.cc.

References NavierStokesProblem< ELEMENT >::mesh_pt(), and Global_Physical_Variables::Re.

template<class ELEMENT>
NavierStokesProblem< ELEMENT >::~NavierStokesProblem (  )  [inline]

Destructor (empty).

Definition at line 69 of file mesh_from_tetgen_navier_stokes.cc.


Member Function Documentation

template<class ELEMENT>
void NavierStokesProblem< ELEMENT >::actions_after_newton_solve (  )  [inline]

Doc the solution after solve.

Definition at line 72 of file mesh_from_tetgen_navier_stokes.cc.

References NavierStokesProblem< ELEMENT >::Doc_info, and NavierStokesProblem< ELEMENT >::doc_solution().

template<class ELEMENT>
void NavierStokesProblem< ELEMENT >::actions_before_newton_solve (  ) 

Update the problem specs before solve.

Definition at line 187 of file mesh_from_tetgen_navier_stokes.cc.

References NavierStokesProblem< ELEMENT >::mesh_pt().

template<class ELEMENT>
void NavierStokesProblem< ELEMENT >::doc_solution (  ) 

Doc the solution.

Definition at line 207 of file mesh_from_tetgen_navier_stokes.cc.

References NavierStokesProblem< ELEMENT >::Doc_info, and NavierStokesProblem< ELEMENT >::mesh_pt().

Referenced by NavierStokesProblem< ELEMENT >::actions_after_newton_solve().

template<class ELEMENT>
TetgenMesh<ELEMENT>* NavierStokesProblem< ELEMENT >::mesh_pt (  )  [inline]

Definition at line 88 of file mesh_from_tetgen_navier_stokes.cc.

Referenced by NavierStokesProblem< ELEMENT >::actions_before_newton_solve(), NavierStokesProblem< ELEMENT >::doc_solution(), and NavierStokesProblem< ELEMENT >::NavierStokesProblem().


Member Data Documentation

template<class ELEMENT>
DocInfo NavierStokesProblem< ELEMENT >::Doc_info [private]

Doc info object.

Definition at line 98 of file mesh_from_tetgen_navier_stokes.cc.

Referenced by NavierStokesProblem< ELEMENT >::actions_after_newton_solve(), and NavierStokesProblem< ELEMENT >::doc_solution().


The documentation for this class was generated from the following file:
Generated on Mon Aug 10 11:22:39 2009 by  doxygen 1.4.7