RCAIDE.Library.Attributes.Propellants.Rocket_RP1

Rocket_RP1#

class Rocket_RP1(*args, **kwarg)[source]#

Bases: Propellant

A class representing Rocket Propellant-1 (RP-1) properties for rocket propulsion applications.

tag#

Identifier for the propellant (‘Rocket_RP1’)

Type:

str

molecular_weight#

Molecular weight of combustion products in kg/kmol (22.193)

Type:

float

isentropic_expansion_factor#

Ratio of specific heats (1.1505)

Type:

float

combustion_temperature#

Adiabatic flame temperature in K (3545.69)

Type:

float

gas_specific_constant#

Specific gas constant for combustion products in J/(kg*K) (8314.45986/molecular_weight)

Type:

float

Notes

This class implements properties for rocket-grade RP-1, a highly refined kerosene fuel specifically designed for rocket propulsion. Properties are optimized for use with liquid oxygen in bipropellant rocket engines.

Definitions

‘Isentropic Expansion Factor’

Ratio of specific heats (cp/cv) for exhaust products

‘Combustion Temperature’

Theoretical maximum temperature achieved in the combustion chamber

‘Gas Specific Constant’

Individual gas constant for combustion products mixture

Major Assumptions
  • Properties are for rocket engine operating conditions

  • O/F ratio of 2.27 (oxygen to fuel mass ratio)

  • Uniform mixture properties

References

[1] Sutton, G. P., & Biblarz, O. (2017). Rocket Propulsion Elements. John Wiley & Sons Inc.