CFDEM®coupling - User Forum

This is a forum dedicated to CFDEM®coupling using the LIGGGHTS® DEM code and OpenSource CFD.

Calculation of Di Felice's drag force in the source code of CFDEM

Submitted by Rachel on Mon, 04/23/2018 - 19:48

Dear all,

Have anyone checked the formula of Di Felice drag force used in CFDEM pavkage?

As I see from the source code (DiFeliceDrag.C) and the refered paper Zhou et al. (2010), the drag coefficient is calculated as:
dragCoefficient=0.125*Cd*rho*M_PI*ds*ds*pow(voidfraction,(2-Xi))*magUr.

However, as I see from Di Felice (1994), the power law coefficient is -Xi while not (2-Xi). In fact, In the literature, there are several variations for the power law coefficient, including 2-Xi (Zhou et al, 2010), -Xi (Felice, 1994), 1-Xi (used in Xu et al, 2000).

About smoothingModel_constDiffSmoothing

Submitted by enzu on Mon, 04/23/2018 - 05:11

Dear CFDEM community,

Has anyone used the smoothing model in CFDEM before? I wonder what's the theory or underlying science for the smoothing approach used in CFDEM?

What I get from the code is that it solves a diffusion equation for the void fraction and the momentum exchange term Ksl.

******************************************************************************
double deltaT = vSmoothField_.mesh().time().deltaTValue();
DT_.value() = smoothingLength_.value() * smoothingLength_.value() / deltaT;

simulating erosion and deposition around a pile

Submitted by ssong on Fri, 04/06/2018 - 18:27

Dear all,

I am a beginner in LIGGGHTS

I am trying to simulate the sediment transport around the pile based
on the reference paper "Shim, J., Duan, J., & Jo, H. (2016).
Simulating Sediment Transport around a Bridge Pier Using Open FOAM
Software. In World Environmental and Water Resources Congress 2016
(pp. 362-369)".

This paper validates by comparing between the simulated the sediment transport and experiment around the pier using CFDEM coupling.

Reynolds number is about 1.8e4. it is laminar flow.

High pressure fluctuations

Submitted by vinaym on Fri, 04/06/2018 - 16:00

Hello everyone,

I am getting an unphysical pressure field for a few fluidized bed simulations. Everything else (velocity, voidage) seems fine. For most inlet gas velocities, simulations give expected value of pressure. However, for certain flowrate the values are erratic or even negative (possible but not expected) and are so throughout the bed. I am surprised with such fluctuating pressure field how is solution converging?

Problem in tutorials run

Submitted by shahab.zaman on Fri, 04/06/2018 - 14:03

I am newer of CFDEM, there is a mistake when I run Tutorials. I always get this line:
rm: cannot remove '/home/administrator/CFDEM/administrator-PUBLIC-5.0/run/fillCylinder/CFD/0.*': No such file or directory

and that is the whole running process:
mesh was built before - using old mesh

// run_liggghts_fillCylinder_DEM //

/home/administrator/CFDEM/administrator-PUBLIC-5.0/run/fillCylinder/DEM

Momentum coupling

Submitted by vinaym on Thu, 04/05/2018 - 14:11

I am confused about the momentum coupling options in CFDEM viz implicit/explicit. Following are my questions.

1. what is TotalForceImp displayed in the cfdem log
is this done implicitly? sum(mesh.V()*Ksl.internalField()*(Us.internalField()-U.internalField()));

I ask this because of the next question.

2. On CFD side I have momCoupleModels selected as implicitCouple

While on DEM side for the resume file, I have: fix cfd2 all couple/cfd/force
How is the force calculated in this case? is it done explicitly?

Pages

Subscribe to RSS - CFDEM®coupling - User Forum