|
[Sponsors] |
March 29, 2018, 09:39 |
OpenFOAM - Error at faceAgglomerate
|
#1 |
New Member
Kikuta Enoki
Join Date: Jun 2017
Posts: 9
Rep Power: 9 |
Hello Foamers.
I am using chtMultiRegionReactingFoam (a hybrid solver of chtMultiRegionFoam and rectingFoam) to calculate axisymmetric gas burner model like attached image Fig.1.(Fig.1 is calculated by reactingFoam) I am facing the problem (errors) at a stage of faceAgglomerate command. In log.faceAgglomerate.gasPhase, it says “Wedge patch ‘front’ is not planar”. My setting is as follows, which is believed fine (if not, let me know) // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (0 0 0) (0.049809725 -0.004357775 0) (0.049809725 0.004357775 0) (0 0 0.15) (0.049809725 -0.004357775 0.15) (0.049809725 0.004357775 0.15) ); blocks ( hex (0 1 2 0 3 4 5 3) (50 1 150) simpleGrading (1 1 1) ); edges ( ); boundary ( front { type wedge; faces ( (0 1 4 3) ); } back { type wedge; faces ( (0 2 5 3) ); } sideWall { type wall; faces ( (1 2 5 4) ); } inlet { type patch; faces ( (0 1 2 0) ); } outlet { type patch; faces ( (3 4 5 3) ); } axis { type empty; faces ( (0 3 3 0) ); } ); mergePatchPairs ( ); // ************************************************** *********************** // Hopefully anyone could help me to fix this problem? For your reference, a zip file of dace directory and example picture calculated by reactingFoam is attached. Best regards. (My OpenFOAM is version 4.x) [IMG]www.me.tut.ac.jp/ece/kikuta/fig1_axisymmetricGasBurnerModelExapmle.png [/IMG]www.me.tut.ac.jp/ece/kikuta/pif5.zip www.me.tut.ac.jp/ece/kikuta/fig1_axisymmetricGasBurnerModelExapmle.png |
|
Tags |
faceagglomerate, not planar, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
OpenFOAM Foundation releases OpenFOAM® 3.0.0 | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 1 | November 7, 2015 16:16 |
OpenFOAM Foundation Releases OpenFOAM v2.3.0 | opencfd | OpenFOAM Announcements from OpenFOAM Foundation | 3 | December 23, 2014 04:43 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |