diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatAndMassTransferPhaseSystem/HeatAndMassTransferPhaseSystem.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatAndMassTransferPhaseSystem/HeatAndMassTransferPhaseSystem.C index d97a0687cc..71c5a11384 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatAndMassTransferPhaseSystem/HeatAndMassTransferPhaseSystem.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatAndMassTransferPhaseSystem/HeatAndMassTransferPhaseSystem.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | + \\ / A nd | Copyright (C) 2019 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- | Copyright (C) 2015-2016 OpenFOAM Foundation @@ -206,7 +206,7 @@ Foam::HeatAndMassTransferPhaseSystem::dmdt const phaseModel* phase1 = &pair.phase1(); const phaseModel* phase2 = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { if (phase1 == &phase) { @@ -303,7 +303,7 @@ Foam::HeatAndMassTransferPhaseSystem::heatTransfer() const const volScalarField* K = &K1; const volScalarField* otherK = &K2; - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { const volScalarField& he(phase->thermo().he()); volScalarField Cpv(phase->thermo().Cpv()); diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatTransferPhaseSystem/HeatTransferPhaseSystem.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatTransferPhaseSystem/HeatTransferPhaseSystem.C index 609924c524..e4db55591a 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatTransferPhaseSystem/HeatTransferPhaseSystem.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/HeatTransferPhaseSystem/HeatTransferPhaseSystem.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | + \\ / A nd | Copyright (C) 2019 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- | Copyright (C) 2015-2016 OpenFOAM Foundation @@ -131,7 +131,7 @@ Foam::HeatTransferPhaseSystem::heatTransfer() const const phaseModel* phase = &pair.phase1(); const phaseModel* otherPhase = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { const volScalarField& he(phase->thermo().he()); volScalarField Cpv(phase->thermo().Cpv()); diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.C index 157b8b9ab2..c00e6322f9 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | + \\ / A nd | Copyright (C) 2019 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- | Copyright (C) 2015-2016 OpenFOAM Foundation @@ -181,7 +181,7 @@ Foam::MomentumTransferPhaseSystem::Kd const phaseModel* phase1 = &pair.phase1(); const phaseModel* phase2 = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { if (phase1 == &phase) { @@ -403,7 +403,7 @@ Foam::MomentumTransferPhaseSystem::momentumTransfer() const const phaseModel* phase = &pair.phase1(); const phaseModel* otherPhase = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { const volVectorField& U = phase->U(); @@ -429,7 +429,7 @@ Foam::MomentumTransferPhaseSystem::momentumTransfer() const const phaseModel* phase = &pair.phase1(); const phaseModel* otherPhase = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { const volVectorField& U = phase->U(); const surfaceScalarField& phi = phase->phi(); diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/ThermalPhaseChangePhaseSystem/ThermalPhaseChangePhaseSystem.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/ThermalPhaseChangePhaseSystem/ThermalPhaseChangePhaseSystem.C index 87df808f81..37787896fe 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/ThermalPhaseChangePhaseSystem/ThermalPhaseChangePhaseSystem.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/ThermalPhaseChangePhaseSystem/ThermalPhaseChangePhaseSystem.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | + \\ / A nd | Copyright (C) 2019 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- | Copyright (C) 2015-2017 OpenFOAM Foundation @@ -282,7 +282,7 @@ Foam::ThermalPhaseChangePhaseSystem::iDmdt const phaseModel* phase1 = &pair.phase1(); const phaseModel* phase2 = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { if (phase1 == &phase) { diff --git a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/pU/pEqn.H b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/pU/pEqn.H index 91e574bcd6..16a7a19358 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/pU/pEqn.H +++ b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/pU/pEqn.H @@ -226,7 +226,7 @@ while (pimple.correct()) const phaseModel* phase1 = &pair.phase1(); const phaseModel* phase2 = &pair.phase2(); - forAllConstIter(phasePair, pair, iter) + forAllConstIters(pair, iter) { if (phase1 == &phase) { diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/pointPairs/pointPairs.C b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/pointPairs/pointPairs.C index 38a3394096..3e85c264ac 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/pointPairs/pointPairs.C +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/pointPairs/pointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | + \\ / A nd | Copyright (C) 2019 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- | Copyright (C) 2013-2015 OpenFOAM Foundation @@ -179,7 +179,7 @@ void Foam::pointPairs::reIndex(const Map