Reza,
I also asked around in terms of Exporting the Pump Curve data and you have a few options: Thanks to Tom Merrifield in our UK office for his assistance in answering this:
Options to export Pump and pump curve data
- Option 1: How to add data to the Export Dialog to include the Pump Data:
- Export dialog: Extra Rows can be added, if you "add Row" then choose internal field triplets.flow, then triplets.head and triplets.power, it will export the pump curve data probably in matrix format like the csv file you get if you export the network to csv. Which incidentally is the other way to export the data for pumps
- (click if need larger image)
- InfoWorks- Pump Export.PNG
- Option 2: Export the Network to CSV format
- By exporting the network it will include a section with the pump data as well as the curve data
- Option 3: Simply open the pump tables and copy and paste the data as needed:
- copy the data from the pump curve in the Pump dialog and paste it into the new location
- Option 4: Export the Model to EPANET and use just the [PUMPS] and possibly the [CURVES] sections (if not using 3 point curves) in the .INP text file to get what is needed.
- There are a few ways to export pumps in EPANET so the fields may look different, but here is what EPANET itself export lists things as in each section with it's headings. Just use a bit of caution if you are not familiar with EPANET formats as it will not always export "everything" included in a model from InfoWorks like potentially control functionality and link descriptions , but and will just include the base hydraulic elements.
[PUMPS]
;ID Node1 Node2 Parameters
210 210_NU 210_ND HEAD 2 ;Pump No. 2
200 200_NU 200_ND HEAD 1 ;Pump No. 200
[CURVES]
;ID X-Value Y-Value
;PUMP: Pump curve for Pump 200
1 0 280.000000
1 400.000000 260.000000
1 800.000000 220.000000
;PUMP: Pump curve for Pump 210
2 0 280.000000
2 200.000000 260.000000
2 400.000000 220.000000
Hopefully this gives you several options and you can determine what works best for you.