47 class simpleRegIOobject;
48 class simpleObjectRegistry;
81 const float defaultValue=0
85 dictionary&
switchSet(
const char* subDictName, dictionary*& subDictPtr);
void addInfoObject(const char *name, simpleRegIOobject *obj)
Register info switch read/write object.
float floatOptimisationSwitch(const char *name, const float defaultValue=0)
Lookup optimisation switch or add default value.
dictionary & switchSet(const char *subDictName, dictionary *&subDictPtr)
Internal function to lookup a sub-dictionary from controlDict.
int optimisationSwitch(const char *name, const int defaultValue=0)
Lookup optimisation switch or add default value.
simpleObjectRegistry & debugObjects()
Get access to registered debug switch objects.
int infoSwitch(const char *name, const int defaultValue=0)
Lookup info switch or add default value.
simpleObjectRegistry & optimisationObjects()
Get access to registered optimisation switch objects.
void addDimensionedConstantObject(const char *name, simpleRegIOobject *)
Register DimensionedConstant read/write object.
dictionary & infoSwitches()
The InfoSwitches sub-dictionary in the central controlDict.
int debugSwitch(const char *name, const int defaultValue=0)
Lookup debug switch or add default value.
void listSwitches(const bool unset)
List debug switches.
void listRegisteredSwitches(const bool unset)
List registered debug switches.
simpleObjectRegistry & infoObjects()
Get access to registered info switch objects.
simpleObjectRegistry & dimensionSetObjects()
Get access to registered dimensionSets switch objects.
word name(const complex &)
Return a string representation of a complex.
simpleObjectRegistry & dimensionedConstantObjects()
Get access to registered dimensionedConstant switch objects.
dictionary & optimisationSwitches()
The OptimisationSwitches sub-dictionary in the central controlDict.
void addDimensionSetObject(const char *name, simpleRegIOobject *obj)
Register DimensionSets read/write object.
void addOptimisationObject(const char *name, simpleRegIOobject *obj)
Register optimisation switch read/write object.
dictionary & debugSwitches()
The DebugSwitches sub-dictionary in the central controlDict.
void addDebugObject(const char *name, simpleRegIOobject *obj)
Register debug switch read/write object.
dictionary & controlDict()
The central control dictionary.