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

USER_GET_MESHDATA in CFX11

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 5, 2007, 09:42
Default USER_GET_MESHDATA in CFX11
  #1
Merck
Guest
 
Posts: n/a
Hello guys!

I am getteing the following error from USER_GET_MESHDATA routine in CFX11. I was not encountring this problem in CFX10.

GCNTRL stacktrace

1 USER_GET_MESHDATA,VolSec

2 USER_GET_MESHDATA,VolSec

3 USER_GET_MESHDATA,VolSec

4 USER_GET_MESHDATA,VolSec ....

the FORTRAN command is as follows

CALL USER_GET_MESHDATA('Volume','Sectors','RETURN','STO P'

& ,CRESLT,NVNOD,pVNOD,CZ,DZ,IZ,LZ,RZ)

Your help in resolving this error is highly appreciated.

Merck

  Reply With Quote

Old   August 7, 2007, 09:32
Default Re: USER_GET_MESHDATA in CFX11
  #2
opaque
Guest
 
Posts: n/a
Dear Merck,

It seems the documentation for USER_GET_MESHDATA is not (has never been) clear about the use of the parameter ACTION. Data acquisition routines with the parameter ACTION usually must be called twice (I have to think of an exception): once to get the data (RETURN, GET) and a second time to discard (RELEASE, DELETE)..

In ANSYS CFX 11.0, user acquisition routines supporting RETURN and RELEASE for the parameter ACTION must be called in pairs. For example,

CALL USER_GET_MESHDATA(...,.., ..., 'RETURN',...)

Use the stack pointer you got to compute your quantity of interest..

CALL USER_GET_MESHDATA(...,.., ..., 'RELEASE',...)

This way the ANSYS solver know what to do with the space in memory.. The solver will verify the "checksum" of RETURN-RELEASE's

Hope this helps,

Opaque

  Reply With Quote

Reply


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
k-w model in CFX11 Li CFX 11 March 18, 2008 08:11
own grid to CFX11 subba CFX 5 June 27, 2007 04:49
CFX11 scaling on quad core Clovertown cpus? Joe CFX 12 June 4, 2007 18:43
Importing CFX10 data into CFX 11 Stephen CFX 1 May 10, 2007 23:42
Importing CFX10 data into CFX 11 Stephen CFX 0 May 9, 2007 06:55


All times are GMT -4. The time now is 21:20.