|
[Sponsors] |
Error in MPPICFoam when using Implicit packing model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 17, 2016, 04:29 |
Error in MPPICFoam when using Implicit packing model
|
#1 |
Member
Victor Koppejan
Join Date: May 2015
Posts: 40
Rep Power: 11 |
Hi Everyone,
I'm getting the following error when running MPPICFoam in serial using the Implicit packing model (HarrisCrighton particle stress model). #0 Foam::error:rintStack(Foam::Ostream&) at ??:? #1 Foam::sigSegv::sigHandler(int) at ??:? #2 ? in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::PackingModels::Implicit<Foam::MPPICCloud<Foa m::KinematicCloud<Foam::Cloud<Foam::MPPICParcel<Fo am::KinematicParcel<Foam:article> > > > > >::velocityCorrection(Foam::MPPICParcel<Foam::Kine maticParcel<Foam:article> >&, double) const at ??:? #4 ? at ??:? #5 ? at ??:? #6 ? at ??:? #7 ? at ??:? #8 ? at ??:? #9 ? at ??:? #10 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #11 ? at ??:? I'm using the following setting in kinematic cloud properties implicitCoeffs { alphaMin 0.0001; rhoMin 1000; applyGravity true; particleStressModel { type HarrisCrighton; alphaPacked 0.65; pSolid 100; beta 3; eps 1.0e-2; } } Psolid and beta values were taken from Snider 1998. The system is a liquid-solid system. I gone through the velocityCorrection function but I have no idea what to look for. Thanks in advance for you help. Victor |
|
January 17, 2016, 11:23 |
Solved
|
#2 |
Member
Victor Koppejan
Join Date: May 2015
Posts: 40
Rep Power: 11 |
I think problems were the empty boundary conditions, which don't seem to work with the velocity correction function.
Changing them to slip for velocity and zerogradient for pressure solves the problem. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turbulence model choice | dave13 | CFX | 3 | December 22, 2015 08:12 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Error in Two phase (condensation) modeling | adilsyyed | CFX | 15 | June 24, 2015 20:42 |
problem with solving lagrange reaction cloud | Polli | OpenFOAM Running, Solving & CFD | 0 | April 30, 2014 08:53 |
manualInjection model in sprayFoam | Mentalo | OpenFOAM Running, Solving & CFD | 1 | April 2, 2014 10:29 |