Go to the source code of this file.
◆ if() [1/3]
| if |
( |
pimple. | nCorrPIMPLE(), |
|
|
1 | ) |
◆ if() [2/3]
◆ if() [3/3]
◆ else
Initial value:{
# 1 "/opt/OpenFOAM/OpenFOAM-v2512/applications/solvers/multiphase/interIsoFoam/alphaEqn.H" 1
{
{
U -= fvc::reconstruct(
mesh.phi());
}
{
U += fvc::reconstruct(
mesh.phi());
}
}
const volScalarField & alpha1
const volScalarField & alpha2
surfaceScalarField rho1f(fvc::interpolate(rho1))
surfaceScalarField rho2f(fvc::interpolate(rho2))
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
isoAdvection advector(alpha1, phi, U)
Definition at line 52 of file alphaEqnSubCycle.H.