|
[Sponsors] |
Uneven flow fields when running using symmetry boundary conditions in OPENFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 8, 2019, 02:01 |
Uneven flow fields when running using symmetry boundary conditions in OPENFOAM
|
#1 |
New Member
Ismail
Join Date: Oct 2019
Posts: 1
Rep Power: 0 |
Hi,
I need help to set up symmetry boundary condition in OpenFoam. I set up a case to study fluid flow through a rectangular opening. My boundaries includes INLET, OUTLET, WALL and BOX1 (left and right planes) and BOX2 (front and back planes). I constructed the mesh using ICEM CFD 18.2 and used fluent.msh file in the OpenFoam. I would like to assign BOX1 and BOX2 to be a symmetical boundary so that I could eliminate the wall effect on the fluid flow. The results shows that the fluid velocity field is smaller near the wall than in the middle which mean the boundary set up maybe wrong. Could anyone help me to set up the symmetry boundary condition correctly? Below are the command used in the OpenFoam boundary files. *--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.7.x | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object Ksl; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -3 -1 0 0 0 0]; internalField uniform 0; boundaryField { OUTLET { type zeroGradient; } WALL { type zeroGradient; } INLET { type zeroGradient; } BOX1 { type symmetry; } BOX2 { type symmetry; } } // ************************************************** *********************** // Attached are the results from the simulation for your reference. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field | xiexing | CFX | 3 | March 29, 2017 11:00 |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |