|
[Sponsors] |
October 11, 2006, 00:15 |
I modified the blockMesh and b
|
#1 |
Guest
Posts: n/a
|
I modified the blockMesh and boundary dictionary in the forward step case in sonicFoam to simulate a supersonic jet. The blockMesh executed Ok but when I tried to compile I get the following error message.
--> FOAM FATAL IO ERROR : size 1250 is not equal to the given value of 5250 file: /home/li077/OpenFOAM/li077-1.3/run/tutorials/rhoSonicFoam/Jet/0/p from line 28 to line 1316. From function Field<type>::Field(const word& keyword, const dictionary& dict, const label s) in file /home/dm2/henry/OpenFOAM/OpenFOAM-1.3/src/OpenFOAM/lnInclude/Field.C at line 223. FOAM exiting Shuo |
|
October 11, 2006, 19:32 |
Shou,
This is an error in y
|
#2 |
Member
Shaun Cooper
Join Date: Mar 2009
Posts: 54
Rep Power: 17 |
Shou,
This is an error in your initial pressure field Jet/0/p. You have changed the meshing and now have more points in your domain. I am assuming that you have a nonuniform initial pressure field. It appears as though you have only specified the pressure on 1250 of the required 5250 points. Alter you initial pressure field and it should run. Hope this helps, Shaun |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error message-Floating point error | Vaibhav | FLUENT | 3 | December 7, 2007 06:38 |
ERROR MESSAGE: line 1: parse error | Lourival | FLUENT | 1 | February 18, 2006 02:35 |
help on error message | zwdi | FLUENT | 1 | January 10, 2004 23:58 |
Error message | RM | FLUENT | 2 | January 8, 2004 07:05 |
Gambit 2.0 - Error Message (ACIS ERROR 1200) | James | FLUENT | 1 | May 14, 2003 09:13 |