public class JSRMSimulation extends Object
| Constructor and Description |
|---|
JSRMSimulation(SolidRocketMotor motor)
Create a JSRMSimulation for a motor
|
| Modifier and Type | Method and Description |
|---|---|
JSRMResult |
run()
Run the simulation with default configuration
|
JSRMResult |
run(JSRMConfig config)
Run the simulation with the given configuration
|
public JSRMSimulation(SolidRocketMotor motor)
motor - the motor that will be used in simulationpublic JSRMResult run()
public JSRMResult run(JSRMConfig config)
config - JSRMConfig used ti run the computationCopyright © 2019. All rights reserved.