|
|
ANSYS FLUENT allows you to use your own property functions and data with the wet steam model. This is achieved with user-defined wet steam property functions (UDWSPF).
These user-defined functions are written in the C programming language and there is a certain programming format that must be used so that you can build a successful library that can be loaded into the ANSYS FLUENT code.
The following is the procedure for using the user-defined wet steam property functions (UDWSPF):
define
models
multiphase
wet-steam
compile-user-defined-wetsteam-functions
define
models
multiphase
wet-steam
load-unload-user-defined-wetsteam-library
|
|
Note that the UDWSPF can only be used when the wet steam model is activated. Therefore, the UDWSPF are available for use with the density-based solver only.
|