add Scenario
fun addScenario(model: Model, inputs: Map<String, Double>, name: String, numberReplications: Int = model.numberOfReplications, lengthOfReplication: Double = model.lengthOfReplication, lengthOfReplicationWarmUp: Double = model.lengthOfReplicationWarmUp): Scenario
Adds a scenario to the possible scenarios to simulate. The name of the scenario (based on the model's experiment) must be unique within the context of the list of scenarios to run.