|
[Sponsors] |
July 20, 2021, 12:18 |
PrintStack error, addr2line not found
|
#1 |
New Member
Join Date: Jul 2021
Posts: 3
Rep Power: 5 |
Hi Foamers,
I am trying to simulate the phenomenon of sedimentation of two liquid species. I consider a box in which the species are mixed at time 0, without any incoming or outgoing flow. I would like to observe the separation of the two phases over time, due to gravitation, with the heavier species falling to the bottom of the box. To do so, I use the driftFluxFoam solver. But when the simulation runs, the following error appears : PrintStack.jpg The problem no longer occurs if the value of alpha.sludge (originally 1/3) is smaller. Any ideas ? Thank you in advance, Regards, Florian |
|
July 21, 2021, 05:08 |
|
#2 |
Senior Member
|
Hi,
addr2line is an utility, which can be installed. It is a part of GNU binutils package. Concerning your error, it happens in pow call, in BinghamPlastic there are two such calls: Code:
pow ( scalar(10), yieldStressExponent_ *(max(alpha_, scalar(0)) + yieldStressOffset_) ) - pow ( scalar(10), yieldStressExponent_*yieldStressOffset_ ) |
|
July 21, 2021, 10:23 |
|
#3 |
New Member
Join Date: Jul 2021
Posts: 3
Rep Power: 5 |
Hi Alexey,
I reduced BinghamExponent and it worked ! Thank you for your help. |
|
Tags |
addr2line not found, driftfluxfoam, printstack error, sedimentation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gmsh installation on terminal help | spitfire | Main CFD Forum | 4 | July 27, 2017 16:11 |
injection problem | Mark New | FLUENT | 0 | August 4, 2013 02:30 |
Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
Problems Installing OF 1.6 32 bit | bucksfan | OpenFOAM Installation | 19 | August 4, 2009 02:36 |
Installation OF1.5-dev | ttdtud | OpenFOAM Installation | 46 | May 5, 2009 03:32 |