|
[Sponsors] |
[blockMesh] problem with the ellipse curvededge |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 5, 2011, 22:25 |
problem with the ellipse curvededge
|
#1 |
New Member
AlvinXu
Join Date: Nov 2009
Posts: 15
Rep Power: 16 |
I want to use the ellipse curvededge and I write a simple test, the blockMeshDict is as follows
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.7.1 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object blockMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // convertToMeters 1; vertices ( (1.2 0 -0.05) (2 0 -0.05) (2 0.42426 -0.05) (0.84853 0.42426 -0.05) (2 2 -0.05) (0.84853 2 -0.05) (0 2 -0.05) (0 0.6 -0.05) (1.2 0 0.05) (2 0 0.05) (2 0.42426 0.05) (0.84853 0.42426 0.05) (2 2 0.05) (0.84853 2 0.05) (0 2 0.05) (0 0.6 0.05) ); blocks ( hex (0 1 2 3 8 9 10 11) (10 10 1) simpleGrading (1 1 1) hex (3 2 4 5 11 10 12 13) (10 10 1) simpleGrading (1 1 1) hex (7 3 5 6 15 11 13 14) (10 10 1) simpleGrading (1 1 1) ); edges ( ellipse 7 3 (0 0 -0.05) 0.86603 ellipse 3 0 (0 0 -0.05) 0.86603 ellipse 15 11 (0 0 0.05) 0.86603 ellipse 11 8 (0 0 0.05) 0.86603 ); patches ( symmetryPlane down ( (0 1 9 8) ) symmetryPlane up ( (6 5 13 14) (5 4 12 13) ) symmetryPlane ellipse ( (7 3 11 15) (3 0 8 11) ) patch left ( (6 7 15 14) ) patch right ( (4 2 10 12) (2 1 9 10) ) ); mergePatchPairs ( ); // ************************************************** *********************** // and then I type blockMesh it give some errors Create time Creating block mesh from "/home/alvin/Linux/OpenFOAM/doctor/ellipse/constant/polyMesh/blockMeshDict" Creating blockCorners Creating curved edges --> FOAM FATAL ERROR: Root is not bracketed. f(x0) = -0.389993 f(x1) = -0.360002 From function Foam::scalar Foam::BisectionRoot<Func>::root ( const scalar x0, const scalar x1 ) const in file /home/alvin/OpenFOAM/OpenFOAM-1.6-ext/src/ODE/lnInclude/BisectionRoot.C at line 78. FOAM aborting Aborted can someone help me , can someone give a case with the ellipse edge |
|
March 2, 2015, 06:12 |
problem with the ellipse curvededge
|
#2 |
New Member
Sam Mathew
Join Date: Apr 2010
Location: India
Posts: 19
Rep Power: 16 |
Hi,
Have you found a solution to this problem? I am presently using Foam-Extend 3.1 and am struggling with creating an elliptic edge. Sam -------------------------- Creating curved edges --> FOAM FATAL ERROR: Root is not bracketed. f(x0) = -1.87498 f(x1) = -1.20396e-05 From function Foam::scalar Foam::BisectionRoot<Func>::root ( const scalar x0, const scalar x1 ) const Last edited by Sam-CFD; March 2, 2015 at 06:15. Reason: adding the error message |
|
March 2, 2015, 06:33 |
blockMesh: Elliptic edge example
|
#3 |
New Member
Sam Mathew
Join Date: Apr 2010
Location: India
Posts: 19
Rep Power: 16 |
Does anyone have an example case of blockMeshDict with an elliptic edge?
Sam |
|
March 6, 2015, 06:39 |
|
#4 |
Member
Alexander Bartel
Join Date: Feb 2015
Location: Germany
Posts: 97
Rep Power: 11 |
Hi Sam,
I have just an example with an circular arc, but an elliptic edge should work in nearly the same way. Is the simpleSpline like in the dokumentation (http://www.openfoam.org/docs/user/blockMesh.php) right for you? You just have to set the right interpolation points. greetings Alex |
|
July 29, 2016, 19:04 |
|
#5 |
New Member
Join Date: Jun 2014
Posts: 22
Rep Power: 12 |
Dear Sam,
I recently have the same question and find a way to build it. Are you still interested about this? This attached picture is my mesh. |
|
December 1, 2017, 07:41 |
|
#6 |
New Member
Kazakis Ioannis
Join Date: Sep 2016
Location: Thessaloniki, Greece
Posts: 24
Rep Power: 10 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
BuoyantBoussinesqSimpleFoam_Facing problem | Mondal131211 | OpenFOAM Running, Solving & CFD | 1 | April 10, 2019 20:41 |
[Other] engineFoam new mesh problem | ayhan515 | OpenFOAM Meshing & Mesh Conversion | 5 | August 10, 2015 09:45 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |