Line | |
---|
1 | using "types"; |
---|
2 | |
---|
3 | VolumeFlowRate as flow_vol (Brief="Volumetric Flow Rate", DisplayUnit='m^3/d', Lower = 0); |
---|
4 | MassConcentration as conc_mass (Brief="Mass Concentration", DisplayUnit='g/l', Lower=-1.0, Upper = 1e10); |
---|
5 | Alkalinity as Real (Brief="Alkalinity", final Unit='mol/l', Lower=0.0); |
---|
6 | SedimentationVelocity as Real (Brief="Sedimentation Velocity", final Unit='m/d'); |
---|
7 | SedimentationFlux as Real (Brief="Sedimentation Flux", final Unit= 'g/(m^2*d)'); |
---|
8 | SludgeVolumeIndex as Real (Brief="Sludge Volume Index", final Unit= 'ml/g'); |
---|
9 | decayRate as Real (Brief="growth and Decay Rate", final Unit= '1/d'); |
---|
10 | ReacRate as Real (Brief="Reaction Rate", final Unit= 'kg/m^3/s'); |
---|
11 | GeneralFactor as Real (Brief="General Factor",final Unit='g/(m^3*m)'); |
---|
Note: See
TracBrowser
for help on using the repository browser.