Loading...
Searching...
No Matches
MeshConfiguration Class Reference

Manages mesh-related parameters and geometric information. More...

#include <MeshConfiguration.H>

Public Member Functions

Foam::fvMesh & get_mesh () const
const Foam::label & get_nCells () const
Foam::volScalarField & get_volume () const
const double & get_totalVolume () const
const Foam::volScalarField & get_delta () const
void set_mesh (Foam::fvMesh *m)
void set_nCells (Foam::label n)
void set_volume (Foam::volScalarField *v)
void set_totalVolume (double tv)
void set_delta (Foam::volScalarField *d)

Detailed Description

Manages mesh-related parameters and geometric information.

Definition at line 12 of file MeshConfiguration.H.

Constructor & Destructor Documentation

◆ MeshConfiguration()

MeshConfiguration::MeshConfiguration ( )
inline

Definition at line 15 of file MeshConfiguration.H.

Member Function Documentation

◆ get_delta()

const Foam::volScalarField & MeshConfiguration::get_delta ( ) const
inline

Definition at line 23 of file MeshConfiguration.H.

◆ get_mesh()

Foam::fvMesh & MeshConfiguration::get_mesh ( ) const
inline

Definition at line 18 of file MeshConfiguration.H.

◆ get_nCells()

const Foam::label & MeshConfiguration::get_nCells ( ) const
inline

Definition at line 19 of file MeshConfiguration.H.

◆ get_totalVolume()

const double & MeshConfiguration::get_totalVolume ( ) const
inline

Definition at line 22 of file MeshConfiguration.H.

◆ get_volume()

Foam::volScalarField & MeshConfiguration::get_volume ( ) const
inline

Definition at line 21 of file MeshConfiguration.H.

◆ set_delta()

void MeshConfiguration::set_delta ( Foam::volScalarField * d)
inline

Definition at line 29 of file MeshConfiguration.H.

◆ set_mesh()

void MeshConfiguration::set_mesh ( Foam::fvMesh * m)
inline

Definition at line 25 of file MeshConfiguration.H.

◆ set_nCells()

void MeshConfiguration::set_nCells ( Foam::label n)
inline

Definition at line 26 of file MeshConfiguration.H.

◆ set_totalVolume()

void MeshConfiguration::set_totalVolume ( double tv)
inline

Definition at line 28 of file MeshConfiguration.H.

◆ set_volume()

void MeshConfiguration::set_volume ( Foam::volScalarField * v)
inline

Definition at line 27 of file MeshConfiguration.H.


The documentation for this class was generated from the following file: