Dictionary reading and supplying the dimensioned constants used within OpenFOAM, particularly for thermodynamics. More...
Go to the source code of this file.
Classes | |
class | registerDimensionedConstant |
class | registerDimensionedConstantWithDefault |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | defineDimensionedConstant(Group, Name, Dimensions) |
Defined and register a dimensioned constant. More... | |
#define | defineDimensionedConstantWithDefault(Group, Name, DefaultExpr) |
Defined and register a dimensioned constant with default. More... | |
Functions | |
dictionary & | dimensionedConstants () |
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.
#define defineDimensionedConstant | ( | Group, | |
Name, | |||
Dimensions | |||
) |
Defined and register a dimensioned constant.
Definition at line 95 of file dimensionedConstants.H.
#define defineDimensionedConstantWithDefault | ( | Group, | |
Name, | |||
DefaultExpr | |||
) |
Defined and register a dimensioned constant with default.
Definition at line 153 of file dimensionedConstants.H.