1

PCM Hysteresis input fields illustration

when i use material properties :phase change hysteresis what does high/low temperature differences of melting /solidification curve refer to ?? i have read the input output guide but i am still confused if i have this partial enthalpy from rubitherm for example what would be the numbers i should enter as input image description

or if there is any solution to get numbers for material property:phase change from this chart as it needs increasing values like ordinary enthalpy curves not partial enthalpy

thanks in advance ..

Ruaa Ismail's avatar
107
Ruaa Ismail
asked 2021-04-13 17:48:53 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2024-04-17 09:36:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

This question is 3 years old, so maybe you have figured out the answer.

The hysteresis model is adapted from (Egolf and Manz 1994) study, and the idea is to convert a continuous function of enthalpy to a discontinuous function.

  • Question : there is any solution to get numbers for material property:phase change from this chart as it needs increasing values like ordinary enthalpy curves, not partial enthalpy.

To get the continuing (increasing values like ordinary enthalpy curves) enthalpy chart, you only sum the partial enthalpy with the previous values. For example, htot(23) = hpart(23) + hpart(22) + hpart(21) + hpart(20); and so on for each temperature.

To create a continuous enthalpy chart (increasing values like ordinary enthalpy curves), simply accumulate the partial enthalpy values for each temperature with the previous ones. For instance, htot(23) = hpart(23) + hpart(22) + hpart(21) + hpart(20).

image description

image description

  • Question : high/low temperature differences of melting /solidification curve

Let's take the freezing curve as an example.

Upon the InputOutput Document, the Low/High Temperature Difference of Freezing Curve (tau1/tau2) are defined as the width of the enthalpy/specific heat freezing curve, on the low/high side of the peak freezing temperature. Simply, tau1 = T1-Tf; tau2 = Tf-T2, where Tf is the Peak Freezing Temperature defined as the center (peak) of the freezing curve.

image description

Also see : EnergyPlus Fortran Documentation and The transition process model

Zakaria's avatar
902
Zakaria
answered 2024-04-17 03:53:03 -0500, updated 2024-04-17 05:46:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments