Fortran User Interface Reference
This section introduces the interface between Simcenter STAR-CCM+ and Fortran user functions.
The interface between Simcenter STAR-CCM+ and Fortran user functions is covered in the topics below:
- Type definitions
- The template user function
- The template library registration function (uflib)
- Function calls in uflib to register the user functions (uffunc and ufarg)
- The variables available from Simcenter STAR-CCM+
The usage of this interface is illustrated in the examples. Although the interface is compatible with Fortran 77, code that is presented in this documentation assumes Fortran 90 as a minimum.