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

error in posdat.f

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 23, 2007, 03:14
Default error in posdat.f
  #1
tipakorn
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?
  Reply With Quote

Old   August 23, 2007, 04:45
Default Re: error in posdat.f
  #2
redrabbit
Guest
 
Posts: n/a
I guess the code version is critical here to further understand your problem.
  Reply With Quote

Old   August 23, 2007, 05:55
Default Re: error in posdat.f
  #3
Oliver
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
  Reply With Quote

Old   August 24, 2007, 06:23
Default Re: error in posdat.f
  #4
Steve
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.
  Reply With Quote

Old   August 24, 2007, 08:42
Default Re: error in posdat.f
  #5
Oliver
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
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
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


All times are GMT -4. The time now is 15:09.