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

flowRateInletVelocity - BC not applied correctly

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 12, 2020, 09:44
Default flowRateInletVelocity - BC not applied correctly
  #1
New Member
 
Join Date: Mar 2017
Posts: 25
Rep Power: 9
.bastian is on a distinguished road
Hi.

I am trying to set up a compressible MRF case using steadyUniversalMRFFoam or steadyCompressibleMRFFoam as a part of foam-extend 4.1.

In the boundary conditions I have specified a mass flow for the velocity at the inlet. During the first runs I noticed that the boundary condition seems to be not properly applied. As can be seen on the plot, the inlet mass flow is anything but constant.

My boundaries are defined as following:

0/U
Code:
inlet
    {
        type            flowRateInletVelocity;
        flowRate        0.177777777778;
        value           uniform (0 0 -20);
    }
outlet
    {
        type            zeroGradient;
    }
0/p
Code:
inlet
    {
        type            totalPressure;
        rho             rho;
        psi             none;
        gamma           1.693;
        p0              uniform 28500000;
        value           uniform 28500000;
    }
outlet
    {
        type            fixedValue;
        value           uniform 29706129.152;
    }


Any idea what i'm doing wrong?
.bastian is offline   Reply With Quote

 

Tags
boundary condition, flowrateinletvelocity, foam-extend 4.1


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
Define a new force applied to particles using DPMFoam enoch OpenFOAM Pre-Processing 1 June 27, 2023 23:49
[OpenFOAM] How to correctly show the result of #codeStream# internalField? chengdi ParaView 24 July 14, 2022 04:26
chtMultiRegionSimpleFoam planeWall2D case dont run correctly in OPenFOAM 1606+ shengqiming OpenFOAM Running, Solving & CFD 0 August 7, 2016 14:15
SU2 optimization does not work correctly with CGNS format Andrei SU2 Shape Design 1 April 22, 2016 10:35
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch gschaider OpenFOAM Installation 225 August 25, 2015 19:43


All times are GMT -4. The time now is 10:56.