geo-fluid-dynamics / phaseflow-fenics

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

Properties for parameters #312

Closed agzimmerman closed 5 years ago

agzimmerman commented 5 years ago

This prevents someone from inadvertently doing e.g. sim.prandtl_number = 1. instead of sim.prandtl_number.assign(1.).

Also now the CavityFreezingSimulation...