CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

compressible flow - WATER !!

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2007, 04:00
Default compressible flow - WATER !!
  #1
Bohis
Guest
 
Posts: n/a
Hi mates, I´m dealing with single phase problem. The fluid is liquid. There´re two pressure inlets. One is a constant value and the other is time-dependent sinusoidal pressure declared in UDF. Because of fast unsteadiness the water density is pressure-dependent (also UDF)The UDF is shown below:

/************************************************** ***************** periodic boundary condition - pressure, density ************************************************** ******************/

#include "udf.h"

DEFINE_PROFILE(unsteady_pressure,thread,position) { face_t f; real t = CURRENT_TIME;

begin_f_loop(f,thread)

{

F_PROFILE(f,thread,position)=100e+05+900e+05*sin(1 0000*3.141592654*t);

} end_f_loop(f,thread) } DEFINE_PROPERTY(cell_density,cell,thread) { real ro; real p = C_P(cell,thread);

ro = 998/(1.0-(p-101325)/2.2e+09); return ro; }

I´m using segregated solver. If using just time-dependent pressure, it is O.K. If using also pressure-dependent density,it is immediately diverging.

Could you look up any problem?

Thanks in advance!! Jan

  Reply With Quote

Old   May 24, 2011, 19:26
Default
  #2
New Member
 
ZHAOHUI
Join Date: Jan 2011
Location: QLD
Posts: 9
Rep Power: 15
Zhaohui Lu is on a distinguished road
Hi Jan,

Have you fixed the problem above?I also have very similar truble with you. the compressible liquids or air are hard be computed.

thanks
zhaohui
Zhaohui Lu is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Compressible de Laval Nozzle Flow rw511 CFX 3 May 22, 2011 19:48
Problems with BCs in muliphase flow with water falling from a reservoir Paul_l FLUENT 2 March 11, 2011 04:59
3-D Compressible Flow Boundary Conditions Tyler FLUENT 4 February 5, 2009 19:58
Inviscid Drag at subsonic, subcritical Mach # Axel Rohde Main CFD Forum 1 November 19, 2001 12:19
Solving unsteady compressible low speed flow atit Main CFD Forum 8 July 31, 2000 13:19


All times are GMT -4. The time now is 03:17.