mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected formatting
This commit is contained in:
@ -96,7 +96,8 @@ void Foam::multiphaseSystem::solveAlphas()
|
||||
surfaceScalarField phir
|
||||
(
|
||||
(phase1.phi() - phase2.phi())
|
||||
+ min(cAlpha(phase1, phase2)*phic, max(phic))*nHatf(phase1, phase2)
|
||||
+ min(cAlpha(phase1, phase2)*phic, max(phic))
|
||||
*nHatf(phase1, phase2)
|
||||
);
|
||||
|
||||
phiAlphaCorr += fvc::flux
|
||||
|
||||
Reference in New Issue
Block a user