Main Program
if __name__ == "__main__":
# Instantiate the SLA suspension with default design parameters
mv3010 = MV3010 ()
# Create the simulation model with the defined design parameters
mv3010.createModel ()
# Add the responses used by the optimizer
mv3010.addResponses ()
# This is provided for model debugging purposes
# mv3010.simulate ()
# Perform the optimization
mv3010.optimize ()