Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / src / navalFoamVariant2 / alphaMules.H
blob505c8a6ba787efe481453ea2275463551cd93a43
2     surfaceScalarField phialpha1 =
3         fvc::flux
4         (
5             phi,
6             alpha1,
7             alphaScheme
8         )
9       + fvc::flux
10         (
11             -fvc::flux(-phir, scalar(1) - alpha1, alpharScheme),
12             alpha1,
13             alpharScheme
14         );
16     MULES::explicitSolve(alpha1, phi, phialpha1, 1, 0);