In Thermo 1.1, the function "SetPresentPhases" has one parameter "phaseStatus", it's a enumeration including "Cape_UnknownPhaseStatus", "Cape_AtEquilibrium" & "Cape_Estimates".
"Cape_UnknownPhaseStatus" and "Cape_AtEquilibrium" is very easy for me to understand, but the "Cape_Estimates" makes me puzzled.
What's the exact meaning of it? Is it to notify the material object that the material object needs to call Equilibrium Calculation? Or the material object is maybe at equilibrium?