|
[Sponsors] |
April 1, 2017, 07:06 |
blockMesh FOAM FATAL IO ERROR
|
#1 |
New Member
seyfi girgin
Join Date: Apr 2017
Posts: 4
Rep Power: 9 |
Hello everyone,
I am new to OpenFOAM. When I want to try to run conjugate heat transfer tutorial here https://openfoamwiki.net/index.php/T..._Heat_Transfer I get an error while meshing. I ytpe blockMesh and got that error message: --> FOAM FATAL IO ERROR: keyword vertices is undefined in dictionary "/home/seyfi/OpenFOAM/seyfi-dev/run/conjugate/2regions/system/blockMeshDict" file: /home/seyfi/OpenFOAM/seyfi-dev/run/conjugate/2regions/system/blockMeshDict from line 25 to line 62. From function const Foam::entry& Foam::dictionary::lookupEntry(const Foam::word&, bool, bool) const in file db/dictionary/dictionary.C at line 566. FOAM exiting Regards, Here is my blockMeshDict file: applicationClass conjHeat; startFrom latestTime; startTime 0; stopAt endTime; endTime 21; deltaT 0.002; writeControl timeStep; writeInterval 1000; cycleWrite 0; writeFormat ascii; writePrecision 6; writeCompression uncompressed; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep no; maxCo 1; features ( ); // ************************************************** *********************** // |
|
April 20, 2017, 16:49 |
|
#2 |
Senior Member
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16 |
Hi,
please take some time and read the error message carefully. In your case it's actually very concise: Code:
--> FOAM FATAL IO ERROR: keyword vertices is undefined in dictionary ".../system/blockMeshDict" Cutter |
|
April 27, 2017, 17:44 |
this is not block meshdict file
|
#3 |
Senior Member
sandy
Join Date: Feb 2016
Location: .
Posts: 117
Rep Power: 10 |
what r u doing blockmeshdict file does not have these contents, this is probably content of controldict file from system folder
|
|
Tags |
blockmesh, error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] blockMesh with double grading. | spwater | OpenFOAM Meshing & Mesh Conversion | 92 | January 12, 2019 10:00 |
error with reactingFoam | BakedAlmonds | OpenFOAM Running, Solving & CFD | 4 | June 22, 2016 03:21 |
error compiling modified applications | yvyan | OpenFOAM Programming & Development | 21 | March 1, 2016 05:53 |
Mesquite - Adaptive mesh refinement / coarsening? | philippose | OpenFOAM Running, Solving & CFD | 94 | January 27, 2016 10:40 |
Compiling dynamicTopoFvMesh for OpenFOAM 2.1.x | Saxwax | OpenFOAM Installation | 25 | November 29, 2013 06:34 |