MultipleStratifiedWaterTankUpdateTemperature メソッド |
槽内温度を計算する
名前空間:
Popolo.HVAC.ThermalStorage
アセンブリ:
Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文public static void UpdateTemperature(
ref IVector temperature,
ref IMatrix wMat,
ref IVector wVec1,
ref IVector wVec2,
double timeStep,
double waterInletTemperature,
double waterFlowRate,
double heatLossCoefficient,
double ambientTemperature,
double waterDepth,
double pipeDiameter,
double sectionalArea,
int pipeInstallationLayer,
bool isDownFlow
)
パラメーター
- temperature
- 型: Popolo.Numerics.MatrixOperationIVector
槽内温度分布[C] - wMat
- 型: Popolo.Numerics.MatrixOperationIMatrix
計算領域(3×層の数) - wVec1
- 型: Popolo.Numerics.MatrixOperationIVector
計算領域(層の数) - wVec2
- 型: Popolo.Numerics.MatrixOperationIVector
計算領域(層の数) - timeStep
- 型: SystemDouble
タイムステップ[sec] - waterInletTemperature
- 型: SystemDouble
流入水温[C] - waterFlowRate
- 型: SystemDouble
流入量[m3/s] - heatLossCoefficient
- 型: SystemDouble
熱損失率[kW/K] - ambientTemperature
- 型: SystemDouble
周囲の温度[C] - waterDepth
- 型: SystemDouble
水槽の水深[m] - pipeDiameter
- 型: SystemDouble
流出入口直径[m] - sectionalArea
- 型: SystemDouble
断面積[m2] - pipeInstallationLayer
- 型: SystemInt32
流入出口設置層番号 - isDownFlow
- 型: SystemBoolean
下向きか否か
関連項目