EdgeEmitter
March 28, 2022 ยท View on GitHub
from tdw.obi_data.fluids.edge_emitter import EdgeEmitter
A linear-shaped Obi fluid emitter.
Fields
-
lengthThe length of the edge. -
radial_velocityThe velocity twisting along the length of the edge.
Functions
__init__
EdgeEmitter()
EdgeEmitter(length=0.1, radial_velocity=1)
| Parameter | Type | Default | Description |
|---|---|---|---|
| length | float | 0.1 | The length of the edge. |
| radial_velocity | float | 1 | The velocity twisting along the length of the edge. |
to_dict
self.to_dict()
Returns: A JSON dictionary of this object.