CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Siemens (https://www.cfd-online.com/Forums/siemens/)
-   -   error in posdat.f (https://www.cfd-online.com/Forums/siemens/56250-error-posdat-f.html)

tipakorn August 23, 2007 02:14

error in posdat.f
 
I define "s", follow "common/dco14/s(3,3,-nbmax:nctmax)" But it's error "dummy argument s" how to fix it?

redrabbit August 23, 2007 03:45

Re: error in posdat.f
 
I guess the code version is critical here to further understand your problem.

Oliver August 23, 2007 04:55

Re: error in posdat.f
 
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

Steve August 24, 2007 05:23

Re: error in posdat.f
 
To be "official" it would need to be documented. I have never found any official documentation for STAR-CD's private common blocks.

Oliver August 24, 2007 07:42

Re: error in posdat.f
 
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


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