RCAIDE.Library.Methods.Powertrain.Converters.Compression_Nozzle.append_compression_nozzle_conditions

append_compression_nozzle_conditions#

append_compression_nozzle_conditions(compression_nozzle, segment, energy_conditions)[source]#

Initializes and appends compression nozzle conditions data structure to the energy conditions dictionary.

Parameters:
  • compression_nozzle (CompressionNozzle) – The compression nozzle component for which conditions are being initialized.

  • segment (Segment) – The mission segment in which the compression nozzle is operating.

  • energy_conditions (dict) – Dictionary containing conditions for all propulsion components.

Return type:

None

Notes

This function creates empty Conditions objects for the compression nozzle’s inputs and outputs within the energy_conditions dictionary. These conditions will be populated during the mission analysis process.