Generating spheroids, disks and galaxies models at the Jeans Equilibrium.


1) Spheroids

./generate_spherical_model_plummer.py
./plot_spherical_model_plummer.py stats_plummer.h5



  ./generate_spherical_model_nfw.py


2) Disks

   - Miyamoto-Nagai disk
   
  ./generate_cylindrical_model_miyamoto.py
  ./plot_cylindrical_model_miyamoto.py stats_miyamoto.h5
   
   
   - Exponnential disk

  ./generate_cylindrical_model_exponnential.py
  ./plot_cylindrical_model_exponnential.py stats_expd.h5
    
2) Galaxy

  ./generate_galaxy.py
  ./plot_galaxy_velocities.py   stats_disk.h5 stats_gas.h5
  ./plot_galaxy_stability.py    stats_disk.h5 stats_gas.h5
  ./plot_galaxy_frequencies.py  stats_disk.h5 stats_gas.h5
  
  ./plot_spherical.py stats_halo.h5  
  ./plot_spherical.py stats_bulge.h5  
  
  
  
  
  
  
  
  
  
     
   



















