Uses of Enum Class
com.github.jbgust.jsrm.application.motor.grain.GrainSurface
Packages that use GrainSurface
Package
Description
-
Uses of GrainSurface in com.github.jbgust.jsrm.application.motor.grain
Methods in com.github.jbgust.jsrm.application.motor.grain that return GrainSurfaceModifier and TypeMethodDescriptionstatic GrainSurfaceReturns the enum constant of this class with the specified name.static GrainSurface[]GrainSurface.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.jbgust.jsrm.application.motor.grain with parameters of type GrainSurfaceModifierConstructorDescriptionCSlotGrain(double outerDiameter, double coreDiameter, double slotWidth, double slotDepth, double slotOffset, int numberOfSegment, double length, GrainSurface endSurface) FinocylGrain(double outerDiameter, double innerDiameter, double finWidth, double finDiameter, int finCount, double length, int numberOfSegment, GrainSurface endSurface) HollowCylinderGrain(double outerDiameter, double coreDiameter, double segmentLength, int numberOfSegment, GrainSurface outerSurface, GrainSurface endsSurface, GrainSurface coreSurface) Create an Hollow cylindrical propellant grainMoonBurnerGrain(double outerDiameter, double coreDiameter, double coreOffset, int numberOfSegment, double length, GrainSurface endSurface) RodAndTubeGrain(double rodDiameter, double tubeOuterDiameter, double tubeInnerDiameter, int numberOfSegment, double length, GrainSurface endSurface) StarGrain(double outerDiameter, double innerDiameter, double pointDiameter, int pointCount, int numberOfSegment, double segmentLength, GrainSurface endSurface) -
Uses of GrainSurface in com.github.jbgust.jsrm.application.motor.grain.core
Methods in com.github.jbgust.jsrm.application.motor.grain.core with parameters of type GrainSurfaceModifier and TypeMethodDescriptionvoidExtrudedGrain.setAftEndInhibited(GrainSurface grainSurface) voidExtrudedGrain.setForeEndInhibited(GrainSurface grainSurface)