Вы находитесь на странице: 1из 22

Appendix C.

Quick Reference Guide for Multiphase


DEFINE Macros
This appendix is a reference guide that contains a list of general purpose DEFINE macros
(Section 2.3: Model-Specic DEFINE Macros) and multiphase-specic DEFINE macros (Sec-
tion 2.4: Multiphase DEFINE Macros) that can be used to dene multiphase model UDFs.
See Section 1.10: Special Considerations for Multiphase UDFs for information on special
considerations for multiphase UDFs.
C.1 VOF Model
Tables C.1.1C.1.2 list the variables that can be customized using UDFs for the VOF
multiphase model, the DEFINE macros that are used to dene the UDFs, and the phase
that the UDF needs to be hooked to for the given variable.
c Fluent Inc. September 11, 2006 C-1
Quick Reference Guide for Multiphase DEFINE Macros
Table C.1.1: DEFINE Macro Usage for the VOF Model
Variable Macro Phase Specied On
Boundary Conditions
Inlet/Outlet
volume fraction
velocity magnitude
pressure
temperature
mass ux
species mass fractions
internal emissivity
user-dened scalar boundary value
discrete phase boundary condition
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
secondary phase(s)
mixture
mixture
mixture
primary and
secondary phase(s)
phase-dependent
mixture
mixture
mixture
Fluid
mass source
momentum source
energy source
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
primary and
secondary phase(s)
mixture
mixture
C-2 c Fluent Inc. September 11, 2006
C.1 VOF Model
Table C.1.2: DEFINE Macro Usage for the VOF Model
Variable Macro Phase Specied On
Fluid - continued
turbulence kinetic energy source
turbulence dissipation rate source
user-dened scalar source
species source
velocity
temperature
user-dened scalar
turbulence kinetic energy
turbulence dissipation rate
species mass fraction
porosity
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
mixture
mixture
mixture
phase-dependent
mixture
mixture
mixture
mixture
mixture
phase-dependent
mixture
Boundary Conditions
Wall
species boundary condition
internal emissivity
irradiation
roughness height
roughness constant
shear stress components
swirl components
moving velocity components
heat ux
heat generation rate
heat transfer coecient
external emissivity
external radiation temperature
free stream temperature
user scalar boundary value
discrete phase boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
phase-dependent
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
Other
surface tension coecient
mass transfer coecient
heterogeneous reaction rate
DEFINE PROPERTY
DEFINE MASS TRANSFER
DEFINE HET RXN RATE
phase interaction
phase interaction
phase interaction
c Fluent Inc. September 11, 2006 C-3
Quick Reference Guide for Multiphase DEFINE Macros
C.2 Mixture Model
Tables C.2.1C.2.2 list the variables that can be customized using UDFs for the Mixture
multiphase model, the DEFINE macros that are used to dene the UDFs, and the phase
that the UDF needs to be hooked to for the given variable.
C-4 c Fluent Inc. September 11, 2006
C.2 Mixture Model
Table C.2.1: DEFINE Macro Usage for the Mixture Model
Variable Macro Phase Specied On
Boundary Conditions
Inlet/Outlet
volume fraction
mass ux
velocity magnitude
pressure
temperature
species mass fractions
user-dened scalar boundary value
discrete phase boundary condition
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phases(s)
mixture
mixture
phase-dependent
mixture
mixture
Fluid
mass source
momentum source
energy source
turbulence kinetic energy source
turbulence dissipation rate source
granular temperature source
user scalar source
species source
species mass fractions
velocity
temperature
turbulence kinetic energy
turbulence dissipation rate
porosity
granular temperature
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
mixture
mixture
mixture
mixture
secondary phase(s)
mixture
phase-dependent
phase-dependent
mixture
mixture
mixture
mixture
mixture
secondary phase(s)
c Fluent Inc. September 11, 2006 C-5
Quick Reference Guide for Multiphase DEFINE Macros
Table C.2.2: DEFINE Macro Usage for the Mixture Model
Variable Macro Phase Specied On
Fluid - continued
viscous resistance
inertial resistance
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
Wall
roughness height
roughness constant
internal emissivity
shear stress components
moving velocity components
heat ux
heat generation rate
heat transfer coecient
external emissivity
external radiation temperature
free stream temperature
granular ux
granular temperature
user scalar boundary value
discrete phase boundary value
species boundary condition
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
DEFINE PROFILE
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
secondary phase(s)
secondary phase(s)
mixture
mixture
phase-dependent
Material Properties
cavitation surface tension
coecient
cavitation vaporization
pressure
particle or droplet diameter
granular diameter
granular solids pressure
granular radial distribution
granular elasticity modulus
granular viscosity
granular temperature
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
phase interaction
phase interaction
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
Other
slip velocity
drag coecient
mass transfer coecient
heterogeneous reaction rate
DEFINE VECTOR
EXCHANGE PROPERTY
DEFINE EXCHANGE
DEFINE MASS TRANSFER
DEFINE HET RXN RATE
phase interaction
phase interaction
phase interaction
phase interaction
C-6 c Fluent Inc. September 11, 2006
C.3 Eulerian Model - Laminar Flow
C.3 Eulerian Model - Laminar Flow
Tables C.3.1C.3.3 list the variables that can be customized using UDFs for the laminar
ow Eulerian multiphase model, the DEFINE macros that are used to dene the UDFs,
and the phase that the UDF needs to be hooked to for the given variable.
c Fluent Inc. September 11, 2006 C-7
Quick Reference Guide for Multiphase DEFINE Macros
Table C.3.1: DEFINE Macro Usage for the Eulerian Model - Laminar Flow
Variable Macro Phase Specied On
Boundary Conditions
Inlet/Outlet
volume fraction
species mass fractions
mass ux
ow direction components
velocity magnitude
temperature
pressure
user-dened scalar boundary value
discrete phase boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
secondary phase(s)
phase-dependent
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
mixture
mixture
Fluid
mass source
momentum source
energy source
species source
granular temperature source
user-dened scalar source
velocity
temperature
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
phase-dependent
secondary phase(s)
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
C-8 c Fluent Inc. September 11, 2006
C.3 Eulerian Model - Laminar Flow
Table C.3.2: DEFINE Macro Usage for the Eulerian Model - Laminar Flow
Variable Macro Phase Specied On
Boundary Conditions
Fluid
species mass fraction
granular temperature
porosity
user-dened scalar
viscous resistance
inertial resistance
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
phase-dependent
secondary phase(s)
mixture
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
Wall
species boundary condition
shear stress components
moving velocity components
temperature
heat ux
heat generation rate
heat transfer coecient
external emissivity
external radiation temperature
free stream temperature
user-dened scalar boundary value
discrete phase boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
phase-dependent
primary and
secondary phase(s)
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
Material Properties
granular diameter
granular solids pressure
granular radial distribution
granular elasticity modulus
granular viscosity
granular temperature
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
c Fluent Inc. September 11, 2006 C-9
Quick Reference Guide for Multiphase DEFINE Macros
Table C.3.3: DEFINE Macro Usage for the Eulerian Model - Laminar Flow
Variable Macro Phase Specied On
Other
drag coecient
lift coecient
heat transfer coecient
mass transfer coecient
heterogeneous reaction rate
DEFINE EXCHANGE
DEFINE EXCHANGE
DEFINE PROPERTY
DEFINE MASS TRANSFER
DEFINE HET RXN RATE
phase interaction
phase interaction
phase interaction
phase interaction
phase interaction
C-10 c Fluent Inc. September 11, 2006
C.4 Eulerian Model - Mixture Turbulence Flow
C.4 Eulerian Model - Mixture Turbulence Flow
Tables C.4.1C.4.3 list the variables that can be customized using UDFs for the mixed
turbulence ow Eulerian multiphase model, the DEFINE macros that are used to dene
the UDFs, and the phase that the UDF needs to be hooked to for the given variable.
Table C.4.1: DEFINE Macro Usage for the Eulerian Model - Mixture Turbu-
lence Flow
Variable Macro Phase Specied On
Boundary Conditions
Inlet/Outlet
volume fraction
species mass fractions
mass ux
velocity magnitude
temperature
pressure
user-dened scalar boundary value
discrete phase boundary condition
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
secondary phase(s)
phase-dependent
primary and
secondary phases
primary and
secondary phases(s)
primary and
secondary phases(s)
mixture
mixture
mixture
Fluid
mass source
momentum source
energy source
turbulence dissipation rate source
turbulence kinetic energy source
user-dened scalar source
user-dened scalar
turbulence kinetic energy
turbulence dissipation rate
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
mixture
mixture
mixture
mixture
mixture
c Fluent Inc. September 11, 2006 C-11
Quick Reference Guide for Multiphase DEFINE Macros
Table C.4.2: DEFINE Macro Usage for the Eulerian Model - Mixture Turbu-
lence Flow
Variable Macro Phase Specied On
Fluid
velocity
temperature
porosity
user-dened scalar
viscous resistance
inertial resistance
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
Wall
species boundary condition
shear stress components
moving velocity components
temperature
heat ux
heat generation rate
heat transfer coecient
external emissivity
external radiation temperature
free stream temperature
granular ux
granular temperature
discrete phase boundary condition
user-dened scalar boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
DEFINE PROFILE
phase-dependent
primary and
secondary phase(s)
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
Material Properties
granular diameter
granular viscosity
granular bulk viscosity
granular frictional viscosity
granular conductivity
granular solids pressure
granular radial distribution
granular elasticity modulus
turbulent viscosity
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE TURBULENT
VISCOSITY
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
mixture, primary, and
secondary phase(s)
C-12 c Fluent Inc. September 11, 2006
C.4 Eulerian Model - Mixture Turbulence Flow
Table C.4.3: DEFINE Macro Usage for the Eulerian Model - Mixture Turbu-
lence Flow
Variable Macro Phase Specied On
Other
drag coecient
lift coecient
heat transfer coecient
mass transfer coecient
heterogeneous reaction rate
DEFINE EXCHANGE
DEFINE EXCHANGE
DEFINE PROPERTY
DEFINE MASS TRANSFER
DEFINE HET RXN RATE
phase interaction
phase interaction
phase interaction
phase interaction
phase interaction
c Fluent Inc. September 11, 2006 C-13
Quick Reference Guide for Multiphase DEFINE Macros
C.5 Eulerian Model - Dispersed Turbulence Flow
Tables C.5.1C.5.3 list the variables that can be customized using UDFs for the dispersed
turbulence ow Eulerian multiphase model, the DEFINE macros that are used to dene
the UDFs, and the phase that the UDF needs to be hooked to for the given variable.
C-14 c Fluent Inc. September 11, 2006
C.5 Eulerian Model - Dispersed Turbulence Flow
Table C.5.1: DEFINE Macro Usage for the Eulerian Model - Dispersed Tur-
bulence Flow
Variable Macro Phase Specied On
Boundary Conditions
Inlet/Outlet
volume fraction
species mass fractions
mass ux
velocity magnitude
temperature
pressure
user-dened scalar boundary value
discrete phase boundary condition
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
secondary phase(s)
phase-dependent
primary and
secondary phases
primary and
secondary phases(s)
primary and
secondary phases(s)
mixture
mixture
mixture
Fluid
mass source
momentum source
energy source
turbulence dissipation rate source
turbulence kinetic energy source
species source
user-dened scalar source
turbulence dissipation rate
turbulence kinetic energy
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
phase-dependent
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
c Fluent Inc. September 11, 2006 C-15
Quick Reference Guide for Multiphase DEFINE Macros
Table C.5.2: DEFINE Macro Usage for the Eulerian Model - Dispersed Tur-
bulence Flow
Variable Macro Phase Specied On
Fluid
velocity
temperature
species mass fraction
porosity
viscous resistance
inertial resistance
user-dened scalar
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
Wall
species mass fraction
shear stress components
moving velocity components
heat ux
temperature
heat generation rate
heat transfer coecient
external emissivity
external radiation temperature
free stream temperature
granular ux
granular temperature
user-dened scalar boundary value
discrete phase boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
mixture
primary and
secondary phase(s)
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
secondary phase(s)
secondary phase(s)
mixture
mixture
Material Properties
granular diameter
granular viscosity
granular bulk viscosity
granular frictional viscosity
granular conductivity
granular solids pressure
granular radial distribution
granular elasticity modulus
turbulent viscosity
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE TURBULENT
VISCOSITY
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
mixture, primary, and
secondary phase(s)
C-16 c Fluent Inc. September 11, 2006
C.5 Eulerian Model - Dispersed Turbulence Flow
Table C.5.3: DEFINE Macro Usage for the Eulerian Model - Dispersed Tur-
bulence Flow
Variable Macro Phase Specied On
Other
drag coecient
lift coecient
heat transfer coecient
mass transfer coecient
heterogeneous reaction rate
DEFINE EXCHANGE
DEFINE EXCHANGE
DEFINE PROPERTY
DEFINE MASS TRANSFER
DEFINE HET RXN RATE
phase interaction
phase interaction
phase interaction
phase interaction
phase interaction
c Fluent Inc. September 11, 2006 C-17
Quick Reference Guide for Multiphase DEFINE Macros
C.6 Eulerian Model - Per Phase Turbulence Flow
Tables C.6.1C.6.3 list the variables that can be customized using UDFs for the per phase
turbulence ow Eulerian multiphase model, the DEFINE macros that are used to dene
the UDFs, and the phase that the UDF needs to be hooked to for the given variable.
C-18 c Fluent Inc. September 11, 2006
C.6 Eulerian Model - Per Phase Turbulence Flow
Table C.6.1: DEFINE Macro Usage for the Eulerian Model - Per Phase Tur-
bulence Flow
Variable Macro Phase Specied On
Boundary Conditions
Inlet/Outlet
volume fraction
species mass fractions
mass ux
velocity magnitude
temperature
pressure
user-dened scalar boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
secondary phase(s)
phase-dependent
primary and
secondary phases
primary and
secondary phases(s)
primary and
secondary phases(s)
mixture
mixture
Fluid
mass source
momentum source
energy source
turbulence dissipation rate source
turbulence kinetic energy source
user-dened scalar source
velocity
temperature
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE SOURCE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
c Fluent Inc. September 11, 2006 C-19
Quick Reference Guide for Multiphase DEFINE Macros
Table C.6.2: DEFINE Macro Usage for the Eulerian Model - Per Phase Tur-
bulence Flow
Variable Macro Phase Specied On
Fluid
turbulence kinetic energy
turbulence dissipation rate
granular ux
granular temperature
porosity
viscous resistance
inertial resistance
user-dened scalar
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
primary and
secondary phase(s)
primary and
secondary phase(s)
secondary phase(s)
secondary phase(s)
mixture
primary and
secondary phase(s)
primary and
secondary phase(s)
mixture
Wall
species boundary condition
shear stress components
moving velocity components
temperature
heat ux
heat generation rate
heat transfer coecient
external emissivity
external radiation temperature
free stream temperature
granular ux
granular temperature
user-dened scalar boundary value
discrete phase boundary value
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE PROFILE
DEFINE DPM BC
phase-dependent
primary and
secondary phase(s)
mixture
mixture
mixture
mixture
mixture
mixture
mixture
mixture
secondary phase(s)
secondary phase(s)
mixture
mixture
Material Properties
granular diameter
granular viscosity
granular bulk viscosity
granular frictional viscosity
granular conductivity
granular solids pressure
granular radial distribution
granular elasticity modulus
turbulent viscosity
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE PROPERTY
DEFINE TURBULENT
VISCOSITY
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
secondary phase(s)
mixture, primary, and
secondary phase(s)
C-20 c Fluent Inc. September 11, 2006
C.6 Eulerian Model - Per Phase Turbulence Flow
Table C.6.3: DEFINE Macro Usage for the Eulerian Model - Per Phase Tur-
bulence Flow
Variable Macro Phase Specied On
Other
drag coecient
lift coecient
heat transfer coecient
mass transfer coecient
heterogeneous reaction rate
DEFINE EXCHANGE
DEFINE EXCHANGE
DEFINE PROPERTY
DEFINE MASS TRANSFER
DEFINE HET RXN RATE
phase interaction
phase interaction
phase interaction
phase interaction
phase interaction
c Fluent Inc. September 11, 2006 C-21
Quick Reference Guide for Multiphase DEFINE Macros
C-22 c Fluent Inc. September 11, 2006

Вам также может понравиться