|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
Is there anybody know how to use a do loop in fluent journal file? I need it to convert lots of result files for fieldview. Thanks. caterchen |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi!
You're in trouble. I think there is no way to do loop in journal file...I can tell you that posprocessing of the reslts can be preety frustrating because of that (MATEUS |
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hello,
Fluent's command language is scheme, quite strange in its syntax but loops are possible. A do-loop will look like: (let loop ((i 5)) // start value for i = 5 // (begin ( .... your code) (loop (+ i 5)) // increment of i = 5 // ) Maybe you should also refer to some scheme-examples at fluentusers.com best regards Markus |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2.0.x on Mac OSX | niklas | OpenFOAM Installation on Windows, Mac and other Unsupported Platforms | 74 | March 28, 2012 16:46 |
| paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 07:11 |
| Fluent 12 Journal File Problem | Krish | FLUENT | 2 | July 16, 2010 06:10 |
| OpenFOAM Install Script | ljsh | OpenFOAM Installation | 82 | October 12, 2009 11:47 |
| Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 06:51 |