Skip to content

Commit

Permalink
add stirr rate for batch reaction conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Dec 11, 2024
1 parent 30d5077 commit d758f15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/nomad_catalysis/schema_packages/catalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,15 @@ class ReactionConditionsBatchData(ReactionConditionsData):
},
)

stirring_rate = Quantity(
type=np.float64,
shape=[],
unit='1/s',
description="""The rate at which the reaction mixture is stirred. The value is
in 1/s""",
a_eln=ELNAnnotation(component='NumberEditQuantity'),
)

reaction_time = Quantity(
type=np.float64,
shape=['*'],
Expand Down

0 comments on commit d758f15

Please sign in to comment.