|
[Sponsors] |
November 24, 2017, 21:16 |
Fluent journal - reading case&data via loop
|
#1 |
Member
Marcin
Join Date: Jun 2016
Posts: 98
Rep Power: 10 |
Hi everyone,
I want to create a journal / scheme, which will load the case and data files info Fluent. These files are: Fluent mesh14-58-00002, Fluent mesh14-58-00003, Fluent mesh14-58-00004. The below code doesn't work: (Do ((x 2 (+ x 1))) ((> x 4)) (Ti-menu-load-string (format #f "file/read-case-data "K:\USERS\mnowak\artykul z autosavem - naprawa\postprocessing\case and data do analizy\Fluent mesh14-58-0000~a.cas.gz" x)) ) Please tell me, if you see any mistake. I was using an other (below) journal, to check if there is a problem with my computer/licence, but it worked: (Do ((x 0.01 (+ x 0.01))) ((> x 0.03)) (Ti-menu-load-string (format #f "surface/iso-surface z-coordinate powierzchnia~a () () ~a ()" x x)) ) Unfortunately, there are not many tutorials or guides on scheme programming, I found only 2: https://www.researchgate.net/publica...t_and_ParaVIEW http://willem.engen.nl/uni/fluent/do...rammierung.pdf but it didn't solve my problem. Regards destroy |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent mesh to OF conversion | theHumbleOne | OpenFOAM Meshing & Mesh Conversion | 7 | July 30, 2021 09:44 |
Fluent journal - loop | destroy | FLUENT | 0 | November 23, 2017 13:30 |
execFlowFunctionObjects - unknown field problem | Toorop | OpenFOAM Post-Processing | 16 | March 14, 2016 04:25 |
[GAMBIT] periodic faces not matching | Aadhavan | ANSYS Meshing & Geometry | 6 | August 31, 2013 12:25 |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |