lagrangian.field.Vonkarman

class lagrangian.field.Vonkarman

Bases: lagrangian.core.Field

Vonkarman field

__init__(self: lagrangian.core.field.Vonkarman) → None

Methods

Vonkarman.compute(self, t, x, y, cell)

Interpolates the velocity to the wanted spatio temporal position.

Vonkarman.fetch(self, first, last)

Loads the grids used to interpolate the velocities in the interval [first, last]

Vonkarman.unit(self)

Returns the unit used by this field :returns: unit used by this field :rtype: str

Attributes

Vonkarman.coordinate_type

Coordinate type used by this field.

Vonkarman.unit_type

Unit type used by this field.