mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -63,7 +63,7 @@ Foam::enginePiston::enginePiston
|
||||
(
|
||||
coordinateSystem::New
|
||||
(
|
||||
"coordinateSystem",
|
||||
mesh_,
|
||||
dict.subDict("coordinateSystem")
|
||||
)
|
||||
),
|
||||
|
||||
@ -125,7 +125,7 @@ Foam::engineValve::engineValve
|
||||
(
|
||||
coordinateSystem::New
|
||||
(
|
||||
"coordinateSystem",
|
||||
mesh_,
|
||||
dict.subDict("coordinateSystem")
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user