CrossFinHeatExchanger コンストラクター (Double, Double, Int32, Int32, Double, Double, Double, Double, Double, Double, Double, CrossFinHeatExchangerWaterFlowType, Double, Boolean) |
インスタンスを初期化する(詳細モデル:自動初期化)
名前空間:
Popolo.HVAC.HeatExchanger
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文public CrossFinHeatExchanger(
double width,
double height,
int rowNumber,
int columnNumber,
double ratedAirFlowRate,
double ratedInletAirTemperature,
double ratedInletAirHumidityRatio,
double borderRelativeHumidity,
double ratedWaterFlowRate,
double maxWaterFlowRate,
double ratedInletWaterTemperature,
CrossFinHeatExchangerWaterFlowType flowType,
double heatTransfer,
bool useCorrectionFactor
)
パラメーター
- width
- 型: SystemDouble
幅[m] - height
- 型: SystemDouble
高さ[m] - rowNumber
- 型: SystemInt32
列数[列] - columnNumber
- 型: SystemInt32
段数[段] - ratedAirFlowRate
- 型: SystemDouble
定格風量[kg/s] - ratedInletAirTemperature
- 型: SystemDouble
定格入口空気乾球温度[C] - ratedInletAirHumidityRatio
- 型: SystemDouble
定格入口空気絶対湿度[kg/kg] - borderRelativeHumidity
- 型: SystemDouble
乾湿境界での空気相対湿度[%] - ratedWaterFlowRate
- 型: SystemDouble
定格水量[kg/s] - maxWaterFlowRate
- 型: SystemDouble
最大水量[kg/s] - ratedInletWaterTemperature
- 型: SystemDouble
定格入口水温[C] - flowType
- 型: Popolo.HVAC.HeatExchangerCrossFinHeatExchangerWaterFlowType
フロータイプ - heatTransfer
- 型: SystemDouble
定格能力[kW] - useCorrectionFactor
- 型: SystemBoolean
修正係数を用いるか否か
関連項目