These functions works if rho (density of particles) and u (specific energy of particles)
are correctely defined.
-
Return the gas density of the model.
The output is an nx1 Float array.
-
Return the gas temperature of the model.
The output is an nx1 Float array.
-
Return the gas entropy of the mode
The output is an nx1 Float array.
-
Return the gas pressure of the model.
The output is an nx1 Float array.
-
Return the cooling time of the model.
The output is an nx1 Float array.
-
Return the electron density of the model.
The output is an nx1 Float array.
-
Return the `entropy` of the model, defined as
S = T * Ne**(1-gamma)
The output is an nx1 Float array.
-
Return the luminosty of the model, defined as
Lum = m*u/Tcool = m*Lambda/rho
The output is an nx1 Float array.
Release 4.0, documentation updated on February 2008.
See About this document... for information on suggesting changes.