|
[Sponsors] | |||||
|
|
|
#1 |
|
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 |
|
|
||
|
|
|
#2 |
|
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 |
|
|
||
|
|
|
#3 |
|
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 |
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fluent - license problem. | Marcin | FLUENT | 3 | April 13, 2018 17:33 |
| Two questions on Fluent UDF | Steven | Fluent UDF and Scheme Programming | 7 | March 23, 2018 04:22 |
| How to open Icem mesh in Ansys Fluent? | emmkell | FLUENT | 27 | February 6, 2018 04:34 |
| Fluent 6.3 32bit vs Fluent 12.0 64bit | ibex7 | FLUENT | 7 | April 18, 2011 03:44 |
| Fluent equation error?!? | TOM | FLUENT | 6 | July 15, 2002 04:24 |