.ThermoSysPro.Properties.WaterSteam.BaseIF97.Transport.cond_dTp

Thermal conductivity lam(d,T,p) (industrial use version) only in one-phase region

Information

## Copyright © EDF 2002 - 2025

## ThermoSysPro Version 4.2

        

Interface

function cond_dTp
  import ThermoSysPro;
  extends Modelica.Icons.Function;
  input Units.SI.Density d "density";
  input Units.SI.Temperature T "temperature (K)";
  input Units.SI.Pressure p "pressure";
  input Integer phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  input Boolean industrialMethod = true "if true, the industrial method is used, otherwise the scientific one";
  output Units.SI.ThermalConductivity lambda "thermal conductivity";
end cond_dTp;

Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos