|
[Sponsors] |
October 25, 2007, 21:41 |
I have created a 2D channel wi
|
#1 |
New Member
Harris
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
I have created a 2D channel with the respective inlet (waterin and oilin) and outlet(outlet). I believe I have set up the mesh right and also having the initial fields done. However, there is some error about printstack when I run the interFoam function.
I have uploaded the case at http://www.udsn.net/MC50.zip Advice please. |
|
October 26, 2007, 06:59 |
Hi Harris,
At least your bloc
|
#2 |
Super Moderator
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20 |
Hi Harris,
At least your blockMeshDict is incorrect, as you can see by running checkMesh. The lines that should be corrected are: <pre>blocks ( // hex (0 1 4 3 6 7 10 9) (100 15 1) simpleGrading (1 1 1) hex (0 3 4 1 6 9 10 7) (100 15 1) simpleGrading (1 1 1) // hex (1 2 5 4 7 8 11 10) (100 15 1) simpleGrading (1 1 1) hex (1 4 5 2 7 10 11 8) (100 15 1) simpleGrading (1 1 1) ); patch waterin ( // (0 1 7 6) (6 7 1 0) ) patch oilin ( // (1 2 8 7) (7 8 2 1) ) wall pipewall ( // (2 5 11 8) (8 11 5 2) (0 3 9 6) ) </pre>Takuya |
|
October 26, 2007, 08:30 |
To extend to your answer, is t
|
#3 |
New Member
Harris
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
To extend to your answer, is there a certain way of putting the points into the matrix? Clockwise, anti-clockwise, etc?
Thanks |
|
October 26, 2007, 09:39 |
Thanks. I realise I didn't do
|
#5 |
New Member
Harris
Join Date: Mar 2009
Posts: 16
Rep Power: 17 |
Thanks. I realise I didn't do a blockMesh after correction. I think it works now with checkMesh.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wmake problem interFoam solver | feijooos | OpenFOAM Running, Solving & CFD | 4 | December 8, 2008 12:01 |
InterFoam | floooo | OpenFOAM Running, Solving & CFD | 0 | November 3, 2008 12:00 |
Problem with the pressure field using interFoam | zoune | OpenFOAM Running, Solving & CFD | 20 | February 4, 2008 19:42 |
InterFoam problem running parallel | vatant | OpenFOAM Running, Solving & CFD | 0 | April 28, 2006 20:22 |
InterFoam problem | Xiaofeng Liu (Liu) | OpenFOAM Running, Solving & CFD | 8 | October 26, 2005 22:38 |