WallGo.results.HydroResults

class HydroResults(temperaturePlus, temperatureMinus, velocityJouguet)[source]

Bases: object

Holds results to be returned by Hydro

Parameters:
  • temperaturePlus (float)

  • temperatureMinus (float)

  • velocityJouguet (float)

__init__(temperaturePlus, temperatureMinus, velocityJouguet)[source]
Parameters:
  • temperaturePlus (float)

  • temperatureMinus (float)

  • velocityJouguet (float)

Methods

__init__(temperaturePlus, temperatureMinus, ...)

Attributes

temperaturePlus

Temperature in front of the bubble, \(T_+\), from hydrodynamic matching conditions.

temperatureMinus

Temperature behind the bubble, \(T_-\), from hydrodynamic matching conditions.

velocityJouguet

Jouguet velocity, \(v_J\), the smallest velocity for a detonation.

temperatureMinus: float

Temperature behind the bubble, \(T_-\), from hydrodynamic matching conditions.

temperaturePlus: float

Temperature in front of the bubble, \(T_+\), from hydrodynamic matching conditions.

velocityJouguet: float

Jouguet velocity, \(v_J\), the smallest velocity for a detonation.