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

OF 1.6-ext directMappedWall problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 21, 2012, 12:57
Default OF 1.6-ext directMappedWall problem
  #1
New Member
 
Join Date: Feb 2010
Posts: 28
Rep Power: 16
Pekka is on a distinguished road
Hi Foamers,

The problem using chtMultiRegionSimpleFoam solver found on the OF version 1.6-ext-cf522b76968d (check out 26.04.2012). I ran old cht case which works fine using OF 1.6-ext-f3027b3161e4 (check out 08.11.2011) but does not work on newer OF. The calculation not started and it says that directMappedWall patch are use wrong sample region and patch. For example
HTML Code:
     topAir_to_bottomSolid
    {
        type            directMappedWall;
        nFaces          70;
        startFace       14100;
        sampleMode      nearestPatchFace;
       sampleRegion    bottomSolid;                //correct sampleRegion, works old OF version
 //       sampleRegion    topAir;           //incorrect sampleRegion, works newer OF version but results are not correct  
        samplePatch     bottomSolid_to_topAir;     //correct samplePatch, works old OF version
 //      samplePatch     topAir_to_bottomSolid;    //incorrect samplePatch, works newer OF version but results are not correct  
        offset          (0 0 0);
    }
when I changed the sample Region and Patch so that both are from the same region (incorrect) then newer version OF calculate but there is no temperature connection between patches?

Has the batch definition changed? What is a idea take a sample from the same patch in the directMappedWall?

Does anyone have experience with this?


BR/Pekka
Pekka is offline   Reply With Quote

Old   May 28, 2012, 00:57
Default
  #2
New Member
 
Join Date: Feb 2010
Posts: 28
Rep Power: 16
Pekka is on a distinguished road
I fix this problem which related to sampleRegion and samplePatch. I replace files:

src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C
src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H
src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C
src/meshTools/directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C

from older OF versions and compile again.

I read from forum about the directMappedWall boundary condition and conclusion was that requires a conform mesh between regions, is it correct? Has anyone implemented a ggi interface to chtMultiRegion solver? Any ideas about this?


BR/Pekka
Pekka is offline   Reply With Quote

Reply


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
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Problem Importing Geometry ProE to CFX fatb0y CFX 3 January 14, 2012 19:42
Solve single but higher order equation by OF 1.6 suffering Problem alundilong OpenFOAM Programming & Development 0 December 23, 2010 13:53
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13


All times are GMT -4. The time now is 10:24.