CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Problem in compiling property(density) UDF

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 31, 2008, 04:18
Default Problem in compiling property(density) UDF
  #1
satish2968
Guest
 
Posts: n/a
Hi Fluent Users,

I have great difficulty in figuring out my problem.

i had written a property udf for density which follows isentropic law:

p/rho^gamma= constant; actually my problem is to predict compressibility effects in incompressible flow through obstruction type flow meters.

so the compressible fluid in incompressible flow follows a isentropic law and it's udf is:

#include "udf.h" DEFINE_PROPERTY(cell_density,cell,thread)

{

real density; real pressure = C_P(cell,thread); density = pow((pressure/80756.35),1.0/1.4); return density;

}

value 80756.35 is equal to initial pressure/initial denisty^1.4

101325/1.176^1.4=80756.35 during the flow from inlet to outlet density has to vary with respect to pressure variation following isentropic law

libudf was successfully built

loaded successfully

when i am trying to initialise the solution from inlet

it is showing fatal error access voilation

please help me anybody my project thesis is depends on this problem.

  Reply With Quote

 


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
Compiling problem zhoubinwx OpenFOAM Running, Solving & CFD 3 September 3, 2008 09:00
Udf compiling problem ranjit FLUENT 1 January 26, 2007 10:03
material property problem llnudt FLUENT 0 November 23, 2006 10:02
Compiling problem Alper Albayraq FLUENT 7 August 26, 2005 01:39
PROBLEM COMPILING!!! PLEASE HELP! Toni Cominceanu FLUENT 3 May 17, 2005 02:12


All times are GMT -4. The time now is 15:07.