MassFlowRate

Overview

Data type

An actual value for a physical quantity of type NullableMassFlowRate, i.e., a physical quantity that has a numerical value and a unit of measurement.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Unit

1

MassFlowRateUnit

Value

1

Double

Implementation in Proteus Schema

All data attributes with type NullableMassFlowRate (the base type of MassFlowRate) are implemented as DEXPI generic attributes for physical quantities.

Example

The instance massFlowRate1 represents a MassFlowRate of 240.0 kg/h.

Implementation in Proteus Schema

<GenericAttribute
  Format="double"
  Value="240.0"
  Units="KilogramPerHour"
  UnitsURI="http://data.posccaesar.org/rdl/RDS1329344" ...>

Note that the <GenericAttribute> element must have a Name and an AttributeURI attribute. They depend on the data type attribute of the DEXPI class that owns the instance massFlowRate1. For a complete example, see the attribute DesignLiquidFeedMassFlowRate of the DEXPI class Agglomerator.

Unit

Attribute (data)

The unit of measurement of the MassFlowRate.

Multiplicity: 1

Implementation in Proteus Schema

See implementation of MassFlowRate.

Example

See example for MassFlowRate.

Value

Attribute (data)

The numerical value of the MassFlowRate.

Multiplicity: 1

Type: Double

Implementation in Proteus Schema

See implementation of MassFlowRate.

Example

See example for MassFlowRate.