COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Typedefs | Enumerations | Functions
cf3::physics::navierstokes::navierstokes2d Namespace Reference

Classes

struct  Data
 

Typedefs

typedef MatrixTypes< NDIM, NEQS >::RowVector_NEQS RowVector_NEQS
 
typedef MatrixTypes< NDIM, NEQS >::ColVector_NDIM ColVector_NDIM
 
typedef MatrixTypes< NDIM, NEQS >::Matrix_NEQSxNEQS Matrix_NEQSxNEQS
 
typedef MatrixTypes< NDIM, NEQS >::Matrix_NDIMxNEQS Matrix_NDIMxNEQS
 
typedef MatrixTypes< NDIM, NEQS >::Matrix_NDIMxNDIM Matrix_NDIMxNDIM
 

Enumerations

enum  { NDIM =2 }
 
enum  { NEQS =4 }
 

Functions

void compute_diffusive_flux (const Data &p, const ColVector_NDIM &normal, RowVector_NEQS &flux, Real &wave_speed)
 Diffusive flux in conservative form. More...
 
void compute_diffusive_flux (const Data &p, const ColVector_NDIM &normal, RowVector_NEQS &flux)
 Diffusive flux in conservative form. More...
 
void compute_diffusive_wave_speed (const Data &p, const ColVector_NDIM &normal, Real &wave_speed)
 Maximum absolute wave speed. More...
 

Typedef Documentation

Definition at line 23 of file Types.hpp.

Definition at line 26 of file Types.hpp.

Definition at line 25 of file Types.hpp.

Definition at line 24 of file Types.hpp.

Definition at line 22 of file Types.hpp.

Enumeration Type Documentation

anonymous enum
Enumerator
NDIM 

Definition at line 19 of file Types.hpp.

anonymous enum
Enumerator
NEQS 

Definition at line 20 of file Types.hpp.

Function Documentation

void compute_diffusive_flux ( const Data p,
const ColVector_NDIM normal,
RowVector_NEQS flux,
Real &  wave_speed 
)

Diffusive flux in conservative form.

Definition at line 18 of file Functions.cpp.

void compute_diffusive_flux ( const Data p,
const ColVector_NDIM normal,
RowVector_NEQS flux 
)

Diffusive flux in conservative form.

Definition at line 25 of file Functions.cpp.

void compute_diffusive_wave_speed ( const Data p,
const ColVector_NDIM normal,
Real &  wave_speed 
)

Maximum absolute wave speed.

Definition at line 48 of file Functions.cpp.

Send comments to:
COOLFluiD Web Admin