Encyclopaedia Index

3 Physical Properties

CONTENTS

3.1Density
3.2Specific Heat Capacity
3.3Viscosity
3.4Thermal Conductivity
3.5Diffusivities
3.6Use With the PRPS Variable

3.1 Density

A call is made to the CHEMKIN routine CKRHOY to calculate the density.

This option is activated by setting

RHO1=GRND9

in the Q1 file, or, if the PRPS variable is used, by putting GRND9 into the PROPS data for RHO.

3.2 Specific Heat Capacity

In group 1 of GXCHKI, a call is made to calculate the species enthalpies at the reference temperature; the reference enthalpies are then stored for future use. For the first species in the CHEMKIN system, a call is made to the CHEMKIN routine CKHMS to calculate the species enthalpies from which the effective specific heat capacities are calculated using the formula for <Cp> given above. The specific heats are stored away to be referenced on future entries to GXCHKI to obtain the specific heats for other species.

This option is activated by setting

CP1=GRND9

in the Q1 file, or, if the PRPS variable is used, by putting GRND9 into the PROPS data for CP.

3.3 Viscosity

A call is made to the TRANLIB routine MCAVIS to calculate the mixture averaged dynamic viscosity from which the kinematic viscosity, required by PHOENICS, is calculated by division by density.

This option is activated by setting

ENUL=GRND9

in the Q1 file, or, if the PRPS variable is used, by putting GRND9 into the PROPS data for ENUL.

3.4 Thermal Conductivity

A call is made to the TRANLIB routine MCACON in order to calculate the mixture thermal conductivity.

This option is activated by setting

PRNDTL(TEM1)=-GRND9

in the Q1 file, or, if the PRPS variable is used, by putting -GRND9 into the PROPS data for thermal-conductivity.

3.5 Diffusivities

A call is made to the TRANLIB routine MCADIF when GXCHKI is entered for the first CHEMKIN species in order to calculate the mixture-averaged diffusivities for all species. The diffusivities are stored in F-array storage so that they may be retrieved in future calls to supply the diffusivities for the other species.

This option is activated by setting, for the variable numbered KSPEC,

PRNDTL(KSPEC)=-GRND9

in the Q1 file. (Activation through the PRPS variable is not possible.)

If the improved transport model is activated, then the diffusivity is divided by the mean molecular weight in order that the correct mean value is calculated for later use in group 8.

3.6 Use With the PRPS Variable

Some information has already been given on the use of the CHEMKIN properties with the PRPS variable, and now a summary will be given. If the PRPS variable is used then the user should insert into the Q1 file, or a PROPS file, a fragment of the form;

      n GRND9 GRND9 GRND9 GRND9 0.
      0.0
      0.0
      0.0
      0.0

where n can be any previously unused property number smaller than 100. In the Q1 file the full coding would be;

STORE(PRPS);FIINIT(PRPS)=n
CSG10='q1';MATFLG=T

      MATFLG=T;NMAT=1
      n GRND9 GRND9 GRND9 GRND9 0.
      0.0
      0.0
      0.0
      0.0

where n has the same meaning as above.


wbs