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

Data sampling for time statistics in UDF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 3, 2016, 12:56
Default Data sampling for time statistics in UDF
  #1
New Member
 
Join Date: Dec 2015
Posts: 2
Rep Power: 0
4siamak is on a distinguished road
Hi,
Is there any code that I can use to turn the Data Sampling for Time Statistics on automatically after a certain time step? for example, starting data sampling after 50 s?
Actually, I send my case to a center to be run. So, I can't manipulate my case during its running. So, I want to define a code in my case to start time averaging after 50 s, for example, is it possible?
4siamak is offline   Reply With Quote

Old   December 3, 2016, 15:37
Default
  #2
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
Use a calculation activity and run a text user interface command to enable data sampling with:

Code:
/solve/set/data-sampling
and enclose within a conditional statement for t > 50 s.
`e` 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
fluent udf, saving data in udf mohsen zendehbad Fluent UDF and Scheme Programming 15 June 13, 2017 23:23
fluent udf problem: write specific data for every iteration in a file. nnvoro Fluent UDF and Scheme Programming 1 May 27, 2013 15:26
display data in UDF fleure_Jasmin Fluent UDF and Scheme Programming 0 May 27, 2012 11:11
Data sampling for time statistics: Additional Phil FLUENT 0 January 28, 2008 08:32
Sampling of statistical data Boerge Main CFD Forum 0 July 25, 2006 04:40


All times are GMT -4. The time now is 09:25.