OpenFOAM logo
Open Source CFD Toolkit

wallDistData Class Template Reference

Inheritance diagram for wallDistData:

Inheritance graph
[legend]
Collaboration diagram for wallDistData:

Collaboration graph
[legend]
List of all members.

template<class TransferType>
class Foam::wallDistData< TransferType >


Public Member Functions

 wallDistData (const fvMesh &mesh, GeometricField< Type, fvPatchField, volMesh > &, bool correctWalls=true)
 Construct from mesh and flag whether or not to correct wall.
virtual ~wallDistData ()
const volScalarFieldy () const
label nUnset () const
const GeometricField< Type,
fvPatchField, volMesh > & 
data () const
 Access field.
virtual void correct ()
 Correct for mesh geom/topo changes.

Constructor & Destructor Documentation

wallDistData const fvMesh mesh,
GeometricField< Type, fvPatchField, volMesh > &  ,
bool  correctWalls = true
 

Construct from mesh and flag whether or not to correct wall.

Calculate for all cells. correctWalls : correct wall (face&point) cells for correct distance, searching neighbours.

virtual ~wallDistData  )  [virtual]
 


Member Function Documentation

virtual void correct  )  [virtual]
 

Correct for mesh geom/topo changes.

Reimplemented in wallDistReflection.

const GeometricField<Type, fvPatchField, volMesh>& data  )  const [inline]
 

Access field.

Definition at line 136 of file wallDistData.H.

label nUnset  )  const [inline]
 

Definition at line 130 of file wallDistData.H.

const volScalarField& y  )  const [inline]
 

Definition at line 125 of file wallDistData.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org