Model.blockwallreset#

Model.blockwallreset(name)#

Deletes all walls from a finite difference block.

Parameters:

name (hwString) – The name of the block from which all walls are to be removed.

Example#

Remove all walls from block with name “block1”#
import hm

model = hm.Model()

model.blockwallreset(name="block1")