|
[Sponsors] |
July 3, 2016, 17:16 |
Internal fan
|
#1 |
New Member
Alex Portalatin
Join Date: Oct 2015
Posts: 8
Rep Power: 11 |
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? |
|
September 19, 2017, 08:34 |
|
#2 |
Member
Join Date: Nov 2014
Posts: 92
Rep Power: 12 |
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 |
|
September 19, 2017, 09:47 |
|
#3 |
New Member
vaibhav
Join Date: Sep 2016
Posts: 15
Rep Power: 10 |
type the command createBaffles in terminal opened in case directory
|
|
September 19, 2017, 09:59 |
|
#4 |
Member
Join Date: Nov 2014
Posts: 92
Rep Power: 12 |
||
September 19, 2017, 11:37 |
|
#5 |
New Member
vaibhav
Join Date: Sep 2016
Posts: 15
Rep Power: 10 |
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; } |
|
September 20, 2017, 05:53 |
|
#6 |
Member
Join Date: Nov 2014
Posts: 92
Rep Power: 12 |
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 |
|
|
|
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 03:36 |
how to create an internal fan for a multiRegion case? | phsieh2005 | OpenFOAM | 0 | February 2, 2012 17:32 |
Proper BCs for internal fan | serezhkin | CFX | 3 | July 28, 2010 11:04 |
Internal fan - energy used | pk | FLUENT | 0 | April 22, 2008 08:01 |
thermal analysis - how to model internal fan? | Pei-Ying Hsieh | Main CFD Forum | 6 | March 20, 2008 11:35 |