diff --git a/applications/solvers/combustion/coalChemistryFoam/coalChemistryFoam.C b/applications/solvers/combustion/coalChemistryFoam/coalChemistryFoam.C index 142eb51a2f..3bccc682d3 100644 --- a/applications/solvers/combustion/coalChemistryFoam/coalChemistryFoam.C +++ b/applications/solvers/combustion/coalChemistryFoam/coalChemistryFoam.C @@ -79,18 +79,18 @@ int main(int argc, char *argv[]) rhoEffLagrangian = coalParcels.rhoEff() + limestoneParcels.rhoEff(); pDyn = 0.5*rho*magSqr(U); - Info << "Evolving coal cloud" << endl; - coalParcels.evolve(); coalParcels.info(); - Info << "Evolving limestone cloud" << endl; + Info<< endl; limestoneParcels.evolve(); limestoneParcels.info(); + Info<< endl; + #include "chemistry.H" #include "rhoEqn.H" @@ -99,11 +99,11 @@ int main(int argc, char *argv[]) { #include "UEqn.H" #include "YEqn.H" + #include "hEqn.H" // --- PISO loop for (int corr=1; corr<=nCorr; corr++) { - #include "hEqn.H" #include "pEqn.H" }