create_pressure_change_scenario
Clone a water network, modify reservoir heads to simulate pressure changes, and run a full scenario analysis without altering the original model.
Instructions
Study pressure changes by modifying reservoir heads.
A clone of the source network is created; the original is unchanged.
Args:
network_id: Source network id.
reservoir_heads: {reservoir_id: new_head} — e.g.
{"Reservoir1": 120.0}.
scenario_id: Id for the cloned scenario session.
run_simulation: Run a full simulation after applying changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_id | Yes | ||
| scenario_id | No | ||
| run_simulation | No | ||
| reservoir_heads | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |