CFX用户手册-User Fortran

User Fortran IntroductionThe chapter discusses: HYPERLINK "mk:@MSITStore:C:\\Program%20Files\\ANSYS%

User Fortran Introduction The chapter discusses: ● User CEL Functions and Routines ● User Junction Box Routines ● Shared Libraries ● User Parameters ● Utility Routines for User Functions ● ANSYS CFX Memory Management System (MMS) ● User CEL Examples ● User Junction Box Examples ● Using CFX-4 Routines in ANSYS CFX To allow you to add additional features and physical models to ANSYS CFX, you can write your own subroutines in Fortran and have the ANSYS CFX-Solver call these routines through asource code interface. You may also wish to implement customized physical models which would never be available in ANSYS CFX due to confidentiality considerations. ANSYS CFX supports user subroutines written in Fortran 77 or Fortran 90. Alist of supported compilers for each platform is available. Using Fortran 77 whenever possible is recommended. Two different kinds of user routines are available in ANSYS CFX: CFX可以利用两种不同的方式应用用户子程序 ● User defined CEL (CFX Expression Language) functions can be used within aCEL expression, following the standard CEL rules. For details, see User CEL Functions and Routines. 用户定义CEL(User defined CEL)函数可以在CEL表达式中使用 ● Junction box routines can be used at several places in the ANSYS CFX-Solver to execute user code. For details, see User Junction Box Routines. Junction box routines可以在ANSYS CFX-Solver中执行用户代码

腾讯文库CFX用户手册-User