mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
apply some formatting changes [ci skip]
This commit is contained in:
@ -39,7 +39,7 @@ word compatibleLIGGGHTSversion="PFM 19.02";
|
|||||||
word OFversion="4.x";
|
word OFversion="4.x";
|
||||||
|
|
||||||
Info << "\nCFDEMcoupling version: " << CFDEMversion << endl;
|
Info << "\nCFDEMcoupling version: " << CFDEMversion << endl;
|
||||||
Info << ", compatible to LIGGGHTS version: " << compatibleLIGGGHTSversion << endl;
|
Info << "compatible to LIGGGHTS version: " << compatibleLIGGGHTSversion << endl;
|
||||||
Info << ", compatible to OpenFOAM version: " << OFversion << endl;
|
Info << "compatible to OpenFOAM version: " << OFversion << endl;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -665,7 +665,7 @@ bool cfdemCloud::evolve
|
|||||||
}
|
}
|
||||||
|
|
||||||
//============================================
|
//============================================
|
||||||
//CHECK JUST TIME-INTERPOATE ALREADY SMOOTHENED VOIDFRACTIONNEXT AND UsNEXT FIELD
|
//CHECK JUST TIME-INTERPOLATE ALREADY SMOOTHENED VOIDFRACTIONNEXT AND UsNEXT FIELD
|
||||||
// IMPLICIT FORCE CONTRIBUTION AND SOLVER USE EXACTLY THE SAME AVERAGED
|
// IMPLICIT FORCE CONTRIBUTION AND SOLVER USE EXACTLY THE SAME AVERAGED
|
||||||
// QUANTITIES AT THE GRID!
|
// QUANTITIES AT THE GRID!
|
||||||
scalar timeStepFrac = dataExchangeM().timeStepFraction();
|
scalar timeStepFrac = dataExchangeM().timeStepFraction();
|
||||||
|
|||||||
@ -17,6 +17,11 @@ Description
|
|||||||
drag law for monodisperse systems according to
|
drag law for monodisperse systems according to
|
||||||
Beetstra et al. AIChE J 53.2 (2007)
|
Beetstra et al. AIChE J 53.2 (2007)
|
||||||
|
|
||||||
|
Reference
|
||||||
|
R. Beetstra, M.A. van der Hoef, J.A.M. Kuipers
|
||||||
|
"Drag force of intermediate Reynolds number flow past mono- and bidisperse arrays of spheres"
|
||||||
|
AIChE Journal, 53 (2007)
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
BeetstraDrag.C
|
BeetstraDrag.C
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -34,6 +34,11 @@ Description
|
|||||||
- splits off explicit drag component due to fluctuation in fluid and particle
|
- splits off explicit drag component due to fluctuation in fluid and particle
|
||||||
velocity (optional via forceSubModel "ImExCorr")
|
velocity (optional via forceSubModel "ImExCorr")
|
||||||
|
|
||||||
|
Reference
|
||||||
|
D. Gidaspow
|
||||||
|
"Multiphase flow and fluidization: Continuum and kinetic theory description",
|
||||||
|
1994
|
||||||
|
|
||||||
Class
|
Class
|
||||||
GidaspowDrag
|
GidaspowDrag
|
||||||
|
|
||||||
|
|||||||
@ -82,6 +82,7 @@ protected:
|
|||||||
|
|
||||||
List<Switch> switchesList_; // switches which are requested from dict
|
List<Switch> switchesList_; // switches which are requested from dict
|
||||||
|
|
||||||
|
// a Switch is set to false in the default Switch constructor
|
||||||
List<Switch> switches_; // switch status
|
List<Switch> switches_; // switch status
|
||||||
|
|
||||||
mutable volScalarField nu_;
|
mutable volScalarField nu_;
|
||||||
|
|||||||
@ -28,6 +28,12 @@ Description
|
|||||||
This code is designed to realize coupled CFD-DEM simulations using LIGGGHTS
|
This code is designed to realize coupled CFD-DEM simulations using LIGGGHTS
|
||||||
and OpenFOAM(R). Note: this code is not part of OpenFOAM(R) (see DISCLAIMER).
|
and OpenFOAM(R). Note: this code is not part of OpenFOAM(R) (see DISCLAIMER).
|
||||||
|
|
||||||
|
Reference
|
||||||
|
G. Wierink, C. Goniva, B. Niceno, K. Heiskanen,
|
||||||
|
"Mechanistic Modelling of Particle-Interface Interaction in Three-Phase Flows",
|
||||||
|
Proc. of the 8th Int. Conf. on CFD in Oil and Gas, Metallurgical and Process Industries,
|
||||||
|
Trondheim, 2011
|
||||||
|
|
||||||
Class
|
Class
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
|||||||
@ -28,6 +28,10 @@ Description
|
|||||||
This code is designed to realize coupled CFD-DEM simulations using LIGGGHTS
|
This code is designed to realize coupled CFD-DEM simulations using LIGGGHTS
|
||||||
and OpenFOAM(R). Note: this code is not part of OpenFOAM(R) (see DISCLAIMER).
|
and OpenFOAM(R). Note: this code is not part of OpenFOAM(R) (see DISCLAIMER).
|
||||||
|
|
||||||
|
Reference
|
||||||
|
Crowe, Clayton T.; Sommerfeld, Martin; Tsuji, Yutaka (1998).
|
||||||
|
"Multiphase flows with droplets and particles"
|
||||||
|
|
||||||
Class
|
Class
|
||||||
virtualMassForce
|
virtualMassForce
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user