mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphaseEulerFoam: Update phi fixed BCs from U
This commit is contained in:
@ -166,6 +166,9 @@
|
||||
{
|
||||
phaseModel& phase = iter();
|
||||
|
||||
phase.phi().boundaryField() ==
|
||||
(mesh.Sf().boundaryField() & phase.U().boundaryField());
|
||||
|
||||
mrfZones.relativeFlux(phase.phi().oldTime());
|
||||
mrfZones.relativeFlux(phase.phi());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user