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

need TUI or UDF post processing command help.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 6, 2016, 19:38
Default need TUI or UDF post processing command help.
  #1
Member
 
Ash Kotwal
Join Date: Jul 2016
Location: North Dakota, USA
Posts: 92
Blog Entries: 1
Rep Power: 9
Ash Kot is on a distinguished road
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.
Ash Kot is offline   Reply With Quote

Old   October 7, 2016, 03:44
Default
  #2
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
Yes, with a journal file for example. Look for that in the Fluent manual.
pakk is offline   Reply With Quote

Old   August 22, 2022, 03:36
Default
  #3
Member
 
sina
Join Date: Nov 2021
Posts: 41
Rep Power: 4
sina_sls is on a distinguished road
Quote:
Originally Posted by pakk View Post
Yes, with a journal file for example. Look for that in the Fluent manual.
Hi,

I want to use text command in UDF to be done every iteration . is it possible ? if yes how can i do it ?

Regards,
sina_sls is offline   Reply With Quote

Old   September 6, 2022, 15:12
Default
  #4
Member
 
Join Date: Jul 2013
Posts: 85
Rep Power: 12
HHOS is on a distinguished road
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
HHOS is offline   Reply With Quote

Old   September 7, 2022, 01:41
Default
  #5
Member
 
sina
Join Date: Nov 2021
Posts: 41
Rep Power: 4
sina_sls is on a distinguished road
Quote:
Originally Posted by HHOS View Post
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
Thank you for your response and guidance

Regards,
sina_sls 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
wind turbine - post processing er_ijaz FLUENT 0 September 30, 2013 05:28
post processing for CEL expressions Niru CFX 0 May 10, 2013 13:13
Automated post processing using CFD Post shreyasr ANSYS 0 January 28, 2013 06:21
post processing in CFX11.0 u k jha CFX 1 September 17, 2010 05:53
post processing in CFD MANISH BHARGAVA Main CFD Forum 0 October 17, 1998 20:51


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