WallGo.results.ESolutionType

class ESolutionType(value)[source]

Bases: Enum

Enum class used to label the different types of solution WallGo can find

__init__(*args, **kwds)

Attributes

DEFLAGRATION

Indicates that a solution was found while looking for a deflagration or hybrid.

DETONATION

Indicates that a solution was found while looking for a detonation.

RUNAWAY

Indicates that no solution was found and that the pressure was always negative.

DEFLAGRATION_OR_RUNAWAY

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\).

ERROR

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.