|
[Sponsors] |
May 7, 2007, 01:57 |
Error in interpreted UDF
|
#1 |
Guest
Posts: n/a
|
My UDF got interpreted and hooked. But when I try to initialize it gives error message: 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: ()
I dont know what does this ACCESS_VIOLATION error means.Help me out with this |
|
May 7, 2007, 05:07 |
Re: Error in interpreted UDF
|
#2 |
Guest
Posts: n/a
|
do not forget to give the number of your UDMI or UDSI in the fluent interface
|
|
May 7, 2007, 05:41 |
Re: Error in interpreted UDF
|
#3 |
Guest
Posts: n/a
|
hey i couldnt get properly what you are saying. my UDF is this: DEFINE_PROFILE(contact_angle,thread,i) {
float vel;//[10]; float Ca ; float THETA_D; float time; face_t f; for (time = 0 ; time <= 10 ; time = time + 0.00001) { if (time == CURRENT_TIME) { begin_f_loop(f, thread) { if (F_VOF(f, thread)==0.5) { vel=F_U(f, thread); Ca=(vel*VISCOSITY)/SUR_TEN; F_PROFILE(f,thread,i)=pow((pow(THETA_E,3)+9*Ca*log (LAMDA)), 0.3333); } else F_PROFILE(f,thread,i)=120; } end_f_loop(f, thread) } } } please have a look at this and let me know what i need to do |
|
May 7, 2007, 06:06 |
Re: Error in interpreted UDF
|
#4 |
Guest
Posts: n/a
|
in the graphic interface you but
/solve/set/expert and for question about Keep temporary solver memory from being freed, you must but yes |
|
May 7, 2007, 06:16 |
Re: Error in interpreted UDF
|
#5 |
Guest
Posts: n/a
|
what have u written? sorry but its not making any sense
|
|
May 7, 2007, 06:26 |
Re: Error in interpreted UDF
|
#6 |
Guest
Posts: n/a
|
sorry,in the graphic Fluent interface you write
/solve/set/expert + entry and for question about Keep temporary solver memory from being freed, you must but yes |
|
May 9, 2007, 23:54 |
Re: Error in interpreted UDF
|
#7 |
Guest
Posts: n/a
|
Are you running this code in windows interface or Unix/linux. If you write the code in dos and run in linux then you should face some problem. you have to convert like dos2unix or something like this........
regards Suvash |
|
May 10, 2007, 03:53 |
Re: Error in interpreted UDF
|
#8 |
Guest
Posts: n/a
|
i got rid of this problem...thanx for your help
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Interpreted UDF | Bikash | FLUENT | 10 | December 3, 2019 01:52 |
A Problem of Fluent Interpreted UDF: parse error | knight | Fluent UDF and Scheme Programming | 25 | August 16, 2018 11:26 |
Interpreted UDF in parallel | David Chabot | Fluent UDF and Scheme Programming | 8 | May 30, 2012 04:18 |
errors in interpreted udf for two macro | Asghari | FLUENT | 0 | August 7, 2006 03:29 |
error of Interpreted udf | Zhang Junmei | FLUENT | 6 | December 12, 2001 09:03 |