| Package | Description |
|---|---|
| com.github.jbgust.jsrm.application | |
| com.github.jbgust.jsrm.application.motor.propellant |
| Modifier and Type | Method and Description |
|---|---|
static SolidPropellant |
RegisteredPropellant.getSolidPropellant(int propellantId)
Return the propellant
|
| Modifier and Type | Method and Description |
|---|---|
static Integer |
RegisteredPropellant.registerPropellant(SolidPropellant solidPropellant)
Use to register custom propellant, if the propellant is already registered the function return it's ID
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropellantType |
| Modifier and Type | Method and Description |
|---|---|
SolidPropellant |
PropellantGrain.getPropellant() |
| Constructor and Description |
|---|
PropellantGrain(SolidPropellant propellant,
double outerDiameter,
double coreDiameter,
double segmentLength,
double numberOfSegment,
GrainSurface outerSurface,
GrainSurface endsSurface,
GrainSurface coreSurface)
Create an Hollow cylindrical propellant grain
|
Copyright © 2019. All rights reserved.