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
|
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
|
||||||
-->
|
-->
|
||||||
|
|||||||
@ -19,4 +19,3 @@
|
|||||||
|
|
||||||
Kmesh K(mesh);
|
Kmesh K(mesh);
|
||||||
UOprocess forceGen(K, runTime.deltaTValue(), turbulenceProperties);
|
UOprocess forceGen(K, runTime.deltaTValue(), turbulenceProperties);
|
||||||
|
|
||||||
|
|||||||
@ -47,4 +47,3 @@
|
|||||||
|
|
||||||
rho.writeMinMax(Info);
|
rho.writeMinMax(Info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -63,4 +63,3 @@ edgeScalarField phis
|
|||||||
),
|
),
|
||||||
linearEdgeInterpolate(Us) & aMesh.Le()
|
linearEdgeInterpolate(Us) & aMesh.Le()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -57,4 +57,3 @@ edgeScalarField phis
|
|||||||
),
|
),
|
||||||
linearEdgeInterpolate(Us) & aMesh.Le()
|
linearEdgeInterpolate(Us) & aMesh.Le()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
|
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
|
||||||
bool compressible = (compressibility.value() > SMALL);
|
bool compressible = (compressibility.value() > SMALL);
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
|
dimensionedScalar compressibility = fvc::domainIntegrate(psi);
|
||||||
bool compressible = (compressibility.value() > SMALL);
|
bool compressible = (compressibility.value() > SMALL);
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
chtMultiRegionSimpleFoam.C
|
chtMultiRegionSimpleFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam
|
EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam
|
||||||
|
|
||||||
|
|||||||
@ -38,4 +38,3 @@ EXE_LIBS = \
|
|||||||
-lsampling \
|
-lsampling \
|
||||||
-lreactingTwoPhaseSystem \
|
-lreactingTwoPhaseSystem \
|
||||||
-lreactingPhaseSystem
|
-lreactingPhaseSystem
|
||||||
|
|
||||||
|
|||||||
@ -48,4 +48,3 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Info<< "Courant Number max: " << CoNum << endl;
|
Info<< "Courant Number max: " << CoNum << endl;
|
||||||
|
|
||||||
|
|||||||
@ -65,4 +65,3 @@
|
|||||||
const dimensionedScalar rhoMin = rhoMinFluid[i];
|
const dimensionedScalar rhoMin = rhoMinFluid[i];
|
||||||
|
|
||||||
const pressureControl& pressureControl = pressureControls[i];
|
const pressureControl& pressureControl = pressureControls[i];
|
||||||
|
|
||||||
|
|||||||
@ -77,4 +77,3 @@ surfaceScalarField phiHbyA
|
|||||||
),
|
),
|
||||||
fvc::flux(U)
|
fvc::flux(U)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -43,4 +43,3 @@ autoPtr<incompressible::turbulenceModel> turbulence
|
|||||||
);
|
);
|
||||||
|
|
||||||
#include "createMRF.H"
|
#include "createMRF.H"
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
IOporosityModelList pZones(mesh);
|
IOporosityModelList pZones(mesh);
|
||||||
|
|
||||||
|
|||||||
@ -25,4 +25,3 @@ fvMesh filmMesh
|
|||||||
IOobject::MUST_READ
|
IOobject::MUST_READ
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,3 @@ bool solvePrimaryRegion
|
|||||||
(
|
(
|
||||||
pimple.dict().getOrDefault("solvePrimaryRegion", true)
|
pimple.dict().getOrDefault("solvePrimaryRegion", true)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -40,4 +40,3 @@ else
|
|||||||
|
|
||||||
rho == alpha1*rho1 + alpha2*rho2;
|
rho == alpha1*rho1 + alpha2*rho2;
|
||||||
mu = mixture.mu();
|
mu = mixture.mu();
|
||||||
|
|
||||||
|
|||||||
@ -4,4 +4,3 @@
|
|||||||
|
|
||||||
EXE_INC = \
|
EXE_INC = \
|
||||||
-DFULLDEBUG -g -O0
|
-DFULLDEBUG -g -O0
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
Test-mapDistributePolyMesh.C
|
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.
|
// 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);
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
combinePatchFaces.C
|
combinePatchFaces.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/combinePatchFaces
|
EXE = $(FOAM_APPBIN)/combinePatchFaces
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
refineHexMesh.C
|
refineHexMesh.C
|
||||||
EXE = $(FOAM_APPBIN)/refineHexMesh
|
|
||||||
|
|
||||||
|
EXE = $(FOAM_APPBIN)/refineHexMesh
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
refineWallLayer.C
|
refineWallLayer.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/refineWallLayer
|
EXE = $(FOAM_APPBIN)/refineWallLayer
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
refinementLevel.C
|
refinementLevel.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/refinementLevel
|
EXE = $(FOAM_APPBIN)/refinementLevel
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
removeFaces.C
|
removeFaces.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/removeFaces
|
EXE = $(FOAM_APPBIN)/removeFaces
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,3 @@ edgeStats.C
|
|||||||
selectCells.C
|
selectCells.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/selectCells
|
EXE = $(FOAM_APPBIN)/selectCells
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
snappyRefineMesh.C
|
snappyRefineMesh.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/snappyRefineMesh
|
EXE = $(FOAM_APPBIN)/snappyRefineMesh
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
splitCells.C
|
splitCells.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/splitCells
|
EXE = $(FOAM_APPBIN)/splitCells
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
gmshToFoam.C
|
gmshToFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/gmshToFoam
|
EXE = $(FOAM_APPBIN)/gmshToFoam
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
mshToFoam.C
|
mshToFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/mshToFoam
|
EXE = $(FOAM_APPBIN)/mshToFoam
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
netgenNeutralToFoam.C
|
netgenNeutralToFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/netgenNeutralToFoam
|
EXE = $(FOAM_APPBIN)/netgenNeutralToFoam
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
tetgenToFoam.C
|
tetgenToFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/tetgenToFoam
|
EXE = $(FOAM_APPBIN)/tetgenToFoam
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
vtkUnstructuredToFoam.C
|
vtkUnstructuredToFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/vtkUnstructuredToFoam
|
EXE = $(FOAM_APPBIN)/vtkUnstructuredToFoam
|
||||||
|
|||||||
@ -50,4 +50,3 @@ License
|
|||||||
@}
|
@}
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
insideCells.C
|
insideCells.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/insideCells
|
EXE = $(FOAM_APPBIN)/insideCells
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,3 @@ mergePolyMesh.C
|
|||||||
mergeMeshes.C
|
mergeMeshes.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/mergeMeshes
|
EXE = $(FOAM_APPBIN)/mergeMeshes
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
refineMesh.C
|
refineMesh.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/refineMesh
|
EXE = $(FOAM_APPBIN)/refineMesh
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
setsToZones.C
|
setsToZones.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/setsToZones
|
EXE = $(FOAM_APPBIN)/setsToZones
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
subsetMesh.C
|
subsetMesh.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/subsetMesh
|
EXE = $(FOAM_APPBIN)/subsetMesh
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
topoSet.C
|
topoSet.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/topoSet
|
EXE = $(FOAM_APPBIN)/topoSet
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
foamToTetDualMesh.C
|
foamToTetDualMesh.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/foamToTetDualMesh
|
EXE = $(FOAM_APPBIN)/foamToTetDualMesh
|
||||||
|
|||||||
@ -30,4 +30,3 @@ const vector delta
|
|||||||
);
|
);
|
||||||
|
|
||||||
Random rndGen(1234);
|
Random rndGen(1234);
|
||||||
|
|
||||||
|
|||||||
@ -44,4 +44,3 @@ surfaceToPatch
|
|||||||
|
|
||||||
surfaceMeshConvert
|
surfaceMeshConvert
|
||||||
- Similar to surfaceConvert, but uses surfMesh library
|
- Similar to surfaceConvert, but uses surfMesh library
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
surfaceSplitByTopology.C
|
surfaceSplitByTopology.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/surfaceSplitByTopology
|
EXE = $(FOAM_APPBIN)/surfaceSplitByTopology
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
chemkinToFoam.C
|
chemkinToFoam.C
|
||||||
|
|
||||||
EXE = $(FOAM_APPBIN)/chemkinToFoam
|
EXE = $(FOAM_APPBIN)/chemkinToFoam
|
||||||
|
|||||||
@ -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[
|
||||||
|
|||||||
@ -145,4 +145,3 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -274,4 +274,3 @@ namespace Foam
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -23,3 +23,4 @@ Here is a sample dictionary entry:
|
|||||||
SpinId <int>; // optional
|
SpinId <int>; // optional
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
|||||||
@ -122,3 +122,4 @@ id0 .. indN-1
|
|||||||
+ Prism(FOAM) | 0 1 4 3 2 |
|
+ Prism(FOAM) | 0 1 4 3 2 |
|
||||||
+---------------+---------------+
|
+---------------+---------------+
|
||||||
|
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
|
|
||||||
faMesh aMesh(mesh);
|
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
|
#endif
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -158,4 +158,3 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -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()
|
||||||
|
|||||||
@ -34,4 +34,3 @@ externalDisplacementMeshMover/zeroFixedValue/zeroFixedValuePointPatchFields.C
|
|||||||
externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C
|
externalDisplacementMeshMover/fieldSmoother/fieldSmoother.C
|
||||||
|
|
||||||
LIB = $(FOAM_LIBBIN)/libsnappyHexMesh
|
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
|
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
|
|||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -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/basicSolidChemistryModel.C
|
||||||
basicSolidChemistryModel/basicSolidChemistryModelNew.C
|
basicSolidChemistryModel/basicSolidChemistryModelNew.C
|
||||||
basicSolidChemistryModel/basicSolidChemistryModels.C
|
basicSolidChemistryModel/basicSolidChemistryModels.C
|
||||||
|
|||||||
@ -37,4 +37,3 @@ PMMA
|
|||||||
};
|
};
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -21,3 +21,4 @@ surfaceFilmModel none;
|
|||||||
|
|
||||||
region none;
|
region none;
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -183,3 +183,5 @@ CH2O
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
faceSet coupledPatch new patchToFace coupledPatch
|
faceSet coupledPatch new patchToFace coupledPatch
|
||||||
faceZoneSet panel new setToFaceZone coupledPatch
|
faceZoneSet panel new setToFaceZone coupledPatch
|
||||||
|
|
||||||
|
|||||||
@ -141,3 +141,5 @@ CO
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -39,4 +39,3 @@ boundaryField
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -17,4 +17,3 @@ FoamFile
|
|||||||
targetTemperature 300.0;
|
targetTemperature 300.0;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -19,3 +19,4 @@ dimensions [0 1 -2 0 0 0 0];
|
|||||||
|
|
||||||
value (0 0 -9.81);
|
value (0 0 -9.81);
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -46,3 +46,4 @@ mixture
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -154,3 +154,5 @@ meshQualityControls
|
|||||||
|
|
||||||
mergeTolerance 1e-06;
|
mergeTolerance 1e-06;
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -25,3 +25,5 @@ simpleCar.stl
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -238,3 +238,5 @@ mergePatchPairs
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -22,4 +22,3 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -25,4 +25,3 @@ RAS
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -71,4 +71,3 @@ mergePatchPairs
|
|||||||
);
|
);
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -12,4 +12,3 @@ runApplication topoSet
|
|||||||
runApplication $(getApplication)
|
runApplication $(getApplication)
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -689,4 +689,3 @@ actions
|
|||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
100
|
100
|
||||||
(
|
(
|
||||||
(0 ((0 0 0) (0 0 0)))
|
(0 ((0 0 0) (0 0 0)))
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
|||||||
@ -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
Reference in New Issue
Block a user