|
[Sponsors] |
need TUI or UDF post processing command help. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 6, 2016, 20:38 |
need TUI or UDF post processing command help.
|
#1 |
Member
|
my UDF is based on flow time in transient flow analysis, after 300 time step it generates new velocity value and inlet, outlet pressure value.
also on 300th time step, data is autosaved in .dat and .cas files. is it possible to write UDF or TUI commands set, to create .xy plot files using fluent inbuilt post processing plots option. at 300th time step. |
|
October 7, 2016, 04:44 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
Yes, with a journal file for example. Look for that in the Fluent manual.
|
|
August 22, 2022, 04:36 |
|
#3 |
Member
sina
Join Date: Nov 2021
Posts: 41
Rep Power: 5 |
||
September 6, 2022, 16:12 |
|
#4 |
Member
Join Date: Jul 2013
Posts: 98
Rep Power: 13 |
Hi,
I always avoid UDFs whenever possible. You can do that with a journal file. You can call a journal every X iterations or timesteps by creating a command in the calculation activities tab. Something like: /file/read-journal magic_journal.jou () In the magic_journal.jou file you will include the commands to save the pictures you want (of course instead of calling the journal you can just write them all in the execute commands box). It is important to include the iteration or the timestep in the naming of the pictures, otherwise it will always overwrite it. You can do that by including the string %i for iterations or %t for the timestep in the file name you are giving to the picture. More information here. Regards |
|
September 7, 2022, 02:41 |
|
#5 | |
Member
sina
Join Date: Nov 2021
Posts: 41
Rep Power: 5 |
Quote:
Regards, |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wind turbine - post processing | er_ijaz | FLUENT | 0 | September 30, 2013 06:28 |
post processing for CEL expressions | Niru | CFX | 0 | May 10, 2013 14:13 |
Automated post processing using CFD Post | shreyasr | ANSYS | 0 | January 28, 2013 07:21 |
post processing in CFX11.0 | u k jha | CFX | 1 | September 17, 2010 06:53 |
post processing in CFD | MANISH BHARGAVA | Main CFD Forum | 0 | October 17, 1998 21:51 |