HeatCapacity

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

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