MassFlowRateUnit

Overview

Enumeration

A unit of measurement for a physical quantity of type NullableMassFlowRate with dimension MT-1.

Literals

Implementation in Proteus Schema

Name

Symbol

UN Code

RDL Reference

RDL URI

KilogramPerHour

kg/h

E93

KILOGRAM PER HOUR

http://data.posccaesar.org/rdl/RDS1329344

KilogramPerMinute

kg/min

F31

KILOGRAM PER MINUTE

http://data.posccaesar.org/rdl/RDS1350719

KilogramPerSecond

kg/s

KGS

KILOGRAM PER SECOND

http://data.posccaesar.org/rdl/RDS1329659

PoundMassPerHour

lb/h

4U

POUND MASS PER HOUR

http://data.posccaesar.org/rdl/RDS43168250123

PoundMassPerMinute

lb/min

K78

POUND MASS PER MINUTE

http://data.posccaesar.org/rdl/RDS43168250156

PoundMassPerSecond

lb/s

K81

POUND MASS PER SECOND

http://data.posccaesar.org/rdl/RDS43168250167

Implementation in Proteus Schema

MassFlowRateUnit is only used as the type of the Unit attribute of MassFlowRate. MassFlowRate is implemented using DEXPI generic attributes for physical quantities. In a <GenericAttribute> element, the MassFlowRateUnit literal is given by means of its RDL reference in the table above. The Units attribute of the element is the name of the RDL reference in camel-case; it equals the name of the literal. The UnitsURI attribute of the element is the URI of the RDL reference.

Example

Implementation in Proteus Schema

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

Note that the <GenericAttribute> element must have further attributes (Format, Value, Name, and AttributeURI). See the implementation examples for MassFlowRate and for the DesignLiquidFeedMassFlowRate attribute of Agglomerator.