Memosa-FVM
0.2
|
Go to the source code of this file.
Macros | |
#define | _FLOWMODELINTERIOR_H_ |
Functions | |
T | discretizeMassFluxInterior (const Mesh &mesh, const StorageSite &faces, MultiFieldMatrix &mfmatrix, const MultiField &xField, MultiField &rField, const bool isSymmetry=false) |
void | correctVelocityInterior (const Mesh &mesh, const StorageSite &faces, const MultiField &ppField, const bool isSymmetry=false) |
void | updateFacePressureInterior (const Mesh &mesh, const StorageSite &faces, const bool isSymmetry=false) |
void | correctMassFluxInterior (const Mesh &mesh, const StorageSite &faces, MultiFieldMatrix &mfmatrix, const MultiField &xField) |
#define _FLOWMODELINTERIOR_H_ |
Definition at line 7 of file FlowModel_impl.h.
void correctMassFluxInterior | ( | const Mesh & | mesh, |
const StorageSite & | faces, | ||
MultiFieldMatrix & | mfmatrix, | ||
const MultiField & | xField | ||
) |
Definition at line 371 of file FlowModelInterior.h.
References Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), MultiFieldMatrix::getMatrix(), and MultiFieldMatrix::hasMatrix().
Referenced by FlowModel< T >::Impl::postContinuitySolve().
void correctVelocityInterior | ( | const Mesh & | mesh, |
const StorageSite & | faces, | ||
const MultiField & | ppField, | ||
const bool | isSymmetry = false |
||
) |
Definition at line 221 of file FlowModelInterior.h.
References dot(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), StorageSite::getSelfCount(), Mesh::IBTYPE_BOUNDARY, Mesh::IBTYPE_FLUID, and mag().
Referenced by FlowModel< T >::Impl::postContinuitySolve().
T discretizeMassFluxInterior | ( | const Mesh & | mesh, |
const StorageSite & | faces, | ||
MultiFieldMatrix & | mfmatrix, | ||
const MultiField & | xField, | ||
MultiField & | rField, | ||
const bool | isSymmetry = false |
||
) |
Definition at line 8 of file FlowModelInterior.h.
References dot(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), Mesh::getIBFaces(), MultiFieldMatrix::getMatrix(), StorageSite::getSelfCount(), MultiFieldMatrix::hasMatrix(), Mesh::IBTYPE_BOUNDARY, and Mesh::IBTYPE_FLUID.
Referenced by FlowModel< T >::Impl::linearizeContinuity().
void updateFacePressureInterior | ( | const Mesh & | mesh, |
const StorageSite & | faces, | ||
const bool | isSymmetry = false |
||
) |
Definition at line 303 of file FlowModelInterior.h.
References dot(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), Mesh::IBTYPE_BOUNDARY, Mesh::IBTYPE_FLUID, and mag().
Referenced by FlowModel< T >::Impl::postContinuitySolve().