Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
00800bbc
Commit
00800bbc
authored
Aug 14, 2013
by
andy
Browse files
BUG: Changes missed during commit
d9516c28
parent
43830d4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.C
View file @
00800bbc
...
...
@@ -372,7 +372,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calc
td
.
cloud
().
hsTrans
()[
cellI
]
+=
dm
*
HsEff
(
td
,
pc
,
T0
,
idG
,
idL
,
idS
);
td
.
cloud
().
phaseChange
().
addToPhaseChangeMass
(
dm
);
td
.
cloud
().
phaseChange
().
addToPhaseChangeMass
(
np0
*
mass1
);
}
return
;
...
...
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.C
View file @
00800bbc
...
...
@@ -530,7 +530,7 @@ void Foam::ReactingParcel<ParcelType>::calc
}
td
.
cloud
().
UTrans
()[
cellI
]
+=
dm
*
U0
;
td
.
cloud
().
phaseChange
().
addToPhaseChangeMass
(
dm
);
td
.
cloud
().
phaseChange
().
addToPhaseChangeMass
(
np0
*
mass1
);
}
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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