GridBox

class sharpy.generators.gridbox.GridBox[source]

Generatex a grid within a box to be used to generate the flow field during the postprocessing

The settings that this solver accepts are given by a dictionary, with the following key-value pairs:

Name Type Description Default
coords_0 list(float) First bounding box corner [0.0, 0.0, 0.0]
coords_1 list(float) Second bounding box corner [10.0, 0.0, 10.0]
spacing list(float) Spacing parameters of the bbox [1.0, 1.0, 1.0]
moving bool If True, the box moves with the body frame of reference. It does not rotate with it, though False