|
[Sponsors] |
how to enable data sampling after steady state using TUI |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 7, 2017, 21:18 |
how to enable data sampling after steady state using TUI
|
#1 |
Senior Member
raunak jung pandey
Join Date: Jun 2016
Posts: 102
Rep Power: 10 |
I am carrying out a transient simulation using TUI.
I need to enable Data Sampling. Say after 10000 iterations or 0.1 sec of the transient simulation. How to enable data sampling for the following case using only TUI or a journal file. Thank You Last edited by raunakjung; June 7, 2017 at 22:57. |
|
June 7, 2017, 22:52 |
Not in steady
|
#2 |
Senior Member
Svetlana Tkachenko
Join Date: Oct 2013
Location: Australia, Sydney
Posts: 416
Rep Power: 15 |
Hello, I was confused by your question initially...
From user manual: "Data Sampling for Time Statistics enables the sampling of data during an unsteady calculation. See Sections 26.12.1 and 26.12.4 for details. " For transient simulation, use "/solve/set/data-sampling yes 25 ...". It needs a few more words at the end of the command, but they depend on the model you are using, so either "/solve/set/data-sampling yes 25 yes yes yes" or "/solve/set/data-sampling yes 25 yes yes" depending on what models you have on. It asks everyone these questions: Data Sampling for Time Statistics? [no] yes Sampling interval [1] 25 Then for me it is three questions: Collect statistics for flow shear stresses? [yes] Collect statistics for flow heat fluxes? [yes] Collect wall statistics? [yes] Please try it in GUI first to know what questions it asks, and then copy it over to your commands list. |
|
June 8, 2017, 04:53 |
|
#3 | |
Senior Member
raunak jung pandey
Join Date: Jun 2016
Posts: 102
Rep Power: 10 |
Quote:
|
||
June 9, 2017, 03:31 |
The whole thing
|
#4 |
Senior Member
Svetlana Tkachenko
Join Date: Oct 2013
Location: Australia, Sydney
Posts: 416
Rep Power: 15 |
Hi,
Thanks for following up. I thought you were only asking about data sampling, sorry! I believe you may be able to save your case as steady in GUI, and then specify the following in your commands file. Code:
;; iterates 10,000 iterations in steady state /solve/iterate 10000 ;; switches to unsteady flow /define models unsteady-1st-order? yes ;; enables data sampling, you might need an extra 'no' here /solve/set/data-sampling yes 25 no no ;; does 1000 time steps with 10 iterations in each in transient regime /solve/dual-time-iterate 1000 10 ;; writes your case and data like usual /file/rcd 2.cas |
|
June 10, 2017, 16:22 |
|
#5 | |
Member
Omar jumaah
Join Date: Jan 2016
Posts: 36
Rep Power: 10 |
Quote:
Hope this will help, |
||
Tags |
data sampling, fluent, journal file, parallel, tui |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
MRF steady state mixing time | Swift | FLUENT | 0 | August 11, 2016 06:14 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |
About the difference between steady and unsteady problems | Lisa | Main CFD Forum | 11 | July 5, 2000 15:37 |