OpenMDAO / pyCycle

Thermodynamic cycle modeling library, built on top of OpenMDAO
Other
75 stars 51 forks source link

Added missing design off design area connection in burner #62

Open arushkumarsingh opened 2 months ago

arushkumarsingh commented 2 months ago

Added the missing design-off-design area connection in the burner, the default design-off-design area connection was missing.

The burner will return default area i.e. 1 in the off-design condition.

All other components have a default area connection to the off-design except combuster.
Calling the method("self.pyc_use_default_des_od_conns()") in the main program will connect the design area of combustor to the off design.