--- jupytext: text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.13.8 kernelspec: display_name: 'Python 3' name: python3 --- (volume_constraint)= # volume_constraint A constraint object that can be used to force the total volume of the connected reservoirs to be between specified minimum and maximum limits | | | |---|---| |Input connections|{ref}`reservoir`| |Output connections|{ref}`reservoir`| |License|SHOP_OPEN| |Release version|13.0.0.a| ```{contents} :local: :depth: 1 ``` ## Attributes ```{code-cell} ipython3 :tags: ['remove-input', 'full-width'] from IPython.core.display import HTML HTML("""
""") ``` (volume_constraint:min_vol)= ### min_vol Minimum volume for the sum of all reservoirs connected to this constraint (xUnit: NO_UNIT, yUnit: MM3) (volume_constraint:max_vol)= ### max_vol Maximum volume for the sum of all reservoirs connected to this constraint (xUnit: NO_UNIT, yUnit: MM3) (volume_constraint:min_vol_penalty)= ### min_vol_penalty Given penalty cost for having a sum volume below the min_vol (xUnit: NO_UNIT, yUnit: NOK/MM3) (volume_constraint:max_vol_penalty)= ### max_vol_penalty Given penalty cost for having a sum volume above the max_vol (xUnit: NO_UNIT, yUnit: NOK/MM3)