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

Again ACCES VIOLATION

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 30, 2004, 12:05
Default Again ACCES VIOLATION
  #1
michal
Guest
 
Posts: n/a
I run a case using UDF compiled by C++. every thing is OK. I made the calculations, save data/case. Now if I want to continiue calculations appears this problem.

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: ()

What is going on??? I was reading advices on the forum and found nothing what could help me.If someboy has some ideas, please help me!

This is my udf:

#include "udf.h"

DEFINE_PROPERTY(cell_density_poly, c, t) { real ro_lam; real temp = C_T(c, t);

if (temp > 273.15) ro_lam = 530.848381+3.38899*temp-0.006121*temp*temp;

return ro_lam; }
  Reply With Quote

Old   March 30, 2004, 12:41
Default Re: Again ACCES VIOLATION
  #2
wim vos
Guest
 
Posts: n/a
i had the same error a couple weeks ago. don't remember how it was solved in the end. but i know i was using an old version of udf.h maybe that's the problem. i'll check it out tomorrow. have to go home now hope it works! ciao
  Reply With Quote

Old   March 30, 2004, 12:49
Default Re: Again ACCES VIOLATION
  #3
michal
Guest
 
Posts: n/a
Thanx a lot I'll try to invent something with udf.h file. have nice day michal
  Reply With Quote

Old   March 31, 2004, 06:53
Default Re: Again ACCES VIOLATION
  #4
michal
Guest
 
Posts: n/a
I tried to invent with udf.h but have no leater version. If someboby knows how to solve problem with Acces_Voilation error I would be glad.

greetings

michaL
  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
Segmentation violation louiza FLUENT 16 June 27, 2017 15:41
Segmentation Violation Corentin FLUENT 1 February 13, 2011 01:07
Defining Multiphase by text and by gui = different result and Segmentation Violation RPJones FLUENT 0 June 9, 2009 16:24
segmentation violation wasan FLUENT 0 December 23, 2008 11:37
Access violation - Help please AlwaysLearning FLUENT 3 August 22, 2006 12:21


All times are GMT -4. The time now is 05:38.