################# TerminalVelocity ################# **Doc:** **short class_name:** TerminalVelocity **full class_name :** oceantracker.velocity_modifiers.terminal_velocity.TerminalVelocity **Inheritance:** > ParameterBaseClass> _VelocityModiferBase> TerminalVelocity Parameters: ************ * ``class_name`` : ```` ** Description: Class name as string A.B.C, used to import this class from python path - default: ``None`` - data_type: ```` * ``is3D`` : ```` ** - default: ``False`` - data_type: ```` - possible_values: ``[True, False]`` * ``name`` : ```` ** Description: Name used to refer to class in code and output, = None for core claseses - default: ``None`` - data_type: ```` * ``user_note`` : ```` ** - default: ``None`` - data_type: ```` * ``value`` : ```` ** Description: Terminal velocity positive upwards, ie fall velocities ate negative - default: ``0.0`` - data_type: ```` * ``variance`` : ```` ** Description: variance of normal distribution of terminal velocity, used to give each particles its own terminal velocity from random normal distribution - default: ``None`` - data_type: ```` - min: ``0.0`` Expert Parameters: *******************