geo-fluid-dynamics / phaseflow-fenics

Phaseflow simulates the convection-coupled melting and solidification of phase-change materials.
MIT License
52 stars 23 forks source link

Variable material properties, dependent on phase/temperature/concentration #193

Open agzimmerman opened 6 years ago

agzimmerman commented 6 years ago

Right now we assume constant thermal conductivity and constant heat capacity. For water-ice, these vary significantly between the solid and liquid phases near the freezing temperature.

The variable thermal conductivity should be more straightforward than variable heat capacity.

agzimmerman commented 6 years ago

Perhaps now that FEniCS automatically differentiates our nonlinear form, and we don't have to derive the Gateaux derivative by hand, this won't take too much work to implement.