Enums

class turbodesign.enums.LossType[source]
class turbodesign.enums.PassageType[source]
class turbodesign.enums.PowerType[source]

The code for BladeRow will assume a PowerType automatically depending on what you specify. If you specify the blade row to have P0_P which is the stator inlet total pressure to rotor exit static pressure then that will be used to calculate all the quantities.

Or if you specify the power for the blade row, the Total Temperature at Rotor Exit will change.

P0_P: Assumes a Total-Static Pressure Ratio. Using this method will not allow you to match a particular massflow

T0: Total Temperature at exit is specified based on power required

class turbodesign.enums.RowType[source]