yt.data_objects.derived_quantities.
AngularMomentumVector
(data_source)[source]¶Calculates the angular momentum vector, using gas and/or particles.
The angular momentum vector is the mass-weighted mean specific angular momentum.
Parameters: | use_gas : bool
use_particles : bool
|
---|
Examples
>>> ds = load("IsolatedGalaxy/galaxy0030/galaxy0030")
>>> ad = ds.all_data()
>>> print ad.quantities.angular_momentum_vector()
Attributes
Methods