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

Pressure units

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 13, 2014, 03:06
Default Pressure units
  #1
New Member
 
Na
Join Date: Sep 2014
Posts: 5
Rep Power: 11
Eranho is on a distinguished road
Hi!
I'm modeling gas flow trough statical mixer. I'm using Pascals in my boundary conditions (dimensions [1 -1 -2 0 0 0 0] . I'm using swak4foam to calculate pressure drop between inlet and outlet:
Code:
    pressureDrop
    {
        type patchExpression;
        variables ( 
            "pOut{patch'outlet}=sum(p*area())/sum(area());"
            "inArea=sum(area());"
        );
        accumulations (
           sum
        );
        patches (
            inlet
        );
        expression "area()*(p-pOut)/inArea";
        verbose true;
    }
The problem is that the calculated pressure drop is much less than expected. Which units is applied in swak4foam output?
OF 2.1.1
solver: rhoSimplecFoam

Thanks
-Eranho
Eranho 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
Pressure Inlet VS velocity Inlet difference Mohsin FLUENT 9 January 4, 2021 10:34
Pressure units in incompressible solvers Per OpenFOAM Running, Solving & CFD 4 July 19, 2019 03:43
Pressure Outlet Guage pressure Mohsin FLUENT 36 April 29, 2016 17:16
Pulsatile pressure inlet with pressure outlet a.lynchy FLUENT 3 March 23, 2012 13:45
UDF to define or adjust pressure??? engahmed FLUENT 0 July 6, 2010 17:19


All times are GMT -4. The time now is 14:00.