CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Siemens (https://www.cfd-online.com/Forums/siemens/)
-   -   about an animation... (https://www.cfd-online.com/Forums/siemens/56461-about-animation.html)

susan February 21, 2008 07:05

about an animation...
 
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 )

harry February 21, 2008 11:46

Re: about an animation...
 
trload,, cset news fluid cplot *defa noexe getc vmag caver cset zoom off replo *end *loop 0 10

Or something along them lines......

Daniel February 21, 2008 12:02

Re: about an animation...
 
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


kiki February 21, 2008 17:34

Re: about an animation...
 
or look into Help -> Post-processing guide...

susan February 25, 2008 00:09

Re: about an animation...
 
Thanks

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



All times are GMT -4. The time now is 06:48.