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

Boundary Conditions for interPhaseChangeFoam Case

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 27, 2018, 09:41
Question Boundary Conditions for interPhaseChangeFoam Case
  #1
New Member
 
Join Date: Jul 2018
Posts: 3
Rep Power: 7
Fewi is on a distinguished road
Hi All,


I am a beginner currently trying my best on simulating cavitation at a butterflyvavle in a pipe (DN700) with the interPhaseChangeFoam solver.
There is a ~0.43 m/s water flow coming in at high pressure (~12 bar). At the outlet, there is only atmospheric pressure. When the butterflyvalve is fully opened, the inlet speed exceeds 0.43 m/s. Whereas when the butterflyvalve is half open, the outlet lets out too much water, so that there is almost only air behind the butterfly valve. Could you please give me recommendations on which boundary conditions I should choose? Any help would be greatly appreciated.

for U I chose:

boundaryField
{
internalField uniform (0.433 0 0);


inlet
{
type zeroGradient;
value uniform (0.433 0 0);
}

outlet
{
type pressureInletOutletVelocity;
phi phi;
value $internalField;
}

for p I defined:

internalField uniform 1173565;

boundaryField
{
inlet
{
type totalPressure;
U U;
rho rho;
psi none;
gamma 1;
p0 uniform 1173565;
}

outlet
{
type totalPressure;
U U;
rho rho;
psi none;
gamma 1;
p0 uniform 101300;
}
Fewi is offline   Reply With Quote

Reply

Tags
boundary conditions, inlet boundary condition, interphasechangefoam, outlet boundary condition


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
[DesignModeler] DesignModeler Scripting: How to get Full Command Access ANT ANSYS Meshing & Geometry 53 February 16, 2020 15:13
CFD analaysis of Pelton turbine amodpanthee CFX 31 April 19, 2018 18:02
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24


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