ENH: Deleting parabolicCylindricalCS, sphericalCS and toroidalCS

coordinate systems
Modifying constructors from dictionary of coordinateSystem class (no
default type)
Adding localAxesRotation type. It constructs a axes-rotation tensor on each
cell centre.
Adding functionality to coordinateRotation blase class (transformTensor,
transformVector, etc)
This commit is contained in:
sergio
2013-01-21 12:17:17 +00:00
parent 740c4fa8fa
commit 685635e6a3
35 changed files with 2244 additions and 1467 deletions

View File

@ -63,7 +63,7 @@ Foam::enginePiston::enginePiston
(
coordinateSystem::New
(
"coordinateSystem",
mesh_,
dict.subDict("coordinateSystem")
)
),

View File

@ -125,7 +125,7 @@ Foam::engineValve::engineValve
(
coordinateSystem::New
(
"coordinateSystem",
mesh_,
dict.subDict("coordinateSystem")
)
),