Skip to content

Commit 04b9474

Browse files
committed
Fix typos
1 parent 825f3ee commit 04b9474

File tree

12 files changed

+123
-123
lines changed

12 files changed

+123
-123
lines changed

Chemical/Boundaries.mo

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
1313

1414
import Chemical.Utilities.Types.InitializationSubstance;
1515

16-
parameter Boolean preferMass=true "prefere state as mass, otherwise amountOfSubstance"
16+
parameter Boolean preferMass=true "prefer state as mass, otherwise amountOfSubstance"
1717
annotation (HideResult=true, Evaluate=true, choices(checkBox=true), Dialog(group="Substance"));
1818

1919
parameter Modelica.Units.SI.Mass mass_start=dropOfCommons.DefaultMass "Initial mass of the substance"
@@ -90,7 +90,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
9090
<p>where</p>
9191
<p>x .. mole fraction of the substance in the solution</p>
9292
<p>T .. temperature in Kelvins</p>
93-
<p>v .. relative eletric potential of the solution</p>
93+
<p>v .. relative electric potential of the solution</p>
9494
<p>z .. elementary charge of the substance (like -1 for electron, +2 for Ca^2+)</p>
9595
<p>R .. gas constant</p>
9696
<p>F .. Faraday constant</p>
@@ -99,7 +99,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
9999
<p>DfG .. free Gibbs energy of formation of the substance</p>
100100
<p>DfH .. free enthalpy of formation of the substance</p>
101101
<p>DfS .. free entropy of formation of the substance </p>
102-
<p><br>Be carefull, DfS is not the same as absolute entropy of the substance S&deg; from III. thermodinamic law! It must be calculated from tabulated value of DfG(298.15 K) and DfH as DfS=(DfH - DfG)/298.15. </p>
102+
<p><br>Be careful, DfS is not the same as absolute entropy of the substance S&deg; from III. thermodynamic law! It must be calculated from tabulated value of DfG(298.15 K) and DfH as DfS=(DfH - DfG)/298.15. </p>
103103
</html>"));
104104
end Substance;
105105

@@ -119,7 +119,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
119119
parameter Modelica.Units.SI.ElectricPotential v_start=0 "Initial electric potential"
120120
annotation (HideResult=true, Dialog(tab="Initialization", enable=(init ==InitializationSubstance.state)));
121121

122-
parameter Boolean useRear = false "Use rearwards conector?"
122+
parameter Boolean useRear = false "Use rearwards connector?"
123123
annotation(Evaluate=true, HideResult=true, choices(checkBox=true),Dialog(group="Conditional inputs"));
124124
parameter Boolean useFore = true "Use forwards connector?"
125125
annotation(Evaluate=true, HideResult=true, choices(checkBox=true),Dialog(group="Conditional inputs"));
@@ -160,7 +160,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
160160
Gj=0,
161161
Qj=0,
162162
Ij=0)
163-
"To connect substance with solution, where is pressented"
163+
"To connect substance with solution, where is presented"
164164
annotation (Placement(transformation(extent={{-70,-110},{-50,-90}}), iconTransformation(extent={{-70,-110},{-50,-90}})));
165165

166166
protected
@@ -545,7 +545,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
545545
extends Internal.PartialTerminalRear;
546546

547547
parameter Modelica.Units.SI.Time HalfTime
548-
"Degradation half time. The time after which will remain half of initial concentration in the defined volume when no other generation, clearence and degradation exist.";
548+
"Degradation half time. The time after which will remain half of initial concentration in the defined volume when no other generation, clearance and degradation exist.";
549549

550550
Modelica.Units.SI.AmountOfSubstance n;
551551

@@ -1385,7 +1385,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
13851385
parameter Chemical.Interfaces.Definition substanceDefinition=dropOfCommons.DefaultSubstance "Definition of the substance"
13861386
annotation (choicesAllMatching=true, Dialog(enable=not useRear, group = "Substance"));
13871387

1388-
parameter Boolean useRear = false "Use rearwards conector?"
1388+
parameter Boolean useRear = false "Use rearwards connector?"
13891389
annotation(Evaluate=true, HideResult=true, choices(checkBox=true),Dialog(group="Conditional inputs"));
13901390
parameter Boolean useFore = true "Use forwards connector?"
13911391
annotation(Evaluate=true, HideResult=true, choices(checkBox=true),Dialog(group="Conditional inputs"));
@@ -1487,7 +1487,7 @@ package Boundaries "Boundary models for undirected chemical simulation"
14871487
Gj=substance.Gj,
14881488
Qj=substance.Qj,
14891489
Ij=substance.Ij)
1490-
if useSolution "To connect substance with solution, where is pressented"
1490+
if useSolution "To connect substance with solution, where is present"
14911491
annotation (Placement(transformation(extent={{-70,-110},{-50,-90}}), iconTransformation(extent={{-70,-110},{-50,-90}})));
14921492
Modelica.Units.SI.Concentration c(displayUnit="mmol/l")
14931493
"Concentration";

0 commit comments

Comments
 (0)