|
[Sponsors] |
--> FOAM FATAL IO ERROR: (openfoam-2012) Cannot find patchField entry for testCube |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 24, 2023, 08:48 |
|
#21 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,220
Rep Power: 28 |
You can check tutorials to find examples using this function. For instance this command will point to every tutorial using this function.
Code:
grep -r "fieldMinMax" $FOAM_TUTORIALS/tutorials/ (For instance: https://doc.openfoam.com/2306/tools/...ction-objects/) The bad cell is only an idea. You need to search for the source of your problem first (is it physical or not? If not, what causes the issue?) Then you can decide what you need to do. A good thing to do would be to run checkMesh to see if there are low quality cells in your mesh. Something like: Code:
checkMesh -constant -writeSets vtk Cheers, Yann |
|
Tags |
boundary field, snappyhesmesh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
"FOAM FATAL IO ERROR: Cannot find patchField entry for NACA6409_patch24311" | Pavlidis Chariton | OpenFOAM Running, Solving & CFD | 0 | October 7, 2019 05:57 |
InterDyMFoam+simpleFunctionObject | Elham | OpenFOAM Running, Solving & CFD | 5 | July 10, 2017 12:59 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |