GIT: remove leading/trailing blank lines, trailing whitespace

This commit is contained in:
OpenFOAM bot
2020-06-17 10:46:26 +02:00
parent 5982a1aab4
commit 01ec92fd35
130 changed files with 36 additions and 149 deletions

View File

@ -19,4 +19,3 @@
Kmesh K(mesh);
UOprocess forceGen(K, runTime.deltaTValue(), turbulenceProperties);

View File

@ -47,4 +47,3 @@
rho.writeMinMax(Info);
}

View File

@ -63,4 +63,3 @@ edgeScalarField phis
),
linearEdgeInterpolate(Us) & aMesh.Le()
);

View File

@ -57,4 +57,3 @@ edgeScalarField phis
),
linearEdgeInterpolate(Us) & aMesh.Le()
);

View File

@ -1,4 +1,3 @@
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
bool compressible = (compressibility.value() > SMALL);

View File

@ -1,4 +1,3 @@
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
bool compressible = (compressibility.value() > SMALL);

View File

@ -1,4 +1,3 @@
chtMultiRegionSimpleFoam.C
EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam

View File

@ -38,4 +38,3 @@ EXE_LIBS = \
-lsampling \
-lreactingTwoPhaseSystem \
-lreactingPhaseSystem

View File

@ -65,4 +65,3 @@
const dimensionedScalar rhoMin = rhoMinFluid[i];
const pressureControl& pressureControl = pressureControls[i];

View File

@ -77,4 +77,3 @@ surfaceScalarField phiHbyA
),
fvc::flux(U)
);

View File

@ -43,4 +43,3 @@ autoPtr<incompressible::turbulenceModel> turbulence
);
#include "createMRF.H"

View File

@ -1,2 +1 @@
IOporosityModelList pZones(mesh);

View File

@ -25,4 +25,3 @@ fvMesh filmMesh
IOobject::MUST_READ
)
);

View File

@ -2,4 +2,3 @@ bool solvePrimaryRegion
(
pimple.dict().getOrDefault("solvePrimaryRegion", true)
);

View File

@ -40,4 +40,3 @@ else
rho == alpha1*rho1 + alpha2*rho2;
mu = mixture.mu();

View File

@ -4,4 +4,3 @@
EXE_INC = \
-DFULLDEBUG -g -O0

View File

@ -1,3 +1,3 @@
Test-mapDistributePolyMesh.C
EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh
EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh

View File

@ -1,4 +1,3 @@
combinePatchFaces.C
EXE = $(FOAM_APPBIN)/combinePatchFaces

View File

@ -1,3 +1,3 @@
refineHexMesh.C
EXE = $(FOAM_APPBIN)/refineHexMesh
EXE = $(FOAM_APPBIN)/refineHexMesh

View File

@ -1,4 +1,3 @@
refineWallLayer.C
EXE = $(FOAM_APPBIN)/refineWallLayer

View File

@ -1,4 +1,3 @@
refinementLevel.C
EXE = $(FOAM_APPBIN)/refinementLevel

View File

@ -1,4 +1,3 @@
removeFaces.C
EXE = $(FOAM_APPBIN)/removeFaces

View File

@ -2,4 +2,3 @@ edgeStats.C
selectCells.C
EXE = $(FOAM_APPBIN)/selectCells

View File

@ -1,4 +1,3 @@
snappyRefineMesh.C
EXE = $(FOAM_APPBIN)/snappyRefineMesh

View File

@ -1,4 +1,3 @@
splitCells.C
EXE = $(FOAM_APPBIN)/splitCells

View File

@ -1,4 +1,3 @@
gmshToFoam.C
EXE = $(FOAM_APPBIN)/gmshToFoam

View File

@ -1,4 +1,3 @@
mshToFoam.C
EXE = $(FOAM_APPBIN)/mshToFoam

View File

@ -1,4 +1,3 @@
netgenNeutralToFoam.C
EXE = $(FOAM_APPBIN)/netgenNeutralToFoam

View File

@ -1,4 +1,3 @@
tetgenToFoam.C
EXE = $(FOAM_APPBIN)/tetgenToFoam

View File

@ -1,4 +1,3 @@
vtkUnstructuredToFoam.C
EXE = $(FOAM_APPBIN)/vtkUnstructuredToFoam

View File

@ -50,4 +50,3 @@ License
@}
\*---------------------------------------------------------------------------*/

View File

@ -1,4 +1,3 @@
insideCells.C
EXE = $(FOAM_APPBIN)/insideCells

View File

@ -2,4 +2,3 @@ mergePolyMesh.C
mergeMeshes.C
EXE = $(FOAM_APPBIN)/mergeMeshes

View File

@ -1,4 +1,3 @@
refineMesh.C
EXE = $(FOAM_APPBIN)/refineMesh

View File

@ -1,4 +1,3 @@
setsToZones.C
EXE = $(FOAM_APPBIN)/setsToZones

View File

@ -1,4 +1,3 @@
subsetMesh.C
EXE = $(FOAM_APPBIN)/subsetMesh

View File

@ -1,4 +1,3 @@
topoSet.C
EXE = $(FOAM_APPBIN)/topoSet

View File

@ -1,4 +1,3 @@
foamToTetDualMesh.C
EXE = $(FOAM_APPBIN)/foamToTetDualMesh

View File

@ -30,4 +30,3 @@ const vector delta
);
Random rndGen(1234);

View File

@ -44,4 +44,3 @@ surfaceToPatch
surfaceMeshConvert
- Similar to surfaceConvert, but uses surfMesh library

View File

@ -1,4 +1,3 @@
surfaceSplitByTopology.C
EXE = $(FOAM_APPBIN)/surfaceSplitByTopology

View File

@ -1,4 +1,3 @@
chemkinToFoam.C
EXE = $(FOAM_APPBIN)/chemkinToFoam

View File

@ -145,4 +145,3 @@ public:
#endif
// ************************************************************************* //

View File

@ -274,4 +274,3 @@ namespace Foam
}
// ************************************************************************* //

View File

@ -23,3 +23,4 @@ Here is a sample dictionary entry:
SpinId <int>; // optional
}
# ---------------------------------------------------------------------------

View File

@ -122,3 +122,4 @@ id0 .. indN-1
+ Prism(FOAM) | 0 1 4 3 2 |
+---------------+---------------+
# ---------------------------------------------------------------------------

View File

@ -1,2 +1 @@
faMesh aMesh(mesh);

View File

@ -88,4 +88,3 @@ bool Foam::IOMRFZoneList::read()
// ************************************************************************* //

View File

@ -87,4 +87,3 @@ bool Foam::IOporosityModelList::read()
// ************************************************************************* //

View File

@ -302,4 +302,3 @@ public:
#endif
// ************************************************************************* //

View File

@ -158,4 +158,3 @@ public:
#endif
// ************************************************************************* //

View File

@ -34,4 +34,3 @@ externalDisplacementMeshMover/zeroFixedValue/zeroFixedValuePointPatchFields.C
externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C
LIB = $(FOAM_LIBBIN)/libsnappyHexMesh

View File

@ -56,4 +56,3 @@ Foam::elasticityMotionSolver::cellMotionU() const
// ************************************************************************* //

View File

@ -56,5 +56,3 @@ Foam::laplacianMotionSolver::cellMotionU() const
// ************************************************************************* //

View File

@ -25,7 +25,6 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
\*---------------------------------------------------------------------------*/
@ -93,4 +92,3 @@ const Foam::NURBSbasis& Foam::NURBS3DVolume::basisW() const
// ************************************************************************* //

View File

@ -111,5 +111,3 @@ void Foam::wallBoilingModels::CHFModels::Zuber::write(Ostream& os) const
// ************************************************************************* //

View File

@ -131,5 +131,3 @@ void Foam::wallBoilingModels::CHFModels::HuaXu::write
// ************************************************************************* //

View File

@ -114,5 +114,3 @@ void Foam::wallBoilingModels::CHFModels::Jeschar::write
// ************************************************************************* //

View File

@ -107,5 +107,3 @@ void Foam::wallBoilingModels::TDNBModels::Schroeder::write
}
// ************************************************************************* //

View File

@ -137,5 +137,3 @@ void Foam::wallBoilingModels::filmBoilingModels::Bromley::write
// ************************************************************************* //

View File

@ -1,4 +1,3 @@
basicSolidChemistryModel/basicSolidChemistryModel.C
basicSolidChemistryModel/basicSolidChemistryModelNew.C
basicSolidChemistryModel/basicSolidChemistryModels.C

View File

@ -37,4 +37,3 @@ PMMA
};
// ************************************************************************* //

View File

@ -21,3 +21,4 @@ surfaceFilmModel none;
region none;
// ************************************************************************* //

View File

@ -183,3 +183,5 @@ CH2O
}
}
// ************************************************************************* //

View File

@ -1,3 +1,2 @@
faceSet coupledPatch new patchToFace coupledPatch
faceZoneSet panel new setToFaceZone coupledPatch

View File

@ -141,3 +141,5 @@ CO
}
}
// ************************************************************************* //

View File

@ -39,4 +39,3 @@ boundaryField
}
// ************************************************************************* //

View File

@ -17,4 +17,3 @@ FoamFile
targetTemperature 300.0;
// ************************************************************************* //

View File

@ -27,7 +27,6 @@ boundaryField
}
ceiling
{
type compressible::thermalBaffle;
// Underlying coupled boundary condition
@ -95,8 +94,6 @@ boundaryField
{
thickness 0.1;
}
}
inlet
{

View File

@ -14,8 +14,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundary
{
ceiling
@ -32,5 +30,4 @@ FoamFile
}
// ************************************************************************* //

View File

@ -19,3 +19,4 @@ dimensions [0 1 -2 0 0 0 0];
value (0 0 -9.81);
// ************************************************************************* //

View File

@ -46,3 +46,4 @@ mixture
}
}
// ************************************************************************* //

View File

@ -154,3 +154,5 @@ meshQualityControls
mergeTolerance 1e-06;
// ************************************************************************* //

View File

@ -25,3 +25,5 @@ simpleCar.stl
}
}
// ************************************************************************* //

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -238,3 +238,5 @@ mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -22,4 +22,3 @@ then
fi
#------------------------------------------------------------------------------

View File

@ -25,4 +25,3 @@ RAS
}
// ************************************************************************* //

View File

@ -71,4 +71,3 @@ mergePatchPairs
);
// ************************************************************************* //

View File

@ -12,4 +12,3 @@ runApplication topoSet
runApplication $(getApplication)
#------------------------------------------------------------------------------

View File

@ -689,4 +689,3 @@ actions
// ************************************************************************* //

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,3 @@
100
(
(0 ((0 0 0) (0 0 0)))

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

View File

@ -1,4 +1,3 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

Some files were not shown because too many files have changed in this diff Show More