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
0f94c221
Commit
0f94c221
authored
Jun 25, 2015
by
Henry Weller
Browse files
reactingTwoPhaseEulerFoam: Minor reorganization
parent
acfe44ea
Changes
4
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/reactingTwoPhaseEulerFoam/CourantNos.H
View file @
0f94c221
#include "CourantNo.H"
#include "CourantNo.H"
{
scalar
UrCoNum
=
0
.
5
*
gMax
...
...
applications/solvers/multiphase/reactingTwoPhaseEulerFoam/createFields.H
View file @
0f94c221
...
...
@@ -71,3 +71,6 @@
pRefCell
,
pRefValue
);
const
IOMRFZoneList
&
MRF
=
fluid
.
MRF
();
fv
::
IOoptionList
&
fvOptions
=
fluid
.
fvOptions
();
applications/solvers/multiphase/reactingTwoPhaseEulerFoam/phaseSystems/phaseSystem/phaseSystem.H
View file @
0f94c221
...
...
@@ -41,6 +41,8 @@ SourceFiles
#include "phaseModel.H"
#include "phasePair.H"
#include "orderedPhasePair.H"
#include "HashPtrTable.H"
#include "IOMRFZoneList.H"
#include "fvIOoptionList.H"
...
...
applications/solvers/multiphase/reactingTwoPhaseEulerFoam/reactingTwoPhaseEulerFoam.C
View file @
0f94c221
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application
t
woPhaseEulerFoam
reactingT
woPhaseEulerFoam
Description
Solver for a system of 2 compressible fluid phases with a common pressure,
...
...
@@ -36,9 +36,8 @@ Description
#include "fvCFD.H"
#include "twoPhaseSystem.H"
#include "PhaseCompressibleTurbulenceModel.H"
#include "pimpleControl.H"
#include "fixedFluxPressureFvPatchScalarField.H"
#include "
HashPtrTable
.H"
#include "
pimpleControl
.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
@@ -72,9 +71,6 @@ int main(int argc, char *argv[])
#include "pUf/createDDtU.H"
const
IOMRFZoneList
&
MRF
=
fluid
.
MRF
();
fv
::
IOoptionList
&
fvOptions
=
fluid
.
fvOptions
();
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info
<<
"
\n
Starting time loop
\n
"
<<
endl
;
...
...
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