MoleFraction

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

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
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