This package contains partial models for ASM1 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.ASM1.SecClar.Krebs.Interfaces.SCVar
partial models providing ASM1 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 Si1
"Soluble inert organic matter in first stirrer tank of the excess layer";
WWU.MassConcentration Ss1
"Readily biodegradable substrate in first stirrer tank of the excess layer";
WWU.MassConcentration So1
"Dissolved oxygen in first stirrer tank of the excess layer";
WWU.MassConcentration Sno1
"Nitrate and nitrite nitrogen in first stirrer tank of the excess layer";
WWU.MassConcentration Snh1
"Ammonium nitrogen in first stirrer tank of the excess layer";
WWU.MassConcentration Snd1
"Soluble biodegradable organic nitrogen in first stirrer tank of the excess layer";
WWU.Alkalinity Salk1
"Alkalinity in first stirrer tank of the excess layer";
WWU.MassConcentration Si2
"Soluble inert organic matter in second stirrer tank of the excess layer";
WWU.MassConcentration Ss2
"Readily biodegradable substrate in second stirrer tank of the excess layer";
WWU.MassConcentration So2
"Dissolved oxygen in second stirrer tank of the excess layer";
WWU.MassConcentration Sno2
"Nitrate and nitrite nitrogen in second stirrer tank of the excess layer";
WWU.MassConcentration Snh2
"Ammonium nitrogen in second stirrer tank of the excess layer";
WWU.MassConcentration Snd2
"Soluble biodegradable organic nitrogen in second stirrer tank of the excess layer";
WWU.Alkalinity Salk2
"Alkalinity in second stirrer tank of the excess layer";
end SCVar;
WasteWater.ASM1.SecClar.Krebs.Interfaces.ratios
partial model for ASM1 ratios of solid components
partial model ratios "partial model for ratios of solid components" // ratios of solid components Real rXi; Real rXs; Real rXbh; Real rXba; Real rXp; Real rXnd; end ratios;