|
[Sponsors] |
Need help for interpretataing the checkMesh logfile |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 5, 2012, 10:53 |
Need help for interpretataing the checkMesh logfile
|
#1 |
Senior Member
Sören
Join Date: Mar 2012
Posts: 102
Rep Power: 14 |
Hi,
could someone help me to interprete the attached logfile. Information about my mesh, solver: 1) It is created with ICEM 14.0 and transferred to OpenFoam with "fluent3DToFoam" 2) There are some realy, realy bad cells. 3) Mesh consists of about 23 million cells. Some cells are very fine - 0.05 millimeters. 4) Solver is simpleFoam My OpenFoam batch-script: #!/bin/bash #PBS -N first_mesh #PBS -l walltime=150:00:00 #PBS -l select=3s=rhel:ncpus=6 #PBS -M soeren.schillerwein84@gmx.de #PBS -m abe source /nfs/rzpool/OpenFOAM/OpenFOAM-2.0.1/etc/bashrc cd /apistemp/sm1/ss/Meshs/First_Mesh foamUpgradeFvSolution foamUpgradeTurbulenceProperties fluent3DMeshToFoam ICEM_CRAP_33.msh -scale 0.001 decomposePar mpirun -np 18 foamExec simpleFoam -parallel > Log1 reconstructPar -latestTime foamCalc mag U sample foamLog Log To run checkMesh I used the command: "checkMesh > checkMeshLog33" OpenFoam is not calculating this mesh. Could the reason be that the mesh is too bad? Or where do you see the problem? |
|
June 5, 2012, 11:34 |
|
#2 |
Senior Member
Olivier
Join Date: Jun 2009
Location: France, grenoble
Posts: 272
Rep Power: 18 |
hello,
Your mesh is realy realy bad, you will not be able to get any correct results with, so change the mesh. regards, olivier |
|
June 6, 2012, 05:06 |
|
#3 |
Senior Member
Sören
Join Date: Mar 2012
Posts: 102
Rep Power: 14 |
...I was afraid that that's the reason...
Thanks for the answer Olivier |
|
June 14, 2012, 05:22 |
checkMesh limit
|
#4 |
Senior Member
Sören
Join Date: Mar 2012
Posts: 102
Rep Power: 14 |
Hi,
if one runs checkMesh and the answer is not "Mesh OK" is it impossible for OpenFoam to use this mesh? Or are there exceptions? |
|
June 14, 2012, 06:54 |
|
#5 |
Senior Member
Olivier
Join Date: Jun 2009
Location: France, grenoble
Posts: 272
Rep Power: 18 |
hello,
Basically, yes. ... but sometimes, like with max orthogonality at 80 instead of max 70, it's fine. bad mesh lead to bad and wrong result ... and you don't want that. NB: if you get a good mesh with commercial software, which become very bad in openfoam, then you may have a problem with the way you import mesh. regards, olivier |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] How to delete cells in OF based on CheckMesh? | AndTen | OpenFOAM Meshing & Mesh Conversion | 15 | July 27, 2018 07:13 |
[CGNS] checkMesh Error - Number of regions: 5 | lentschi | OpenFOAM Meshing & Mesh Conversion | 1 | March 11, 2011 05:35 |
OpenFOAM-1.5-extend checkMesh problem | josp | OpenFOAM Bugs | 2 | June 24, 2009 12:41 |
Segmentation fault when using checkMesh | skabilan | OpenFOAM Pre-Processing | 4 | June 5, 2008 18:15 |
[Other] CheckMesh for mesh quality | gdbaldw | OpenFOAM Meshing & Mesh Conversion | 2 | October 18, 2007 01:11 |