Skip to content

Enum: MolarFlowRateUnitEnum

Units of molar flow rate (amount of substance per unit time)

URI: valuesets:MolarFlowRateUnitEnum

View in BioPortal

Permissible Values

Value Meaning Description Conversion To Mol Per S Symbol System
MOLE_PER_SECOND Moles per second (SI) mol/s SI
MOLE_PER_HOUR Moles per hour 0.000277778 mol/h
KILOMOLE_PER_HOUR Kilomoles per hour 0.277778 kmol/h
KILOMOLE_PER_SECOND Kilomoles per second 1000 kmol/s

Slots

Name Description
molar_flow_rate_unit Units of molar flow rate

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/valuesets

LinkML Source

name: MolarFlowRateUnitEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Units of molar flow rate (amount of substance per unit time)
title: Molar Flow Rate Unit
from_schema: https://w3id.org/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  MOLE_PER_SECOND:
    text: MOLE_PER_SECOND
    description: Moles per second (SI)
    annotations:
      symbol:
        tag: symbol
        value: mol/s
      system:
        tag: system
        value: SI
  MOLE_PER_HOUR:
    text: MOLE_PER_HOUR
    description: Moles per hour
    annotations:
      symbol:
        tag: symbol
        value: mol/h
      conversion_to_mol_per_s:
        tag: conversion_to_mol_per_s
        value: '0.000277778'
  KILOMOLE_PER_HOUR:
    text: KILOMOLE_PER_HOUR
    description: Kilomoles per hour
    annotations:
      symbol:
        tag: symbol
        value: kmol/h
      conversion_to_mol_per_s:
        tag: conversion_to_mol_per_s
        value: '0.277778'
  KILOMOLE_PER_SECOND:
    text: KILOMOLE_PER_SECOND
    description: Kilomoles per second
    annotations:
      symbol:
        tag: symbol
        value: kmol/s
      conversion_to_mol_per_s:
        tag: conversion_to_mol_per_s
        value: '1000'