ENsettankdata | R Documentation |
Sets properties for a tank
ENsettankdata(
nodeindex,
elevation,
init_level,
min_level,
max_level,
diameter,
min_volume,
volume_curve = ""
)
nodeindex |
tank's node index (starting from 1) |
elevation |
the tank's bottom elevation. |
init_level |
the initial water level in the tank. |
min_level |
the minimum water level for the tank. |
max_level |
the maximum water level for the tank. |
diameter |
the tank's diameter (0 if a volume curve is supplied). |
min_volume |
the volume of the tank at its minimum water level. |
volume_curve |
the name of the tank's volume curve ("" for no curve) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.