packageWasteWater
Extends from Modelica.Media.Water.ConstantPropertyLiquidWater.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String[:] | solublesNames | {String(i) for i in Types.Species.S} | Names of the soluble species. Auto-generates from the list in Types |
| Integer | nC_S | size(solublesNames, 1) | |
| Real[nC_S] | C_S_nominal | 1.0e-3*ones(nC_S) | Default for the nominal values for the solubles |
| String[:] | particulatesNames | {String(i) for i in Types.Species.X} | Names of the particulate species. Auto-generates from the list in Types |
| Integer | nC_X | size(particulatesNames, 1) | |
| Real[nC_X] | C_X_nominal | 1.0e-3*ones(nC_X) | Default for the nominal values for the particulates |