Skip to content

Enum: ReactionConditionEnum

Reaction conditions

URI: valuesets:ReactionConditionEnum

Permissible Values

Value Meaning Description
ROOM_TEMPERATURE None Standard room temperature (20-25°C)
REFLUX None Boiling with condensation return
CRYOGENIC None Very low temperature conditions
HIGH_PRESSURE None Elevated pressure conditions
VACUUM None Reduced pressure conditions
INERT_ATMOSPHERE None Non-reactive gas atmosphere
MICROWAVE None Microwave heating
ULTRASOUND None Ultrasonic conditions
PHOTOCHEMICAL None Light-induced conditions
ELECTROCHEMICAL None Electrically driven conditions
FLOW None Continuous flow conditions
BATCH None Batch reaction conditions

Slots

Name Description
reaction_condition Reaction conditions

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ReactionConditionEnum
description: Reaction conditions
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  ROOM_TEMPERATURE:
    text: ROOM_TEMPERATURE
    description: Standard room temperature (20-25°C)
    annotations:
      temperature:
        tag: temperature
        value: 20-25°C
  REFLUX:
    text: REFLUX
    description: Boiling with condensation return
    annotations:
      temperature:
        tag: temperature
        value: solvent boiling point
  CRYOGENIC:
    text: CRYOGENIC
    description: Very low temperature conditions
    annotations:
      temperature:
        tag: temperature
        value: <-150°C
      examples:
        tag: examples
        value: liquid N2, liquid He
  HIGH_PRESSURE:
    text: HIGH_PRESSURE
    description: Elevated pressure conditions
    annotations:
      pressure:
        tag: pressure
        value: '>10 atm'
  VACUUM:
    text: VACUUM
    description: Reduced pressure conditions
    annotations:
      pressure:
        tag: pressure
        value: <1 atm
  INERT_ATMOSPHERE:
    text: INERT_ATMOSPHERE
    description: Non-reactive gas atmosphere
    annotations:
      gases:
        tag: gases
        value: N2, Ar
  MICROWAVE:
    text: MICROWAVE
    description: Microwave heating
    annotations:
      heating:
        tag: heating
        value: microwave irradiation
  ULTRASOUND:
    text: ULTRASOUND
    description: Ultrasonic conditions
    annotations:
      activation:
        tag: activation
        value: ultrasound
  PHOTOCHEMICAL:
    text: PHOTOCHEMICAL
    description: Light-induced conditions
    annotations:
      activation:
        tag: activation
        value: UV or visible light
  ELECTROCHEMICAL:
    text: ELECTROCHEMICAL
    description: Electrically driven conditions
    annotations:
      activation:
        tag: activation
        value: electric current
  FLOW:
    text: FLOW
    description: Continuous flow conditions
    annotations:
      type:
        tag: type
        value: continuous process
  BATCH:
    text: BATCH
    description: Batch reaction conditions
    annotations:
      type:
        tag: type
        value: batch process