reactingEulerFoam::MomentumTransferPhaseSystem::AFfs: Ensure the face force field list exists for single phase
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user