36 #ifndef solutionControl_H 37 #define solutionControl_H const char * algorithmSpace() const
Return some whitespace the same length as the algorithm name.
virtual const dictionary & dict() const =0
Return the dictionary.
virtual bool writeData(Ostream &) const
Dummy write for regIOobject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from string.
const string algorithmSpaceStr_
Whitespace the same length as the algorithm name.
virtual bool read()
Dummy read.
solutionControl(const objectRegistry ®istry, const Time &time, const word &algorithmName)
Construct from the time, the name of the algorithm and a registry.
const word algorithmName_
Name of the algorithm.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const Time & time() const
Return the time.
const Time & time_
Reference to the time.
virtual ~solutionControl()
Destructor.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
TypeName("solutionControl")
Run-time type information.
const word & algorithmName() const
Return the name of the algorithm.
Registry of regIOobjects.