39 void Foam::wallDist::constructn()
const 41 n_ = tmp<volVectorField>
53 patchDistMethod::patchTypes<vector>(
mesh(), patchIDs_)
59 volVectorField::Boundary& nbf = n_.ref().boundaryFieldRef();
63 label patchi = iter.key();
71 Foam::wallDist::wallDist(
const fvMesh& mesh,
const word& patchTypeName)
75 patchTypeName_(patchTypeName),
81 .subDict(patchTypeName_ &
"Dist"),
100 static_cast<const
fvSchemes&>(mesh).subDict(patchTypeName_ &
"Dist")
101 .lookupOrDefault<
Switch>(
"nRequired", false)
114 Foam::wallDist::wallDist
118 const word& patchTypeName
123 patchTypeName_(patchTypeName),
128 static_cast<const fvSchemes&>(mesh)
129 .subDict(patchTypeName_ &
"Dist"),
138 "y" & patchTypeName_,
144 patchDistMethod::patchTypes<scalar>(
mesh, patchIDs_)
148 static_cast<const fvSchemes&>(mesh).subDict(patchTypeName_ &
"Dist")
149 .lookupOrDefault<Switch>(
"nRequired",
false)
175 <<
"n requested but 'nRequired' not specified in the " 176 << (patchTypeName_ &
"Dist") <<
" dictionary" <<
nl 177 <<
" Recalculating y and n fields." <<
endl;
181 pdm_->correct(y_, n_.ref());
190 if (pdm_->movePoints())
194 return pdm_->correct(y_, n_.ref());
198 return pdm_->correct(y_);
210 pdm_->updateMesh(mpm);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static autoPtr< patchDistMethod > New(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs)
const volVectorField & n() const
Return reference to cached normal-to-wall field.
wordList patchTypes(nPatches)
virtual ~wallDist()
Destructor.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface...
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const Time & time() const
Return the top-level database.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
bool isNull(const T &t)
Return true if t is a reference to the nullObject of type T.
A class for handling words, derived from string.
virtual void updateMesh(const mapPolyMesh &)
Update the y-field when the mesh changes.
virtual bool movePoints()
Update the y-field when the mesh moves.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
defineTypeNameAndDebug(combustionModel, 0)
static const GeometricField< vector, fvPatchField, volMesh > & null()
Return a null geometric field.
const fvMesh & mesh() const
PtrList< fvPatch > fvPatchList
container classes for fvPatch
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Selector class for finite volume differencing schemes. fvMesh is derived from fvShemes so that all fi...
Mesh data needed to do the Finite Volume discretisation.
Interface to run-time selectable methods to calculate the distance-to-wall and normal-to-wall fields...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Specialisation of patchDist for wall distance calculation.
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.