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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article