CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Problem with finding solid zone

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2015, 10:34
Default Problem with finding solid zone
  #1
New Member
 
NH1994
Join Date: Oct 2014
Posts: 9
Rep Power: 11
NH1994 is on a distinguished road
hi
i have a conjucate heat transfer solver
it is compiled in 1.6ext but when i run a test case i have this error
Code:
--> FOAM FATAL ERROR: 
Problem with finding solid zone

    From function ConjugateTwoway
    in file interpolator/readCouplingProperties.H at line 37.

FOAM aborting

Aborted (core dumped)
this is readCouplingProperties.H line 30 until 40

Code:
    word solidZoneName(couplingProperties.lookup("solidZone"));

    label solidZoneID =
        stressMesh.faceZones().findZoneID(solidZoneName);

    if (solidZoneID < 0)
    {
        FatalErrorIn(args.executable())
            << "Problem with finding solid zone"
                << abort(FatalError);
    }
can you help me? please
NH1994 is offline   Reply With Quote

Old   June 13, 2016, 00:31
Question Problem with finding solid zone
  #2
New Member
 
masoud
Join Date: Feb 2015
Posts: 1
Rep Power: 0
masoud_8927781 is on a distinguished road
no answer?
masoud_8927781 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Commercial meshers] Mesh conversion problem (fluent3DMeshToFoam) Aadhavan OpenFOAM Meshing & Mesh Conversion 2 March 8, 2018 01:47
[ICEM] Multiple fluide zone in ICEM Hexa Block problem ddqp ANSYS Meshing & Geometry 4 October 9, 2013 10:57
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
Problem in running ICEM grid in Openfoam Tarak OpenFOAM 6 September 9, 2011 17:51
radiation transfer between solid and fluid zone shyang FLUENT 0 August 13, 2008 12:45


All times are GMT -4. The time now is 11:56.