Skip to content
Snippets Groups Projects
Commit 33c72cc4 authored by mattijs's avatar mattijs
Browse files

ENH: etc/controlDict: added dimensionSet symbols

parent 4bc26d46
Branches
Tags
No related merge requests found
......@@ -964,4 +964,34 @@ DimensionedConstants
}
DimensionSets
{
unitSet SI; // USCS
SICoeffs
{
// Basic units
kg kg [ 1 0 0 0 0 0 0 ] 1.0;
m m [ 0 1 0 0 0 0 0 ] 1.0;
s s [ 0 0 1 0 0 0 0 ] 1.0;
K K [ 0 0 0 1 0 0 0 ] 1.0;
mol mol [ 0 0 0 0 1 0 0 ] 1.0;
A A [ 0 0 0 0 0 1 0 ] 1.0;
Cd Cd [ 0 0 0 0 0 0 1 ] 1.0;
// Derived units
Pa Pa [ kg^1 m^-2 ] 1.0;
// Scaled units
mm mm [ kg^1 m^-2 ] 1e-3;
// Set of units used for printing. Can be any basic or derived
// but not scaled (only supported for dimensionedScalar, etc)
printUnits (kg m s K mol A Cd);
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment