Skip to content
GitLab
Menu
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
144e08e2
Commit
144e08e2
authored
Dec 01, 2016
by
Henry Weller
Browse files
reactingEulerFoam: Updated to support zoneCombustion models
parent
f281f77e
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/ReactingPhaseModel/ReactingPhaseModel.C
View file @
144e08e2
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2015 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2015
-2016
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -40,7 +40,12 @@ Foam::ReactingPhaseModel<BasePhaseModel, ReactionType>::ReactingPhaseModel
BasePhaseModel
(
fluid
,
phaseName
,
index
,
false
),
reaction_
(
ReactionType
::
New
(
fluid
.
mesh
(),
this
->
name
())
ReactionType
::
New
(
fluid
.
mesh
(),
combustionModel
::
combustionPropertiesName
,
this
->
name
()
)
)
{
this
->
thermo_
=
&
reaction_
->
thermo
();
...
...
Write
Preview
Supports
Markdown
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