ENsavehydfile {epanet2toolkit} | R Documentation |
Saves temporary hydraulics file to disk
Description
Saves temporary hydraulics file to disk
Usage
ENsavehydfile(hydfile)
Arguments
hydfile |
the name of the file to be created. |
Details
Use this function to save the current set of hydraulics results to a file, either for
post-processing or to be used at a later time by calling ENusehydfile
.
The hydraulics file contains nodal demands and heads and link flows, status, and settings for all hydraulic time steps, even intermediate ones.
Before calling this function hydraulic results must have been generated and saved by having
called ENsolveH
or the ENinitH
- ENrunH
- ENnextH
sequence with the initflag
argument of ENinitH
set to EN_SAVE or EN_SAVE_AND_INIT.
Value
Returns NULL invisibly; called for side effect
[Package epanet2toolkit version 1.0.5 Index]