|
[Sponsors] |
February 21, 2008, 08:05 |
about an animation...
|
#1 |
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 ) |
|
February 21, 2008, 12:46 |
Re: about an animation...
|
#2 |
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...... |
|
February 21, 2008, 13:02 |
Re: about an animation...
|
#3 |
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 |
|
February 21, 2008, 18:34 |
Re: about an animation...
|
#4 |
Guest
Posts: n/a
|
or look into Help -> Post-processing guide...
|
|
February 25, 2008, 01:09 |
Re: about an animation...
|
#5 |
Guest
Posts: n/a
|
Thanks
but I use 3.26version,so no have post-processing guide |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Animation | Huawei | Main CFD Forum | 0 | February 28, 2009 05:03 |
animation | cfxdude | CFX | 5 | June 18, 2007 07:00 |
animation | chem | FLUENT | 0 | March 4, 2006 18:04 |
animation | caty | CFX | 4 | March 30, 2005 19:32 |
animation? | zahid | FLUENT | 1 | November 24, 2002 02:19 |