Dictionary reading and supplying the dimensioned constants used within OpenFOAM particularly for thermodynamics. The values are read from the OpenFOAM controlDict and should be changed to run with a different set of units from the default SI units. More...
Dictionary reading and supplying the dimensioned constants used within OpenFOAM particularly for thermodynamics. The values are read from the OpenFOAM controlDict and should be changed to run with a different set of units from the default SI units.
Definition in file dimensionedConstants.H.
#include "src/OpenFOAM/db/dictionary/dictionary.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
dictionary & | dimensionedConstants () |
Dictionary with dimensioned constants.
| |
template<class T > | |
T | dimensionedConstant (const char *switchName, const T defaultValue) |
Read a dimensioned constant from the OpenFOAM controlDict.
|