EdgeEmitter

March 28, 2022 ยท View on GitHub

from tdw.obi_data.fluids.edge_emitter import EdgeEmitter

A linear-shaped Obi fluid emitter.


Fields

  • length The length of the edge.

  • radial_velocity The velocity twisting along the length of the edge.


Functions

__init__

EdgeEmitter()

EdgeEmitter(length=0.1, radial_velocity=1)

ParameterTypeDefaultDescription
lengthfloat0.1The length of the edge.
radial_velocityfloat1The velocity twisting along the length of the edge.

to_dict

self.to_dict()

Returns: A JSON dictionary of this object.