|
[Sponsors] |
[snappyHexMesh] keyword meshQualityControls is undefined in dictionary |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 15, 2017, 09:51 |
keyword meshQualityControls is undefined in dictionary
|
#1 |
New Member
KHIZAR
Join Date: Apr 2017
Posts: 1
Rep Power: 0 |
Hello
I am new to OpenFOAM. I am getting following error in using snappyHexMesh. --> FOAM FATAL IO ERROR: keyword meshQualityControls is undefined in dictionary "/home/eagle7/OpenFOAM/eagle7-5.0/run/exhaust-manifold-header/system/snappyHexMeshDict" file: /home/eagle7/OpenFOAM/eagle7-5.0/run/exhaust-manifold-header/system/snappyHexMeshDict from line 19 to line 121. From function const Foam::dictionary& Foam::dictionary::subDict(const Foam::word&) const in file db/dictionary/dictionary.C at line 701. FOAM exiting sending along my snappyHexMeshDict file. Can anyone give me solution? Kind regards, Khizar Last edited by KHIZAR SIDDIQUE; December 15, 2017 at 17:19. |
|
December 15, 2017, 17:15 |
|
#2 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Inside meshQualityControls entry of snappHexMeshDict, the following header is missing:
Code:
meshQualityControls { #include "meshQualityDict" // Advanced //- Number of error distribution iterations nSmoothScale 4; //- Amount to scale back displacement at error points errorReduction 0.75; } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LEMOS InflowGenerator | r_gordon | OpenFOAM Running, Solving & CFD | 103 | December 18, 2018 01:58 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
G95 + CGNS | Bruno | Main CFD Forum | 1 | January 30, 2007 01:34 |