public class SolidRocketMotor extends Object
| Constructor and Description |
|---|
SolidRocketMotor(PropellantGrain propellantGrain,
CombustionChamber combustionChamber,
Double throatDiameterInMillimeter) |
| Modifier and Type | Method and Description |
|---|---|
CombustionChamber |
getCombustionChamber() |
PropellantGrain |
getPropellantGrain() |
Double |
getThroatDiameterInMillimeter() |
public SolidRocketMotor(PropellantGrain propellantGrain, CombustionChamber combustionChamber, Double throatDiameterInMillimeter)
public PropellantGrain getPropellantGrain()
public CombustionChamber getCombustionChamber()
public Double getThroatDiameterInMillimeter()
Copyright © 2019. All rights reserved.