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

UDF C_P(c,t) Define density initialization error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 29, 2014, 23:12
Smile UDF C_P(c,t) Define density initialization error
  #1
New Member
 
Join Date: Jul 2012
Posts: 25
Rep Power: 14
yuanmengyuan1989 is on a distinguished road
My udf is as following, it is just used to test the usage of C_P(c,t).

#include "udf.h"
#define RHOV 0.554

DEFINE_PROPERTY(density,c,t)
{
real rho;
real p = C_P(c,t);
rho = RHOV;
return rho;
}

but an error will appear as following.

Error:
FLUENT received fatal signal (ACCESS_VIOLATION)
1. Note exact events leading to error.
2. Save case/data under new name.
3. Exit program and restart to continue.
4. Report error to your distributor.
Error Object: #f


as we can see in UDF, the density has nothing to do with the pressure. i doubt that it must be an error when C_P(c,t) is used. do you know what's wrong with it? thank you
yuanmengyuan1989 is offline   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
Errors in UDF shashank312 Fluent UDF and Scheme Programming 6 May 30, 2013 21:30
How to install CGNS under windows xp? lzgwhy Main CFD Forum 1 January 11, 2011 19:44
Installing OF 1.6 on Mac OS X gschaider OpenFOAM Installation 129 June 19, 2010 10:23
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." sega OpenFOAM Community Contributions 12 February 17, 2010 10:30
user subroutine error CFDUSER CFX 2 December 9, 2006 07:31


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