|
[Sponsors] |
August 23, 2007, 03:14 |
error in posdat.f
|
#1 |
Guest
Posts: n/a
|
I define "s", follow "common/dco14/s(3,3,-nbmax:nctmax)" But it's error "dummy argument s" how to fix it?
|
|
August 23, 2007, 04:45 |
Re: error in posdat.f
|
#2 |
Guest
Posts: n/a
|
I guess the code version is critical here to further understand your problem.
|
|
August 23, 2007, 05:55 |
Re: error in posdat.f
|
#3 |
Guest
Posts: n/a
|
For 3.1x the "official" definition would be
common /dco14/ s dimension s(3,3,-nbmax:nctmax) For 3.2x the definition is (see nom.inc) common /dco14/ p_s pointer (p_s,s(3,3,-nbmax:nctmax)) Good luck |
|
August 24, 2007, 06:23 |
Re: error in posdat.f
|
#4 |
Guest
Posts: n/a
|
To be "official" it would need to be documented. I have never found any official documentation for STAR-CD's private common blocks.
|
|
August 24, 2007, 08:42 |
Re: error in posdat.f
|
#5 |
Guest
Posts: n/a
|
For 3.1x you are right, but if you ask support you get this definition. That's also why I put "official" in quotes.
For 3.2x you find the documentation in nom.inc |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error with posdat.f - undefined symbol: for_open | Emmanuel Resch | Siemens | 2 | August 20, 2007 16:46 |
CFL in posdat | hamodi | Siemens | 2 | August 6, 2007 03:27 |
POSDAT | Sheila | Siemens | 2 | February 8, 2006 12:08 |
posdat in HPC | Won-Geun Lee | Siemens | 0 | May 23, 2001 21:03 |
Posdat | Maria Carlsson | Siemens | 1 | April 30, 2001 11:29 |