coordinate system cleanup
- coordinateSystem, cylindricalCS, sphericalCS: get copy with name constructor - cylindricalCS, sphericalCS: can switch off default degrees - dropped cartesianCS class (already covered by coordinateSystem) and just always use coordinateSystem directly. The dictionary runtime selection still accepts type "cartesian" as an alias, to provide the least surprises. - dropped runtime selection based on origin/axis/direction (not used), but left runtime selection based on origin/coordinateRotation as still being potentially useful.
Showing
- src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C 6 additions, 7 deletions...appedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.H 1 addition, 1 deletion...appedFixedValue/timeVaryingMappedFixedValueFvPatchField.H
- src/meshTools/Make/files 3 additions, 4 deletionssrc/meshTools/Make/files
- src/meshTools/coordinateSystems/cartesianCS.C 0 additions, 81 deletionssrc/meshTools/coordinateSystems/cartesianCS.C
- src/meshTools/coordinateSystems/cartesianCS.H 0 additions, 98 deletionssrc/meshTools/coordinateSystems/cartesianCS.H
- src/meshTools/coordinateSystems/coordinateRotation/EulerCoordinateRotation.C 2 additions, 2 deletions...inateSystems/coordinateRotation/EulerCoordinateRotation.C
- src/meshTools/coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C 2 additions, 2 deletions...nateSystems/coordinateRotation/STARCDCoordinateRotation.C
- src/meshTools/coordinateSystems/coordinateRotation/coordinateRotation.H 8 additions, 3 deletions...coordinateSystems/coordinateRotation/coordinateRotation.H
- src/meshTools/coordinateSystems/coordinateSystem.C 21 additions, 11 deletionssrc/meshTools/coordinateSystems/coordinateSystem.C
- src/meshTools/coordinateSystems/coordinateSystem.H 22 additions, 49 deletionssrc/meshTools/coordinateSystems/coordinateSystem.H
- src/meshTools/coordinateSystems/coordinateSystemNew.C 27 additions, 62 deletionssrc/meshTools/coordinateSystems/coordinateSystemNew.C
- src/meshTools/coordinateSystems/coordinateSystems.C 1 addition, 0 deletionssrc/meshTools/coordinateSystems/coordinateSystems.C
- src/meshTools/coordinateSystems/cylindricalCS.C 78 additions, 19 deletionssrc/meshTools/coordinateSystems/cylindricalCS.C
- src/meshTools/coordinateSystems/cylindricalCS.H 38 additions, 7 deletionssrc/meshTools/coordinateSystems/cylindricalCS.H
- src/meshTools/coordinateSystems/parabolicCylindricalCS.C 1 addition, 12 deletionssrc/meshTools/coordinateSystems/parabolicCylindricalCS.C
- src/meshTools/coordinateSystems/parabolicCylindricalCS.H 5 additions, 11 deletionssrc/meshTools/coordinateSystems/parabolicCylindricalCS.H
- src/meshTools/coordinateSystems/sphericalCS.C 90 additions, 23 deletionssrc/meshTools/coordinateSystems/sphericalCS.C
- src/meshTools/coordinateSystems/sphericalCS.H 37 additions, 8 deletionssrc/meshTools/coordinateSystems/sphericalCS.H
- src/meshTools/coordinateSystems/toroidalCS.C 0 additions, 13 deletionssrc/meshTools/coordinateSystems/toroidalCS.C
- src/meshTools/coordinateSystems/toroidalCS.H 6 additions, 12 deletionssrc/meshTools/coordinateSystems/toroidalCS.H
Please register or sign in to comment