CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   command TUI / Scheme for stop and continue calculate (https://www.cfd-online.com/Forums/fluent/117658-command-tui-scheme-stop-continue-calculate.html)

rayolau May 13, 2013 06:48

command TUI / Scheme for stop and continue calculate
 
Hi all,

I'm looking for how do, with a command TUI / Scheme, that continue the calculate after first iteration stop, inside first time step.

for example, for a time step size of 1 second with 3 iterations/time step, I need this:
First time step:
1º iter --> stop, continue -->2º iter: stop, continue --> 3º iter: stop, continue -->

Second time step:
1º iter --> stop, continue -->2º iter: stop, continue --> 3º iter: stop, continue -->

n time step...

In resume, I need two commands: one for stop and one for continue. For that will executed at the end of each iteration, In the menu "Solve / monitor / Commands / Command" is possible to set text and Scheme commands and these will then at each iteration.

I read Scheme Programing in FLUENT 5 & 6*, but I don't find that I need. http://www.polo.ufsc.br/~tiagom/docu...programing.pdf

Any ideas?

Thanks in advance!

blackmask May 13, 2013 11:20

Try the combination of iterate and update-physical-time, i.e.,
/sol/iter N1
/sol/iter N2
/sol/iter N3
/sol/up-phy-ti
But I am not sure whether it works or not.


All times are GMT -4. The time now is 14:59.