リサイズはクリックかドラッグ

WaterPipeGetPipeLinearThermalTransmittance メソッド

配管の内外表面間の線熱通過率[W/(mK)]を計算する

名前空間:  Popolo.HVAC.Circuit
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public static double GetPipeLinearThermalTransmittance(
	double innerDiameter,
	double insulatorThermalConductivity,
	double insulatorThickness,
	double pipeThermalConductivity,
	double pipeThickness
)

パラメーター

innerDiameter
型: SystemDouble
配管の内径[m]
insulatorThermalConductivity
型: SystemDouble
断熱材の熱伝導率[W/(mK)]
insulatorThickness
型: SystemDouble
断熱材の厚み[m]
pipeThermalConductivity
型: SystemDouble
配管の熱伝導率[W/(mK)]
pipeThickness
型: SystemDouble
配管の厚み[m]

戻り値

型: Double
配管の内外表面間の線熱通過率[W/(mK)]
関連項目