EnergyInfo

core.domain.flow.EnergyInfo
See theEnergyInfo companion object
case class EnergyInfo(name: String, value: Double, unit: String)

Represents energy information for a species or system.

Value parameters

name

The name of the energy component (e.g., Gibbs energy).

unit

The unit of the energy.

value

The numerical value of the energy.

Attributes

Companion
object
Source
SystemProps.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product