|
[Sponsors] |
September 18, 2008, 14:15 |
ARRAY PASSING in STAR4
|
#1 |
Guest
Posts: n/a
|
I just moved from STAR3.2 to STAR4. Basically I used to have a array defined in posdat like
Posdat Dimension X(NCTMXU) POINTER(P_X,X) COMMON/A00/P_X IF(INTFLG(1).EQ.0) then ALLOCATE x MEMORY INTFLG(1)=1 endif then I use this array in other user subroutine just by including the common block Dimension X(4) POINTER(P_X,X) COMMON/A00/P_X What is the similar way to do it in STAR4? |
|
September 19, 2008, 18:30 |
Re: ARRAY PASSING in STAR4
|
#2 |
Guest
Posts: n/a
|
For converting user coding, there is one email address you can contact. It is something like nur79@de.cd-adapco.com. You need to ask the Nuremberg office for the correct address. This is a team of developer that works especially on user-coding support for v4 as they said during the user conference and the new Nuremberg office opening. There is also a new team of consultants in US that are dedicated to update user-coding for v4 es-ice runs.
|
|
September 22, 2008, 15:39 |
Re: ARRAY PASSING in STAR4
|
#3 |
Guest
Posts: n/a
|
posdat in Star v4 works with Fortran 90. Use Module for passing variables from subroutines to others.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Passing of gas thru sand | Sans | CFX | 1 | October 15, 2007 05:44 |
Problem while running solver in star4.0 for linux | deisler | Siemens | 7 | March 14, 2007 05:16 |
backporting star4 cel/vrt -> star3 | Mark Olesen | Siemens | 4 | April 14, 2006 12:36 |
passing vehicle analysis | wilson | CFX | 5 | December 27, 2005 16:05 |
passing vehicle analysis | wilson | Siemens | 2 | December 17, 2005 11:41 |