FreeFOAM The Cross-Platform CFD Toolkit
dimensionedConstants.H File Reference

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...


Detailed Description

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.

Source files

Definition in file dimensionedConstants.H.

+ Include dependency graph for dimensionedConstants.H:
+ This graph shows which files directly or indirectly include this file:

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.