RotaryRegeneratorGetRotaryGeometrics メソッド |
ローターの幾何学形状を計算する
名前空間:
Popolo.HVAC.HeatExchanger
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文public static void GetRotaryGeometrics(
double diameter,
double length,
out double frontalArea,
out double airStreamArea,
out double matrixArea,
out double heatTransferArea
)
パラメーター
- diameter
- 型: SystemDouble
ローター直径[m] - length
- 型: SystemDouble
ローター奥行き[m] - frontalArea
- 型: SystemDouble
ロータ前面見付面積[m2] - airStreamArea
- 型: SystemDouble
流路断面積[m2] - matrixArea
- 型: SystemDouble
マトリクス断面積[m2] - heatTransferArea
- 型: SystemDouble
伝熱面積[m2]
関連項目