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

How to save the export information to Variables

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 30, 2006, 02:37
Default How to save the export information to Variables
  #1
cauffman
Guest
 
Posts: n/a
Hi everybody! My question is how to save the export information to variable automatically.For example, when run AREA RRANGE 1 1 1 the output is as followed: FOR REGIONS 1 TO 1 BY 1 AREA = 3285.37 CUMULATIVE AREA = 3465.37

I want to save AREA:3285.37 to a Variable automatically, Not do as *SET xxx 3285.37.

Thanks in advance
  Reply With Quote

Old   October 30, 2006, 19:47
Default Re: How to save the export information to Variable
  #2
DB
Guest
 
Posts: n/a
What exactly are you trying to do with saving the output to a variable??
  Reply With Quote

Old   October 30, 2006, 23:02
Default Re: How to save the export information to Variable
  #3
cauffman
Guest
 
Posts: n/a
I'm trying to make a common command set to calculate the discharge coefficient. When calculate this value,It needs the FLUX ,AREA of a shell(such as inlet,outlet) , Pressure loss between inlet and outlet.

  Reply With Quote

Old   November 1, 2006, 07:54
Default Re: How to save the export information to Variable
  #4
vladimir
Guest
 
Posts: n/a
hi cauffman
i would recommend you to try
<code>help *get</code>
in the prostar output window and read the section 'miscelaneous'
hope it helps

  Reply With Quote

Old   November 2, 2006, 03:17
Default Re: How to save the export information to Variable
  #5
cauffman
Guest
 
Posts: n/a
Thank you, vladimir I'll try
  Reply With Quote

Old   November 2, 2006, 03:27
Default Re: How to save the export information to Variable
  #6
cauffman
Guest
 
Posts: n/a
Hi vladimir I read the command userguide as you said, but I can't find it; Could you show me in detail? Thank in advance.
  Reply With Quote

Old   November 5, 2006, 04:32
Default Re: How to save the export information to Variable
  #7
vladimir
Guest
 
Posts: n/a
You got somehow mistaken. I was not refering you to the user guide but a prostar command line (prostar output window). If you are looking for a help to a command you don't know, you can do it in three ways: firstly, by issuing
<code>help *get</code>
in the prostar output window, which is the only way while running prostar in batch mode
secondly, by pressing F1 key while in prostar. In this way a help window will pop up so you can type the command in question there and get all information;this is what I do.
The last possibility is to open a file star_command.pdf which is located somewhere in the StarCD instalation directory. Unfortunately, there is a discrepancy within what is in prostar help and the mentioned pdf file. The feature is not listed in the pdf file for whoknows reasons.
Thus if you want to know something about the *get command try the two other approaches.
Otherwise
<code> area,init
area,rrange,1,1,1
*get,myarea,atot
</code>

  Reply With Quote

Old   November 6, 2006, 02:21
Default Re: How to save the export information to Variable
  #8
cauffman
Guest
 
Posts: n/a
Thank you for your reply! I read the help command of *GET one by one ,but I still can't find relative infomation. It seems that STARCD can't identify "*get,myarea,atot"
  Reply With Quote

Old   November 6, 2006, 17:35
Default Re: How to save the export information to Variable
  #9
vladimir
Guest
 
Posts: n/a
I looked it up and it seems to be a problem of star version as the 3.24 does not support the <code>*get,par1,atot</code> command but 3.26 does. If you have to deal with star version below 3.26 , I have no idea how to help you. You can try the following:
set your simulation output to contain any wall data (yplus is enough),
run the simulation (or just rerun it for 1 iteration so the wall data are saved),
load the pst file,
get the yplus value by <code>getw,yplu</code>,
use command <code>oper,getb,area,4</code> (help operate might be useful) to get area of any boundary into post register no.4,
select the cells in question with the <code>cset</code> command (bset,news,region,1$vset,news,bset$cset,news,vset, face$cset,dele,fluid) to get the shell cells of the boundary region no.1
issue <code>summ,cset</code> command,
and use <code>*get,myarea,rtot,4</code>.
The rest is up to you. This works quite fine for me and I hope it'll do the same for you.
  Reply With Quote

Old   November 6, 2006, 17:52
Default Re: How to save the export information to Variable
  #10
cauffman
Guest
 
Posts: n/a
My STARCD version is 3.24,I'll try as you said. Thank you.
  Reply With Quote

Reply


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
save PARTICLE information in CASE and DATA Alex FLUENT 1 September 1, 2010 10:01
save variables jan CFX 6 July 30, 2007 17:49
export vol.fraction information? jemteo CFX 2 April 24, 2006 04:44
Save data massimo Siemens 0 November 18, 2002 05:35
How can I save .cel .vrt .bnd files Peter liang Siemens 7 September 7, 2001 14:36


All times are GMT -4. The time now is 00:04.