71 "inline const Foam::fvMesh&" 72 "Foam::regionModels::regionModel::regionMesh() const" 93 "inline Foam::fvMesh&" 94 "Foam::regionModels::regionModel::regionMesh()" 122 "inline const Foam::IOdictionary& " 123 "Foam::regionModels::regionModel::outputProperties() const" 125 <<
"outputProperties dictionary not available" 140 "inline Foam::IOdictionary& " 141 "Foam::regionModels::regionModel::outputProperties()" 143 <<
"outputProperties dictionary not available" 153 const label regionPatchI
170 const label primaryPatchI
201 const label primaryPatchID
Mesh data needed to do the Finite Volume discretisation.
const labelList & intCoupledPatchIDs() const
Return the list of patch IDs internally coupled with the.
const labelList & primaryPatchIDs() const
Return the list of patch IDs on the primary region coupled.
bool foundObject(const word &name) const
Is the named Type found?
const IOdictionary & outputProperties() const
Return const access to the output properties dictionary.
Switch active_
Active flag.
const Switch & infoOutput() const
Return the information flag.
labelList primaryPatchIDs_
List of patch IDs on the primary region coupled to this region.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const fvMesh & regionMesh() const
Return the region mesh database.
const Time & time() const
Return the reference to the time database.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e...
word regionName_
Region name.
labelList intCoupledPatchIDs_
List of patch IDs internally coupled with the primary region.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
label regionPatchID(const label primaryPatchID) const
Return region ID corresponding to primaryPatchID.
const word modelName_
Model name.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
dictionary coeffs_
Model coefficients dictionary.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
errorManip< error > abort(error &err)
const dictionary & solution() const
Return the solution dictionary.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
const dictionary & coeffs() const
Return the model coefficients dictionary.
const Switch & active() const
Return the active flag.
const fvMesh & primaryMesh() const
Return the reference to the primary mesh database.
const fvMesh & primaryMesh_
Reference to the primary mesh database.
bool isRegionPatch(const label primaryPatchI) const
Return true if patchI on the primary region is a coupled.
const dictionary & solutionDict() const
Return the selected sub-dictionary of solvers if the "select".
const Time & time_
Reference to the time database.
bool isCoupledPatch(const label regionPatchI) const
Return true if patchI on the local region is a coupled.
autoPtr< fvMesh > regionMeshPtr_
Pointer to the region mesh database.
autoPtr< IOdictionary > outputPropertiesPtr_
Dictionary of output properties.
const word & modelName() const
Return the model name.
Switch infoOutput_
Active information output.