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

Fluent journal - reading case&data via loop

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 24, 2017, 20:16
Default Fluent journal - reading case&data via loop
  #1
Member
 
Marcin
Join Date: Jun 2016
Posts: 96
Rep Power: 9
destroy is on a distinguished road
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
destroy is offline   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
[Commercial meshers] Fluent mesh to OF conversion theHumbleOne OpenFOAM Meshing & Mesh Conversion 7 July 30, 2021 08:44
Fluent journal - loop destroy FLUENT 0 November 23, 2017 12:30
execFlowFunctionObjects - unknown field problem Toorop OpenFOAM Post-Processing 16 March 14, 2016 03:25
[GAMBIT] periodic faces not matching Aadhavan ANSYS Meshing & Geometry 6 August 31, 2013 11:25
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem Attesz OpenFOAM Meshing & Mesh Conversion 12 May 2, 2013 10:52


All times are GMT -4. The time now is 00:17.