49 alpha1*(rho1*nu1-rho2*nu2) + rho2*nu2
52 Info <<
"max/min muf:" << max(
muf).value() <<
"/" << min(
muf).value() << endl;
67 volScalarField da1dt = -(
U &
fvc::grad(alpha1));
69 cFrc = fvc::reconstruct(
thermo.surfaceTensionForce()*mesh.magSf());
70 cFrcf =
thermo.surfaceTensionForce()*mesh.Sf() / mesh.magSf();
72 BdFrc = g * (
rho + da1dt*(Tau1*rho1 - Tau2*rho2));
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > qgdInterpolate(const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi)
surfaceVectorField cFrcf("cFrcf",)
surfaceScalarField alpha1f("alpha1f",)
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
surfaceScalarField alpha2f("alpha2f", 1.0-alpha1f)
tmp< surfaceVectorField > grad(const volScalarField &vF)