Skip to content

Commit

Permalink
Add some new accessor function
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Varnes committed Jan 28, 2025
1 parent 4c69880 commit 5924b0d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ class FCCSWEndcapTurbine_k4geo : public Segmentation {
* return The field name for phi.
*/
inline const std::string& fieldNamePhi() const { return m_phiID; }
/** Get the angle of the turbine blades in a given wheel
* @param[in] iWheel index of wheel.
* return the blade angle for the requested wheel
*/
double bladeAngle(unsigned iWheel) const {return m_bladeAngle[iWheel];}
/** Set the number of bins in azimuthal angle.
* @param[in] aNumberBins Number of bins in phi.
*/
Expand Down

0 comments on commit 5924b0d

Please sign in to comment.