dimensionedConstants.H File Reference

Dictionary reading and supplying the dimensioned constants used within OpenFOAM, particularly for thermodynamics. More...

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

 Foam
 Namespace for OpenFOAM.
 

Functions

dimensionedScalar dimensionedConstant (const char *const group, const char *name, const dimensionSet &dimensions)
 Construct and return a constant by looking up from the DimensionedConstants. More...
 
dimensionedScalar dimensionedConstant (const char *const group, const char *name, const dimensionedScalar &value)
 Construct a dimensioned constant with a given value and insert into the. More...
 
dimensionedScalar dimensionedConstant (const char *const group, const char *entryName, const char *codeName, const dimensionedScalar &value)
 Construct a dimensioned constant with a given value and insert into the. More...
 
dimensionedScalar dimensionedConstant (const char *const group, const char *name, const unitConversion &units, const scalar value)
 Construct a dimensioned constant with given units and value and insert into. More...
 
dimensionedScalar dimensionedConstant (const char *const group, const char *entryName, const char *codeName, const unitConversion &units, const scalar value)
 Construct a dimensioned constant with given units and value and insert into. More...
 

Detailed Description

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.

Source files

Definition in file dimensionedConstants.H.