|
[Sponsors] |
November 13, 2014, 04:06 |
Pressure units
|
#1 |
New Member
Na
Join Date: Sep 2014
Posts: 6
Rep Power: 12 |
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; } OF 2.1.1 solver: rhoSimplecFoam Thanks -Eranho |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure Inlet VS velocity Inlet difference | Mohsin | FLUENT | 9 | January 4, 2021 11:34 |
Pressure units in incompressible solvers | Per | OpenFOAM Running, Solving & CFD | 4 | July 19, 2019 04:43 |
Pressure Outlet Guage pressure | Mohsin | FLUENT | 36 | April 29, 2016 18:16 |
Pulsatile pressure inlet with pressure outlet | a.lynchy | FLUENT | 3 | March 23, 2012 14:45 |
UDF to define or adjust pressure??? | engahmed | FLUENT | 0 | July 6, 2010 18:19 |