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

Modifying Simple Buoyant Tutorial

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 20, 2010, 03:29
Post Modifying Simple Buoyant Tutorial
  #1
New Member
 
Join Date: Dec 2010
Location: Tokyo, Japan
Posts: 10
Rep Power: 15
cbritan is on a distinguished road
I am new to OpenFOAM and I am trying to make a very simple modification to the hotRoom tutorial in the buoyantSimpleFoam tutorial. I would simply like to add one patch with a temperature of 310K on the floor. Please see the attached image and code for the blockMeshDict. When I run blockMesh I get an error stating that face 0 in patch 0 does not have a neighbour cell face: 4(0 1 4 5). I'm guessing this should be a simple fix for someone experienced with OpenFOAM and I am lost for ideas. Thanks for your help.

-Clark

convertToMeters 1;

vertices
(
(0 0 0) //0
(5 0 0) //1
(10 0 0) //2
(10 0 10) //3
(5 0 10) //4
(0 0 10) //5
(0 5 0) //6
(10 5 0) //7
(10 5 10) //8
(0 5 10) //9
);

blocks
(
hex (0 2 3 5 6 7 8 9) (20 10 20) simpleGrading (1 2 1)
);

edges
(
);

patches
(
wall floor
(
(0 1 4 5)
)
wall ceiling
(
(6 7 8 9)
)
wall fixedWalls
(
(0 6 9 5)
(0 6 7 2)
(2 7 8 3)
(5 3 8 9)
)
patch hot
(
(1 2 3 4)
)
);
...
Attached Images
File Type: jpg img-Z20171441-0001.jpg (98.2 KB, 35 views)

Last edited by cbritan; December 20, 2010 at 21:27.
cbritan is offline   Reply With Quote

 

Tags
hotroom, tutorial


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
Question from tutorial: Buoyant flow in a partitioned cavity noppawit CFX 13 March 19, 2014 02:18
SIMPLE algorithm in 3D cylindrical coordinates zouchu Main CFD Forum 1 January 20, 2014 17:02
[Gmsh] 2D Mesh Generation Tutorial for GMSH aeroslacker OpenFOAM Meshing & Mesh Conversion 12 January 19, 2012 03:52
Tutorial 13 in version 3.26.004 - simple ICE Luke Siemens 4 May 18, 2008 14:30
[blockMesh] Tutorial for Creating Simple 3D Meshes jonlemur OpenFOAM Meshing & Mesh Conversion 4 August 8, 2007 13:20


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