COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Namespaces | Macros | Typedefs | Functions | Variables
NavierStokes.cpp File Reference
#include "UFEM/LSSActionUnsteady.hpp"
#include "UFEM/SUPG.hpp"
#include "UFEM/Tags.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include "NavierStokes.hpp"

Go to the source code of this file.

Namespaces

 cf3
 Top-level namespace for coolfluid.
 
 cf3::UFEM
 

Macros

#define BOOST_PROTO_MAX_ARITY   10
 
#define BOOST_MPL_LIMIT_METAFUNCTION_ARITY   10
 

Typedefs

typedef boost::mpl::vector1< mesh::LagrangeP1::Quad2D > AllowedElmsT
 

Functions

boost::shared_ptr< solver::actions::Proto::ProtoAction > wrap_expression (const boost::shared_ptr< Expression > &expr)
 
boost::shared_ptr< solver::actions::Proto::ProtoAction > stokes_artifdiss (LSSActionUnsteady &solver)
 Assembly for the Stokes equations, stabilized with artificial dissipation. More...
 
boost::shared_ptr< solver::actions::Proto::ProtoAction > stokes_pspg (LSSActionUnsteady &solver)
 Assembly for the Stokes equations, stabilized with PSPG. More...
 
boost::shared_ptr< solver::actions::Proto::ProtoAction > navier_stokes_pspg (LSSActionUnsteady &solver)
 Assembly for the Navier-Stokes equations, stabilized with PSPG. More...
 
boost::shared_ptr< solver::actions::Proto::ProtoAction > navier_stokes_supg (LSSActionUnsteady &solver)
 Assembly for the Navier-Stokes equations, stabilized with SUPG. More...
 

Variables

ComputeTau compute_tau
 

Macro Definition Documentation

#define BOOST_MPL_LIMIT_METAFUNCTION_ARITY   10

Definition at line 8 of file NavierStokes.cpp.

#define BOOST_PROTO_MAX_ARITY   10

Definition at line 7 of file NavierStokes.cpp.

Send comments to:
COOLFluiD Web Admin