Skip to content

Commit 2d211db

Browse files
spethischoegl
authored andcommitted
Fix miscellaneous spelling errors
1 parent c1c10cb commit 2d211db

File tree

29 files changed

+37
-37
lines changed

29 files changed

+37
-37
lines changed

data/inputs/ptcombust.cti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#**** *
1919
#***********************************************************************
2020
#
21-
# Ref:- 1.) Deutschman et al., 26th Symp. (Intl.) on Combustion,1996
21+
# Ref:- 1.) Deutschmann et al., 26th Symp. (Intl.) on Combustion,1996
2222
# pp. 1747-1754
2323
#----------------------------------------------------------------------
2424
#

data/ptcombust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: |-
1818
**** *
1919
***********************************************************************
2020
21-
Ref:- 1.) Deutschman et al., 26th Symp. (Intl.) on Combustion, 1996
21+
Ref:- 1.) Deutschmann et al., 26th Symp. (Intl.) on Combustion, 1996
2222
pp. 1747-1754
2323
-----------------------------------------------------------------------
2424

doc/sphinx/yaml/reactions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The fields common to all ``reaction`` entries are:
1414
must be separated by a space.
1515

1616
Reversible reactions may be written using ``<=>`` or ``=`` to separate
17-
reactants and products. Irreversible reacions are written using ``=>``.
17+
reactants and products. Irreversible reactions are written using ``=>``.
1818

1919
``type``
2020
A string specifying the type of reaction or rate coefficient
@@ -292,7 +292,7 @@ Example::
292292
``interface``
293293
-------------
294294

295-
A reaction occuring on a surface between two bulk phases, or along an edge
295+
A reaction occurring on a surface between two bulk phases, or along an edge
296296
at the intersection of two surfaces, as
297297
`described here <https://cantera.org/science/reactions.html#sec-surface>`__.
298298

include/cantera/base/Units.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Units
5555

5656
//! Raise these Units to a power, changing both the conversion factor and
5757
//! the dimensions of these Units.
58-
Units pow(double expoonent) const;
58+
Units pow(double exponent) const;
5959

6060
bool operator==(const Units& other) const;
6161

include/cantera/equil/MultiPhase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ std::ostream& operator<<(std::ostream& s, MultiPhase& x);
687687
* @param[in] orderVectorElements Order vector for the elements. The element
688688
* rows in the formula matrix are rearranged according to this vector.
689689
* @param[in] orderVectorSpecies Order vector for the species. The species are
690-
* rearranged according to this formula. The first nCompoments of this
690+
* rearranged according to this formula. The first nComponents of this
691691
* vector contain the calculated species components on exit.
692692
* @param[in] doFormRxn If true, the routine calculates the formation
693693
* reaction matrix based on the calculated component species. If
@@ -748,7 +748,7 @@ void ElemRearrange(size_t nComponents, const vector_fp& elementAbundances,
748748
std::vector<size_t>& orderVectorElements);
749749

750750
//! External int that is used to turn on debug printing for the
751-
//! BasisOptimze program.
751+
//! BasisOptimize program.
752752
/*!
753753
* Set this to 1 if you want debug printing from BasisOptimize.
754754
*/

include/cantera/kinetics/Kinetics.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ class Kinetics
680680
* concentrations (no change to legacy behavior). After Cantera 2.6,
681681
* results will no longer include third-body concentrations and be
682682
* consistent with conventional definitions (see Eq. 9.75 in
683-
* Kee, Coltrin and Glarborg, 'Chemically eacting Flow', Wiley
683+
* Kee, Coltrin and Glarborg, 'Chemically Reacting Flow', Wiley
684684
* Interscience, 2003).
685685
* For new behavior, set 'Cantera::use_legacy_rate_constants(false)'.
686686
*/
@@ -706,7 +706,7 @@ class Kinetics
706706
* concentrations (no change to legacy behavior). After Cantera 2.6,
707707
* results will no longer include third-body concentrations and be
708708
* consistent with conventional definitions (see Eq. 9.75 in
709-
* Kee, Coltrin and Glarborg, 'Chemically eacting Flow', Wiley
709+
* Kee, Coltrin and Glarborg, 'Chemically Reacting Flow', Wiley
710710
* Interscience, 2003).
711711
* For new behavior, set 'Cantera::use_legacy_rate_constants(false)'.
712712
*/

include/cantera/numerics/FuncEval.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class FuncEval
9292
// If true, errors are accumulated in m_errors. Otherwise, they are printed
9393
bool m_suppress_errors;
9494

95-
//! Errors occuring during function evaluations
95+
//! Errors occurring during function evaluations
9696
std::vector<std::string> m_errors;
9797
};
9898

include/cantera/numerics/ResidJacEval.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ enum ResidEval_Type_Enum {
2222
Base_ResidEval = 0,
2323
//! Base residual calculation for the Jacobian calculation
2424
JacBase_ResidEval,
25-
//! Delta residual calculation for the Jacbobian calculation
25+
//! Delta residual calculation for the Jacobian calculation
2626
JacDelta_ResidEval,
2727
//! Base residual calculation for the showSolution routine
2828
/*!
@@ -32,7 +32,7 @@ enum ResidEval_Type_Enum {
3232
//! Base residual calculation containing any lagged components
3333
/*!
3434
* We use this to calculate residuals when doing line searches along
35-
* irections determined by Jacobians that are missing contributions from
35+
* directions determined by Jacobians that are missing contributions from
3636
* lagged entries.
3737
*/
3838
Base_LaggedSolutionComponents

include/cantera/thermo/ThermoPhase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ class ThermoPhase : public Phase
12411241
* @param element either "Bilger" to compute the mixture fraction
12421242
* in terms of the Bilger mixture fraction, or
12431243
* an element name, to compute the mixture fraction
1244-
* bsaed on a single element (default: "Bilger")
1244+
* based on a single element (default: "Bilger")
12451245
* @returns mixture fraction (kg fuel / kg mixture)
12461246
*/
12471247
double mixtureFraction(const double* fuelComp, const double* oxComp,

include/cantera/zeroD/Reactor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class Reactor : public ReactorBase
154154
//! @returns True if at least one limit is set, False otherwise
155155
bool getAdvanceLimits(double* limits);
156156

157-
//! Set individual step size limit for compoment name *nm*
157+
//! Set individual step size limit for component name *nm*
158158
//! @param nm component name
159159
//! @param limit value for step size limit
160160
void setAdvanceLimit(const std::string& nm, const double limit);

0 commit comments

Comments
 (0)