diff --git a/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H b/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H index f5717a65..08543a99 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H +++ b/applications/solvers/multiphase/compressibleInterFoam/alphaEqns.H @@ -82,7 +82,7 @@ Info<< "Liquid phase volume fraction = " << alpha1.weightedAverage(mesh.V()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Min(alpha2) = " << min(alpha2).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Min(" << alpha2.name() <<") = " << min(alpha2).value() << endl; } diff --git a/applications/solvers/multiphase/driftFluxFoam/alphaEqn.H b/applications/solvers/multiphase/driftFluxFoam/alphaEqn.H index d9345cd9..92421b50 100644 --- a/applications/solvers/multiphase/driftFluxFoam/alphaEqn.H +++ b/applications/solvers/multiphase/driftFluxFoam/alphaEqn.H @@ -23,8 +23,8 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; tmp tphiAlphaUD(alpha1Eqn.flux()); @@ -150,7 +150,7 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; } diff --git a/applications/solvers/multiphase/driftFluxFoam/alphaEqnSubCycle.H b/applications/solvers/multiphase/driftFluxFoam/alphaEqnSubCycle.H index 4d889f12..c2065f49 100644 --- a/applications/solvers/multiphase/driftFluxFoam/alphaEqnSubCycle.H +++ b/applications/solvers/multiphase/driftFluxFoam/alphaEqnSubCycle.H @@ -64,8 +64,8 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; } diff --git a/applications/solvers/multiphase/interFoam/alphaEqn.H b/applications/solvers/multiphase/interFoam/alphaEqn.H index b25d1251..8696f769 100644 --- a/applications/solvers/multiphase/interFoam/alphaEqn.H +++ b/applications/solvers/multiphase/interFoam/alphaEqn.H @@ -47,8 +47,8 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; tmp tphiAlphaUD(alpha1Eqn.flux()); @@ -144,7 +144,7 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; } diff --git a/applications/solvers/multiphase/interFoam/interMixingFoam/alphaEqns.H b/applications/solvers/multiphase/interFoam/interMixingFoam/alphaEqns.H index a3278090..53ab23c8 100644 --- a/applications/solvers/multiphase/interFoam/interMixingFoam/alphaEqns.H +++ b/applications/solvers/multiphase/interFoam/interMixingFoam/alphaEqns.H @@ -163,13 +163,13 @@ Info<< "Air phase volume fraction = " << alpha1.weightedAverage(mesh.V()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; Info<< "Liquid phase volume fraction = " << alpha2.weightedAverage(mesh.V()).value() - << " Min(alpha2) = " << min(alpha2).value() - << " Max(alpha2) = " << max(alpha2).value() + << " Min(" << alpha2.name() <<") = " << min(alpha2).value() + << " Max(" << alpha2.name() <<") = " << max(alpha2).value() << endl; } diff --git a/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H b/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H index 5d915ecc..5078fd94 100644 --- a/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H +++ b/applications/solvers/multiphase/interPhaseChangeFoam/alphaEqn.H @@ -33,8 +33,8 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; tphiAlpha = alpha1Eqn.flux(); @@ -117,7 +117,7 @@ Info<< "Liquid phase volume fraction = " << alpha1.weightedAverage(mesh.V()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; } diff --git a/applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqn.H b/applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqn.H index adca48e9..253bce83 100644 --- a/applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqn.H +++ b/applications/solvers/multiphase/twoLiquidMixingFoam/alphaEqn.H @@ -17,7 +17,7 @@ Info<< "Phase-1 volume fraction = " << alpha1.weightedAverage(mesh.Vsc()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; } diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C index dcc3595b..de434d2a 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C @@ -547,8 +547,8 @@ void Foam::twoPhaseSystem::solve() Info<< alpha1.name() << " volume fraction = " << alpha1.weightedAverage(mesh_.V()).value() - << " Min(alpha1) = " << min(alpha1).value() - << " Max(alpha1) = " << max(alpha1).value() + << " Min(" << alpha1.name() <<") = " << min(alpha1).value() + << " Max(" << alpha1.name() <<") = " << max(alpha1).value() << endl; } }