|
|
发表于 2013-4-8 20:17:38
|
显示全部楼层
You can use DEFINE_PROPERTY to specify a custom material property in FLUENT for single-phase and multiphase flows. When you are writing a user-defined mixing law UDF for a mixture material, you will need to use special utilities to access species material properties. These are described below. If you want to define a custom mass diffusivity property when modeling species transport, you must use DEFINE_DIFFUSIVITY instead of DEFINE_PROPERTY. See Section 2.3.3 for details on DEFINE_DIFFUSIVITY UDFs. For an overview of the FLUENT solution process which shows when a DEFINE_PROPERTY UDF is called, refer to Figures 1.9.1, 1.9.2, and 1.9.3.
Some of the properties you can customize using DEFINE_PROPERTY are:
density (as a function of temperature)
viscosity
thermal conductivity
absorption and scattering coefficients
laminar flow speed
rate of strain
user-defined mixing laws for density, viscosity, and thermal conductivity of mixture materials |
|