|
[Sponsors] |
July 7, 2016, 04:07 |
Pressure driven flow
|
#1 |
Senior Member
Taher Chegini
Join Date: Nov 2014
Location: Houston, Texas
Posts: 125
Rep Power: 13 |
Hi all,
I am modeling a two phase (air and water) flow in a container with compressed air at the bottom and a column of water on top. The top boundary is open to atmosphere and the rest are walls. I set the initial condition for the pressure field using setFields as follows (two times atmospheric pressure): Code:
boxToCell { box (0 0 -1) (0.1 0.5 1); fieldValues ( volScalarFieldValue p_rgh 303975 ); } Code:
p_rgh: atmosphere { type totalPressure; p0 $internalField; U U.air; phi phi.air; value $internalField; } U: atmosphere { type pressureInletOutletVelocity; value uniform (0 0 0); } |
|
Tags |
multiphaseeulerfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure driven cd nozzle flow | srikanthcs93 | OpenFOAM Running, Solving & CFD | 4 | April 17, 2015 16:40 |
Divergence (pressure correction) for axysymmetric density driven flow | Sxq | FLUENT | 3 | November 30, 2013 19:39 |
pressure BC in buoynacy driven flow | Sasha | FLUENT | 3 | October 11, 2006 11:08 |
fluid flow fundas | ram | Main CFD Forum | 5 | June 17, 2000 22:31 |
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) | HB &DS | CFX | 0 | January 9, 2000 14:19 |