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

Internal fan

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 3, 2016, 16:16
Default Internal fan
  #1
New Member
 
Alex Portalatin
Join Date: Oct 2015
Posts: 8
Rep Power: 10
AlexPorta is on a distinguished road
I'm trying to model an internal fan, but I can't figure out how to associate the pair of cyclic patches generated by createBaffles dict to a geometry (disk surface) read in by snappyHexMesh.

None of the tutorials I've looked at cover that.

Can anybody point me in the right direction?
AlexPorta is offline   Reply With Quote

Old   September 19, 2017, 07:34
Default
  #2
Member
 
Join Date: Nov 2014
Posts: 92
Rep Power: 11
hokhay is on a distinguished road
Hello Alex, I am having the same problem as well. Have you found the answer so far?

Sent from my LG-H818 using CFD Online Forum mobile app
hokhay is offline   Reply With Quote

Old   September 19, 2017, 08:47
Default
  #3
vs1
New Member
 
vaibhav
Join Date: Sep 2016
Posts: 15
Rep Power: 9
vs1 is on a distinguished road
type the command createBaffles in terminal opened in case directory
vs1 is offline   Reply With Quote

Old   September 19, 2017, 08:59
Default
  #4
Member
 
Join Date: Nov 2014
Posts: 92
Rep Power: 11
hokhay is on a distinguished road
What is the setting in createBafflesDict?

Sent from my LG-H818 using CFD Online Forum mobile app
hokhay is offline   Reply With Quote

Old   September 19, 2017, 10:37
Default
  #5
vs1
New Member
 
vaibhav
Join Date: Sep 2016
Posts: 15
Rep Power: 9
vs1 is on a distinguished road
Lets say, you have an internal face in domain for fan, baffles dict will convert it into a boundary-like face, and split it into 2 faces (..half_0 & half_1).

So, the createBafflesDict would look like this:-

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object createBafflesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

internalFacesOnly true;


baffles
{


cyclicFaces1
{
type faceZone;
zoneName Fan;
patches
{
master
{
name Fan_half0;
type cyclic;
featureCos 0.9;
neighbourPatch Fan_half1;
}
slave
{
name Fan_half1;
type cyclic;
featureCos 0.9;
neighbourPatch jetFan1_half0;
}
}
}

And the boundary file:-

Fan_half0
{
type cyclic;
inGroups 2
(
cyclic cyclicFaces1
);

nFaces 341;
startFace 1633212;
matchTolerance 0.0001;
transform unknown;
neighbourPatch Fan_half1;
}


Fan_half1
{
type cyclic;
inGroups 2
( cyclic cyclicFaces1);

nFaces 341;
startFace 1633553;
matchTolerance 0.0001;
transform unknown;
neighbourPatch jetFan1_half0;
}
vs1 is offline   Reply With Quote

Old   September 20, 2017, 04:53
Default
  #6
Member
 
Join Date: Nov 2014
Posts: 92
Rep Power: 11
hokhay is on a distinguished road
Thanks for detail reply vs1. What are about my master and slave are two separate stl files? They have different shape and position. How to setup?

Thank you very much
hokhay 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
How to build current blower fan model in Flotherm eric0722 FloEFD, FloWorks & FloTHERM 3 January 2, 2021 02:36
how to create an internal fan for a multiRegion case? phsieh2005 OpenFOAM 0 February 2, 2012 16:32
Proper BCs for internal fan serezhkin CFX 3 July 28, 2010 10:04
Internal fan - energy used pk FLUENT 0 April 22, 2008 07:01
thermal analysis - how to model internal fan? Pei-Ying Hsieh Main CFD Forum 6 March 20, 2008 10:35


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