add Scenario
fun addScenario(model: Model, name: String, inputs: Map<String, Double>, 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.