SystemState

core.domain.flow.SystemState
See theSystemState companion object
case class SystemState(temperature: Double, pressure: Double, database: DataBase, moleculeAmounts: Map[Molecule, Double])

Represents the state of a chemical system.

Value parameters

database

The thermodynamic database used for the system.

moleculeAmounts

A map of molecules to their respective amounts in the system.

pressure

The system's pressure in Pascal.

temperature

The system's temperature in Kelvin.

Attributes

Companion
object
Source
SystemState.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