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

B.6 User-Defined Scalar (UDS) DEFINE Macros

The following definitions for UDS DEFINE macros (see Section  2.7) are taken from the udf.h header file.

#define DEFINE_ANISOTROPIC_DIFFUSIVITY(name, c, t, ns, dmatrix) \
   void name(cell_t c, Thread *t, int ns, real dmatrix[ND_ND][ND_ND])

#define DEFINE_UDS_FLUX(name, f, t, i) real name(face_t f, Thread *t, int i)

#define DEFINE_UDS_UNSTEADY(name, c, t, i, apu, su) \
  void name(cell_t c, Thread *t, int i, real *apu, real *su)


next up previous contents index Previous: B.5 Discrete Phase Model
Up: B. DEFINE Macro Definitions
Next: C. Quick Reference Guide
Release 12.0 © ANSYS, Inc. 2009-01-14