[ANSYS, Inc. Logo] return to home search
next up previous contents index

14.3.5 Specifying the Auxiliary Fluid Properties and Conditions

To define the auxiliary fluid properties and conditions, you will specify the Auxiliary Fluid Flow Rate ( $\dot{m}$) in the Auxiliary Fluid tab. The properties of the auxiliary fluid can be specified using the Auxiliary Fluid Properties Method drop-down list. You can choose a constant-specific-heat ( $c_p$) and set the value in the Auxiliary Fluid Specific Heat field below, or as a user-defined function for the enthalpy using the user-defined-enthalpy option and selecting the corresponding UDF from the Auxiliary Fluid Enthalpy UDF drop-down list.

The function should return a single value depending on the index:

The user-defined function should be of type

DEFINE_SOURCE(udf_name, cell_t c, Thread *t, real d[n], int index).

where n in the expression d[n] would be 0 for temperature, 1 for pressure, or 2 for quality. The variable index is 0 for enthalpy, 1 for temperature, or 2 for specific heat. This user-defined function should return

real value; /* (temperature or enthalpy or Cp depending on index). */


next up previous contents index Previous: 14.3.4 Defining the Macros
Up: 14.3 Using the Ungrouped
Next: 14.3.6 Setting the Pressure-Drop
Release 12.0 © ANSYS, Inc. 2009-01-29