リサイズはクリックかドラッグ

MultiConnectedWaterTankUpdateTemperature メソッド

水槽温度を計算する

名前空間:  Popolo.HVAC.ThermalStorage
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
public static void UpdateTemperature(
	ref IVector temperatures,
	ref IMatrix wMat,
	double timeStep,
	double waterInletTemperature,
	double waterFlowRate,
	double[] heatLossCoefficients,
	double ambientTemperature,
	double[] volumes,
	bool isForwardFlow
)

パラメーター

temperatures
型: Popolo.Numerics.MatrixOperationIVector
水槽温度[C]
wMat
型: Popolo.Numerics.MatrixOperationIMatrix
計算領域(3×m)
timeStep
型: SystemDouble
計算間隔[s]
waterInletTemperature
型: SystemDouble
流入温度[C]
waterFlowRate
型: SystemDouble
水量[m3/s]
heatLossCoefficients
型: SystemDouble
熱損失係数[kW/K]
ambientTemperature
型: SystemDouble
周囲の温度[C]
volumes
型: SystemDouble
水槽容量[m3]
isForwardFlow
型: SystemBoolean
順流か
関連項目