mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
cleanup whitespaces and formatting
This commit is contained in:
@ -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"
|
||||||
|
|||||||
@ -125,7 +125,7 @@ surfaceScalarField phi
|
|||||||
);
|
);
|
||||||
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user