| SimpleSolarCollector クラス |
名前空間: Popolo.HVAC.SolarEnergy
public class SimpleSolarCollector
SimpleSolarCollector 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| SimpleSolarCollector(ImmutableIncline, Double, SimpleSolarCollectorHeatReceiver) | インスタンスを初期化する | |
| SimpleSolarCollector(ImmutableIncline, Double, Double, Double) | インスタンスを初期化する |
| 名前 | 説明 | |
|---|---|---|
| CoefficientA | 特性式の係数A[W/K]を取得する | |
| CoefficientB | 特性式の係数B[-]を取得する | |
| Efficiency | 集熱効率[-]を取得する | |
| HeatCollection | 集熱量[kW]を取得する | |
| Incline | 傾斜面情報を取得する | |
| InletWaterTemperature | 入口水温[C]を取得する | |
| OutletWaterTemperature | 出口水温[C]を取得する | |
| SurfaceArea | パネル表面積[m2]を取得する | |
| WaterFlowRate | 水量[kg/s]を取得する |
| 名前 | 説明 | |
|---|---|---|
| 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から継承) | |
| GetHashCode | Serves as the default hash function. (Objectから継承) | |
| GetOutletTemperature(Double, Double, Double, Double) | 出口温度[C]を計算する | |
| GetOutletTemperature(ImmutableSun, Double, Double, Double) | 出口温度[C]を計算する | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| GetWaterFlowRate(Double, Double, Double, Double) | 水量[kg/s]を計算する | |
| GetWaterFlowRate(ImmutableSun, Double, Double, Double) | 水量[kg/s]を計算する | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| ToString | Returns a string that represents the current object. (Objectから継承) |