|
[Sponsors] |
October 14, 2014, 15:45 |
What does this error mean
|
#1 |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
I use conjugateHeatFoam and this error show.what does this error mean how can debug the error?
sajad@sajad-pc:~/Desktop/conjugateHeatFoam2/conjugateCavity$ conjugateHeatFoam /*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM Extend Project: Open source CFD | | \\ / O peration | Version: 1.6-ext | | \\ / A nd | Web: www.extend-project.de | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 1.6-ext Exec : conjugateHeatFoam Date : Oct 14 2014 Time : 21:35:21 Host : sajad-pc PID : 1974 Case : /home/sajad/Desktop/conjugateHeatFoam2/conjugateCavity nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 // using new solver syntax: T { solver PCG; preconditioner DIC; tolerance 1e-06; relTol 0; } Reading transportProperties Reading field p Reading field U Reading field T --> FOAM FATAL ERROR: Attempt to cast type wall to type lduInterface From function refCast<To>(From&) in file /build/buildd/openfoam-1.6-ext-1.6.0/OpenFOAM-1.6-ext/src/OpenFOAM/lnInclude/typeInfo.H at line 115. FOAM aborting Aborted |
|
October 15, 2014, 03:57 |
|
#2 |
Senior Member
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 27 |
Maybe: Did you check your constant/polyMesh/boundary file, if all patches that are not supposed to be walls actually aren't? Sometimes, when converting my mesh, it converts all boundaries to walls.
__________________
The skeleton ran out of shampoo in the shower. |
|
October 15, 2014, 14:23 |
I gebug error
|
#3 |
Member
sajad
Join Date: Apr 2014
Location: Iran
Posts: 46
Rep Power: 12 |
tnx for your reply dear Rodriguez
I corrected the boundry and my error vanished. |
|
|
|