Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 12, 2015
1 parent d42eef9 commit f151024
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion WasteWater/ASM1/Interfaces.mo
Expand Up @@ -89,7 +89,7 @@ The connector consists of one flow variable and 13 potential variables (ASM1 con

flow WWU.VolumeFlowRate Q_air;
annotation (
Documentation(info="The Airflow connector consits of a flow variable describing the exchange of
Documentation(info="The Airflow connector consists of a flow variable describing the exchange of
air between blower and nitrification tank."),
Window(
x=0.4,
Expand Down
6 changes: 3 additions & 3 deletions WasteWater/ASM1/package.mo
Expand Up @@ -70,7 +70,7 @@ model nitri "ASM1 nitrification tank"
// tank specific parameters
parameter Modelica.SIunits.Volume V=1000 "Volume of nitrification tank";

// aeration system dependend parameters
// aeration system dependent parameters
parameter Real alpha=0.7 "Oxygen transfer factor";
parameter Modelica.SIunits.Length de=4.5 "depth of aeration";
parameter Real R_air=23.5 "specific oxygen feed factor [gO2/(m^3*m)]";
Expand All @@ -88,7 +88,7 @@ model nitri "ASM1 nitrification tank"
-103},{5,-93}}, rotation=0)));
equation

// Temperature dependend oxygen saturation by Simba
// Temperature dependent oxygen saturation by Simba
So_sat =13.89 + (-0.3825 + (0.007311 - 0.00006588*T)*T)*T;

// extends the Oxygen differential equation by an aeration term
Expand Down Expand Up @@ -606,7 +606,7 @@ end ControlledDivider2;

model divider2 "Flowdivider"

// divides one flow of wastewater into 2 Flows; one amout needs to be specified
// divides one flow of wastewater into 2 Flows; one amount needs to be specified

extends WasteWater.Icons.divider2;
Interfaces.WWFlowAsm1in In annotation (Placement(transformation(extent={{-110,
Expand Down
2 changes: 1 addition & 1 deletion WasteWater/ASM2d/Interfaces.mo
Expand Up @@ -112,7 +112,7 @@ The connector consists of one flow variable and 19 potential variables (ASM2d co
y=0.01,
width=0.35,
height=0.49),
Documentation(info="The Airflow connector consits of a flow variable describing the exchange of
Documentation(info="The Airflow connector consists of a flow variable describing the exchange of
air between blower and nitrification tank."));

end AirFlow;
Expand Down
6 changes: 3 additions & 3 deletions WasteWater/ASM2d/package.mo
Expand Up @@ -72,7 +72,7 @@ model nitri "ASM2d nitrification tank"
extends WasteWater.Icons.nitri;
extends Interfaces.ASM2dbase;

// aeration system dependend parameters
// aeration system dependent parameters
parameter Modelica.SIunits.Volume V=1000 "Volume of nitrification tank";
parameter Real alpha=0.7 "Oxygen transfer factor";
parameter Modelica.SIunits.Length de=4.5 "depth of aeration";
Expand All @@ -90,7 +90,7 @@ model nitri "ASM2d nitrification tank"
-103},{5,-93}}, rotation=0)));
equation

// Temperature dependend oxygen saturation by Simba
// Temperature dependent oxygen saturation by Simba
So_sat =13.89 + (-0.3825 + (0.007311 - 0.00006588*T)*T)*T;

// extends the Oxygen differential equation by an aeration term
Expand Down Expand Up @@ -732,7 +732,7 @@ end ControlledDivider2;

model divider2 "Flowdivider"

// divides one flow of wastewater into 2 Flows; one amout needs to be specified
// divides one flow of wastewater into 2 Flows; one amount needs to be specified

extends WasteWater.Icons.divider2;
Interfaces.WWFlowAsm2din In annotation (Placement(transformation(extent={{
Expand Down
4 changes: 2 additions & 2 deletions WasteWater/ASM3/Interfaces.mo
Expand Up @@ -98,7 +98,7 @@ The connector consists of one flow variable and 13 potential variables (ASM3 con
y=0.01,
width=0.35,
height=0.49),
Documentation(info="The Airflow connector consits of a flow variable describing the exchange of
Documentation(info="The Airflow connector consists of a flow variable describing the exchange of
air between blower and nitrification tank."));

end AirFlow;
Expand Down Expand Up @@ -146,7 +146,7 @@ air between blower and nitrification tank."));
package WWU = WasteWater.WasteWaterUnits;
extends Interfaces.stoichiometry;

// Stoichio. matrix coefficents x(So,Ss,Sn2,Snox),y(Snh),z(Salk),t(Xss)
// Stoichio. matrix coefficients x(So,Ss,Sn2,Snox),y(Snh),z(Salk),t(Xss)
parameter Real x1=1 - f_Si;
parameter Real x2=-(1 - Y_STO_O);
parameter Real x3=-(1 - Y_STO_NOX)/2.86;
Expand Down
6 changes: 3 additions & 3 deletions WasteWater/ASM3/package.mo
Expand Up @@ -69,7 +69,7 @@ model nitri "ASM3 nitrification tank"
// tank specific parameters
parameter Modelica.SIunits.Volume V=1000 "Volume of nitrification tank";

// aeration system dependend parameters
// aeration system dependent parameters
parameter Real alpha=0.7 "Oxygen transfer factor";
parameter Modelica.SIunits.Length de=4.5 "depth of aeration";
parameter Real R_air=23.5 "specific oxygen feed factor [gO2/(m^3*m)]";
Expand All @@ -87,7 +87,7 @@ model nitri "ASM3 nitrification tank"
-103},{5,-93}}, rotation=0)));
equation

// Temperature dependend oxygen saturation by Simba
// Temperature dependent oxygen saturation by Simba
So_sat =13.89 + (-0.3825 + (0.007311 - 0.00006588*T)*T)*T;

// extends the Oxygen differential equation by an aeration term
Expand Down Expand Up @@ -601,7 +601,7 @@ end ControlledDivider2;

model divider2 "Flowdivider"

// divides one flow of wastewater into 2 Flows; one amout needs to be specified
// divides one flow of wastewater into 2 Flows; one amount needs to be specified

extends WasteWater.Icons.divider2;
Interfaces.WWFlowAsm3in In annotation (Placement(transformation(extent={{-111,
Expand Down

0 comments on commit f151024

Please sign in to comment.