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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
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

Old   October 31, 2008, 05:23
Default Re: Problem in compiling property(density) UDF
  #2
max
Guest
 
Posts: n/a
What is the value for pressure you are initializing? If it is zero your udf will return a density of zero as well which might be the reason for the error.

Max
  Reply With Quote

Old   October 31, 2008, 14:25
Default Re: Problem in compiling property(density) UDF
  #3
rajesh
Guest
 
Posts: n/a
Try this and let me know if it helps. while initializing the solution, do not select inlet from the drop-down list, instead type in all the quantities for inlet velocity, temp.... etc. for initializing the solution and then initialize.
  Reply With Quote

Old   October 31, 2008, 15:06
Default Re: Problem in compiling property(density) UDF
  #4
satish
Guest
 
Posts: n/a
Hi Rajesh,

Thank you for the suggestion and problem is that i know only gauge initial pressure to initialise the solution

one of my friend suggested me that

I should for all zones in the drop down box or simple have to click on the init button

otherwise trying to solve with constant density for 10^-3 convergence and then compiling density udf for further solution by which it will have sufficient pressure field to calculate per cell basis density from available pressure field

Please suggest me if u understand anything

  Reply With Quote

Reply


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 16:50.