From ec7ebbd7d9d9981c25f88a6882e07654b7e185e8 Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 13 May 2008 17:01:13 +0100 Subject: [PATCH] Reformatted --- .../rhoPimpleFoam/rhoPimpleFoam.C | 27 +++++++++---------- .../postProcessing/wall/yPlusRAS/Make/files | 4 +-- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/applications/solvers/compressible/rhoPimpleFoam/rhoPimpleFoam.C b/applications/solvers/compressible/rhoPimpleFoam/rhoPimpleFoam.C index f0c0409fb9..0be52e772f 100644 --- a/applications/solvers/compressible/rhoPimpleFoam/rhoPimpleFoam.C +++ b/applications/solvers/compressible/rhoPimpleFoam/rhoPimpleFoam.C @@ -43,23 +43,20 @@ Description int main(int argc, char *argv[]) { - -# include "setRootCase.H" -# include "createTime.H" -# include "createMesh.H" -# include "createFields.H" -# include "initContinuityErrs.H" - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + #include "setRootCase.H" + #include "createTime.H" + #include "createMesh.H" + #include "createFields.H" + #include "initContinuityErrs.H" Info<< "\nStarting time loop\n" << endl; while (runTime.run()) { -# include "readTimeControls.H" -# include "readPIMPLEControls.H" -# include "compressibleCourantNo.H" -# include "setDeltaT.H" + #include "readTimeControls.H" + #include "readPIMPLEControls.H" + #include "compressibleCourantNo.H" + #include "setDeltaT.H" runTime++; @@ -75,13 +72,13 @@ int main(int argc, char *argv[]) int oCorr=0; do { -# include "UEqn.H" -# include "hEqn.H" + #include "UEqn.H" + #include "hEqn.H" // --- PISO loop for (int corr=0; corrcorrect(); diff --git a/applications/utilities/postProcessing/wall/yPlusRAS/Make/files b/applications/utilities/postProcessing/wall/yPlusRAS/Make/files index 8c4d70215a..2b65307843 100644 --- a/applications/utilities/postProcessing/wall/yPlusRAS/Make/files +++ b/applications/utilities/postProcessing/wall/yPlusRAS/Make/files @@ -1,3 +1,3 @@ -checkYPlus.C +yPlusRAS.C -EXE = $(FOAM_APPBIN)/checkYPlus +EXE = $(FOAM_APPBIN)/yPlusRAS