|
[Sponsors] |
June 19, 2019, 10:12 |
Create baffles with cfMesh
|
#1 |
Member
Thomas Sprich
Join Date: Mar 2015
Posts: 76
Rep Power: 11 |
Dear Foamers,
Is it possible to create baffles with cfMesh? I am trying to mesh zero thickness walls within the domain. Using surfaceMeshRefinement, it is possible to refine around the wall, but when I check the mesh with checkMesh, the wall has zero faces. I have tried playing with 'keepCellsIntersectingBoundary' and 'keepCellsIntersectingPatchs', but in all cases I get zero faces on the wall patch. In these slides, it seems that it is possible to create a baffle (see slide 4), but I can'e work it out. My meshDict is as follows: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | _ _ _ _ | | | // \\ | Creative Fields cfMeshPRO | | | cfMeshPRO | | | | \\ _ _ _ _ // | Version: 0.0.99 | | | Web: www.c-fields.com e-mail: support@c-fields.com | \*---------------------------------------------------------------------------*/ FoamFile { version 2; format ascii; class dictionary; location "system"; object meshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // maxCellSize 0.025; surfaceFile "newGeo.fms"; surfaceMeshRefinement { baffle1 { surfaceFile "constant/triSurface/baffle1.stl"; additionalRefinementLevels 1; } } edgeMeshRefinement { baffle1 { edgeFile "baffle1.eMesh" additionalRefinementLevels 1; } } objectRefinements { refinement_for_surface { //cellSize 20.1; p0 ( -0 0 0.6 ); p1 ( -0 0 0.7 ); radius0 0.8; radius1 0.8; additionalRefinementLevels 1; type cone; } / } //keepCellsIntersectingBoundary 1; keepCellsIntersectingPatchs { baffle1 { keepCells 1; } } workflowControls { } // ************************************************************************* // Thomas |
|
August 6, 2019, 05:55 |
|
#2 |
Senior Member
Kmeti Rao
Join Date: May 2019
Posts: 145
Rep Power: 8 |
Hi Thomas,
Did you manage to figure out creating baffles? It would be interesting to know if you have succeeded. Thank you Krao |
|
August 8, 2019, 03:28 |
|
#3 |
Member
Thomas Sprich
Join Date: Mar 2015
Posts: 76
Rep Power: 11 |
Hi Krao,
Sadly not... Thomas |
|
May 22, 2020, 11:34 |
|
#4 |
New Member
Ben Gherardi
Join Date: Jun 2016
Posts: 17
Rep Power: 10 |
Hi,
Landed on this post while looking for how to do baffles in cfmesh, and then found out they had an example on their website using sails. In case someone else lands on this post seeking the same answer, here is the link to the downloadable examples (then click on the sails picture to get a .zip): https://cfmesh.com/download-examples/ Enjoy, Ben |
|
September 8, 2023, 03:24 |
|
#5 |
New Member
Reza
Join Date: Jun 2012
Posts: 27
Rep Power: 14 |
Hi,
I know it is way long since this subject is posted but the link is not working anymore. Would it be possible for you to share the files? Tahnks. |
|
September 8, 2023, 08:00 |
|
#6 |
New Member
Ben Gherardi
Join Date: Jun 2016
Posts: 17
Rep Power: 10 |
Hi,
Unfortunately I changed job since and I don't think those were in the files I took with me. I will have a look, but if I don't come back to you it means I didn't find them. You might want to send them (the cfmesh team) a mail to check if they are still available somewhere. Best of luck!
__________________
Enjoy the flow |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SimpleFoam & Theater | jipai | OpenFOAM Running, Solving & CFD | 3 | June 18, 2019 10:11 |
[snappyHexMesh] SnappyHexMesh for internal Flow | vishwa | OpenFOAM Meshing & Mesh Conversion | 24 | June 27, 2016 08:54 |
[DesignModeler] Create baffles | fluidstu | ANSYS Meshing & Geometry | 1 | May 29, 2016 23:47 |
[snappyHexMesh] external flow with snappyHexMesh | chelvistero | OpenFOAM Meshing & Mesh Conversion | 11 | January 15, 2010 19:43 |
Actuator disk model | audrich | FLUENT | 0 | September 21, 2009 07:06 |