Dictionary reading and supplying the dimensioned constants used within OpenFOAM, particularly for thermodynamics. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
dictionary & | dimensionedConstants () |
dimensionedScalar | dimensionedConstant (const char *const group, const char *name, const dimensionSet &dimensions) |
dimensionedScalar | dimensionedConstant (const char *const group, const char *name, const dimensionedScalar &defaultValue) |
Dictionary reading and supplying the dimensioned constants used within OpenFOAM, particularly for thermodynamics.
Original source file dimensionedConstants.H
The values are read from the OpenFOAM etc/controlDict and should be changed to run with a different set of units from the default SI units.
Definition in file dimensionedConstants.H.