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
Commits
550d7546
Commit
550d7546
authored
Jan 11, 2010
by
Andrew Heather
Browse files
Bugfix: Xinf was incorrectly sized
parent
ebfd516f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcel.C
View file @
550d7546
...
...
@@ -122,7 +122,7 @@ void Foam::ReactingParcel<ParcelType>::correctSurfaceValues
}
// Far field carrier molar fractions
scalarField
Xinf
(
Y_
.
size
());
scalarField
Xinf
(
td
.
cloud
().
mcCarrierThermo
().
speciesData
()
.
size
());
forAll
(
Xinf
,
i
)
{
...
...
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