CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   journal file with variable in a while loop? (https://www.cfd-online.com/Forums/fluent/40648-journal-file-variable-while-loop.html)

Sashankh August 13, 2014 17:22

Hi Max, can you please send me the file if you still have it. My email is srao7@tigers.lsu.edu. Looking forward to using it. Many Thanks.

kaeran November 18, 2014 10:05

Hi Max,

Please send me the journal file, if you still have it. It would be really helpful.
E-mail ID: ia2010@thi.de

m.uzair December 19, 2017 12:27

Does anybody still have this file? If so, please e-mail to muhammadali.uzair@poliba.it

-mAx- December 20, 2017 01:33

1 Attachment(s)
As this file is regularly requested, I put it here.
Comments in the file are in french
Attachment 60331

yomnag March 6, 2018 12:20

Quote:

Originally Posted by -mAx- (Post 235823)
I send it to you right now

mAx, can I also have a copy of the file? hope you still have it, this is a very old thread. Please send to yomnagobran@yahoo.com Thanks!

m.uzair March 6, 2018 16:18

Quote:

Originally Posted by yomnag (Post 684052)
mAx, can I also have a copy of the file? hope you still have it, this is a very old thread. Please send to yomnagobran@yahoo.com Thanks!

dear,
its attached in the comment by the name of boucle.zip :-)

chris_aut June 11, 2018 23:36

Hi

can anyone tell me the solution or how I can do a do-loop, for-loop or while-loop in a journal file in fluent

that's actually what the thread should answer, but all answers are for a scheme file. The title is about a journal file

Please help me

thanks

PS: wouldn't it be easier for all to post a code instead of sending an email? If someone wants to know something and the old users do not answer the information is lost

syavash June 12, 2018 05:19

Quote:

Originally Posted by chris_aut (Post 695555)
Hi

can anyone tell me the solution or how I can do a do-loop, for-loop or while-loop in a journal file in fluent

that's actually what the thread should answer, but all answers are for a scheme file. The title is about a journal file

Please help me

thanks

PS: wouldn't it be easier for all to post a code instead of sending an email? If someone wants to know something and the old users do not answer the information is lost




See the thread below:


https://www.cfd-online.com/Forums/fl...ogramming.html


Regards,
Syavash

chris_aut June 12, 2018 05:36

Quote:

Originally Posted by syavash (Post 695589)
See the thread below:


https://www.cfd-online.com/Forums/fl...ogramming.html


Regards,
Syavash

Hi Syavash

that's exactly what I'm NOT looking for.

I need a loop I can directly use in journal WITHOUT the useage of a scheme-file.

For better unterstanding it should look like the following:

for(x=0;x<10;x++)
{
solve iterate 1000
file write-case-data name"x".cas
}
so the name of the file should also change by the value of x

Chris

syavash June 12, 2018 06:50

Quote:

Originally Posted by chris_aut (Post 695593)
Hi Syavash

that's exactly what I'm NOT looking for.

I need a loop I can directly use in journal WITHOUT the useage of a scheme-file.

For better unterstanding it should look like the following:

for(x=0;x<10;x++)
{
solve iterate 1000
file write-case-data name"x".cas
}
so the name of the file should also change by the value of x

Chris




I really don't get what you mean! You can write the loop above in a file using Scheme language and simply load it into Fluent using Read-->Journal...


You can have variable file name in that loop, for instance:


Code:

(Ti-menu-load-string (format #f "file/write-case-data Base2-AOA-~a.cas" x))
Regards,
Syavash

haider11 January 17, 2019 05:24

hi. could you send me that file to haider7771@hotmail.com.
thanks


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