Go to the documentation of this file.
65 const auto* regionPtr = time_.findObject<
faMesh>(regionName_);
71 else if (!regionMeshPtr_.valid())
77 return *regionMeshPtr_;
83 auto* regionPtr = time_.getObjectPtr<faMesh>(regionName_);
89 else if (!regionMeshPtr_.valid())
95 return *regionMeshPtr_;
107 if (!outputPropertiesPtr_)
110 <<
"outputProperties dictionary not available"
113 return *outputPropertiesPtr_;
120 if (!outputPropertiesPtr_)
123 <<
"outputProperties dictionary not available"
127 return *outputPropertiesPtr_;
134 return regionMesh().solutionDict();
const IOdictionary & outputProperties() const
const dictionary & solution() 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 fvMesh & primaryMesh() const
const Switch & infoOutput() const
const Switch & active() const
const dictionary & coeffs() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const faMesh & regionMesh() const
Mesh data needed to do the Finite Volume discretisation.
errorManip< error > abort(error &err)
const Time & time() const
#define FatalErrorInFunction
const word & modelName() const
Finite area mesh. Used for 2-D non-Euclidian finite area method.
const fvMesh & primaryMesh_