CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Siemens (https://www.cfd-online.com/Forums/siemens/)
-   -   Psot register data (https://www.cfd-online.com/Forums/siemens/53763-psot-register-data.html)

Prabodh April 21, 2004 00:30

Psot register data
 
Is there any way of writing the data in the post register to a file.

Prabodh

carno April 21, 2004 02:29

Re: Psot register data
 
run following commands

ofile,star.out <or any your name> print,all <or cset> close star.out

u will find star.out text file in the same directory.


Prabodh April 21, 2004 07:03

Re: Psot register data
 
hi carno! the command does create an output file like you mentioned. But its a blank file. thanks, prabodh

Jörn Beilke April 21, 2004 07:49

Re: Psot register data
 
once again:

ofile "test.out"

print cset

ofile ,,

close "test.out"

now have a look at the file

Prabodh April 21, 2004 08:29

Re: Psot register data
 
hi Carno! thanks. i was able to write the data into the .out file. but the problem is it writes the data for all cells in the file. is there any way you can write the data for the cell set into the file.

Prabodh

carno April 22, 2004 01:39

Re: Psot register data
 
use

print cset command instead of print


Prabodh April 22, 2004 01:42

Re: Psot register data
 
It works. Thanks Jorn!

Prabodh

Leo April 22, 2004 07:36

Re: Psot register data
 
You can also use the "savu" command (save user data). Type

help savu

on the command line for more info.

carno April 23, 2004 01:48

Re: Psot register data
 
thanks leo. This was new useful command for me.


All times are GMT -4. The time now is 13:27.