reactingEulerFoam::MomentumTransferPhaseSystem::AFfs: Ensure the face force field list exists for single phase

This commit is contained in:
Henry Weller
2020-06-25 10:29:03 +01:00
parent 23fb1ccb6d
commit 20c66b0c2b

View File

@ -492,10 +492,7 @@ Foam::MomentumTransferPhaseSystem<BasePhaseSystem>::AFfs() const
}
}
if (this->fillFields_)
{
this->fillFields("AFf", dimDensity/dimTime, AFfs);
}
this->fillFields("AFf", dimDensity/dimTime, AFfs);
return AFfs;
}