View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001097 | OpenFOAM | Bug | public | 2013-11-29 11:39 | 2015-01-01 13:38 |
Reporter | Assigned To | henry | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 12.04 LTS x64 |
Summary | 0001097: Error during reconstructing lagarangian fields | ||||
Description | In the case that a large amount of parcels is in a close vicinity of a wall, the reconstruction of lagrangian fields crashes with error: Reconstructing lagrangian fields for cloud sprayCloud cell, tetFace and tetPt search failure at position (-0.0392443485 -0.0051150567 -0.0769150187) for requested cell 158 From function void Foam::particle::initCellFacePt() in file particle/particleI.H at line 758. FOAM aborting #0 Foam::error::printStack(Foam::Ostream&) in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #1 Foam::error::abort() in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/lib/libOpenFOAM.so" #2 Foam::particle::initCellFacePt() in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/lib/liblagrangian.so" #3 Foam::Cloud<Foam::passiveParticle>::initCloud(bool) in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/lib/liblagrangian.so" #4 Foam::reconstructLagrangianPositions(Foam::polyMesh const&, Foam::word const&, Foam::PtrList<Foam::fvMesh> const&, Foam::PtrList<Foam::IOList<int> > const&, Foam::PtrList<Foam::IOList<int> > const&) in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/lib/libreconstruct.so" #5 in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/bin/reconstructPar" #6 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #7 in "/usr/users/novakm/OpenFOAM/OpenFOAM-2.2.x/platforms/linux64GccDPOpt/bin/reconstructPar" Aborted (core dumped) | ||||
Steps To Reproduce | described in thread http://www.cfd-online.com/Forums/openfoam/126792-error-during-reconstructing-lagarangian-fields.html | ||||
Additional Information | version: 2.2.x-bb3cd2f01495 Reconstruction with version 1.6-ext runs without error | ||||
Tags | No tags attached. | ||||
|
Notes: 1. This seems related to http://www.openfoam.org/mantisbt/view.php?id=1461 - which provides a possible solution. 2. In posts #8, #9 and #10 in the mentioned forum thread, there is some more information that might help diagnose this issue: http://www.cfd-online.com/Forums/openfoam/126792-error-during-reconstructing-lagarangian-fields.html#post489312 |
|
Resolved by commits: commit 3891c6ada0248435ad62a30f30e7d0be9df8abd5 commit 7200eb272ab8dd0d754552edfa0753d4c5a15983 See also the discussion in thread http://www.openfoam.org/mantisbt/view.php?id=1461 |