reactingEulerFoam: phaeseForces: Standardised phase keyword

The phase which the function object relates to is now selected with the
keyword "phase", rather than "phaseName". This is consistent with other
name entries such as the "phi" entry for an inletOutlet boundary.
This commit is contained in:
Will Bainbridge
2019-01-24 14:26:35 +00:00
parent 4221e43dfc
commit 765ae50d32

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -78,7 +78,7 @@ Foam::functionObjects::phaseForces::phaseForces
(
mesh_.lookupObject<phaseModel>
(
IOobject::groupName("alpha", dict.lookup("phaseName"))
IOobject::groupName("alpha", dict.lookup("phase"))
)
),
fluid_(mesh_.lookupObject<phaseSystem>("phaseProperties"))