![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
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 =1 } |
| enum | { NEQS =3 } |
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 MatrixTypes<NDIM,NEQS>::ColVector_NDIM ColVector_NDIM |
| typedef MatrixTypes<NDIM,NEQS>::Matrix_NDIMxNDIM Matrix_NDIMxNDIM |
| typedef MatrixTypes<NDIM,NEQS>::Matrix_NDIMxNEQS Matrix_NDIMxNEQS |
| typedef MatrixTypes<NDIM,NEQS>::Matrix_NEQSxNEQS Matrix_NEQSxNEQS |
| typedef MatrixTypes<NDIM,NEQS>::RowVector_NEQS RowVector_NEQS |
| 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 42 of file Functions.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |