WallGo.results.HydroResults
- class HydroResults(temperaturePlus, temperatureMinus, velocityJouguet)[source]
Bases:
objectHolds 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
Temperature in front of the bubble, \(T_+\), from hydrodynamic matching conditions.
Temperature behind the bubble, \(T_-\), from hydrodynamic matching conditions.
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.