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

tutorial 17

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 21, 2009, 10:26
Default tutorial 17
  #1
New Member
 
Mirko
Join Date: May 2009
Posts: 15
Rep Power: 17
painterwolf is on a distinguished road
I'm studying tutorial 17 because I need fortran subroutine for another project. I have problem with theese steps:
  1. Type the following command in the Command Editor dialog box (make sure you do not miss the semi-colon at the end of the line):
  2. ! system (“cfx5mkext TStat_Control.F”) < 1 or die “cfx5mkext failed”;
    1. This is equivalent to executing the following at an OS command prompt:
    cfx5mkext TStat_Control.F
  • The ! indicates that the following line is to be interpreted as power syntax and not CCL. Everything after the ! symbol is processed as Perl commands.
  • system is a Perl function to execute a system command.
  • The < 1 or die will cause an error message to be returned if, for some reason, there is an error in processing the command.
  1. Click Process to compile the subroutine.
    Note

    You can use the -double option (i.e., cfx5mkext -double TStat_Control.F) to compile the subroutine for use with double precision ANSYS CFX-Solver executables.
A subdirectory will have been created in your working directory whose name is system dependent (e.g., on IRIX it is named irix). This sub directory contains the shared object library.

The problem is A subdirectory NO will have been created in your working directory

Which error I'm committing?
painterwolf is offline   Reply With Quote

 


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
Tutorial for subcooled nucleate boiling Asghari FLUENT 42 December 10, 2018 11:42
Problem on Fluent Tutorial: Horizontal Film Boilig Feng FLUENT 2 April 13, 2013 05:34
STAR-CD Tutorial shekhar aryal STAR-CD 4 March 22, 2010 03:25
tutorial 6 in Fluent 6.2 tutorial and Mesh pilli4u FLUENT 2 April 2, 2007 05:09
Rotor/stator tutorial, and how to... gilberto CFX 5 January 21, 2002 09:41


All times are GMT -4. The time now is 12:54.