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

about an animation...

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 21, 2008, 07:05
Default about an animation...
  #1
susan
Guest
 
Posts: n/a
I try to make an animation with transient results.

I can't find animation commands at user guide book

if you know animation commands and formats,

please tell me them.

( not animation module but using panels )
  Reply With Quote

Old   February 21, 2008, 11:46
Default Re: about an animation...
  #2
harry
Guest
 
Posts: n/a
trload,, cset news fluid cplot *defa noexe getc vmag caver cset zoom off replo *end *loop 0 10

Or something along them lines......
  Reply With Quote

Old   February 21, 2008, 12:02
Default Re: about an animation...
  #3
Daniel
Guest
 
Posts: n/a
Page 9-46 of the User Manual has some information (albeit, not very helpful). Here is some sample code you can assign to a button in a panel to be used in pro-STAR (you can use the pro-STAR Help for more details on each command). Hope it helps!

TRLOAD,,

!This line loads the transient results

POPT,BOTH PLTY,SECT

!Sets the Plot Option (In this case both contour and vector) and Plot Type (in this case a section plot)

CSET,NEWS,FLUID

!Defines a new cell set of the fluid cells

*DEFI,NOEX

!Begins the loop

STOR,NEXT

!Stores the next time step in the transient data

GETC,ALL,CONC,9

!Gets the specific data to be plotted (for this case, all of the velocity vectors and the concentration of scalar 9)

CSCALE,14,USER,0,1.0 !CSCALE,14,AUTO

!These are two ways to set the color scale. I find it useful for my work to use a user scale that doesn't change with time like the auto scale

CPLOT

!Plots to the screen

*END *LOOP,1.0,100,1.0

!Ends the loop and sets the start, end, and increment values for the loop

  Reply With Quote

Old   February 21, 2008, 17:34
Default Re: about an animation...
  #4
kiki
Guest
 
Posts: n/a
or look into Help -> Post-processing guide...
  Reply With Quote

Old   February 25, 2008, 00:09
Default Re: about an animation...
  #5
susan
Guest
 
Posts: n/a
Thanks

but I use 3.26version,so no have post-processing guide

  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Animation Huawei Main CFD Forum 0 February 28, 2009 04:03
animation cfxdude CFX 5 June 18, 2007 06:00
animation chem FLUENT 0 March 4, 2006 17:04
animation caty CFX 4 March 30, 2005 18:32
animation? zahid FLUENT 1 November 24, 2002 01:19


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