gyrout

clustertools.util.output.gyrout(cluster, filename='init.nemo.dat', eps=None, epsunits=None, ro=8.275, vo=239.23725000000002)[source]

Output a snapshot in gyrfalcon/NEMO format

  • Note that units are converted to Walter Dehnen units (WDunits in GYRFALCON)

Parameters:
clusterclass

StarCluster

filenamestr

name of file to be written to (default: ‘init.nemo.dat’)

epsarray

values for softening length of individual particles (default : None)

epsunitsstr

units for softening lengths (default: cluster.units)

rofloat

galpy spaital scaling parameter, in case epsunits==’galpy’ (default: solar_ro)

vofloat

galpy velocity scaling parameter, in case epsunits==’galpy’ (default: solar_vo)

Returns:
None