|
[Sponsors] |
January 13, 2005, 00:44 |
how to many transient figures by command
|
#1 |
Guest
Posts: n/a
|
recently I do some transient cases . after computation , I should get figures with which to compare. But I have 200 pics need done. Can anyone tell me how to get the gif.pictures by using commands. thanks for help~
|
|
January 13, 2005, 03:44 |
Re: how to many transient figures by command
|
#2 |
Guest
Posts: n/a
|
you can find a small example of script to generate pictures in the manual (star guide) using loop comand to download data from *.pstt file and plot them have a look.
|
|
January 13, 2005, 06:40 |
Re: how to many transient figures by command
|
#3 |
Guest
Posts: n/a
|
What would be the commands to export some .gif files? For example: number of gifs "i", name "i.gif" i=1..10(1)? Can you give an example? Thanks!
|
|
January 13, 2005, 07:07 |
Re: how to many transient figures by command
|
#4 |
Guest
Posts: n/a
|
scdu gif
*defi noexec repl *end *loop 1 10 scdu off |
|
January 13, 2005, 07:09 |
Re: how to many transient figures by command
|
#5 |
Guest
Posts: n/a
|
Look for help for scdump command. It can produce gif files for you
|
|
January 13, 2005, 07:43 |
Re: how to many transient figures by command
|
#6 |
Guest
Posts: n/a
|
Look what Jörn has said. It is the best way to do. Create variable within the loop and use trload command to load particular load step. In past I have generated more than 500 images in transient cases within munutes by such macro.
Thanks |
|
January 13, 2005, 11:34 |
Re: how to many transient figures by command
|
#7 |
Guest
Posts: n/a
|
There are a couple of other ways to output pictures from pro-STAR, both of which can be used in a *loop, as previously described.
If you run pro-STAR in GLM mode, you can get high quality screen dumps using "HRSD". Alternatively, you can use the .plot file, which allows you to produce figures in a varienty of formats. In pro-STAR: term,,file rast *loop 1 10 1 term,, close .plot Then on the command line, use the "plot" utility to generate the files in the format you want: plot gif |
|
January 19, 2005, 11:43 |
Re: how to many transient figures by command
|
#8 |
Guest
Posts: n/a
|
hai
i am working with ic engines for tranisent ( moving mesh), can any one explain in detail how to write a macro to capture figures ( one complete cycle) for any variable ex..velocity vector plots. thanks in advance anand |
|
January 21, 2005, 04:41 |
Re: how to many transient figures by command
|
#9 |
Guest
Posts: n/a
|
the following codes used in my simulation can work you can take it as a reference
scdu gif *defi noexec *set I 1 1 % I is for loop parameter from iteration to 40 by 1 store,iter,I % just add the command button then you can find % which command code is according.step by step % you can fill folling code psys,1 getc,all,none spoint,0,0,0,0 snorm,1,0,0,0 plty sect, $edge,on $popt,vect $thin,1 $term,,,vect $repl *end *loop 1 40 scdu off |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to make Disproportional Figures - Postprocess. | mrt | FLUENT | 2 | December 29, 2007 09:13 |
Gambit, how to generate figures? | Jim Clancy | FLUENT | 2 | July 21, 2006 08:44 |
command for transient computation | Patrick | FLUENT | 2 | May 19, 2006 16:09 |
Help regarding high quality figures from CFX-post | UY | CFX | 4 | August 29, 2005 17:37 |
Help ...MY FLUENT CAN NOT SHOW figures | Dandy | FLUENT | 2 | September 9, 2003 00:55 |