Introduced the new file unitConversion.H to hold degToRad, radToDeg

and other unit conversion functions as they are required e.g. slug <-> kg.
This commit is contained in:
henry
2009-10-21 10:55:00 +01:00
parent 942d3344d7
commit d6a278f2b2
32 changed files with 98 additions and 48 deletions

View File

@ -49,7 +49,7 @@ Description
#include "cellSet.H"
#include "cellModeller.H"
#include "meshCutter.H"
#include "mathematicalConstants.H"
#include "unitConversion.H"
#include "geomCellLooper.H"
#include "plane.H"
#include "edgeVertex.H"