jetset.jet_model Module

Classes

Jet([cosmo, name, emitters_type, ...])

Jet class

JetBase([cosmo, name, emitters_type, ...])

JetBase class.

GalacticBeamed([distance, name, ...])

GalacticUnbeamed([distance, name, ...])

Class Inheritance Diagram

digraph inheritancea1f143bf72 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "GalacticBeamed" [URL="jetset.jet_model.GalacticBeamed.html#jetset.jet_model.GalacticBeamed",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "Jet" -> "GalacticBeamed" [arrowsize=0.5,style="setlinewidth(0.5)"]; "GalacticUnbeamed" [URL="jetset.jet_model.GalacticUnbeamed.html#jetset.jet_model.GalacticUnbeamed",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "GalacticBeamed" -> "GalacticUnbeamed" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Jet" [URL="jetset.jet_model.Jet.html#jetset.jet_model.Jet",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Jet class"]; "JetBase" -> "Jet" [arrowsize=0.5,style="setlinewidth(0.5)"]; "JetBase" [URL="jetset.jet_model.JetBase.html#jetset.jet_model.JetBase",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="JetBase class."]; "Model" -> "JetBase" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Model" [URL="jetset.base_model.Model.html#jetset.base_model.Model",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }