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

@ -3,7 +3,7 @@
Before opening a new issue, make sure to search for keywords in the issues 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 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 You can see how your report will be rendered on the platform by using the
"preview" tab above "preview" tab above
--> -->

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -48,4 +48,3 @@
} }
Info<< "Courant Number max: " << CoNum << endl; Info<< "Courant Number max: " << CoNum << endl;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -401,7 +401,7 @@ int main()
// Separation of close eigenvalues of a real symmetric matrix. // Separation of close eigenvalues of a real symmetric matrix.
// Jour. Research of the National Bureau of Standards, 47(4), 291-297. // Jour. Research of the National Bureau of Standards, 47(4), 291-297.
// DOI:10.6028/jres.047.037 // DOI:10.6028/jres.047.037
// //
// 8x8 symmetric square matrix consisting of close real eigenvalues // 8x8 symmetric square matrix consisting of close real eigenvalues
// ibid, p. 294 // ibid, p. 294
// { // {
@ -505,7 +505,7 @@ int main()
for (label i = 0; i < numberOfTests; ++i) for (label i = 0; i < numberOfTests; ++i)
{ {
const label mRows = rndGen.position(100, 200); const label mRows = rndGen.position(100, 200);
for (const auto& eps : epsilons) for (const auto& eps : epsilons)
{ {
const SquareMatrix<doubleScalar> A(mRows, eps); const SquareMatrix<doubleScalar> A(mRows, eps);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@ Description
a diagonalisable nonsymmetric real square matrix into its canonical form, a diagonalisable nonsymmetric real square matrix into its canonical form,
whereby the matrix is represented in terms of its eigenvalues and whereby the matrix is represented in terms of its eigenvalues and
eigenvectors. eigenvectors.
The eigenvalue equation (i.e. eigenvalue problem) is: The eigenvalue equation (i.e. eigenvalue problem) is:
\f[ \f[

View File

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

View File

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

View File

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

View File

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

View File

@ -1,2 +1 @@
faMesh aMesh(mesh); 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 #endif
// ************************************************************************* // // ************************************************************************* //

View File

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

View File

@ -192,7 +192,7 @@ Foam::ReactingParcel<ParcelType>::YSolid() const
{ {
return Y_; return Y_;
} }
template<class ParcelType> template<class ParcelType>
inline Foam::scalar& Foam::ReactingParcel<ParcelType>::mass0() inline Foam::scalar& Foam::ReactingParcel<ParcelType>::mass0()

View File

@ -34,4 +34,3 @@ externalDisplacementMeshMover/zeroFixedValue/zeroFixedValuePointPatchFields.C
externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C
LIB = $(FOAM_LIBBIN)/libsnappyHexMesh 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 You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. 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/basicSolidChemistryModel.C
basicSolidChemistryModel/basicSolidChemistryModelNew.C basicSolidChemistryModel/basicSolidChemistryModelNew.C
basicSolidChemistryModel/basicSolidChemistryModels.C basicSolidChemistryModel/basicSolidChemistryModels.C

View File

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

View File

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

View File

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

View File

@ -1,3 +1,2 @@
faceSet coupledPatch new patchToFace coupledPatch faceSet coupledPatch new patchToFace coupledPatch
faceZoneSet panel new setToFaceZone 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; targetTemperature 300.0;
// ************************************************************************* // // ************************************************************************* //

View File

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

View File

@ -14,8 +14,6 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
boundary boundary
{ {
ceiling ceiling
@ -25,12 +23,11 @@ FoamFile
samplePatch bottom; samplePatch bottom;
sampleRegion baffle3DRegion; sampleRegion baffle3DRegion;
coupleGroup ceiling_baffle; coupleGroup ceiling_baffle;
offsetMode uniform; offsetMode uniform;
offset (0 0 0); offset (0 0 0);
} }
} }
// ************************************************************************* // // ************************************************************************* //

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,2 @@
fvSolution is used for outer correctors specification. - fvSolution is used for outer correctors specification.
fvSchemes is only so that pre-processing activities can proceed - fvSchemes is only so that pre-processing activities can proceed

View File

@ -1,3 +1,2 @@
fvSolution is used for outer correctors specification. - fvSolution is used for outer correctors specification.
fvSchemes is only so that pre-processing activities can proceed - fvSchemes is only so that pre-processing activities can proceed

View File

@ -1,3 +1,2 @@
fvSolution is used for outer correctors specification. - fvSolution is used for outer correctors specification.
fvSchemes is only so that pre-processing activities can proceed - 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 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) runApplication $(getApplication)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

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

View File

@ -54,7 +54,7 @@ functions
executeControl writeTime; executeControl writeTime;
writeControl writeTime; writeControl writeTime;
} }
contErr contErr
{ {
type div; type div;
@ -63,7 +63,7 @@ functions
executeControl writeTime; executeControl writeTime;
writeControl writeTime; writeControl writeTime;
} }
} }

View File

@ -19,4 +19,3 @@ shear stress and velocity profiles at various cross-sections.
For further information please visit: For further information please visit:
https://www.openfoam.com/documentation/guides/latest/doc/verification-validation-turbulent-backward-facing-step.html 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: For further information please visit:
openfoam.com/documentation/cpp-guide/html/verification-validation-turbulent-flat-plate-zpg.html openfoam.com/documentation/cpp-guide/html/verification-validation-turbulent-flat-plate-zpg.html

View File

@ -31,7 +31,7 @@ divSchemes
div(phirb,alpha) Gauss linear; div(phirb,alpha) Gauss linear;
div(phi,thermo:rho.water) Gauss upwind; div(phi,thermo:rho.water) Gauss upwind;
div(phi,thermo:rho.air) Gauss upwind; div(phi,thermo:rho.air) Gauss upwind;
div(rhoPhi,U) Gauss upwind; div(rhoPhi,U) Gauss upwind;
div(rhoPhi,T) Gauss upwind; div(rhoPhi,T) Gauss upwind;
div(rhoPhi,K) Gauss upwind; div(rhoPhi,K) Gauss upwind;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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