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

CrossFinHeatExchanger コンストラクター (Double, Double, Double, Int32, Int32, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Boolean)

インスタンスを初期化する(詳細モデル)

名前空間:  Popolo.HVAC.HeatExchanger
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
public CrossFinHeatExchanger(
	double depth,
	double width,
	double height,
	int rowNumber,
	int columnNumber,
	double finPitch,
	double finThickness,
	double thermalConductivity,
	double innerDiameter,
	double outerDiameter,
	double ratedAirFlowRate,
	double ratedInletAirTemperature,
	double ratedInletAirHumidityRatio,
	double borderRelativeHumidity,
	double ratedWaterFlowRate,
	double maxWaterFlowRate,
	double ratedInletWaterTemperature,
	double flowFactor,
	double heatTransfer,
	bool useCorrectionFactor
)

パラメーター

depth
型: SystemDouble
奥行き[m]
width
型: SystemDouble
幅[m]
height
型: SystemDouble
高さ[m]
rowNumber
型: SystemInt32
列数[列]
columnNumber
型: SystemInt32
段数[段]
finPitch
型: SystemDouble
フィンピッチ[m]
finThickness
型: SystemDouble
フィン厚み[m]
thermalConductivity
型: SystemDouble
フィン材料の熱伝導率[W/(mK)]
innerDiameter
型: SystemDouble
管の内径[m]
outerDiameter
型: SystemDouble
管の外径[m]
ratedAirFlowRate
型: SystemDouble
定格風量[kg/s]
ratedInletAirTemperature
型: SystemDouble
定格入口空気乾球温度[C]
ratedInletAirHumidityRatio
型: SystemDouble
定格入口空気絶対湿度[kg/kg]
borderRelativeHumidity
型: SystemDouble
乾湿境界での空気相対湿度[%]
ratedWaterFlowRate
型: SystemDouble
定格水量[kg/s]
maxWaterFlowRate
型: SystemDouble
最大水量[kg/s]
ratedInletWaterTemperature
型: SystemDouble
定格入口水温[C]
flowFactor
型: SystemDouble
フロー倍率
heatTransfer
型: SystemDouble
定格能力[kW]
useCorrectionFactor
型: SystemBoolean
修正係数を用いるか否か
関連項目