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

how to many transient figures by command

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 12, 2005, 23:44
Default how to many transient figures by command
  #1
lenson
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~

  Reply With Quote

Old   January 13, 2005, 02:44
Default Re: how to many transient figures by command
  #2
yacine
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.
  Reply With Quote

Old   January 13, 2005, 05:40
Default Re: how to many transient figures by command
  #3
Peter
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!
  Reply With Quote

Old   January 13, 2005, 06:07
Default Re: how to many transient figures by command
  #4
Jörn Beilke
Guest
 
Posts: n/a
scdu gif

*defi noexec

repl

*end

*loop 1 10

scdu off
  Reply With Quote

Old   January 13, 2005, 06:09
Default Re: how to many transient figures by command
  #5
Anton Lyaskin
Guest
 
Posts: n/a
Look for help for scdump command. It can produce gif files for you
  Reply With Quote

Old   January 13, 2005, 06:43
Default Re: how to many transient figures by command
  #6
carno
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
  Reply With Quote

Old   January 13, 2005, 10:34
Default Re: how to many transient figures by command
  #7
ted
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
  Reply With Quote

Old   January 19, 2005, 10:43
Default Re: how to many transient figures by command
  #8
tak
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

  Reply With Quote

Old   January 21, 2005, 03:41
Default Re: how to many transient figures by command
  #9
lenson
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

  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
How to make Disproportional Figures - Postprocess. mrt FLUENT 2 December 29, 2007 08:13
Gambit, how to generate figures? Jim Clancy FLUENT 2 July 21, 2006 07:44
command for transient computation Patrick FLUENT 2 May 19, 2006 15:09
Help regarding high quality figures from CFX-post UY CFX 4 August 29, 2005 16:37
Help ...MY FLUENT CAN NOT SHOW figures Dandy FLUENT 2 September 8, 2003 23:55


All times are GMT -4. The time now is 16:02.