mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: multiphaseSystem: add alpha1 boundary manipulation
This commit is contained in:
@ -358,6 +358,8 @@ void Foam::multiphaseSystem::solveAlphas()
|
|||||||
Su + fvm::Sp(Sp, alpha1)
|
Su + fvm::Sp(Sp, alpha1)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
alpha1Eqn.boundaryManipulate(alpha1.boundaryFieldRef());
|
||||||
|
|
||||||
alpha1Eqn.solve();
|
alpha1Eqn.solve();
|
||||||
|
|
||||||
phiAlpha += alpha1Eqn.flux();
|
phiAlpha += alpha1Eqn.flux();
|
||||||
|
|||||||
Reference in New Issue
Block a user