|
[Sponsors] |
June 29, 2013, 05:50 |
dynamicMeshDict - Multi moving Boundaries
|
#1 |
Member
Felice
Join Date: Nov 2010
Posts: 44
Rep Power: 16 |
Hi all,
I have a question. I know that in order to manage the mesh when a boundary is moving, the dynamicMeshDict should be modified. In particular I have found this std settings in the tutorial (where movingBlock is a moving boundary) /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object motionProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("libfvMotionSolvers.so"); solver displacementLaplacian; diffusivity inverseDistance (movingBlock); // ************************************************** *********************** // Now my question is: if I have more than one moving boundary, how can I set the dynamicMeshDict in order to have a diffusivity function of the inverse distance from both boundaries? Is possible? Regards F. |
|
July 1, 2013, 06:09 |
|
#2 | |
Senior Member
Aurelien Thinat
Join Date: Jul 2010
Posts: 165
Rep Power: 16 |
Hi,
Normally you just have to specify both patches (this is from one of my cases) : Quote:
|
||
July 5, 2013, 08:16 |
|
#3 |
Member
Felice
Join Date: Nov 2010
Posts: 44
Rep Power: 16 |
||
May 20, 2020, 17:41 |
|
#4 |
Senior Member
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving Boundaries | Bharat | FLUENT | 5 | June 8, 2006 02:34 |
deformable or moving boundaries | indd | Main CFD Forum | 2 | June 19, 2004 04:57 |
Moving boundaries | Pawel | Main CFD Forum | 7 | October 14, 2002 02:12 |
Turbulent incompressible flow & moving boundaries | Cristian Orozco | Main CFD Forum | 1 | July 5, 2002 13:45 |
Calculations with moving boundaries | Rene Francesco | Main CFD Forum | 6 | February 7, 2002 08:38 |