CFDEM®coupling - User Forum

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

Installation of CFDEM on Mac OS X ... twoWayMPI problem!!

Submitted by mikahs on Wed, 10/05/2011 - 19:02

Hi guys, I'm running onto a problem while trying to compile CFDEM...

First of all, yes, I compiled OF 2.0.1 from scratch... re-compiled it again, compiled liggghts, the libraries, checked that I am using the same compilers, edited the .bashrc at /etc , and I am having this error on twoWayMPI.C... By the way, on Mac OS x S.L. 10.6.8...

I guess that I am having some sort of problem with the including of liggghts libraries, so I am trying re-make-ing liggghts with different options.

CFEDM installation : Should I create run directory under FOAM

Submitted by jeen1 on Fri, 09/30/2011 - 22:31

I have installed Liggghtts, OPenFOAM, and on my way to install cfdem.

(1) In the instruction, there is a step to copy into $FOAM/run below. But the OpenFoam I installed has no run /subdirectory.
Should I create one, then copy into?
----------------------------------
copy cfdemSolverPisoCase_shared/* to /home/user/OpenFOAM-1.7.1/user-1.7.1/run/cfdemSolverPiso_shared
----------------------------------

(2) Also not clear is that, two other copies, such as:
copy cfdemSolverPiso_shared to /home/user/OpenFOAM-1.7.1/user-1.7.1/applications/solvers
Should it be

questions on the impelmentation of DiFelice drag model and the particle fluidization

skyopener's picture
Submitted by skyopener on Tue, 09/20/2011 - 14:28

hello everyone,
I have a question of the implementation of DiFelice drag model in cfd-dem.
the code detail is:
if (magUr > 0)
{
// calc particle Re Nr
Rep = ds*voidfraction*magUr/nuf;

// calc fluid drag Coeff
Cd = sqr(0.63 + 4.8/sqrt(Rep));

// calc model coefficient Xi
scalar Xi = 3.7 - 0.65 * exp(-sqr(1.5-log10(Rep))/2);

// calc particle's drag

Big particle

Submitted by rqwang on Wed, 09/14/2011 - 16:45

Hi, cfdemers,

I am using a very dense gridmesh.
When I simulate a single particle settling in water, all the momentum induced by the particle seems to transfer into one single cell.

Is there any way to disperse the induced momentum into a large area.

In another words, is it possible not to restrict the induced momentum in a single cell, but by some averaging model like PSI-cell method?

Thanks.

rq

Drag force: ShirgaonkarIB

Submitted by Yansan on Tue, 09/13/2011 - 18:03

Hi every one,

I tried to run a settling simulation (similar to the settlingTestMPI) with the IB-Solver and found that the particle doesnt settle as it should be (Stokes as comparison). So I had a look at the calculation of the drag force and I think there is a mistake in the equations.

(1) volVectorField h = nufField*fvc::laplacian(U_)-fvc::grad(p_);
...
(2) drag += h[cellI]*h.mesh().V()[cellI];

I think both terms in equation (1) (nufField*fvc::laplacian(U_) and fvc::grad(p_)) should be multiplied with the density of the fluid.

CFDEM 2.1.0 fails to run

skyopener's picture
Submitted by skyopener on Thu, 09/01/2011 - 05:58

Dear developers & CFDEMers,
Some strange messages occur when I run the newest version of CFDEM, and none of cases run successfully.
My compiling process is same as the compiling tutorial --------setup_LIGGGHTS__OpenFoamR_CFDEM_2p0_on_Ubuntu1004_24052011.txt.
and everything goes well in the compiling process. (OF 2.0.1 debug version, LIGGGHTS1.4.1, CFDEM 2.1.0)

In the settingTestMPI directory, after the command ./Allrun.sh . the output message is following:

Pages

Subscribe to RSS - CFDEM®coupling - User Forum