CFDEM®coupling - User Forum

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

Different number of core for CFD and DEM in parallel running

furkhat's picture
Submitted by furkhat on Thu, 04/02/2020 - 08:19

Dear all,

I'm running the EngunMPI tutorial case on HPC using 40 cores and I detect that the number of cores for DEM and CFD parts the same, but in is not good becouse CFD parts is very sensetive for number of cores. In this situation I wanted to run DEM using 40 cores and CFD -5 cores. Is it possible to run CFDEM in this way?

Best regards, Furkhat

Implementation of a viscosity model dependent on solid fraction of fluid cell

Submitted by Nathan_yin on Tue, 03/31/2020 - 15:50

Hi, I am simulating a shearing test(Rheology test) of particle suspension. As it is well known that the viscosity of fluid is closely related to the solid fraction of the particles in a particle suspension system. So I was wondering if I want to consider this effect and use variable viscosity dependent on the solid fraction of the fluid cell, which part of the source code I should modify.

Thank you!

timeStepFraction in CFDEM-coupling

Submitted by mofazli on Thu, 03/26/2020 - 04:28

Dear All,
Hi,
I have a question about the value of timeStepFraction() that is returned by the line 136 in cfdemCloudIB.C and 218 in dataExchangeModel.C files. Can anybody explain me what value is showing this parameter? For your convenience, you can see its expression as follows:

scalar frac = ( (particleCloud_.mesh().time().timeIndex()-timeIndexOffset_)*particleCloud_.mesh().time().deltaT().value() - (couplingStep_-1) * couplingTime() ) / couplingTime();

Why the time step could not be reduced?

Min Zhang's picture
Submitted by Min Zhang on Mon, 03/23/2020 - 18:26

When I use deltaT_CFD=2.5e-5s and deltaT_DEM=2.5e-7s, the case could run.
Part of the output info:

#cfd coupling
fix cfd all couple/cfd couple_every 100 mpi
nevery as specified in LIGGGHTS is overriden by calling external program (../cfd_datacoupling_mpi.cpp:77)
fix cfd2 all couple/cfd/force
restart ${restartstep} ../DEM/restart/liggghts_coupled.*
restart 800000 ../DEM/restart/liggghts_coupled.*

CFDEM compiling error

Submitted by hamedhoori on Sat, 03/07/2020 - 22:33

Hi everyone I have a problem compiling a cfdem case with my computer, I checked the files on another stronger computer and they're ok, but I think I'm missing something here. I'll appreciate any help of yours if you could tell me what is wrong.
mesh was built before - using old mesh
Decomposing case.
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |

totalPressureDrop.m in ErgunTestMPI_*

Submitted by saatt on Fri, 03/06/2020 - 16:10

Hi
One question:
I found the difference of defination in totalPressureDrop.m of Tend in ErgunTestMPI_cgs with ErgunTestMPI_restart
In ErgunTestMPI_cgs is :
Tstart = 0;
Tend = t_sim(length(t_sim));
deltaU=(Uend-Ustart)/((Tend-Tstart)/timeStepSize);
-------------
In ErgunTestMPI_restart is :
Tstart = 0;
Tend = t_sim(length(t_sim))
Tend=0.1
deltaU=(Uend-Ustart)/((Tend-Tstart)/timeStepSize);
----------------

Pages

Subscribe to RSS - CFDEM®coupling - User Forum