Instance Models
This section transforms the problem defined in the problem description into one which is expressed in mathematical terms. It uses concrete symbols defined in the data definitions to replace the abstract symbols in the models identified in theoretical models and general definitions.
The goals GS:Predict-Water-Temperature, GS:Predict-PCM-Temperature, GS:Predict-Water-Energy, and GS:Predict-PCM-Energy are solved by IM:eBalanceOnWtr, IM:eBalanceOnPCM, IM:heatEInWtr, and IM:heatEInPCM. The solutions for IM:eBalanceOnWtr and IM:eBalanceOnPCM are coupled since the solutions for TW and TP depend on one another. IM:heatEInWtr can be solved once IM:eBalanceOnWtr has been solved. The solutions of IM:eBalanceOnPCM and IM:heatEInPCM are also coupled, since the temperature of the phase change material and the change in heat energy in the PCM depend on the phase change.
Refname | IM:eBalanceOnWtr |
---|---|
Label | Energy balance on water to find the temperature of the water |
Input | mW, CW, hC, AP, hP, AC, TP, tfinal, TC, Tinit |
Output | TW |
Input Constraints | TC>Tinit |
Output Constraints | |
Equation | dTWdt=1τW(TC−TW(t)+η(TP(t)−TW(t))) |
Description |
|
Notes |
|
Source | koothoor2013 |
RefBy | IM:eBalanceOnWtr, IM:eBalanceOnPCM, UC:No-Internal-Heat-Generation, FR:Output-Values, FR:Find-Mass, and FR:Calculate-Values |
Detailed derivation of the energy balance on water:
To find the rate of change of TW, we look at the energy balance on water. The volume being considered is the volume of water in the tank VW, which has mass mW and specific heat capacity, CW. Heat transfer occurs in the water from the heating coil as qC (GD:htFluxWaterFromCoil) and from the water into the PCM as qP (GD:htFluxPCMFromWater), over areas AC and AP, respectively. The thermal flux is constant over AC, since the temperature of the heating coil is assumed to not vary along its length (A:Temp-Heating-Coil-Constant-over-Length), and the thermal flux is constant over AP, since the temperature of the PCM is the same throughout its volume (A:Temp-PCM-Constant-Across-Volume) and the water is fully mixed (A:Constant-Water-Temp-Across-Tank). No heat transfer occurs to the outside of the tank, since it has been assumed to be perfectly insulated (A:Perfect-Insulation-Tank). Since the assumption is made that no internal heat is generated (A:No-Internal-Heat-Generation-By-Water-PCM), g=0. Therefore, the equation for GD:rocTempSimp can be written as:
mWCWdTWdt=qCAC−qPAP
Using GD:htFluxWaterFromCoil for qC and GD:htFluxPCMFromWater for qP, this can be written as:
mWCWdTWdt=hCAC(TC−TW)−hPAP(TW−TP)
Dividing Equation (2) by mWCW, we obtain:
dTWdt=hCACmWCW(TC−TW)−hPAPmWCW(TW−TP)
Factoring the negative sign out of the second term of the right-hand side (RHS) of Equation (3) and multiplying it by hC AC / hC AC yields:
dTWdt=hCACmWCW(TC−TW)+hCAChCAChPAPmWCW(TP−TW)
Rearranging this equation gives us:
dTWdt=hCACmWCW(TC−TW)+hPAPhCAChCACmWCW(TP−TW)
By substituting τW (from DD:balanceDecayRate) and η (from DD:balanceDecayTime), this can be written as:
dTWdt=1τW(TC−TW)+ητW(TP−TW)
Finally, factoring out 1τW, we are left with the governing ODE for IM:eBalanceOnWtr:
dTWdt=1τW(TC−TW+η(TP−TW))
Refname | IM:eBalanceOnPCM |
---|---|
Label | Energy Balance on PCM to find temperature of PCM |
Input | TmeltP, tfinal, Tinit, AP, hP, mP, CPS, CPL |
Output | TP |
Input Constraints | TmeltP>Tinit |
Output Constraints | |
Equation | dTPdt={1τPS(TW(t)−TP(t)),TP<TmeltP1τPL(TW(t)−TP(t)),TP>TmeltP0,TP=TmeltP∧0<ϕ<1 |
Description |
|
Notes |
|
Source | koothoor2013 |
RefBy | IM:eBalanceOnWtr, UC:No-Internal-Heat-Generation, UC:No-Gaseous-State, FR:Output-Values, FR:Find-Mass, FR:Calculate-Values, FR:Calculate-PCM-Melt-End-Time, and FR:Calculate-PCM-Melt-Begin-Time |
Detailed derivation of the energy balance on the PCM during sensible heating phase:
To find the rate of change of TP, we look at the energy balance on the PCM. The volume being considered is the volume of PCM (VP). The derivation that follows is initially for the solid PCM. The mass of phase change material is mP and the specific heat capacity of PCM as a solid is CPS. The heat flux into the PCM from water is qP (GD:htFluxPCMFromWater) over phase change material surface area AP. The thermal flux is constant over AP, since the temperature of the PCM is the same throughout its volume (A:Temp-PCM-Constant-Across-Volume) and the water is fully mixed (A:Constant-Water-Temp-Across-Tank). There is no heat flux output from the PCM. Assuming no volumetric heat generation per unit volume (A:No-Internal-Heat-Generation-By-Water-PCM), g=0, the equation for GD:rocTempSimp can be written as:
mPCPSdTPdt=qPAP
Using GD:htFluxPCMFromWater for qP, this equation can be written as:
mPCPSdTPdt=hPAP(TW−TP)
Dividing by mP CPS we obtain:
dTPdt=hPAPmPCPS(TW−TP)
By substituting τPS (from DD:balanceSolidPCM), this can be written as:
dTPdt=1τPS(TW−TP)
Equation (4) applies for the solid PCM. In the case where all of the PCM is melted, the same derivation applies, except that CPS is replaced by CPL, and thus τPS is replaced by τPL. Although a small change in surface area would be expected with melting, this is not included, since the volume change of the PCM with melting is assumed to be negligible (A:Volume-Change-Melting-PCM-Negligible).
In the case where TP=TmeltP and not all of the PCM is melted, the temperature of the phase change material does not change. Therefore, d TP / d t = 0.
This derivation does not consider the boiling of the PCM, as the PCM is assumed to either be in a solid state or a liquid state (A:No-Gaseous-State-PCM).
Refname | IM:heatEInWtr |
---|---|
Label | Heat energy in the water |
Input | Tinit, mW, CW, mW |
Output | EW |
Input Constraints | |
Output Constraints | |
Equation | EW(t)=CWmW(TW(t)−Tinit) |
Description |
|
Notes |
|
Source | koothoor2013 |
RefBy | FR:Output-Values, FR:Find-Mass, and FR:Calculate-Values |
Refname | IM:heatEInPCM |
---|---|
Label | Heat energy in the PCM |
Input | TmeltP, tfinal, Tinit, AP, hP, mP, CPS, CPL, TP, Hf, tmeltinit |
Output | EP |
Input Constraints | TmeltP>Tinit |
Output Constraints | |
Equation | EP={CPSmP(TP(t)−Tinit),TP<TmeltPEPmeltinit+HfmP+CPLmP(TP(t)−TmeltP),TP>TmeltPEPmeltinit+QP(t),TP=TmeltP∧0<ϕ<1 |
Description |
|
Notes |
|
Source | koothoor2013 |
RefBy | IM:eBalanceOnPCM, UC:No-Gaseous-State, FR:Output-Values, FR:Find-Mass, and FR:Calculate-Values |