リサイズはクリックかドラッグ
MultipleStratifiedWaterTank.UpdateTemperature メソッド
槽内温度を計算する

名前空間:  Popolo.HVAC.ThermalStorage
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文
C#
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.MatrixOperation.IVector
槽内温度分布[C]
wMat
型: Popolo.Numerics.MatrixOperation.IMatrix
計算領域(3×層の数)
wVec1
型: Popolo.Numerics.MatrixOperation.IVector
計算領域(層の数)
wVec2
型: Popolo.Numerics.MatrixOperation.IVector
計算領域(層の数)
timeStep
型: System.Double
タイムステップ[sec]
waterInletTemperature
型: System.Double
流入水温[C]
waterFlowRate
型: System.Double
流入量[m3/s]
heatLossCoefficient
型: System.Double
熱損失率[kW/K]
ambientTemperature
型: System.Double
周囲の温度[C]
waterDepth
型: System.Double
水槽の水深[m]
pipeDiameter
型: System.Double
流出入口直径[m]
sectionalArea
型: System.Double
断面積[m2]
pipeInstallationLayer
型: System.Int32
流入出口設置層番号
isDownFlow
型: System.Boolean
下向きか否か
関連項目