|
[Sponsors] |
March 18, 2011, 12:49 |
chtmultiregion startFace
|
#1 |
New Member
yossi
Join Date: Nov 2010
Posts: 8
Rep Power: 16 |
hello,
running chtMultiRegionFoam I get the following output: " Create time Create fluid mesh for region topAir for time = 0 Create solid mesh for region heater for time = 0 --> FOAM FATAL IO ERROR: keyword startFace is undefined in dictionary "::zones" file: ::zones from line 55 to line 55. From function dictionary::lookupEntry(const word&, bool, bool) const in file db/dictionary/dictionary.C at line 395. FOAM exiting " but I don't know which file or dict to look for 'startFace' Does anyone know if this is BC problem or what cause this error? thanks, |
|
May 5, 2011, 06:46 |
|
#2 |
Senior Member
|
Hi Yossi,
I don't know if it helps, but I had a similar problem - though it was not in zones but in minX. I simply had tried to implement another geometry and had taken over all of the names, patches, etc... The entry "startFace" in my case was missing within bottomAir/polyMesh/boundary . Entering the entries for nFaces and startFace (and doing similar in a few initial solutions within the 0-folder) did make the simulation cross that point at least. Perhaps that already works for you? In my case though the simulation failed afterwards with a segfault, because I was doing weird things with the geometry. ;-) |
|
May 7, 2011, 17:30 |
|
#3 |
New Member
yossi
Join Date: Nov 2010
Posts: 8
Rep Power: 16 |
Hi Bernard,
thank you for your replay. it exactly as you described, and I've solved it. thank you! |
|
March 6, 2014, 13:58 |
|
#4 | |
Member
Vitor Vasconcelos
Join Date: Jan 2012
Posts: 33
Rep Power: 14 |
Quote:
When editin the changeDictionaryDict, the 'boundary' entries will add the boundary information to the boundary file inside the polyMesh directory of the related region. So, removing the boundary entry if it is not necessary, will avoid this error and its weird error message. Regards, Vitor |
||
March 9, 2014, 16:47 |
|
#5 |
New Member
yossi
Join Date: Nov 2010
Posts: 8
Rep Power: 16 |
Hi Vigor
Indeed it was a problem with the completeness of the boundary file Thanks |
|
Tags |
chtmultiregionfoam, meshing problem |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[CGNS] CGNS converters available | mbeaudoin | OpenFOAM Meshing & Mesh Conversion | 137 | December 14, 2018 05:20 |
MRFSimpleFoam Tutorial | bastil | OpenFOAM Running, Solving & CFD | 48 | August 1, 2012 11:00 |
[Commercial meshers] tmerge utility creates unwanted interface/walls comes in the final mesh | Shoonya | OpenFOAM Meshing & Mesh Conversion | 11 | January 20, 2012 07:23 |
Mass transfer and chtmultiregion | Bufacchi | OpenFOAM Programming & Development | 0 | August 2, 2010 21:28 |
How to Increase the ITERATIONS | sivakumar | OpenFOAM Pre-Processing | 7 | October 21, 2008 16:42 |