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

fireFoam "smallPoolFire3D" BlockMeshDict Input File

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 29, 2018, 02:42
Default fireFoam "smallPoolFire3D" BlockMeshDict Input File
  #1
New Member
 
Dinesh
Join Date: Jun 2018
Posts: 15
Rep Power: 7
DineshMyilsamy is on a distinguished road
Hi everyone I am a beginner to OpenFoam. Currently, I am practising OpenFOAM on Windows computer using blueCFD-Core2017.
I am specifically interested in fireFoam section. In the fireFoam section, I am practising a tutorial entitled as "smallPoolFire3D". Although I could simulate the tutorial I couldn't understand one thing in "blockMeshDict" input file. In that input file why the "inlet boundary" vertices have not mentioned? while the outlet, base and side vertices have specified.
Suppose if I want to change the inlet boundary face, what are the other input files that I have to consider?
I kindly request for your guidance.
DineshMyilsamy is offline   Reply With Quote

Old   June 29, 2018, 08:34
Default
  #2
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 20
Bloerb will become famous soon enough
Only part of the wall is considered inlet.

if you execute blockMesh your mesh will not have an inlet.
You need to run

topoSet (puts all faces inside a box defined in topoSetDict into a faceZone)
createPatch -overwrite (creates an inlet patch using that faceZone, defined in createPatchDict)

to have the inlet.

Instead you could ofcourse also use more than 1 block in your blockMeshDict or specify an entire wall as inlet.
Bloerb is offline   Reply With Quote

Old   June 21, 2019, 09:08
Default
  #3
New Member
 
Miriana De Rose
Join Date: Jun 2019
Posts: 8
Rep Power: 6
MiriDR is on a distinguished road
Hi, I'm using smallPoolFire3D too.
My question is, should i define my inlet through the TopoSetDict or is it possible to select just a portion of my geometry, directly in the blockMeshDict, as inlet?
MiriDR is offline   Reply With Quote

Old   June 21, 2019, 10:05
Default
  #4
Senior Member
 
Join Date: Sep 2013
Posts: 353
Rep Power: 20
Bloerb will become famous soon enough
Both options are viable.

You can either create a blockMeshDict with several blocks and assign the walls to different patches inside said blockMeshDict, or you can use topoSet.

topoSet takes an existing mesh and puts parts of it, in this case the boundary faces, into a group. That group is then used by createPatch to add a new patch. E.g inlet etc.

The advantage of topoSet is that you only need one block, the disadvantage is that you can't define the size of the said patch independently from the mesh. Since topoSet uses existing faces of an existing mesh, said mesh might not have faces which form an inlet of a certain size.
Bloerb is offline   Reply With Quote

Old   June 21, 2019, 10:17
Default
  #5
New Member
 
Miriana De Rose
Join Date: Jun 2019
Posts: 8
Rep Power: 6
MiriDR is on a distinguished road
The thing is I have already created the Input through the blockMeshDict, I selected a portion of a wall as inlet.
The problem is that the simulation just creates the mesh, it reads the pfile and then it stops. It does not compute the iterations. So i don't know where it can be the problem. Any idea?
MiriDR 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
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 03:30
polynomial BC srv537 OpenFOAM Pre-Processing 4 December 3, 2016 09:07
[OpenFOAM.org] Error creating ParaView-4.1.0 OpenFOAM 2.3.0 tlcoons OpenFOAM Installation 13 April 20, 2016 17:34
[swak4Foam] Problem installing swak_2.x for OpenFoam-2.4.0 towanda OpenFOAM Community Contributions 6 September 5, 2015 21:03
[swak4Foam] funkySetFields compilation error tayo OpenFOAM Community Contributions 39 December 3, 2012 05:18


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