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

how do i know ICONV is either 1 or 2 ?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 30, 2004, 12:44
Default how do i know ICONV is either 1 or 2 ?
  #1
mspark
Guest
 
Posts: n/a
Hi

ICONV is a conversion parameter: 1 for T->H, 2 for H->T inputting to COTEET. How do i know ICONV is either 1 or 2 ?
  Reply With Quote

Old   March 31, 2004, 03:16
Default Re: how do i know ICONV is either 1 or 2 ?
  #2
Richard
Guest
 
Posts: n/a
IF (ICONV.EQ.1) THEN ... ELSE IF (ICONV.EQ.2) THEN ... END IF
  Reply With Quote

Old   March 31, 2004, 05:55
Default Re: how
  #3
mspark
Guest
 
Posts: n/a
Thanks for repl. however, i know IF statement below. what i want to know is when ICONV is either 1 or 2.

IF (ICONV.EQ.1) THEN ... ELSE IF (ICONV.EQ.2) THEN ... END IF

  Reply With Quote

Old   April 1, 2004, 03:14
Default Re: how
  #4
Richard
Guest
 
Posts: n/a
I don't think you need to know exactly when STAR calls COTEET or why, it is enough to know that ICONV=1 means you need to return the H for the given T, and ICONV=2 means T for the given H.

But I guess that, for example, boundary conditions are specified as temperatures, but STAR needs H for the enthalpy equation. Hence after boundary conditions are defined there would be calls to COTEET with ICONV=1. On the other hand, properties may be functions of T so STAR will need to convert H to T before calculating properties.
  Reply With Quote

Old   April 1, 2004, 05:34
Default Re: how
  #5
mspark
Guest
 
Posts: n/a
Hi Richard.

thank you for your opinion. let me try to find out what factor makes ICONV be either 1 or 2.

Best Regard.

mspark
  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



All times are GMT -4. The time now is 23:51.