35 #ifndef physicalProperties_H
36 #define physicalProperties_H
87 virtual bool read() = 0;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
bool & registerObject()
Register object created from this IOobject with registry if true.
word group() const
Return group (extension part of name)
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
An abstract base class for physical properties.
void operator=(const physicalProperties &)=delete
Disallow default bitwise assignment.
virtual ~physicalProperties()
Destructor.
virtual bool read()=0
Read physicalProperties dictionary.
physicalProperties(const fvMesh &mesh, const word &group)
Construct from components.
TypeName("physicalProperties")
Runtime type information.
static IOobject findModelDict(const objectRegistry &obr, const word &group, bool registerObject=false)
A class for handling words, derived from string.