core.domain.flow
Members list
Type members
Classlikes
Represents activity information for a species or component.
Represents activity information for a species or component.
Value parameters
- name
 - 
               
The name of the species or component.
 - unit
 - 
               
The unit of the activity.
 - value
 - 
               
The activity value.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               ActivityInfo.type
 
Represents an amount with a name, value, and unit.
Represents an amount with a name, value, and unit.
Value parameters
- name
 - 
               
The name of the amount (e.g., species or element).
 - unit
 - 
               
The unit of the amount.
 - value
 - 
               
The numerical value of the amount.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               Amount.type
 
Represents a database used for chemical thermodynamic calculations.
Represents a database used for chemical thermodynamic calculations.
Value parameters
- name
 - 
               
The name of the database.
 
Attributes
- Companion
 - object
 - Source
 - SystemState.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemState.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               DataBase.type
 
Represents energy information for a species or system.
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
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               EnergyInfo.type
 
Represents the heat capacity of a species or system.
Represents the heat capacity of a species or system.
Value parameters
- name
 - 
               
The name of the heat capacity component.
 - unit
 - 
               
The unit of the heat capacity.
 - value
 - 
               
The numerical value of the heat capacity.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               HeatCapacity.type
 
Represents the mole fraction of a species or component.
Represents the mole fraction of a species or component.
Value parameters
- name
 - 
               
The name of the species or component.
 - unit
 - 
               
The unit of the mole fraction (usually unitless or percentage).
 - value
 - 
               
The mole fraction value.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               MoleFraction.type
 
Represents a list of molecule amounts for reagents and products in a reaction.
Represents a list of molecule amounts for reagents and products in a reaction.
Value parameters
- inboundReagentAmounts
 - 
               
A list of amounts for inbound reagents.
 - outboundProductAmounts
 - 
               
A list of amounts for outbound products.
 
Attributes
- Companion
 - object
 - Source
 - SystemState.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemState.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               MoleculeAmountList.type
 
Represents a chemical phase in a flow system.
Represents a chemical phase in a flow system.
Value parameters
- name
 - 
               
The name of the phase.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               Phase.type
 
Represents a property with a value and unit.
Represents a property with a value and unit.
Value parameters
- unit
 - 
               
The unit of the property.
 - value
 - 
               
The numerical value of the property.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               Property.type
 
Represents the system properties of a chemical flow system.
Represents the system properties of a chemical flow system.
Value parameters
- activities
 - 
               
A list of activities for species or components.
 - activityCoefficients
 - 
               
A list of activity coefficients for species or components.
 - chemicalPotentials
 - 
               
A list of chemical potential energies for species or components.
 - elementAmounts
 - 
               
A list of element amounts in the system.
 - generalProperties
 - 
               
A map of general properties with their corresponding values and units.
 - lnActivities
 - 
               
A list of natural-log-scaled activities for species or components.
 - logActivities
 - 
               
A list of log-scaled activities for species or components.
 - moleFractions
 - 
               
A list of mole fractions for species or components.
 - speciesAmounts
 - 
               
A list of species amounts in the system.
 - standardEnthalpies
 - 
               
A list of standard enthalpies for species or components.
 - standardEntropies
 - 
               
A list of standard entropies for species or components.
 - standardGibbsEnergies
 - 
               
A list of standard Gibbs free energies for species or components.
 - standardHeatCapacitiesP
 - 
               
A list of standard heat capacities at constant pressure.
 - standardHeatCapacitiesV
 - 
               
A list of standard heat capacities at constant volume.
 - standardHelmholtzEnergies
 - 
               
A list of standard Helmholtz free energies for species or components.
 - standardInternalEnergies
 - 
               
A list of standard internal energies for species or components.
 - standardVolumes
 - 
               
A list of standard volumes for species or components.
 
Attributes
- Companion
 - object
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemProps.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               SystemProps.type
 
Represents the state of a chemical system.
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
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Attributes
- Companion
 - class
 - Source
 - SystemState.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               SystemState.type