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

Residuals in POSDAT (Star-CD 4.06 / Windows)

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 3, 2009, 13:58
Default Residuals in POSDAT (Star-CD 4.06 / Windows)
  #1
New Member
 
Ladde
Join Date: Jun 2009
Posts: 1
Rep Power: 0
Ladde is on a distinguished road
Hi all!

I have a problem accessing the residuals in posdat.f under Windows.
Using Linux the following worked fine:

Code:
      RES_U = RESOR1(1, 1)
      RES_V = RESOR1(2, 1)
      RES_P = RESOR1(4, 1)
      RES_T = RESOR1(7, 1)
      RES_1 = RESORSC(1, 1)
      DO I_DOM = 2, doma_no
       RES_U = MAX(RESOR1(1,I_DOM),RES_U)
       RES_V = MAX(RESOR1(2,I_DOM),RES_V)
       RES_P = MAX(RESOR1(4,I_DOM),RES_P)
       RES_T = MAX(RESOR1(7,I_DOM),RES_T)
       RES_1 = MAX(RESORSC(I_DAMPF,I_DOM),RES_1)
      END DO
But under Windows these arrays seem not to be initialized.
When accessing them, I get the error
[ 1 ] ***Received signal 11 - EXITING
and the solver stops.

Same happens with RESMAXEQ and RESMAXSC.

Any ideas how to get the residuals in posdat?

Thanks,
Ladde
Ladde is offline   Reply With Quote

Old   June 5, 2009, 05:16
Default
  #2
New Member
 
SAKTI
Join Date: Mar 2009
Posts: 5
Rep Power: 17
byanw81 is on a distinguished road
Hi I experiencing the same error in windows, anyone know why?
byanw81 is offline   Reply With Quote

Old   July 23, 2009, 21:11
Default
  #3
New Member
 
SAKTI
Join Date: Mar 2009
Posts: 5
Rep Power: 17
byanw81 is on a distinguished road
I upgraded the star-cd to 4.08 and no problem while running in windows ^ ^
byanw81 is offline   Reply With Quote

Reply

Tags
posdat, residuals, windows

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
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 18:56
star cd 4.06 parallel problem whitemelon Siemens 3 October 23, 2008 14:42
STAR on Windows vs Linux HM Siemens 5 September 19, 2006 15:53
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15
star is not running the simulation in windows Arnab Siemens 1 August 2, 2004 02:40


All times are GMT -4. The time now is 18:59.