Class JSRMSimulation

java.lang.Object
com.github.jbgust.jsrm.application.JSRMSimulation

public class JSRMSimulation extends Object
  • Constructor Details

    • JSRMSimulation

      public JSRMSimulation(SolidRocketMotor motor)
      Create a JSRMSimulation for a motor
      Parameters:
      motor - the motor that will be used in simulation
  • Method Details

    • run

      public JSRMResult run()
      Run the simulation with default configuration
      Returns:
      The simuation result
    • run

      public JSRMResult run(JSRMConfig customConfig)
      Run the simulation with the given configuration
      Parameters:
      customConfig - JSRMConfig used to run the computation
      Returns:
      The simuation result