This package contains partial models for ASM3 secondary clarifier models. Main Author: Gerald Reichl Technische Universitaet Ilmenau Faculty of Informatics and Automation Department Dynamics and Simulation of ecological Systems P.O. Box 10 05 65 98684 Ilmenau Germany email: gerald.reichl@tu-ilmenau.de
Copyright (C) 2003, Gerald Reichl
The Modelica package is free software; it can be redistributed and/or modified under the terms of the Modelica license, see the license conditions and the accompanying disclaimer in the documentation of package Modelica in file "Modelica/package.mo".
WasteWater.ASM3.SecClar.Krebs.Interfaces.SCVar
partial models providing ASM3 variables
partial model SCVar "partial models providing variables"
package WWU = WasteWater.WasteWaterUnits;
WWU.MassConcentration Xf "total sludge concentration";
WWU.MassConcentration XB "sludge concentration in sludge layer";
WWU.MassConcentration XR "sludge concentration of return";
WWU.MassConcentration So1
"Dissolved oxygen in first stirrer tank of the excess layer";
WWU.MassConcentration Si1
"Soluble inert organics in first stirrer tank of the excess layer";
WWU.MassConcentration Ss1
"Readily biodegradable substrates in first stirrer tank of the excess layer";
WWU.MassConcentration Snh1
"Ammonium in first stirrer tank of the excess layer";
WWU.MassConcentration Sn2_1
"Dinitrogen, released by nitrification in first stirrer tank of the excess layer";
WWU.MassConcentration Snox1
"Nitrite plus nitrate in first stirrer tank of the excess layer";
WWU.Alkalinity Salk1
"Alkalinity, bicarbonate in first stirrer tank of the excess layer";
WWU.MassConcentration So2
"Dissolved oxygen in second stirrer tank of the excess layer";
WWU.MassConcentration Si2
"Soluble inert organics in second stirrer tank of the excess layer";
WWU.MassConcentration Ss2
"Readily biodegradable substrates in second stirrer tank of the excess layer";
WWU.MassConcentration Snh2
"Ammonium in second stirrer tank of the excess layer";
WWU.MassConcentration Sn2_2
"Dinitrogen, released by nitrification in second stirrer tank of the excess layer";
WWU.MassConcentration Snox2
"Nitrite plus nitrate in second stirrer tank of the excess layer";
WWU.Alkalinity Salk2
"Alkalinity, bicarbonate in second stirrer tank of the excess layer";
end SCVar;
WasteWater.ASM3.SecClar.Krebs.Interfaces.ratios
partial model for ASM3 ratios of solid components
partial model ratios "partial model for ratios of solid components" // ratios of solid components Real rXi; Real rXs; Real rXh; Real rXsto; Real rXa; end ratios;