WallGo.results.ESolutionType
- class ESolutionType(value)[source]
Bases:
EnumEnum class used to label the different types of solution WallGo can find
- __init__(*args, **kwds)
Attributes
Indicates that a solution was found while looking for a deflagration or hybrid.
Indicates that a solution was found while looking for a detonation.
Indicates that no solution was found and that the pressure was always negative.
Used when no stable solution was found while looking for a detonation with a positive pressure at \(v_w=v_\text{J}\) and negative at \(v_w=1\).
Indicates that the calculation was not successful.
- DEFLAGRATION = 1
Indicates that a solution was found while looking for a deflagration or hybrid. Can also be used when the pressure was always positive while looking for a detonation.
- DEFLAGRATION_OR_RUNAWAY = 4
Used when no stable solution was found while looking for a detonation with a positive pressure at \(v_w=v_\text{J}\) and negative at \(v_w=1\).
- DETONATION = 2
Indicates that a solution was found while looking for a detonation.
- ERROR = 5
Indicates that the calculation was not successful.
- RUNAWAY = 3
Indicates that no solution was found and that the pressure was always negative.