|
[Sponsors] |
March 9, 2004, 21:09 |
plot additional parameter
|
#1 |
Guest
Posts: n/a
|
hi, experts
if I add some myself parameter to the star, how to plot it in post-star. for example, I calculate some parameter 'curr' from tempereture and pressure in posdat.f, and I write it to file 80. I can read the value from this file. but how can I plot it with contour type for every cell in post course? could anybody have this experience? thank you a lot best regards jane |
|
March 12, 2004, 04:22 |
Re: plot additional parameter
|
#2 |
Guest
Posts: n/a
|
write out your variables
open file if needed OPEN 85,FILE='partconc.usr',FORM='FORMATTED',STATUS='UN KNOWN') write(85,9897) iclmap(ic),variable(ic) 9897 format(I9,6x,E16.9) you can read this in using 'load user data'. Michiel |
|
March 15, 2004, 19:40 |
Re: plot additional parameter
|
#3 |
Guest
Posts: n/a
|
oh, thank you so much Michiel. now I know how to do.
Jane |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
expert parameter | sometimes1900 | CFX | 3 | October 27, 2008 11:41 |
two parameter on the same plot | ammi reddy | FLUENT | 0 | March 22, 2007 22:47 |
Kinetik parameter for CO + 0.5 02 -> CO2 | Martin | CFX | 0 | January 26, 2006 08:30 |
ADI-SOR relaxation parameter | Mohsen | Main CFD Forum | 0 | November 14, 2005 21:53 |
NFMAX parameter | Sileno | Phoenics | 2 | January 12, 2005 04:42 |