Files
EPANET/tests/epanet-nrtestsuite/tests/valves/fcv.json
2018-03-23 15:04:24 -04:00

18 lines
343 B
JSON

{
"name": "fcv",
"version": "1.0",
"description": "Flow control valve on line between two reservoirs.",
"args": [
"fcv.inp",
"fcv.rpt",
"fcv.out"
],
"input_files": [
"fcv.inp"
],
"output_files": {
"fcv.rpt": "epanet report",
"fcv.out": "epanet allclose"
}
}