Go to the documentation of this file.
80 fvMesh* regionPtr = time_.
getObjectPtr<fvMesh>(regionName_);
101 return regionMesh().solutionDict();
108 if (!outputPropertiesPtr_)
111 <<
"outputProperties dictionary not available"
115 return *outputPropertiesPtr_;
122 if (!outputPropertiesPtr_)
125 <<
"outputProperties dictionary not available"
129 return *outputPropertiesPtr_;
135 const label regionPatchi
138 forAll(intCoupledPatchIDs_, i)
140 if (intCoupledPatchIDs_[i] == regionPatchi)
152 const label primaryPatchi
155 forAll(primaryPatchIDs_, i)
157 if (primaryPatchIDs_[i] == primaryPatchi)
170 return primaryPatchIDs_;
177 return intCoupledPatchIDs_;
183 const label primaryPatchID
186 forAll(primaryPatchIDs_, i)
188 if (primaryPatchIDs_[i] == primaryPatchID)
190 return intCoupledPatchIDs_[i];
const fvMesh & primaryMesh_
Type * getObjectPtr(const word &name, const bool recursive=false) const
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
const IOdictionary & outputProperties() const
bool isRegionPatch(const label primaryPatchi) const
const Time & time() const
const word & modelName() const
const fvMesh & primaryMesh() const
bool isCoupledPatch(const label regionPatchi) const
const dictionary & solution() const
label regionPatchID(const label primaryPatchID) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
errorManip< error > abort(error &err)
Switch infoOutput() const
const labelList & primaryPatchIDs() const
#define FatalErrorInFunction
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const dictionary & coeffs() const
const labelList & intCoupledPatchIDs() const
const fvMesh & regionMesh() const