CFDEM®coupling - User Forum

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

Error for running an example

Submitted by shokeyi on Sat, 10/26/2013 - 17:50

Hello everyone,

There is an error happened when I trying to run an example from tutorial as "--> FOAM FATAL ERROR:
Trying to use the dummy Pstream library.
This dummy library cannot be used in parallel mode

From function UPstream::init(int& argc, char**& argv)
in file UPstream.C at line 37.
--> FOAM FATAL ERROR:
Trying to use the dummy Pstream library.
This dummy library cannot be used in parallel mode

From function UPstream::init(int& argc, char**& argv)
in file UPstream.C at line 37.

How to account for trubulence visicosity (kinematic) nut in CFDEM?

Submitted by keepfit on Fri, 10/25/2013 - 07:11

Hi Chris,

I wonder how to access the trubulence visicosity nut(). For incomprissble flow, all force models
use:

const volScalarField& nufField = particleCloud_.turbulence().nu();

If a RAS model (e.g k-epsilon) is selected, should we conside thetrubulence visicosity in CFD-DEM? Lets say:

const volScalarField& nufField = particleCloud_.turbulence().nu() + particleCloud_.turbulence->nut();

Furthermore, if there is multi-phase fluid in the Domian, the visicosity is a mixtured value, e.g effective muf:

CFDEM compliling error

Submitted by zengjunsheng on Sat, 10/19/2013 - 17:35

Everything goes well before I type "cfdemCompCFDEM" in the terminal. I can run both OpenFOAM examples and LIGGGHTS examples successfully.
But errors occur during the CFDEM compiling below:
##################################################################
/home/ciel/OpenFOAM/OpenFOAM-2.2.x/src/OpenFOAM/lnInclude/autoPtrI.H: In member function ‘const T& Foam::autoPtr::operator()() const [with T = Foam::clockModel]’:

CFDEM compliling error

Submitted by zengjunsheng on Sat, 10/19/2013 - 17:34

Everything goes well before I type "cfdemCompCFDEM" in the terminal. I can run both OpenFOAM examples and LIGGGHTS examples successfully.
But errors occur during the CFDEM compiling below:
##################################################################
/home/ciel/OpenFOAM/OpenFOAM-2.2.x/src/OpenFOAM/lnInclude/autoPtrI.H: In member function ‘const T& Foam::autoPtr::operator()() const [with T = Foam::clockModel]’:

Import STL wall in CFD-DEM

Submitted by shokeyi on Sat, 10/19/2013 - 17:24

Hello everyone,

I met an error as "Cannot open mesh file ..DEM/b1.stl (input_mesh_tri.cpp:78)" when I run with "bash Allrun.sh". There is a stl file named as b1 in that package and it could run just with DEM. The code I used for importing wall is "fix cad1 all mesh/surface file ..DEM/b1.stl type 2". Is there anything I used to run the test? Does anyone met this error before? Thanks for any recommendation.

Find the upstream and downstream cell

Submitted by rqwang on Thu, 10/17/2013 - 05:20

Hi CFDEMers,

I wonder whether it's possible to find the upstream and downstream cell index of a particle. I know the particle cellI is the particle's center sits.

For example, if I know the velocity at the particle center is in x positive direction, then the upstream cell is the neighbor one in negative x direction and the downstream one is the positive x direction.

Is there a good way to find the cell index? In addition, is it possible to get the velocity from the upstream one and distribute the momentum (impForces) to the downstream one? Please advise.

Getting started with OpenFOAM to model flow through a porous medium

Submitted by Doug Murray on Thu, 10/17/2013 - 02:16

I need to model a slow-moving packed bed (particle size ranging from 10-40 mm) and counter-current gas flow. The hot gas heats up the solid particles which then undergo endothermic chemical reaction. I want to model this system as using CFD with the bed represented as a porous medium tuned to have the same CFD properties as an already-calculated (using commercial Rocky DEM software) bed of particles.

I already have such a CFD model in ANSYS CFX commercial software that models the chemical reactions, but the licence is expensive and I need to move to open-source CFD software.

Files in uniform folder overwritten in CFDEM

Submitted by chaitanya_wadi on Tue, 10/08/2013 - 15:12

Hi,

I am using all the files from a previous simulation of OpenFOAM in the start time folder of a CFDEM case.
The problem I am facing is that the uniform folder which is required to preserve previous RMS data is being overwritten by CFDEM solver and subsequently further RMS values are also incorrect. Can anyone please suggest ho to avoid this overwriting uniform folder?
channelFoam solver was not making these changes in the uniform folder.

Questions about CGS units

Submitted by pipegaldames on Tue, 10/01/2013 - 22:32

I tried to work with diameter of particle about 20-100 microns, but I read here there are a limit because a precision machine issue and just I could work with 124 microns of diameter min in SI units. I changed my problem to CGS units, but I have some questions. In the example of tutorial ErgunTestMPI_cgs, the script Allrun.sh calls to controlDict_cgs_2.2.x and copy in other directory. It is necessary? What is it doing exactly ? .

Compilation works fine but the cases won't run

Submitted by blais.bruno on Tue, 10/01/2013 - 15:54

Hello everyone,

I have been trying to install cfdem in the past few days but I have had little success.

I am running Ubuntu 13.04. I already had OpenFOAM installed and I have been using extensively, so this should not be a problem. I have installed Ubuntu using the deb pack online using this procedure :
http://www.openfoam.org/download/ubuntu.php

I have installed LIGGGHTS and LPP and have been able to run the test cases without any problem and visualize the results.

Pages

Subscribe to RSS - CFDEM®coupling - User Forum