|
[Sponsors] |
conjugateHeatFoam:given field does not correspond to patch |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 30, 2010, 13:56 |
conjugateHeatFoam:given field does not correspond to patch
|
#1 |
Member
Leonardo Nettis
Join Date: Mar 2009
Posts: 72
Rep Power: 17 |
Hi everybody,
I was trying to simulate a CHT problem, a 2d cylinder in cross-flow, by means of conjugateHeatFoam. I think everything it's ok in the settings and in particular: ------------------- SOLID SIDE-------------------- interface { type regionCouple; nFaces 80; startFace 1150; shadowRegion region0; shadowPatch sphere; attached on; } -------------------FLUID SIDE------------------- sphere { type regionCouple; nFaces 80; startFace 15920; shadowRegion solid; shadowPatch interface; attached on; } this should be ok since the interface patch is correctly defined on both side in the boundary files. However I get the following error message when I try to run it: given field does not correspond to patch. Patch size: 80 field size: 0 From function PatchToPatchInterpolation::faceInterpolate(const Field<Type> ff) in file /home/nettis/OpenFOAM/OpenFOAM-1.5-dev/src/OpenFOAM/lnInclude/PatchToPatchInterpolate.C at line 133. FOAM aborting Any idea about that?? thanks in advance, Dino |
|
April 30, 2010, 14:40 |
|
#2 |
Member
Leonardo Nettis
Join Date: Mar 2009
Posts: 72
Rep Power: 17 |
ok,
I found the problem, the remoteField in the BCs was declared as DT in the T file!! Have a nice weekend. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
CheckMeshbs errors | ivanyao | OpenFOAM Running, Solving & CFD | 2 | March 11, 2009 03:34 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |