There was an error fetching the commit references. Please try again later.
ENH: cylindricalCS is now in radians only (issue #863)
- this provides internal consistency and allows direct use of the coordinate angle with sin(), cos() functions. It eliminates potential issues that could otherwise arise from alternative user input. Eg, in mixerFvMesh it would have previously been possible to specify the coordinate system to use degrees or radians, but these units were not checked when determining the tangential sweep positions. NOTE: this may represent a breaking change if user coding has been relying on cylindrical coordinate system in degrees.
Showing
- src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C 2 additions, 2 deletions...Options/sources/derived/rotorDiskSource/rotorDiskSource.C
- src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H 2 additions, 2 deletions...Options/sources/derived/rotorDiskSource/rotorDiskSource.H
- src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C 2 additions, 2 deletions...loudFunctionObjects/ParticleCollector/ParticleCollector.C
- src/mesh/blockMesh/blockEdges/arcEdge/arcEdge.C 5 additions, 4 deletionssrc/mesh/blockMesh/blockEdges/arcEdge/arcEdge.C
- src/mesh/blockMesh/blockEdges/arcEdge/arcEdge.H 1 addition, 1 deletionsrc/mesh/blockMesh/blockEdges/arcEdge/arcEdge.H
- src/meshTools/coordinate/systems/cylindricalCS.C 83 additions, 95 deletionssrc/meshTools/coordinate/systems/cylindricalCS.C
- src/meshTools/coordinate/systems/cylindricalCS.H 8 additions, 27 deletionssrc/meshTools/coordinate/systems/cylindricalCS.H
- src/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C 9 additions, 9 deletionssrc/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C
Please register or sign in to comment