Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
9fc31584
Commit
9fc31584
authored
Aug 11, 2016
by
Henry Weller
Browse files
chemistryModel: Minor clean-up
parent
1cd4e2b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/chemistryModel/chemistryModel/chemistryModel/chemistryModel.C
View file @
9fc31584
...
...
@@ -537,7 +537,6 @@ Foam::chemistryModel<CompType, ThermoType>::tc() const
}
}
ttc
.
ref
().
correctBoundaryConditions
();
return
ttc
;
...
...
@@ -628,8 +627,8 @@ template<class CompType, class ThermoType>
Foam
::
tmp
<
Foam
::
DimensionedField
<
Foam
::
scalar
,
Foam
::
volMesh
>>
Foam
::
chemistryModel
<
CompType
,
ThermoType
>::
calculateRR
(
const
label
r
eactionI
,
const
label
s
pecie
i
const
label
r
i
,
const
label
si
)
const
{
scalar
pf
,
cf
,
pr
,
cr
;
...
...
@@ -685,7 +684,7 @@ Foam::chemistryModel<CompType, ThermoType>::calculateRR
const
scalar
w
=
omegaI
(
r
eactionI
,
r
i
,
c_
,
Ti
,
pi
,
...
...
@@ -697,8 +696,7 @@ Foam::chemistryModel<CompType, ThermoType>::calculateRR
rRef
);
RR
[
celli
]
=
w
*
specieThermo_
[
speciei
].
W
();
RR
[
celli
]
=
w
*
specieThermo_
[
si
].
W
();
}
return
tRR
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment