Manages mesh-related parameters and geometric information.
More...
#include <MeshConfiguration.H>
Manages mesh-related parameters and geometric information.
Definition at line 12 of file MeshConfiguration.H.
◆ MeshConfiguration()
| MeshConfiguration::MeshConfiguration |
( |
| ) |
|
|
inline |
◆ get_delta()
| const Foam::volScalarField & MeshConfiguration::get_delta |
( |
| ) |
const |
|
inline |
◆ get_mesh()
| Foam::fvMesh & MeshConfiguration::get_mesh |
( |
| ) |
const |
|
inline |
◆ get_nCells()
| const Foam::label & MeshConfiguration::get_nCells |
( |
| ) |
const |
|
inline |
◆ get_totalVolume()
| const double & MeshConfiguration::get_totalVolume |
( |
| ) |
const |
|
inline |
◆ get_volume()
| Foam::volScalarField & MeshConfiguration::get_volume |
( |
| ) |
const |
|
inline |
◆ set_delta()
| void MeshConfiguration::set_delta |
( |
Foam::volScalarField * | d | ) |
|
|
inline |
◆ set_mesh()
| void MeshConfiguration::set_mesh |
( |
Foam::fvMesh * | m | ) |
|
|
inline |
◆ set_nCells()
| void MeshConfiguration::set_nCells |
( |
Foam::label | n | ) |
|
|
inline |
◆ set_totalVolume()
| void MeshConfiguration::set_totalVolume |
( |
double | tv | ) |
|
|
inline |
◆ set_volume()
| void MeshConfiguration::set_volume |
( |
Foam::volScalarField * | v | ) |
|
|
inline |
The documentation for this class was generated from the following file: