Go to the documentation of this file.
2 word alphaScheme(
"div(phi,alpha)");
10 + fv::gaussConvectionScheme<scalar>
20 Info<<
"Phase-1 volume fraction = "
26 tmp<surfaceScalarField> talphaPhiUD(alpha1Eqn.flux());
31 Info<<
"Applying the previous iteration correction flux" <<
endl;
39 UniformField<scalar>(
mixture.alphaMax()),
52 tmp<surfaceScalarField> talphaPhiUn
70 tmp<surfaceScalarField> talphaPhiCorr(talphaPhiUn() -
alphaPhi);
79 UniformField<scalar>(
mixture.alphaMax()),
104 UniformField<scalar>(
mixture.alphaMax()),
117 Info<<
"Phase-1 volume fraction = "
void explicitSolve(const RdeltaTType &rDeltaT, const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su)
tmp< surfaceScalarField > talphaPhiCorr0
Ostream & endl(Ostream &os)
const volScalarField & alpha1
word alpharScheme("div(phirb,alpha)")
label min(const labelHashSet &set, label minValue=labelMax)
fvMatrix< scalar > fvScalarMatrix
surfaceScalarField alphaPhi(phi.name()+alpha1.name(), fvc::flux(phi, alpha1, alphaScheme))
GeometricField< scalar, fvPatchField, volMesh > volScalarField
label max(const labelHashSet &set, label maxValue=labelMin)
surfaceScalarField phir(IOobject("phir", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mixture.cAlpha() *mag(phi/mesh.magSf()) *mixture.nHatf())
volScalarField alpha10("alpha10", alpha1)
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture