36 #ifndef wallDependentModel_H
37 #define wallDependentModel_H
Generic GeometricField class.
Mesh data needed to do the Finite Volume discretisation.
A class which provides on-demand creation and caching of wall distance and wall normal fields for use...
const volScalarField & yWall() const
Return the wall distance, creating and storing it if necessary.
const volVectorField & nWall() const
Return the wall normal, creating and storing it if necessary.
wallDependentModel(const fvMesh &mesh)
Construct from a mesh.
void operator=(const wallDependentModel &)=delete
Disallow default bitwise assignment.
virtual ~wallDependentModel()
Destructor.