CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[snappyHexMesh] How to eliminate skew faces in motorbike tutorial

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 13, 2014, 21:53
Default How to eliminate skew faces in motorbike tutorial
  #1
New Member
 
Nick
Join Date: Aug 2014
Posts: 2
Rep Power: 0
sharkbait_au is on a distinguished road
Hello all,

FTP so please be gentle

I have recently installed blueCFD singlecore 2.1 mingw 64 dual precision, not sure if that makes any difference or not.

So I figured out how to run the motorbike tutorial, but it exits pretty quickly during potentialFoam
Code:
/*---------------------------------------------------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
Build  : 2.1-88b2f2ae3a0b
Exec   : potentialFoam -noFunctionObjects -writep
Date   : Aug 14 2014
Time   : 11:35:41
Host   : "BEBE"
PID    : 2712
Case   : C:/blueCFD-SingleCore-2.1/ofuser-2.1/run/tutorials/incompressible/simpleFoam/motorBike
nProcs : 1
SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

Reading field p

Reading field U


Calculating potential flow
GAMG:  Solving for p, Initial residual = 1, Final residual = 0.0401607, No Iterations 5
GAMG:  Solving for p, Initial residual = 0.0444346, Final residual = 0.0016506, No Iterations 1
GAMG:  Solving for p, Initial residual = 0.00204825, Final residual = 0.000139724, No Iterations 3
GAMG:  Solving for p, Initial residual = 0.00133821, Final residual = 0.000100228, No Iterations 1
GAMG:  Solving for p, Initial residual = 0.000143176, Final residual = 1.11963e-005, No Iterations 3
GAMG:  Solving for p, Initial residual = 6.13086e-005, Final residual = 3.67266e-006, No Iterations 2
GAMG:  Solving for p, Initial residual = 9.62095e-006, Final residual = 6.07685e-007, No Iterations 3
GAMG:  Solving for p, Initial residual = 2.883e-006, Final residual = 2.01597e-007, No Iterations 2
GAMG:  Solving for p, Initial residual = 4.68639e-007, Final residual = 6.01575e-008, No Iterations 2
GAMG:  Solving for p, Initial residual = 1.38111e-007, Final residual = 3.33552e-008, No Iterations 1
GAMG:  Solving for p, Initial residual = 4.09721e-008, Final residual = 4.09721e-008, No Iterations 0
continuity error = 2.4018e-006
Interpolated U error = 0.000275128
ExecutionTime = 22.047 s  ClockTime = 22 s

End



So I have tried to break the process down, which basically goes like this.
- I run blockMesh
- I run checkMesh, and there are no problems.
- I edit snappyHexMeshDict to split the process into individual steps
Code:
// Which of the steps to run
castellatedMesh true;
snap            false;
addLayers       false;
- I run snappyHexMesh
- I run checkMesh, there are no problems.
- I edit snappyHexMeshDict to split the process into individual steps
Code:
// Which of the steps to run
castellatedMesh false;
snap            true;
addLayers       false;
- I run snappyHexMesh
- I run checkMesh, there are skew faces.
Code:
***Max skewness = 9.5136, 18 highly skew faces detected which may impair the quality of the results
  <<Writing 18 skew faces to set skewFaces
I have tried changing this and that, but can't get rid of this error. At best I have got it down to 5 skew faces by changing the nSmoothPatch value from 3 to 2 or 4, can't recall exactly which it was.

I was hoping, that the motorbike tutorial would be well know enough that someone could point me in the right direction to resolving the problems, and completing the tutorial. FWIW I have the tutorial code, is there a set of tutorial instructions that I am missing?

Thanx in advance (fingers crossed)

Nick
sharkbait_au is offline   Reply With Quote

Old   August 14, 2014, 01:17
Default
  #2
New Member
 
Nick
Join Date: Aug 2014
Posts: 2
Rep Power: 0
sharkbait_au is on a distinguished road
Ah, OK.

I have managed to keep tinkering, and running the mesh very coarse I can get it to no skew errors, however I still get basically the same output from potentialFoam. Is that all that is to be expected?
sharkbait_au is offline   Reply With Quote

Old   July 17, 2015, 11:54
Default
  #3
New Member
 
gned
Join Date: Oct 2012
Posts: 18
Rep Power: 13
gned is on a distinguished road
dear Nick !
could you attach your final snappyHexMeshDict without mesh errors (checkMesh OK) and explain better which problems do you still have exactly?
gned is offline   Reply With Quote

Reply

Tags
motorbike tutorial, skew faces, snappyhexmesh


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
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops avinashjagdale OpenFOAM Meshing & Mesh Conversion 53 March 8, 2019 09:42
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38
[snappyHexMesh] Proper y+ in boundary layer on lowerWall - motorBike tutorial petr.f. OpenFOAM Meshing & Mesh Conversion 2 June 9, 2015 05:47
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem Attesz OpenFOAM Meshing & Mesh Conversion 12 May 2, 2013 10:52
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11


All times are GMT -4. The time now is 01:26.