File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class HybridMotor(Motor):
7272 HybridMotor.propellant_mass : Function
7373 Total propellant mass in kg as a function of time, this includes the
7474 mass of fluids in each tank and the mass of the solid grains.
75- Motor .structural_mass_ratio: float
75+ HybridMotor .structural_mass_ratio: float
7676 Initial ratio between the dry mass and the total mass.
7777 HybridMotor.total_mass_flow_rate : Function
7878 Time derivative of propellant total mass in kg/s as a function
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class LiquidMotor(Motor):
4747 LiquidMotor.propellant_mass : Function
4848 Total propellant mass in kg as a function of time, includes fuel
4949 and oxidizer.
50- Motor .structural_mass_ratio: float
50+ LiquidMotor .structural_mass_ratio: float
5151 Initial ratio between the dry mass and the total mass.
5252 LiquidMotor.total_mass_flow_rate : Function
5353 Time derivative of propellant total mass in kg/s as a function
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class SolidMotor(Motor):
7070 of propellant and dry mass.
7171 SolidMotor.propellant_mass : Function
7272 Total propellant mass in kg as a function of time.
73- Motor .structural_mass_ratio: float
73+ SolidMotor .structural_mass_ratio: float
7474 Initial ratio between the dry mass and the total mass.
7575 SolidMotor.total_mass_flow_rate : Function
7676 Time derivative of propellant total mass in kg/s as a function
You can’t perform that action at this time.
0 commit comments