Difference between revisions of "First Order Phase Transition Material"
(Created page with "== First Order Phase Transition == This exploratory MPM material models a first order phase transition between two materials (it is currently only availab...") |
|||
Line 1: | Line 1: | ||
== First Order Phase Transition == | == First Order Phase Transition == | ||
This exploratory [[Material Models|MPM material]] models a first order phase transition between two materials (it is currently only available in [[ | This exploratory [[Material Models|MPM material]] models a first order phase transition between two materials (it is currently only available in [[OSParticulas]]). It has no material responses itself. Instead, it acts as a "parent" material to two "child" materials, where one child is a "solid phase" and the other is a "liquid" phase. The properties of this material control transition from the solid to liquid phase, where solid is the low-temperature phase, and the liquid is the high temperature phase. | ||
A first order phase transition occurs at a melting temperature, T<sub>melt</sub>. The meaning of a first order transition is that thermodynamic energy functions (e.g., Gibbs free energy) are continuous at T<sub>melt</sub>, one the phase which is the lowest energy changes. Although free energy is constant, the first derivatives of free energy undergo a discrete change (hence the origin of the term first-order transition). Namely, there is a change in enthalpy (ΔH<sub>f</sub>), entropy (ΔS<sub>f</sub>), and volume (ΔV<sub>f</sub>), where subscript "f" means fusion. Because free energies of the two phase are equal at T<sub>melt</sub>, the first two are related by | A first order phase transition occurs at a melting temperature, T<sub>melt</sub>. The meaning of a first order transition is that thermodynamic energy functions (e.g., Gibbs free energy) are continuous at T<sub>melt</sub>, one the phase which is the lowest energy changes. Although free energy is constant, the first derivatives of free energy undergo a discrete change (hence the origin of the term first-order transition). Namely, there is a change in enthalpy (ΔH<sub>f</sub>), entropy (ΔS<sub>f</sub>), and volume (ΔV<sub>f</sub>), where subscript "f" means fusion. Because free energies of the two phase are equal at T<sub>melt</sub>, the first two are related by | ||
| | ||
<math>\Delta S_f = {\Delta H_f\over T_m}< | <math>\Delta S_f = {\Delta H_f\over T_m}</math> | ||
=== Enthalpy of Fusion === | === Enthalpy of Fusion === |
Revision as of 13:56, 21 January 2016
First Order Phase Transition
This exploratory MPM material models a first order phase transition between two materials (it is currently only available in OSParticulas). It has no material responses itself. Instead, it acts as a "parent" material to two "child" materials, where one child is a "solid phase" and the other is a "liquid" phase. The properties of this material control transition from the solid to liquid phase, where solid is the low-temperature phase, and the liquid is the high temperature phase.
A first order phase transition occurs at a melting temperature, Tmelt. The meaning of a first order transition is that thermodynamic energy functions (e.g., Gibbs free energy) are continuous at Tmelt, one the phase which is the lowest energy changes. Although free energy is constant, the first derivatives of free energy undergo a discrete change (hence the origin of the term first-order transition). Namely, there is a change in enthalpy (ΔHf), entropy (ΔSf), and volume (ΔVf), where subscript "f" means fusion. Because free energies of the two phase are equal at Tmelt, the first two are related by
[math]\displaystyle{ \Delta S_f = {\Delta H_f\over T_m} }[/math]
Enthalpy of Fusion
Volume of Fusion
Material Properties
The unusual task for this material is to use multiple Gk and tauk properties (all with the same property name) to enter a material with multiple relaxation times.
Property | Description | Units | Default |
---|---|---|---|
pressureLaw | Picks the constitutive law use for time independent pressure. The options are 0 to linear elastic law and 1 to use MGEOS equation of state. | none | 0 |
The total number of Gk and tauk properies must be equal. In XML files, that total number must match the supplied ntaus property.
History Variables
This material tracks internal history variables (one for each relaxation time and each component of stress) for implementation of linear viscoelastic properties, but currently none of these internal variables are available for archiving.
This material also tracks J (total relative volume change) and Jres (volume change of free expansion state) as history variables 1 and 2. Note that Jres is only needed, and therefore only tracked, when using MGEOS for pressure constitutive law (when pressureLaw is 1). If not tracked, it is always 1.