diff --git a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C index 851cc93315..106d52aaf4 100644 --- a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C +++ b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.C @@ -381,7 +381,7 @@ void Foam::fv::rotorDiskSource::createCoordinateSystem() } } - coordSys_ = cylindricalCS("rotorCoordSys", origin, axis, refDir, false); + coordSys_ = cylindricalCS("rotorCS", origin, axis, refDir); const scalar sumArea = gSum(area_); const scalar diameter = Foam::sqrt(4.0*sumArea/mathematical::pi); @@ -483,7 +483,7 @@ Foam::fv::rotorDiskSource::rotorDiskSource R_(cells_.size(), I), invR_(cells_.size(), I), area_(cells_.size(), 0.0), - coordSys_(false), + coordSys_(), cylindrical_(), rMax_(0.0), trim_(trimModel::New(*this, coeffs_)), diff --git a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H index 611a26b775..f63916bf22 100644 --- a/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H +++ b/src/fvOptions/sources/derived/rotorDiskSource/rotorDiskSource.H @@ -196,7 +196,7 @@ protected: //- Area [m2] List area_; - //- Rotor local cylindrical coordinate system (r, theta, z) + //- Rotor local cylindrical coordinate system (r-theta-z) cylindricalCS coordSys_; //- Rotor transformation coordinate system @@ -279,7 +279,7 @@ public: // (Cylindrical r, theta, z) inline const List& x() const; - //- Return the rotor coordinate system (r, theta, z) + //- Return the rotor coordinate system (r-theta-z) inline const cylindricalCS& coordSys() const; diff --git a/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C b/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C index 988eca02c4..42613d5e8b 100644 --- a/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C +++ b/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C @@ -207,7 +207,7 @@ void Foam::ParticleCollector::initConcentricCircles() faces_.setSize(nFace); area_.setSize(nFace); - coordSys_ = cylindricalCS("coordSys", origin, normal_[0], refDir, false); + coordSys_ = cylindricalCS("collector", origin, normal_[0], refDir); List