ACCELERATE

core.domain.preprocessor.ACCELERATE
See theACCELERATE companion object
case class ACCELERATE(temperature: List[Float], pressure: List[Float])

Represents acceleration conditions for a reaction, such as temperature and pressure ranges.

Value parameters

pressure

A list of pressures, in floating-point representation.

temperature

A list of temperatures, in floating-point representation.

Attributes

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