wiki:public/doc/by_ext/mfp/S_heat_conductivity
Last modified 3 years ago Last modified on 08/10/15 11:44:33

Description

This keyword sets the heat conductivity model and its parameters.

Parameters

The first parameter (int) specifies the head conductivity model. Possible values are:

  • 1 -- constant heat capacity. Additional parameters:
    • (double) heat conductivity
  • 2 -- heat conductivity is a function of pressure, temperature, concentration. Additional parameters:
    • (double) C_0 ?? This parameter is written to the same place as the one from specific heat capacity model 2
  • 3 -- heat conductivity is a function of pressure, temperature. Additional parameters:
    • (string, string) -- names for heat_conductivity_pcs_name_vector
  • 11 -- heat conductivity is a function of pressure, temperature, concentration. No additional parameters. Requires two components and their molar masses defined in the mcp file.
  • 15 -- ?? Additional parameters:
    • (double*4) kappa[0], ..., kappa[3]

The default is model 1.

WARNING: Currently only models 0, 1, 11 and 15 are benchmarked. The others might not work!