109 <<
"outputProperties dictionary not available" 123 <<
"outputProperties dictionary not available" 133 const label regionPatchi
150 const label primaryPatchi
181 const label primaryPatchID
#define forAll(list, i)
Loop across all elements in list.
const fvMesh & primaryMesh_
Reference to the primary mesh database.
const word modelName_
Model name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool isRegionPatch(const label primaryPatchi) const
Return true if patchi on the primary region is a coupled.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
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/any.
bool foundObject(const word &name) const
Is the named Type found?
autoPtr< fvMesh > regionMeshPtr_
Pointer to the region mesh database.
const fvSolution & solution() const
Return the fvSchemes.
const Time & time() const
Return the reference to the time database.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
autoPtr< IOdictionary > outputPropertiesPtr_
Dictionary of output properties.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const word & modelName() const
Return the model name.
const fvMesh & primaryMesh() const
Return the reference to the primary mesh database.
A class for handling words, derived from string.
bool isCoupledPatch(const label regionPatchi) const
Return true if patchi on the local region is a coupled.
const IOdictionary & outputProperties() const
Return const access to the output properties dictionary.
const dictionary & solution() const
Return the solution dictionary.
label regionPatchID(const label primaryPatchID) const
Return region ID corresponding to primaryPatchID.
const fvMesh & regionMesh() const
Return the region mesh database.
Switch infoOutput_
Information output.
errorManip< error > abort(error &err)
const labelList & primaryPatchIDs() const
Return the list of patch IDs on the primary region coupled.
dictionary coeffs_
Model coefficients dictionary.
const Time & time_
Reference to the time database.
Mesh data needed to do the Finite Volume discretisation.
const Switch & infoOutput() const
Return the information flag.
labelList intCoupledPatchIDs_
List of patch IDs internally coupled with the primary region.
const labelList & intCoupledPatchIDs() const
Return the list of patch IDs internally coupled with the.
const dictionary & coeffs() const
Return the model coefficients dictionary.
word regionName_
Region name.
labelList primaryPatchIDs_
List of patch IDs on the primary region coupled to this region.
const dictionary & dict() const
Return the selected sub-dictionary of solvers if the "select".