|
[Sponsors] |
May 21, 2012, 13:57 |
OF 1.6-ext directMappedWall problem
|
#1 |
New Member
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
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); } 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 |
|
May 28, 2012, 01:57 |
|
#2 |
New Member
Join Date: Feb 2010
Posts: 28
Rep Power: 16 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Problem Importing Geometry ProE to CFX | fatb0y | CFX | 3 | January 14, 2012 20:42 |
Solve single but higher order equation by OF 1.6 suffering Problem | alundilong | OpenFOAM Programming & Development | 0 | December 23, 2010 14:53 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |