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

User Fortran, list of boundaries?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 1, 2015, 15:35
Default User Fortran, list of boundaries?
  #1
New Member
 
Germán Salazar
Join Date: Apr 2015
Posts: 16
Rep Power: 11
gsal is on a distinguished road
Hello:

I do programming support and find myself on a position of taking over some User Fortran code without knowing CFD or CFX, so, please forgive my ignorance.

This is the piece of code CFX complains about (first line):
Code:
CALL USER_PEEK_SIZE ( 'SYNC_BOUNDARY', N_BOUNDARY, LENVEC, 'WARN', CRESLT, CZ )
NODELINES=0
ELEMENTLINES=0
DO I_BOUNDARY = 1, N_BOUNDARY
   BOUNDARY_ID = I_BOUNDARY
   BOUNDARY_DIR = CCATI('BOUNDARY_',BOUNDARY_ID)
   CALL USER_PEEKCA( '/USER/SYNC_BOUNDARY', BOUNDARY_ID, SYNC_BOUNDARY, 'WARN', CRESLT, CZ )
.
.
.
As if they are trying to find out the number of boundaries in the model and then go through a loop (each of them), retrieve node and elements, etc.

...except that the peek for size of 'SYNC_BOUNDARY' is not found...is this supposed to be a generic CFX solver name? or is it supposed to be model dependent?

If generic CFX name, is SYNC_BOUNDARY incorrect? what is the correct name? ( I am using CFX Version 14.5)

If model dependent...where/how can I find out what the correct name is?

Thank you very much in advance.

gsal
gsal is offline   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
Comparison between C/C++ and Fortran? rick Main CFD Forum 45 September 6, 2011 01:52
CFX11 + Fortran compiler ? Mohan CFX 20 March 30, 2011 19:56
Can use PVM in User Fortran LIU Yu CFX 0 November 29, 2008 23:10
User Fortran and interior node information John CFX 0 August 26, 2008 23:24
how to access each cell of a face? (user fortran) Katariina CFX 3 January 28, 2008 10:16


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