lagrangian.field.Vonkarman¶
-
class
lagrangian.field.Vonkarman¶ Bases:
lagrangian.core.FieldVonkarman 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
Coordinate type used by this field.
Unit type used by this field.
-