Generate Binary Grid

class wfds.GenerateBinaryGrid(x, y, z, res, n, f_name, stretch=False)[source]

Bases: wfds.Mesh

This subclass of Mesh is used to generate a binary FDS grid for Capsis. Inherits the mesh class.

Note

See the wfds.Mesh() class for details