WallGo.containers.PhaseInfo

class PhaseInfo(phaseLocation1, phaseLocation2, temperature)[source]

Bases: object

Object describing coexisting phases.

Parameters:
  • phaseLocation1 (Fields)

  • phaseLocation2 (Fields)

  • temperature (float)

__init__(phaseLocation1, phaseLocation2, temperature)
Parameters:
  • phaseLocation1 (Fields)

  • phaseLocation2 (Fields)

  • temperature (float)

Return type:

None

Methods

__init__(phaseLocation1, phaseLocation2, ...)

Attributes

phaseLocation1

Field value of the starting phase.

phaseLocation2

Field value of the ending phase.

temperature

Temperature of transition.

phaseLocation1: Fields

Field value of the starting phase.

phaseLocation2: Fields

Field value of the ending phase.

temperature: float

Temperature of transition.