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

Uneven flow fields when running using symmetry boundary conditions in OPENFOAM

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 8, 2019, 01:01
Default Uneven flow fields when running using symmetry boundary conditions in OPENFOAM
  #1
New Member
 
Ismail
Join Date: Oct 2019
Posts: 1
Rep Power: 0
Noor Ilyana is on a distinguished road
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.
Attached Files
File Type: docx Whole system.docx (150.8 KB, 6 views)
File Type: docx Z-X plane.docx (35.3 KB, 5 views)
File Type: docx Z-Y plane.docx (75.7 KB, 1 views)
Noor Ilyana 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
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field xiexing CFX 3 March 29, 2017 10:00
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


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