geo-fluid-dynamics / phaseflow-fenics

Phaseflow simulates the convection-coupled melting and solidification of phase-change materials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor boundary conditions

agzimmerman opened this issue · comments

Similar to setting initial values, there should be a method for setting boundary conditions which must be overloaded.

Simulation already has the setup_boundary_conditions method for this.

Really though, the boundary conditions should be a property using the property decorator (see issue #284 ).

Complete as of PR #289