multiphaseEulerFoam: Use phaseSystem::propertiesName

This commit is contained in:
Will Bainbridge
2022-01-13 09:19:38 +00:00
parent b58e1f5d5a
commit 30c877a7ab
8 changed files with 16 additions and 15 deletions

View File

@ -82,7 +82,7 @@ Foam::functionObjects::phaseForces::phaseForces
IOobject::groupName("alpha", dict.lookup("phase"))
)
),
fluid_(mesh_.lookupObject<phaseSystem>("phaseProperties"))
fluid_(mesh_.lookupObject<phaseSystem>(phaseSystem::propertiesName))
{
read(dict);