diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 636bc4d576..11dfe59470 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -3,7 +3,7 @@ Before opening a new issue, make sure to search for keywords in the issues filtered by the "bug" label and check to see if it has already been reported - + You can see how your report will be rendered on the platform by using the "preview" tab above --> diff --git a/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H b/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H index cb718fcd0b..0d6b417d5a 100644 --- a/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H +++ b/applications/solvers/DNS/dnsFoam/readTurbulenceProperties.H @@ -19,4 +19,3 @@ Kmesh K(mesh); UOprocess forceGen(K, runTime.deltaTValue(), turbulenceProperties); - diff --git a/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H b/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H index a6a7aaffc1..ff30316fd4 100644 --- a/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H +++ b/applications/solvers/compressible/rhoPimpleAdiabaticFoam/EEqn.H @@ -47,4 +47,3 @@ rho.writeMinMax(Info); } - diff --git a/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H b/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H index 76ad60e90c..8ba4602445 100644 --- a/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H +++ b/applications/solvers/finiteArea/sphereSurfactantFoam/createFaFields.H @@ -63,4 +63,3 @@ edgeScalarField phis ), linearEdgeInterpolate(Us) & aMesh.Le() ); - diff --git a/applications/solvers/finiteArea/surfactantFoam/createFaFields.H b/applications/solvers/finiteArea/surfactantFoam/createFaFields.H index 2ad74fa266..cb90fd6c63 100644 --- a/applications/solvers/finiteArea/surfactantFoam/createFaFields.H +++ b/applications/solvers/finiteArea/surfactantFoam/createFaFields.H @@ -57,4 +57,3 @@ edgeScalarField phis ), linearEdgeInterpolate(Us) & aMesh.Le() ); - diff --git a/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H b/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H index 854b4418d8..4234e181f6 100644 --- a/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H +++ b/applications/solvers/heatTransfer/buoyantPimpleFoam/overBuoyantPimpleDyMFoam/pEqn.H @@ -1,4 +1,3 @@ - dimensionedScalar compressibility = fvc::domainIntegrate(psi); bool compressible = (compressibility.value() > SMALL); diff --git a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H index c36e096dbd..886f9c6a5f 100644 --- a/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H +++ b/applications/solvers/heatTransfer/buoyantPimpleFoam/pEqn.H @@ -1,4 +1,3 @@ - dimensionedScalar compressibility = fvc::domainIntegrate(psi); bool compressible = (compressibility.value() > SMALL); diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files index d604fafb22..e752d486bf 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/Make/files @@ -1,4 +1,3 @@ chtMultiRegionSimpleFoam.C EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam - diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options index 7ecfb0fa3e..aa83fdb2bb 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/Make/options @@ -38,4 +38,3 @@ EXE_LIBS = \ -lsampling \ -lreactingTwoPhaseSystem \ -lreactingPhaseSystem - diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H index 3e363440e8..290bb596cf 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionTwoPhaseEulerFoam/fluid/compressibleMultiRegionCourantNo.H @@ -48,4 +48,3 @@ } Info<< "Courant Number max: " << CoNum << endl; - diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H b/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H index 50935d3490..d7710d085d 100644 --- a/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H +++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/setRegionFluidFields.H @@ -65,4 +65,3 @@ const dimensionedScalar rhoMin = rhoMinFluid[i]; const pressureControl& pressureControl = pressureControls[i]; - diff --git a/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H b/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H index f70ef1a472..eec6d4e5e6 100644 --- a/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H +++ b/applications/solvers/incompressible/pimpleFoam/overPimpleDyMFoam/createFields.H @@ -77,4 +77,3 @@ surfaceScalarField phiHbyA ), fvc::flux(U) ); - diff --git a/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H b/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H index c8083c4948..86789ed65b 100644 --- a/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H +++ b/applications/solvers/incompressible/simpleFoam/overSimpleFoam/createFields.H @@ -43,4 +43,3 @@ autoPtr turbulence ); #include "createMRF.H" - diff --git a/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H b/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H index 4d558e2d6f..983906074a 100644 --- a/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H +++ b/applications/solvers/incompressible/simpleFoam/porousSimpleFoam/createPorousZones.H @@ -1,2 +1 @@ IOporosityModelList pZones(mesh); - diff --git a/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H b/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H index a69a6f87ce..8368e4cc9d 100644 --- a/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H +++ b/applications/solvers/lagrangian/reactingParcelFoam/createMeshesPostProcess.H @@ -25,4 +25,3 @@ fvMesh filmMesh IOobject::MUST_READ ) ); - diff --git a/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H b/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H index 6fe7a52edf..64f5edc93e 100644 --- a/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H +++ b/applications/solvers/lagrangian/reactingParcelFoam/createRegionControls.H @@ -2,4 +2,3 @@ bool solvePrimaryRegion ( pimple.dict().getOrDefault("solvePrimaryRegion", true) ); - diff --git a/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H b/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H index 740e314f96..16269f7c4c 100644 --- a/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H +++ b/applications/solvers/multiphase/MPPICInterFoam/alphaEqnSubCycle.H @@ -40,4 +40,3 @@ else rho == alpha1*rho1 + alpha2*rho2; mu = mixture.mu(); - diff --git a/applications/test/PackedList/Make/options b/applications/test/PackedList/Make/options index 42da6e3418..971e4950d9 100644 --- a/applications/test/PackedList/Make/options +++ b/applications/test/PackedList/Make/options @@ -4,4 +4,3 @@ EXE_INC = \ -DFULLDEBUG -g -O0 - diff --git a/applications/test/mapDistributePolyMesh/Make/files b/applications/test/mapDistributePolyMesh/Make/files index eb304044bf..9f410bcc54 100644 --- a/applications/test/mapDistributePolyMesh/Make/files +++ b/applications/test/mapDistributePolyMesh/Make/files @@ -1,3 +1,3 @@ Test-mapDistributePolyMesh.C -EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh +EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh diff --git a/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C b/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C index bae8bc7630..d7e891e5c0 100644 --- a/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C +++ b/applications/test/matrices/EigenMatrix/Test-EigenMatrix.C @@ -401,7 +401,7 @@ int main() // Separation of close eigenvalues of a real symmetric matrix. // Jour. Research of the National Bureau of Standards, 47(4), 291-297. // DOI:10.6028/jres.047.037 - // + // // 8x8 symmetric square matrix consisting of close real eigenvalues // ibid, p. 294 // { @@ -505,7 +505,7 @@ int main() for (label i = 0; i < numberOfTests; ++i) { const label mRows = rndGen.position(100, 200); - + for (const auto& eps : epsilons) { const SquareMatrix A(mRows, eps); diff --git a/applications/utilities/mesh/advanced/combinePatchFaces/Make/files b/applications/utilities/mesh/advanced/combinePatchFaces/Make/files index 3b48fca69d..32111657f5 100644 --- a/applications/utilities/mesh/advanced/combinePatchFaces/Make/files +++ b/applications/utilities/mesh/advanced/combinePatchFaces/Make/files @@ -1,4 +1,3 @@ combinePatchFaces.C EXE = $(FOAM_APPBIN)/combinePatchFaces - diff --git a/applications/utilities/mesh/advanced/refineHexMesh/Make/files b/applications/utilities/mesh/advanced/refineHexMesh/Make/files index 824d6b0cd0..a45f9c61f5 100644 --- a/applications/utilities/mesh/advanced/refineHexMesh/Make/files +++ b/applications/utilities/mesh/advanced/refineHexMesh/Make/files @@ -1,3 +1,3 @@ refineHexMesh.C -EXE = $(FOAM_APPBIN)/refineHexMesh +EXE = $(FOAM_APPBIN)/refineHexMesh diff --git a/applications/utilities/mesh/advanced/refineWallLayer/Make/files b/applications/utilities/mesh/advanced/refineWallLayer/Make/files index 2e62a630b0..5492218988 100644 --- a/applications/utilities/mesh/advanced/refineWallLayer/Make/files +++ b/applications/utilities/mesh/advanced/refineWallLayer/Make/files @@ -1,4 +1,3 @@ refineWallLayer.C EXE = $(FOAM_APPBIN)/refineWallLayer - diff --git a/applications/utilities/mesh/advanced/refinementLevel/Make/files b/applications/utilities/mesh/advanced/refinementLevel/Make/files index 3e4feab3c8..8378dc894d 100644 --- a/applications/utilities/mesh/advanced/refinementLevel/Make/files +++ b/applications/utilities/mesh/advanced/refinementLevel/Make/files @@ -1,4 +1,3 @@ refinementLevel.C EXE = $(FOAM_APPBIN)/refinementLevel - diff --git a/applications/utilities/mesh/advanced/removeFaces/Make/files b/applications/utilities/mesh/advanced/removeFaces/Make/files index de75fd5a99..aa12ed0cf4 100644 --- a/applications/utilities/mesh/advanced/removeFaces/Make/files +++ b/applications/utilities/mesh/advanced/removeFaces/Make/files @@ -1,4 +1,3 @@ removeFaces.C EXE = $(FOAM_APPBIN)/removeFaces - diff --git a/applications/utilities/mesh/advanced/selectCells/Make/files b/applications/utilities/mesh/advanced/selectCells/Make/files index e2aeeea124..7b641ae876 100644 --- a/applications/utilities/mesh/advanced/selectCells/Make/files +++ b/applications/utilities/mesh/advanced/selectCells/Make/files @@ -2,4 +2,3 @@ edgeStats.C selectCells.C EXE = $(FOAM_APPBIN)/selectCells - diff --git a/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files b/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files index 2d0b43d342..263081f414 100644 --- a/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files +++ b/applications/utilities/mesh/advanced/snappyRefineMesh/Make/files @@ -1,4 +1,3 @@ snappyRefineMesh.C EXE = $(FOAM_APPBIN)/snappyRefineMesh - diff --git a/applications/utilities/mesh/advanced/splitCells/Make/files b/applications/utilities/mesh/advanced/splitCells/Make/files index 3221703636..9da07a6c25 100644 --- a/applications/utilities/mesh/advanced/splitCells/Make/files +++ b/applications/utilities/mesh/advanced/splitCells/Make/files @@ -1,4 +1,3 @@ splitCells.C EXE = $(FOAM_APPBIN)/splitCells - diff --git a/applications/utilities/mesh/conversion/gmshToFoam/Make/files b/applications/utilities/mesh/conversion/gmshToFoam/Make/files index 1bd4bea857..a9dede290c 100644 --- a/applications/utilities/mesh/conversion/gmshToFoam/Make/files +++ b/applications/utilities/mesh/conversion/gmshToFoam/Make/files @@ -1,4 +1,3 @@ - gmshToFoam.C EXE = $(FOAM_APPBIN)/gmshToFoam diff --git a/applications/utilities/mesh/conversion/mshToFoam/Make/files b/applications/utilities/mesh/conversion/mshToFoam/Make/files index 62031fd0ea..c6f0dc0874 100644 --- a/applications/utilities/mesh/conversion/mshToFoam/Make/files +++ b/applications/utilities/mesh/conversion/mshToFoam/Make/files @@ -1,4 +1,3 @@ - mshToFoam.C EXE = $(FOAM_APPBIN)/mshToFoam diff --git a/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files b/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files index 4b8719f2b2..f074fe46cb 100644 --- a/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files +++ b/applications/utilities/mesh/conversion/netgenNeutralToFoam/Make/files @@ -1,4 +1,3 @@ - netgenNeutralToFoam.C EXE = $(FOAM_APPBIN)/netgenNeutralToFoam diff --git a/applications/utilities/mesh/conversion/tetgenToFoam/Make/files b/applications/utilities/mesh/conversion/tetgenToFoam/Make/files index 3bf75073c2..0af1246f50 100644 --- a/applications/utilities/mesh/conversion/tetgenToFoam/Make/files +++ b/applications/utilities/mesh/conversion/tetgenToFoam/Make/files @@ -1,4 +1,3 @@ - tetgenToFoam.C EXE = $(FOAM_APPBIN)/tetgenToFoam diff --git a/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files b/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files index d0a361873c..ed10f0059b 100644 --- a/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files +++ b/applications/utilities/mesh/conversion/vtkUnstructuredToFoam/Make/files @@ -1,4 +1,3 @@ - vtkUnstructuredToFoam.C EXE = $(FOAM_APPBIN)/vtkUnstructuredToFoam diff --git a/applications/utilities/mesh/doc/meshUtilitiesDoc.H b/applications/utilities/mesh/doc/meshUtilitiesDoc.H index 6cf2fb4a5d..0cf697e38b 100644 --- a/applications/utilities/mesh/doc/meshUtilitiesDoc.H +++ b/applications/utilities/mesh/doc/meshUtilitiesDoc.H @@ -50,4 +50,3 @@ License @} \*---------------------------------------------------------------------------*/ - diff --git a/applications/utilities/mesh/manipulation/insideCells/Make/files b/applications/utilities/mesh/manipulation/insideCells/Make/files index be06ea60fa..9822a4f824 100644 --- a/applications/utilities/mesh/manipulation/insideCells/Make/files +++ b/applications/utilities/mesh/manipulation/insideCells/Make/files @@ -1,4 +1,3 @@ insideCells.C EXE = $(FOAM_APPBIN)/insideCells - diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/Make/files b/applications/utilities/mesh/manipulation/mergeMeshes/Make/files index 06d7fa67df..b0c7393910 100644 --- a/applications/utilities/mesh/manipulation/mergeMeshes/Make/files +++ b/applications/utilities/mesh/manipulation/mergeMeshes/Make/files @@ -2,4 +2,3 @@ mergePolyMesh.C mergeMeshes.C EXE = $(FOAM_APPBIN)/mergeMeshes - diff --git a/applications/utilities/mesh/manipulation/refineMesh/Make/files b/applications/utilities/mesh/manipulation/refineMesh/Make/files index a191fd0950..f4bb40b566 100644 --- a/applications/utilities/mesh/manipulation/refineMesh/Make/files +++ b/applications/utilities/mesh/manipulation/refineMesh/Make/files @@ -1,4 +1,3 @@ refineMesh.C EXE = $(FOAM_APPBIN)/refineMesh - diff --git a/applications/utilities/mesh/manipulation/setsToZones/Make/files b/applications/utilities/mesh/manipulation/setsToZones/Make/files index ef02626842..a39e15208f 100644 --- a/applications/utilities/mesh/manipulation/setsToZones/Make/files +++ b/applications/utilities/mesh/manipulation/setsToZones/Make/files @@ -1,4 +1,3 @@ setsToZones.C EXE = $(FOAM_APPBIN)/setsToZones - diff --git a/applications/utilities/mesh/manipulation/subsetMesh/Make/files b/applications/utilities/mesh/manipulation/subsetMesh/Make/files index 79552b3264..b049919442 100644 --- a/applications/utilities/mesh/manipulation/subsetMesh/Make/files +++ b/applications/utilities/mesh/manipulation/subsetMesh/Make/files @@ -1,4 +1,3 @@ subsetMesh.C EXE = $(FOAM_APPBIN)/subsetMesh - diff --git a/applications/utilities/mesh/manipulation/topoSet/Make/files b/applications/utilities/mesh/manipulation/topoSet/Make/files index 872e324100..8bca210e1c 100644 --- a/applications/utilities/mesh/manipulation/topoSet/Make/files +++ b/applications/utilities/mesh/manipulation/topoSet/Make/files @@ -1,4 +1,3 @@ topoSet.C EXE = $(FOAM_APPBIN)/topoSet - diff --git a/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files b/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files index 252791974b..3761fc2963 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files +++ b/applications/utilities/postProcessing/dataConversion/foamToTetDualMesh/Make/files @@ -1,4 +1,3 @@ - foamToTetDualMesh.C EXE = $(FOAM_APPBIN)/foamToTetDualMesh diff --git a/applications/utilities/preProcessing/createBoxTurb/createFields.H b/applications/utilities/preProcessing/createBoxTurb/createFields.H index a0f6c4ca0f..124d6ed8e5 100644 --- a/applications/utilities/preProcessing/createBoxTurb/createFields.H +++ b/applications/utilities/preProcessing/createBoxTurb/createFields.H @@ -30,4 +30,3 @@ const vector delta ); Random rndGen(1234); - diff --git a/applications/utilities/surface/README b/applications/utilities/surface/README index f7e8342ca5..193fca8bb3 100644 --- a/applications/utilities/surface/README +++ b/applications/utilities/surface/README @@ -44,4 +44,3 @@ surfaceToPatch surfaceMeshConvert - Similar to surfaceConvert, but uses surfMesh library - diff --git a/applications/utilities/surface/surfaceSplitByTopology/Make/files b/applications/utilities/surface/surfaceSplitByTopology/Make/files index c4553d9514..2f630ad473 100644 --- a/applications/utilities/surface/surfaceSplitByTopology/Make/files +++ b/applications/utilities/surface/surfaceSplitByTopology/Make/files @@ -1,4 +1,3 @@ - surfaceSplitByTopology.C EXE = $(FOAM_APPBIN)/surfaceSplitByTopology diff --git a/applications/utilities/thermophysical/chemkinToFoam/Make/files b/applications/utilities/thermophysical/chemkinToFoam/Make/files index bfa4ab6f4b..3855fdeda1 100644 --- a/applications/utilities/thermophysical/chemkinToFoam/Make/files +++ b/applications/utilities/thermophysical/chemkinToFoam/Make/files @@ -1,4 +1,3 @@ - chemkinToFoam.C EXE = $(FOAM_APPBIN)/chemkinToFoam diff --git a/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H b/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H index 9a40843d4e..619f88a5fe 100644 --- a/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H +++ b/src/OpenFOAM/matrices/EigenMatrix/EigenMatrix.H @@ -35,7 +35,7 @@ Description a diagonalisable nonsymmetric real square matrix into its canonical form, whereby the matrix is represented in terms of its eigenvalues and eigenvectors. - + The eigenvalue equation (i.e. eigenvalue problem) is: \f[ diff --git a/src/OpenFOAM/primitives/random/Random/Rand48.H b/src/OpenFOAM/primitives/random/Random/Rand48.H index 3069bd0228..3b016765ab 100644 --- a/src/OpenFOAM/primitives/random/Random/Rand48.H +++ b/src/OpenFOAM/primitives/random/Random/Rand48.H @@ -145,4 +145,3 @@ public: #endif // ************************************************************************* // - diff --git a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C index e03844a41e..ff96ab6487 100644 --- a/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C +++ b/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C @@ -274,4 +274,3 @@ namespace Foam } // ************************************************************************* // - diff --git a/src/conversion/common/tables/README b/src/conversion/common/tables/README index 0c81bbc10a..0b8ecc7f42 100644 --- a/src/conversion/common/tables/README +++ b/src/conversion/common/tables/README @@ -23,3 +23,4 @@ Here is a sample dictionary entry: SpinId ; // optional } +# --------------------------------------------------------------------------- diff --git a/src/fileFormats/fire/README b/src/fileFormats/fire/README index 1cf217d220..3e0847cc95 100644 --- a/src/fileFormats/fire/README +++ b/src/fileFormats/fire/README @@ -122,3 +122,4 @@ id0 .. indN-1 + Prism(FOAM) | 0 1 4 3 2 | +---------------+---------------+ +# --------------------------------------------------------------------------- diff --git a/src/finiteArea/include/createFaMesh.H b/src/finiteArea/include/createFaMesh.H index 303a3ee170..3f81084718 100644 --- a/src/finiteArea/include/createFaMesh.H +++ b/src/finiteArea/include/createFaMesh.H @@ -1,2 +1 @@ - faMesh aMesh(mesh); diff --git a/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C b/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C index 9ad763ef71..fbadce37d1 100644 --- a/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C +++ b/src/finiteVolume/cfdTools/general/MRF/IOMRFZoneList.C @@ -88,4 +88,3 @@ bool Foam::IOMRFZoneList::read() // ************************************************************************* // - diff --git a/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C b/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C index 5d4cbb7352..e0a962ac35 100644 --- a/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C +++ b/src/finiteVolume/cfdTools/general/porosityModel/porosityModel/IOporosityModelList.C @@ -87,4 +87,3 @@ bool Foam::IOporosityModelList::read() // ************************************************************************* // - diff --git a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H index b17fd8c785..0b218f51ae 100644 --- a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H +++ b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H @@ -302,4 +302,3 @@ public: #endif // ************************************************************************* // - diff --git a/src/functionObjects/utilities/timeInfo/timeInfo.H b/src/functionObjects/utilities/timeInfo/timeInfo.H index ea54231389..31804e57ae 100644 --- a/src/functionObjects/utilities/timeInfo/timeInfo.H +++ b/src/functionObjects/utilities/timeInfo/timeInfo.H @@ -158,4 +158,3 @@ public: #endif // ************************************************************************* // - diff --git a/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H b/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H index b8beb3ed16..01244daa85 100644 --- a/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H +++ b/src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H @@ -192,7 +192,7 @@ Foam::ReactingParcel::YSolid() const { return Y_; } - + template inline Foam::scalar& Foam::ReactingParcel::mass0() diff --git a/src/mesh/snappyHexMesh/Make/files b/src/mesh/snappyHexMesh/Make/files index 2b5f896ec4..b4b1f69753 100644 --- a/src/mesh/snappyHexMesh/Make/files +++ b/src/mesh/snappyHexMesh/Make/files @@ -34,4 +34,3 @@ externalDisplacementMeshMover/zeroFixedValue/zeroFixedValuePointPatchFields.C externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C LIB = $(FOAM_LIBBIN)/libsnappyHexMesh - diff --git a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H index 8d825d5dbc..4c5b7cd920 100644 --- a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H +++ b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/elasticityMotionSolver/elasticityMotionSolverI.H @@ -56,4 +56,3 @@ Foam::elasticityMotionSolver::cellMotionU() const // ************************************************************************* // - diff --git a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H index 5a0672d7f8..e6513c2e4a 100644 --- a/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H +++ b/src/optimisation/adjointOptimisation/adjoint/dynamicMesh/motionSolver/laplacianMotionSolver/laplacianMotionSolverI.H @@ -56,5 +56,3 @@ Foam::laplacianMotionSolver::cellMotionU() const // ************************************************************************* // - - diff --git a/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H b/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H index a3c5865029..205fda2390 100644 --- a/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H +++ b/src/optimisation/adjointOptimisation/adjoint/parameterization/NURBS/NURBS3DVolume/NURBS3DVolume/NURBS3DVolumeI.H @@ -25,7 +25,6 @@ License You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . - \*---------------------------------------------------------------------------*/ @@ -93,4 +92,3 @@ const Foam::NURBSbasis& Foam::NURBS3DVolume::basisW() const // ************************************************************************* // - diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C index 75ad533c5e..833992e4b9 100644 --- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C +++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFModels/Zuber/Zuber.C @@ -111,5 +111,3 @@ void Foam::wallBoilingModels::CHFModels::Zuber::write(Ostream& os) const // ************************************************************************* // - - diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C index 1532026dd1..983fbdd7cd 100644 --- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C +++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/CHFSubCoolModels/HuaXu/HuaXu.C @@ -131,5 +131,3 @@ void Foam::wallBoilingModels::CHFModels::HuaXu::write // ************************************************************************* // - - diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C index ae4141d6ee..79bea89a42 100644 --- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C +++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/MHFModels/Jeschar/Jeschar.C @@ -114,5 +114,3 @@ void Foam::wallBoilingModels::CHFModels::Jeschar::write // ************************************************************************* // - - diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C index e6400f0218..0310435b5b 100644 --- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C +++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/Schroeder/Schroeder.C @@ -107,5 +107,3 @@ void Foam::wallBoilingModels::TDNBModels::Schroeder::write } // ************************************************************************* // - - diff --git a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C index a3af1733ea..1600e3f089 100644 --- a/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C +++ b/src/phaseSystemModels/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C @@ -137,5 +137,3 @@ void Foam::wallBoilingModels::filmBoilingModels::Bromley::write // ************************************************************************* // - - diff --git a/src/thermophysicalModels/solidChemistryModel/Make/files b/src/thermophysicalModels/solidChemistryModel/Make/files index fcef028611..9c4fba4747 100644 --- a/src/thermophysicalModels/solidChemistryModel/Make/files +++ b/src/thermophysicalModels/solidChemistryModel/Make/files @@ -1,4 +1,3 @@ - basicSolidChemistryModel/basicSolidChemistryModel.C basicSolidChemistryModel/basicSolidChemistryModelNew.C basicSolidChemistryModel/basicSolidChemistryModels.C diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid index 2aaa520f7e..f219c02a6e 100644 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid +++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/thermo.solid @@ -37,4 +37,3 @@ PMMA }; // ************************************************************************* // - diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties index 7ee6de67c5..50ee6b8d53 100644 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties +++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/surfaceFilmProperties @@ -21,3 +21,4 @@ surfaceFilmModel none; region none; +// ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas index 093edf3128..8fb8761a01 100644 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas +++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/constant/thermo.compressibleGas @@ -183,3 +183,5 @@ CH2O } } + +// ************************************************************************* // diff --git a/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet b/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet index 61670b92bc..280f6635d5 100644 --- a/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet +++ b/tutorials/combustion/fireFoam/LES/simplePMMApanel/system/makeFaceSet.setSet @@ -1,3 +1,2 @@ faceSet coupledPatch new patchToFace coupledPatch faceZoneSet panel new setToFaceZone coupledPatch - diff --git a/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas b/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas index c144db5fd4..7f937f26ee 100644 --- a/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas +++ b/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/thermo.compressibleGas @@ -141,3 +141,5 @@ CO } } + +// ************************************************************************* // diff --git a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT index d192a393fa..9adc9909d3 100644 --- a/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT +++ b/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/0/boundaryT @@ -39,4 +39,3 @@ boundaryField } // ************************************************************************* // - diff --git a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict index 51aea967f5..db9533e7a2 100644 --- a/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict +++ b/tutorials/discreteMethods/molecularDynamics/mdEquilibrationFoam/periodicCubeArgon/system/mdEquilibrationDict @@ -17,4 +17,3 @@ FoamFile targetTemperature 300.0; // ************************************************************************* // - diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T index dae501dcf3..3e65a4d7bf 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T +++ b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/0.orig/T @@ -27,7 +27,6 @@ boundaryField } ceiling { - type compressible::thermalBaffle; // Underlying coupled boundary condition @@ -95,8 +94,6 @@ boundaryField { thickness 0.1; } - - } inlet { diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict index fc69f53a16..8ad14c775c 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/roomWithThickCeiling/system/changeDictionaryDict @@ -14,8 +14,6 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - - boundary { ceiling @@ -25,12 +23,11 @@ FoamFile samplePatch bottom; sampleRegion baffle3DRegion; coupleGroup ceiling_baffle; - + offsetMode uniform; offset (0 0 0); } } - // ************************************************************************* // diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g index 1477a3aa87..b78f12ed79 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g +++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/g @@ -19,3 +19,4 @@ dimensions [0 1 -2 0 0 0 0]; value (0 0 -9.81); +// ************************************************************************* // diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties index c14956e6af..8c449f952d 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties +++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/constant/thermophysicalProperties @@ -46,3 +46,4 @@ mixture } } +// ************************************************************************* // diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict index 5836ce6130..192f9bf3f7 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/snappyHexMeshDict @@ -154,3 +154,5 @@ meshQualityControls mergeTolerance 1e-06; + +// ************************************************************************* // diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict index 16971f519a..686758fc69 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict +++ b/tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/surfaceFeatureExtractDict @@ -25,3 +25,5 @@ simpleCar.stl } } + +// ************************************************************************* // diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README index 5a81b9a570..f75a0ab534 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README +++ b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/system/README @@ -1,3 +1,2 @@ -fvSolution is used for outer correctors specification. -fvSchemes is only so that pre-processing activities can proceed - +- fvSolution is used for outer correctors specification. +- fvSchemes is only so that pre-processing activities can proceed diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README index 5a81b9a570..f75a0ab534 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/system/README @@ -1,3 +1,2 @@ -fvSolution is used for outer correctors specification. -fvSchemes is only so that pre-processing activities can proceed - +- fvSolution is used for outer correctors specification. +- fvSchemes is only so that pre-processing activities can proceed diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README index 5a81b9a570..f75a0ab534 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/externalCoupledHeater/system/README @@ -1,3 +1,2 @@ -fvSolution is used for outer correctors specification. -fvSchemes is only so that pre-processing activities can proceed - +- fvSolution is used for outer correctors specification. +- fvSchemes is only so that pre-processing activities can proceed diff --git a/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict b/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict index cbe9df7a97..336aa879d2 100644 --- a/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict +++ b/tutorials/incompressible/pimpleFoam/LES/surfaceMountedCube/fullCase/system/blockMeshDict @@ -238,3 +238,5 @@ mergePatchPairs ( ); + +// ************************************************************************* // diff --git a/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun b/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun index 37a5417ec4..23ec07263d 100755 --- a/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun +++ b/tutorials/incompressible/pimpleFoam/LES/vortexShed/Allrun @@ -22,4 +22,3 @@ then fi #------------------------------------------------------------------------------ - diff --git a/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties b/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties index 0c47fc2e73..3c938ed181 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties +++ b/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/constant/turbulenceProperties @@ -25,4 +25,3 @@ RAS } // ************************************************************************* // - diff --git a/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse b/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse index 794d0060d2..d377b5da6e 100644 --- a/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse +++ b/tutorials/incompressible/pimpleFoam/laminar/cylinder2D/system/blockMeshDict.coarse @@ -71,4 +71,3 @@ mergePatchPairs ); // ************************************************************************* // - diff --git a/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun b/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun index 6e637628c3..6b0d76fd16 100755 --- a/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun +++ b/tutorials/incompressible/pisoFoam/RAS/cavity/Allrun @@ -12,4 +12,3 @@ runApplication topoSet runApplication $(getApplication) #------------------------------------------------------------------------------ - diff --git a/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict b/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict index d32e965210..b13ede66de 100644 --- a/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict +++ b/tutorials/incompressible/pisoFoam/RAS/cavity/system/topoSetDict @@ -689,4 +689,3 @@ actions // ************************************************************************* // - diff --git a/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict b/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict index b623137622..e4cf385ab2 100644 --- a/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict +++ b/tutorials/incompressible/simpleFoam/airFoil2D/system/controlDict @@ -54,7 +54,7 @@ functions executeControl writeTime; writeControl writeTime; } - + contErr { type div; @@ -63,7 +63,7 @@ functions executeControl writeTime; writeControl writeTime; } - + } diff --git a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README index 590db6c5b5..e41884632f 100644 --- a/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README +++ b/tutorials/incompressible/simpleFoam/backwardFacingStep2D/README @@ -19,4 +19,3 @@ shear stress and velocity profiles at various cross-sections. For further information please visit: https://www.openfoam.com/documentation/guides/latest/doc/verification-validation-turbulent-backward-facing-step.html - diff --git a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README index 2d89236ab3..7336b12409 100644 --- a/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README +++ b/tutorials/incompressible/simpleFoam/turbulentFlatPlate/README @@ -14,4 +14,3 @@ against the data from Weighardt. For further information please visit: openfoam.com/documentation/cpp-guide/html/verification-validation-turbulent-flat-plate-zpg.html - diff --git a/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes b/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes index 281915333f..60587bab5b 100644 --- a/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterIsoFoam/laminar/depthCharge3D/system/fvSchemes @@ -31,7 +31,7 @@ divSchemes div(phirb,alpha) Gauss linear; div(phi,thermo:rho.water) Gauss upwind; div(phi,thermo:rho.air) Gauss upwind; - + div(rhoPhi,U) Gauss upwind; div(rhoPhi,T) Gauss upwind; div(rhoPhi,K) Gauss upwind; diff --git a/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat b/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat index 0257203792..92483f305c 100644 --- a/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat +++ b/tutorials/multiphase/interFoam/laminar/sloshingTank3D6DoF/constant/6DoF.dat @@ -1,4 +1,3 @@ - 100 ( (0 ((0 0 0) (0 0 0))) diff --git a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/cnoidal/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution index e85112e0ac..329dd4442b 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/irregularMultiDirection/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes index 6169989246..29bd23c9e0 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution index 0061e28816..a3d8c3d8b5 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/mangroveInteraction/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/solitary/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryGrimshaw/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/solitaryMcCowan/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/stokesI/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/stokesII/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/stokesV/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes index 261ed87a70..450039fff6 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes +++ b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution index d3bde17f68..3066d853b7 100644 --- a/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution +++ b/tutorials/multiphase/interFoam/laminar/waves/streamFunction/system/fvSolution @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict index d4fa14bd59..4f11e0bd3a 100644 --- a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict +++ b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/blockMeshDict @@ -87,5 +87,3 @@ mergePatchPairs ); // ************************************************************************* // - - diff --git a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes index 77b4c733a1..9f72241bc7 100644 --- a/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes +++ b/tutorials/multiphase/interIsoFoam/waveExampleStreamFunction/system/fvSchemes @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | @@ -51,4 +50,3 @@ snGradSchemes // ************************************************************************* // - diff --git a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README index 5a81b9a570..2af35db73b 100644 --- a/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README +++ b/tutorials/preProcessing/createZeroDirectory/snappyMultiRegionHeater/system/README @@ -1,3 +1,3 @@ -fvSolution is used for outer correctors specification. -fvSchemes is only so that pre-processing activities can proceed - +NOTE +- fvSolution is used for outer correctors specification. +- fvSchemes is only so that pre-processing activities can proceed diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g index ab48a5a4f9..03b2cf5114 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g +++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/g @@ -18,6 +18,4 @@ FoamFile dimensions [0 1 -2 0 0 0 0]; value (0 0 -9.81); - // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template index 8ba92869a0..dbdc53c6c7 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template +++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/constant/turbulenceProperties.template @@ -33,6 +33,4 @@ RAS } } - // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict index 21333def85..a72374393c 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict +++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/precursor/system/controlDict @@ -53,6 +53,4 @@ functions #includeFunc "samples" } - // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties index 98960981d7..00f14d38e9 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties +++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/constant/transportProperties @@ -1,4 +1,3 @@ - /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples index feda4e7565..d4af390008 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples +++ b/tutorials/verificationAndValidation/atmosphericModels/atmFlatTerrain/successor/system/samples @@ -156,4 +156,3 @@ sets // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g index ab48a5a4f9..56554e9c34 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g +++ b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/g @@ -20,4 +20,3 @@ value (0 0 -9.81); // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template index 8ba92869a0..d027d81886 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template +++ b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/constant/turbulenceProperties.template @@ -35,4 +35,3 @@ RAS // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template index 4b62f09c44..9159a299db 100644 --- a/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template +++ b/tutorials/verificationAndValidation/atmosphericModels/atmForestStability/system/setFieldsDict.template @@ -55,4 +55,3 @@ regions // ************************************************************************* // - diff --git a/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p b/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p index 45ae2d3f91..7ed20822bc 100644 --- a/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p +++ b/tutorials/verificationAndValidation/interCondensatingEvaporatingFoam/stefanProblem/0.orig/p @@ -23,7 +23,7 @@ boundaryField ".*" { type calculated; - value uniform 1e5; + value $internalField; } frontAndBack diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean index fb5cef0142..3d330958d1 100755 --- a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean +++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allclean @@ -12,4 +12,3 @@ rm -f *.png rm -f constant/{R*,points*,UMean*} #------------------------------------------------------------------------------ - diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun index 4c57b41f0a..432954f07b 100755 --- a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun +++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun @@ -81,6 +81,4 @@ parallelRun $models serialRun $models - #------------------------------------------------------------------------------ - diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre index 9e2ceeb354..87148fa7a5 100755 --- a/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre +++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/Allrun.pre @@ -18,4 +18,3 @@ runApplication blockMesh rm -rf results #------------------------------------------------------------------------------ - diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/README b/tutorials/verificationAndValidation/turbulentInflow/PCF/README index 1ddc40436b..7534555086 100644 --- a/tutorials/verificationAndValidation/turbulentInflow/PCF/README +++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/README @@ -30,4 +30,3 @@ the 'results' directory. #------------------------------------------------------------------------------ - diff --git a/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict b/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict index 4d8edd3b61..0a0786d4b4 100644 --- a/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict +++ b/tutorials/verificationAndValidation/turbulentInflow/PCF/system/decomposeParDict @@ -23,6 +23,4 @@ coeffs n (1 2 2); } - // ************************************************************************* // -