marge3d.fields

The 3D velocity field here is (-y, x, 0). This is just the 2D vortex taken along z direction.

Classes

VelocityField3D

velocity_field_3d_nondim

velocity_field_3d_oscillatory

Module Contents

class VelocityField3D(omega)[source]
omega
limits = False
periodic = False
get_velocity(x, y, z, t)[source]
get_gradient(x, y, z, t)[source]
get_dudt(x, y, z, t)[source]
class velocity_field_3d_nondim(omega, char_vel, char_time)[source]
char_vel
char_time
char_len
omega
limits = False
periodic = False
get_velocity(x, y, z, t)[source]
get_gradient(x, y, z, t)[source]
get_dudt(x, y, z, t)[source]
class velocity_field_3d_oscillatory[source]
limits = False
periodic = False
get_velocity(x, y, z, t)[source]
get_gradient(x, y, z, t)[source]
get_dudt(x, y, z, t)[source]