CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Asymmetric boundary conditions

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2016, 05:00
Default Asymmetric boundary conditions
  #1
Member
 
Join Date: Jul 2015
Location: Aalborg
Posts: 83
Rep Power: 10
Gerrit is on a distinguished road
Hi,

I am simulating flow in a pipe, but had to size down to a 2D model as I am limited by the computer power I have. The simulations are laminar simulations and I compared by velocity results with Hagen-Poiseuille flow. I do not get the correlation of U_max=2*U_av. Instead I get 1,5 for all my models.
I read that in Fluent it is possible to define asymmetric boundary conditions, to solve the flow still in 2D, but gain "correct" results.

Is this possible as well in OF?
My velocity boundary is defined as the following until now:

Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (2 0 0);

boundaryField
{
    inlet
    {
        type            fixedValue;
    value           $internalField;
    }

    outlet
    {
        type            inletOutlet;
        inletValue      uniform (0 0 0);
        value           $internalField;
    }

    "(wall1|wall2|wire-upstream|wire-downstream|wire-north|wire-south)"
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }

    "(bottom|top)"
    {
        type            empty;
    }

}
Is there any smart way for "bottom|top" which would give results closer to Hagen-Poiseuille? Or do I have to run it in 3D?

Thank you very much!
Best regards
Gerrit 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
CGNS Boundary conditions using SU2 denzell SU2 3 July 9, 2018 05:58
Problem in setting Boundary Condition Madhatter92 CFX 12 January 12, 2016 04:39
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00


All times are GMT -4. The time now is 23:02.