mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: remove leading/trailing blank lines, trailing whitespace
This commit is contained in:
@ -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
|
||||
-->
|
||||
|
||||
@ -19,4 +19,3 @@
|
||||
|
||||
Kmesh K(mesh);
|
||||
UOprocess forceGen(K, runTime.deltaTValue(), turbulenceProperties);
|
||||
|
||||
|
||||
@ -47,4 +47,3 @@
|
||||
|
||||
rho.writeMinMax(Info);
|
||||
}
|
||||
|
||||
|
||||
@ -63,4 +63,3 @@ edgeScalarField phis
|
||||
),
|
||||
linearEdgeInterpolate(Us) & aMesh.Le()
|
||||
);
|
||||
|
||||
|
||||
@ -57,4 +57,3 @@ edgeScalarField phis
|
||||
),
|
||||
linearEdgeInterpolate(Us) & aMesh.Le()
|
||||
);
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
|
||||
bool compressible = (compressibility.value() > SMALL);
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
|
||||
bool compressible = (compressibility.value() > SMALL);
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
chtMultiRegionSimpleFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam
|
||||
|
||||
|
||||
@ -38,4 +38,3 @@ EXE_LIBS = \
|
||||
-lsampling \
|
||||
-lreactingTwoPhaseSystem \
|
||||
-lreactingPhaseSystem
|
||||
|
||||
|
||||
@ -48,4 +48,3 @@
|
||||
}
|
||||
|
||||
Info<< "Courant Number max: " << CoNum << endl;
|
||||
|
||||
|
||||
@ -65,4 +65,3 @@
|
||||
const dimensionedScalar rhoMin = rhoMinFluid[i];
|
||||
|
||||
const pressureControl& pressureControl = pressureControls[i];
|
||||
|
||||
|
||||
@ -77,4 +77,3 @@ surfaceScalarField phiHbyA
|
||||
),
|
||||
fvc::flux(U)
|
||||
);
|
||||
|
||||
|
||||
@ -43,4 +43,3 @@ autoPtr<incompressible::turbulenceModel> turbulence
|
||||
);
|
||||
|
||||
#include "createMRF.H"
|
||||
|
||||
|
||||
@ -1,2 +1 @@
|
||||
IOporosityModelList pZones(mesh);
|
||||
|
||||
|
||||
@ -25,4 +25,3 @@ fvMesh filmMesh
|
||||
IOobject::MUST_READ
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@ -2,4 +2,3 @@ bool solvePrimaryRegion
|
||||
(
|
||||
pimple.dict().getOrDefault("solvePrimaryRegion", true)
|
||||
);
|
||||
|
||||
|
||||
@ -40,4 +40,3 @@ else
|
||||
|
||||
rho == alpha1*rho1 + alpha2*rho2;
|
||||
mu = mixture.mu();
|
||||
|
||||
|
||||
@ -4,4 +4,3 @@
|
||||
|
||||
EXE_INC = \
|
||||
-DFULLDEBUG -g -O0
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
Test-mapDistributePolyMesh.C
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-mapDistributePolyMesh
|
||||
|
||||
@ -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<doubleScalar> A(mRows, eps);
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
combinePatchFaces.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/combinePatchFaces
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
refineHexMesh.C
|
||||
EXE = $(FOAM_APPBIN)/refineHexMesh
|
||||
|
||||
EXE = $(FOAM_APPBIN)/refineHexMesh
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
refineWallLayer.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/refineWallLayer
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
refinementLevel.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/refinementLevel
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
removeFaces.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/removeFaces
|
||||
|
||||
|
||||
@ -2,4 +2,3 @@ edgeStats.C
|
||||
selectCells.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/selectCells
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
snappyRefineMesh.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/snappyRefineMesh
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
splitCells.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/splitCells
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
gmshToFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/gmshToFoam
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
mshToFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/mshToFoam
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
netgenNeutralToFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/netgenNeutralToFoam
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
tetgenToFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/tetgenToFoam
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
vtkUnstructuredToFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/vtkUnstructuredToFoam
|
||||
|
||||
@ -50,4 +50,3 @@ License
|
||||
@}
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
insideCells.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/insideCells
|
||||
|
||||
|
||||
@ -2,4 +2,3 @@ mergePolyMesh.C
|
||||
mergeMeshes.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/mergeMeshes
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
refineMesh.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/refineMesh
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
setsToZones.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/setsToZones
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
subsetMesh.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/subsetMesh
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
topoSet.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/topoSet
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
foamToTetDualMesh.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/foamToTetDualMesh
|
||||
|
||||
@ -30,4 +30,3 @@ const vector delta
|
||||
);
|
||||
|
||||
Random rndGen(1234);
|
||||
|
||||
|
||||
@ -44,4 +44,3 @@ surfaceToPatch
|
||||
|
||||
surfaceMeshConvert
|
||||
- Similar to surfaceConvert, but uses surfMesh library
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
surfaceSplitByTopology.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/surfaceSplitByTopology
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
chemkinToFoam.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/chemkinToFoam
|
||||
|
||||
@ -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[
|
||||
|
||||
@ -145,4 +145,3 @@ public:
|
||||
#endif
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -274,4 +274,3 @@ namespace Foam
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -23,3 +23,4 @@ Here is a sample dictionary entry:
|
||||
SpinId <int>; // optional
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
@ -122,3 +122,4 @@ id0 .. indN-1
|
||||
+ Prism(FOAM) | 0 1 4 3 2 |
|
||||
+---------------+---------------+
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
@ -1,2 +1 @@
|
||||
|
||||
faMesh aMesh(mesh);
|
||||
|
||||
@ -88,4 +88,3 @@ bool Foam::IOMRFZoneList::read()
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -87,4 +87,3 @@ bool Foam::IOporosityModelList::read()
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -302,4 +302,3 @@ public:
|
||||
#endif
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -158,4 +158,3 @@ public:
|
||||
#endif
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -192,7 +192,7 @@ Foam::ReactingParcel<ParcelType>::YSolid() const
|
||||
{
|
||||
return Y_;
|
||||
}
|
||||
|
||||
|
||||
|
||||
template<class ParcelType>
|
||||
inline Foam::scalar& Foam::ReactingParcel<ParcelType>::mass0()
|
||||
|
||||
@ -34,4 +34,3 @@ externalDisplacementMeshMover/zeroFixedValue/zeroFixedValuePointPatchFields.C
|
||||
externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libsnappyHexMesh
|
||||
|
||||
|
||||
@ -56,4 +56,3 @@ Foam::elasticityMotionSolver::cellMotionU() const
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -56,5 +56,3 @@ Foam::laplacianMotionSolver::cellMotionU() const
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -111,5 +111,3 @@ void Foam::wallBoilingModels::CHFModels::Zuber::write(Ostream& os) const
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
|
||||
@ -131,5 +131,3 @@ void Foam::wallBoilingModels::CHFModels::HuaXu::write
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
|
||||
@ -114,5 +114,3 @@ void Foam::wallBoilingModels::CHFModels::Jeschar::write
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
|
||||
@ -107,5 +107,3 @@ void Foam::wallBoilingModels::TDNBModels::Schroeder::write
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
|
||||
@ -137,5 +137,3 @@ void Foam::wallBoilingModels::filmBoilingModels::Bromley::write
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
basicSolidChemistryModel/basicSolidChemistryModel.C
|
||||
basicSolidChemistryModel/basicSolidChemistryModelNew.C
|
||||
basicSolidChemistryModel/basicSolidChemistryModels.C
|
||||
|
||||
@ -37,4 +37,3 @@ PMMA
|
||||
};
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -21,3 +21,4 @@ surfaceFilmModel none;
|
||||
|
||||
region none;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -183,3 +183,5 @@ CH2O
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -1,3 +1,2 @@
|
||||
faceSet coupledPatch new patchToFace coupledPatch
|
||||
faceZoneSet panel new setToFaceZone coupledPatch
|
||||
|
||||
|
||||
@ -141,3 +141,5 @@ CO
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -39,4 +39,3 @@ boundaryField
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -17,4 +17,3 @@ FoamFile
|
||||
targetTemperature 300.0;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -27,7 +27,6 @@ boundaryField
|
||||
}
|
||||
ceiling
|
||||
{
|
||||
|
||||
type compressible::thermalBaffle;
|
||||
|
||||
// Underlying coupled boundary condition
|
||||
@ -95,8 +94,6 @@ boundaryField
|
||||
{
|
||||
thickness 0.1;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
inlet
|
||||
{
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -19,3 +19,4 @@ dimensions [0 1 -2 0 0 0 0];
|
||||
|
||||
value (0 0 -9.81);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -46,3 +46,4 @@ mixture
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -154,3 +154,5 @@ meshQualityControls
|
||||
|
||||
mergeTolerance 1e-06;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -25,3 +25,5 @@ simpleCar.stl
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -238,3 +238,5 @@ mergePatchPairs
|
||||
(
|
||||
);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -22,4 +22,3 @@ then
|
||||
fi
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -25,4 +25,3 @@ RAS
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -71,4 +71,3 @@ mergePatchPairs
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -12,4 +12,3 @@ runApplication topoSet
|
||||
runApplication $(getApplication)
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -689,4 +689,3 @@ actions
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ functions
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
|
||||
contErr
|
||||
{
|
||||
type div;
|
||||
@ -63,7 +63,7 @@ functions
|
||||
executeControl writeTime;
|
||||
writeControl writeTime;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
100
|
||||
(
|
||||
(0 ((0 0 0) (0 0 0)))
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
|
||||
@ -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
Reference in New Issue
Block a user