| Package | Description |
|---|---|
| com.github.jbgust.jsrm.application.motor.propellant |
| Modifier and Type | Method and Description |
|---|---|
GrainSurface |
PropellantGrain.getCoreSurface() |
GrainSurface |
PropellantGrain.getEndsSurface() |
GrainSurface |
PropellantGrain.getOuterSurface() |
static GrainSurface |
GrainSurface.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrainSurface[] |
GrainSurface.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.