Functions | Variables
alphaEqnSubCycle.H File Reference
Include dependency graph for alphaEqnSubCycle.H:

Go to the source code of this file.

Functions

 if (nAlphaSubCycles > 1)
 

Variables

 else
 

Function Documentation

if ( nAlphaSubCycles  ,
 
)

Definition at line 3 of file alphaEqnSubCycle.H.

References alpha1, mesh, nAlphaSubCycles(), and rhoPhi.

Here is the call graph for this function:

Variable Documentation

else
Initial value:
{
# 1 "/home/ubuntu/OpenFOAM-4.1/applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqn.H" 1
{
word alphaScheme("div(phi,alpha)");
(
phi.name() + alpha1.name(),
(
phi,
alphaScheme
)
);
Info<< "Phase-1 volume fraction = "
<< alpha1.weightedAverage(mesh.Vsc()).value()
<< " Min(" << alpha1.name() << ") = " << min(alpha1).value()
<< " Max(" << alpha1.name() << ") = " << max(alpha1).value()
<< endl;
}
# 32 "/home/ubuntu/OpenFOAM-4.1/applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqnSubCycle.H" 2
}
surfaceScalarField & phi
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:253
rho1
Definition: pEqn.H:114
surfaceScalarField alphaPhi(IOobject("alphaPhi", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), phi *fvc::interpolate(alpha1))
dynamicFvMesh & mesh
void explicitSolve(const RdeltaTType &rDeltaT, const RhoType &rho, volScalarField &psi, const surfaceScalarField &phiPsi, const SpType &Sp, const SuType &Su)
rho2
Definition: pEqn.H:115
alpha2
Definition: alphaEqn.H:112
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
volScalarField & alpha1
rhoPhi
Definition: rhoEqn.H:10
messageStream Info
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
Definition: fvcFlux.C:32
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField

Definition at line 31 of file alphaEqnSubCycle.H.