CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

OpenFOAM - Error at faceAgglomerate

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 29, 2018, 08:39
Default OpenFOAM - Error at faceAgglomerate
  #1
New Member
 
Kikuta Enoki
Join Date: Jun 2017
Posts: 9
Rep Power: 8
Kikuta.K is on a distinguished road
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
Kikuta.K is offline   Reply With Quote

Reply

Tags
faceagglomerate, not planar, openfoam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frequently Asked Questions about Installing OpenFOAM wyldckat OpenFOAM Installation 3 November 14, 2023 11:58
OpenFOAM Foundation releases OpenFOAM® 3.0.0 CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 1 November 7, 2015 15:16
OpenFOAM Foundation Releases OpenFOAM v2.3.0 opencfd OpenFOAM Announcements from OpenFOAM Foundation 3 December 23, 2014 03:43
[Gmsh] 2D Mesh Generation Tutorial for GMSH aeroslacker OpenFOAM Meshing & Mesh Conversion 12 January 19, 2012 03:52
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07


All times are GMT -4. The time now is 11:32.