Skip to content

Enum: VolumetricFlowRateUnitEnum

Units of volumetric flow rate (volume per unit time)

URI: valuesets:VolumetricFlowRateUnitEnum

View in BioPortal

Permissible Values

Value Meaning Description Conversion To M3 Per S Symbol System
CUBIC_METER_PER_SECOND Cubic meters per second (SI) m3/s SI
CUBIC_METER_PER_HOUR Cubic meters per hour 0.000277778 m3/h
LITER_PER_SECOND Liters per second 0.001 L/s
LITER_PER_MINUTE Liters per minute 1.66667e-5 L/min
GALLON_PER_MINUTE US gallons per minute 6.30902e-5 gpm US
CUBIC_FOOT_PER_MINUTE Cubic feet per minute 0.000471947 cfm imperial

Slots

Name Description
volumetric_flow_rate_unit Units of volumetric flow rate

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: VolumetricFlowRateUnitEnum
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Units of volumetric flow rate (volume per unit time)
title: Volumetric 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:
  CUBIC_METER_PER_SECOND:
    text: CUBIC_METER_PER_SECOND
    description: Cubic meters per second (SI)
    annotations:
      symbol:
        tag: symbol
        value: m3/s
      system:
        tag: system
        value: SI
  CUBIC_METER_PER_HOUR:
    text: CUBIC_METER_PER_HOUR
    description: Cubic meters per hour
    annotations:
      symbol:
        tag: symbol
        value: m3/h
      conversion_to_m3_per_s:
        tag: conversion_to_m3_per_s
        value: '0.000277778'
  LITER_PER_SECOND:
    text: LITER_PER_SECOND
    description: Liters per second
    annotations:
      symbol:
        tag: symbol
        value: L/s
      conversion_to_m3_per_s:
        tag: conversion_to_m3_per_s
        value: '0.001'
  LITER_PER_MINUTE:
    text: LITER_PER_MINUTE
    description: Liters per minute
    annotations:
      symbol:
        tag: symbol
        value: L/min
      conversion_to_m3_per_s:
        tag: conversion_to_m3_per_s
        value: '1.66667e-5'
  GALLON_PER_MINUTE:
    text: GALLON_PER_MINUTE
    description: US gallons per minute
    annotations:
      symbol:
        tag: symbol
        value: gpm
      conversion_to_m3_per_s:
        tag: conversion_to_m3_per_s
        value: '6.30902e-5'
      system:
        tag: system
        value: US
  CUBIC_FOOT_PER_MINUTE:
    text: CUBIC_FOOT_PER_MINUTE
    description: Cubic feet per minute
    annotations:
      symbol:
        tag: symbol
        value: cfm
      conversion_to_m3_per_s:
        tag: conversion_to_m3_per_s
        value: '0.000471947'
      system:
        tag: system
        value: imperial