ENsavehydfile | R Documentation |
Saves temporary hydraulics file to disk
ENsavehydfile(hydfile)
hydfile |
the name of the file to be created. |
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.
Returns NULL invisibly; called for side effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.