_initialize_star_cluster_unbound¶
-
amuse_util.ic.star_cluster.
_initialize_star_cluster_unbound
(bound_cluster, bound_inputs, bound_system_func: Callable, bound_radius=None, init_arg: Tuple[str, Any] = 'number_of_particles', 2) → tuple[source]¶ Initialize unbound system from Contenta (2018) star cluster.
function can be used separately from
_initialize_star_cluster_bound
, which often needs to be overwritten, while this function does not.- Parameters
- bound_clusterSystem
- bound_inputsBoundArguments
- bound_system_func: Callable
function to construct bound cluster defaults to
_initialize_star_cluster_bound
- bound_radiusAny, optional
the bound radius beyond which anything is considered unbound
- init_argTuple[str, Any], optional
the arguments needed to make the smallest version of the star cluster default is (“number_of_particles”, 2)
- Returns
- unbound_clusterSystem
- unbound_inputsBoundArguments