|
Memosa-FVM
0.2
|

Go to the source code of this file.
Macros | |
| #define | _FLOWMODELPRESSUREBCS_H_ |
Functions | |
| void | fixedPressureMomentumBC (const StorageSite &faces, const Mesh &mesh, MultiFieldMatrix &matrix, const MultiField &xField, MultiField &rField) |
| T | fixedPressureContinuityBC (const StorageSite &faces, const Mesh &mesh, MultiFieldMatrix &matrix, const MultiField &xField, MultiField &rField) |
| void | pressureBoundaryPostContinuitySolve (const StorageSite &faces, const Mesh &mesh, const T bp) |
| void | updateFacePressureBoundary (const Mesh &mesh, const StorageSite &faces) |
| #define _FLOWMODELPRESSUREBCS_H_ |
Definition at line 7 of file FlowModel_impl.h.
| T fixedPressureContinuityBC | ( | const StorageSite & | faces, |
| const Mesh & | mesh, | ||
| MultiFieldMatrix & | matrix, | ||
| const MultiField & | xField, | ||
| MultiField & | rField | ||
| ) |
Definition at line 58 of file FlowModelPressureBC.h.
References dot(), Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), MultiFieldMatrix::getMatrix(), and mag2().
Referenced by FlowModel< T >::Impl::linearizeContinuity().
| void fixedPressureMomentumBC | ( | const StorageSite & | faces, |
| const Mesh & | mesh, | ||
| MultiFieldMatrix & | matrix, | ||
| const MultiField & | xField, | ||
| MultiField & | rField | ||
| ) |
Definition at line 11 of file FlowModelPressureBC.h.
References Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), MultiFieldMatrix::getMatrix(), and mag2().
Referenced by FlowModel< T >::Impl::linearizeMomentum().
| void pressureBoundaryPostContinuitySolve | ( | const StorageSite & | faces, |
| const Mesh & | mesh, | ||
| const T | bp | ||
| ) |
Definition at line 170 of file FlowModelPressureBC.h.
References Mesh::getCells(), StorageSite::getCount(), Mesh::getFaceCells(), and mag2().
Referenced by FlowModel< T >::Impl::postContinuitySolve().
| void updateFacePressureBoundary | ( | const Mesh & | mesh, |
| const StorageSite & | faces | ||
| ) |
Definition at line 218 of file FlowModelPressureBC.h.
References Mesh::getCells(), StorageSite::getCount(), and Mesh::getFaceCells().
Referenced by FlowModel< T >::Impl::postContinuitySolve().