Package com.titan
Class LandingSimulation
java.lang.Object
com.titan.LandingSimulation
Runs the simulation according to the specified solver and controls
-
Constructor Summary
ConstructorsConstructorDescriptionLandingSimulation
(Solver solver, double stepSize, LandingModule module, LandingControls controls, Wind wind) -
Method Summary
-
Constructor Details
-
LandingSimulation
public LandingSimulation(Solver solver, double stepSize, LandingModule module, LandingControls controls, Wind wind)
-
-
Method Details
-
nextStep
public void nextStep(int currentStep) -
getModule
-
runFor
public void runFor(int seconds) -
runFor
public void runFor(int seconds, boolean printProgress) -
runFor
-
getWind
-
getStepSize
public double getStepSize()
-