cleanup whitespaces and formatting

This commit is contained in:
danielque
2023-04-07 12:38:51 +02:00
parent cb5e684752
commit 3542643f32
3 changed files with 32 additions and 31 deletions

View File

@ -32,6 +32,7 @@ Description
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected. Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
The code is an evolution of the solver pimpleFoam in OpenFOAM(R) 6.0, The code is an evolution of the solver pimpleFoam in OpenFOAM(R) 6.0,
where additional functionality for CFD-DEM coupling is added. where additional functionality for CFD-DEM coupling is added.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "fvCFD.H" #include "fvCFD.H"

View File

@ -110,9 +110,9 @@
#ifndef createPhi_H #ifndef createPhi_H
#define createPhi_H #define createPhi_H
Info<< "Reading/calculating face flux field phi\n" << endl; Info<< "Reading/calculating face flux field phi\n" << endl;
surfaceScalarField phi surfaceScalarField phi
( (
IOobject IOobject
( (
"phi", "phi",
@ -122,10 +122,10 @@ surfaceScalarField phi
IOobject::AUTO_WRITE IOobject::AUTO_WRITE
), ),
linearInterpolate(U*voidfraction) & mesh.Sf() linearInterpolate(U*voidfraction) & mesh.Sf()
); );
#endif #endif
Info<< "Generating interstitial flux field phiByVoidfraction (this is the INTERSTITIAL field!)\n" << endl; Info<< "Generating interstitial(!) flux field phiByVoidfraction\n" << endl;
surfaceScalarField phiByVoidfraction surfaceScalarField phiByVoidfraction
( (
IOobject IOobject