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

how to make fluent wait?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 4, 2003, 05:45
Default how to make fluent wait?
  #1
Stanley
Guest
 
Posts: n/a
Hello all of you! Is it possible to make fluent wait until a needed file will be created? What do you think?

However, thank you in advance

Wish I know it! Stan
  Reply With Quote

Old   December 4, 2003, 11:01
Default Re: how to make fluent wait?
  #2
ccc
Guest
 
Posts: n/a
hi Stanley,

really interesting question!

A possible way, I think, is to insert a loop into one of general define macros, for example, DEFINE_AT_END. The following codes may work.

FILE *file=NULL; char *filename[40]="kddahe.data";

while (!file)

file=fopen(filename,"*"); // you should check function definition to find suitable value for the second parameter, "*"

good luck
  Reply With Quote

Old   December 4, 2003, 16:43
Default Re: how to make fluent wait?
  #3
Ajay Rao
Guest
 
Posts: n/a
What about the EXECUTE command which allows you to execute a command after N number of iterations.May be this could be used , I have never tried though.

Ajay
  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
Fluent - license problem. Marcin FLUENT 3 April 13, 2018 16:33
Two questions on Fluent UDF Steven Fluent UDF and Scheme Programming 7 March 23, 2018 03:22
How to open Icem mesh in Ansys Fluent? emmkell FLUENT 27 February 6, 2018 03:34
Fluent 6.3 32bit vs Fluent 12.0 64bit ibex7 FLUENT 7 April 18, 2011 02:44
Fluent equation error?!? TOM FLUENT 6 July 15, 2002 03:24


All times are GMT -4. The time now is 18:40.