| CoolingTower メソッド |
CoolingTower 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Objectから継承) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) | |
| GetAirFlowRate | 必要風量[kg/s]を計算する | |
| GetCoolingTowerCoefficient | 冷却塔の特性係数c[-]を求める | |
| GetHashCode | Serves as the default hash function. (Objectから継承) | |
| GetHeatRejection | 除去熱量[kW]を計算する | |
| GetMakeupWater | 水消費量[kg/s]を計算する | |
| GetPowerConsumption | ファン消費電力[kW]を計算する | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| SetOutdoorAirState | 外気条件を設定する | |
| ShutOff | 停止させる | |
| ToString | Returns a string that represents the current object. (Objectから継承) | |
| Update(Double, Boolean) | 状態を更新する | |
| Update(Double, Double) | 状態を更新する |