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

ali

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 11, 2023, 14:43
Default ali
  #1
New Member
 
Alireza
Join Date: Jan 2023
Posts: 1
Rep Power: 0
Alireza Zamani is on a distinguished road
Hi I ran my programme and this message keeps coming up
FOAM FATAL IO ERROR:
"ill defined primitiveEntry starting at keyword 'type' on line 46 and ending at line 52"

file: /home/ali/Desktop/conduit/0/p at line 52.
can anybody help me with that please?
This is my blockMeshDict:
convertToMeters 1;

vertices
(
(0 0 0)
(2 0 0)
(2 0.5 0)
(0 0.5 0)
(0 0 0.1)
(2 0 0.1)
(2 0.5 0.1)
(0 0.5 0.1)

);

blocks
(
hex (0 1 2 3 4 5 6 7) (100 100 1) simpleGrading (1 1 1)

);

edges
(
);

boundary
(
inlet
{
type patch;
faces
(
(0 4 7 3)
);
}

outlet
{
type patch;
faces
(
(2 6 5 1)
);
}

top
{
type wall;
faces
(
(3 7 6 2)
);
}

bottom
{
type wall;
faces
(
(1 5 4 0)
);
}

frontAndBack
{
type empty;
faces
(
(0 3 2 1)
(4 5 6 7)
);
}
);


// ************************************************** *********************** //
Alireza Zamani is offline   Reply With Quote

Reply


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
derive energy equation with dufour effects of the form Dt Kt/Cs Cp term with Cs Syed Mohsin Main CFD Forum 0 June 11, 2018 09:12
reconstructPar error message "No times selected" gemxx OpenFOAM Post-Processing 6 April 27, 2018 22:02
[ANSYS Meshing] ATTN: Far, Simon, Stuart, Ali : Quad mesh in ICEM davidwilcox ANSYS Meshing & Geometry 2 January 10, 2014 15:20
[ANSYS Meshing] Delauney from Surface Mesh ( ATTN: Far, Simon, Ali, Stuart :)) davidwilcox ANSYS Meshing & Geometry 3 August 25, 2013 15:35
Please help How is delta t determined in interFoam Pei-Ying Hsieh (Hsieh) OpenFOAM Running, Solving & CFD 16 November 23, 2005 10:06


All times are GMT -4. The time now is 21:55.