Class: Rotation

Rotation of a rotating (disc) electrode.

URI: https://echemdb.github.io/metadata-schema/echemdb_package/Rotation

         classDiagram
    class Rotation
    click Rotation href "../Rotation/"
      ControlledOperation <|-- Rotation
        click ControlledOperation href "../ControlledOperation/"
      
      Rotation : control
        
          
    
        
        
        Rotation --> "0..1" Control : control
        click Control href "../Control/"
    

        
      Rotation : rate
        
          
    
        
        
        Rotation --> "0..1" Quantity : rate
        click Quantity href "../Quantity/"
    

        
      
    

Inheritance

Slots

Name

Cardinality and Range

Description

Examples

rate

0..1
Quantity

Rotation rate of the electrode

{value: 1600, unit: 1 / min}

control

0..1
Control

How the operation was controlled

Usages

used by

used in

type

used

MassTransport

rotation

range

Rotation

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/echemdb_package

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/echemdb_package/Rotation

native

https://echemdb.github.io/metadata-schema/echemdb_package/Rotation

LinkML Source

Direct

```yaml name: Rotation description: Rotation of a rotating (disc) electrode. from_schema: https://echemdb.github.io/metadata-schema/echemdb_package is_a: ControlledOperation attributes: rate: name: rate description: Rotation rate of the electrode. examples: - value: '{value: 1600, unit: 1 / min}' from_schema: https://echemdb.github.io/metadata-schema/experimental/operation rank: 1000 domain_of: - Rotation - Flow - Stirring range: Quantity inlined: true
</details>

### Induced

<details>
```yaml
name: Rotation
description: Rotation of a rotating (disc) electrode.
from_schema: https://echemdb.github.io/metadata-schema/echemdb_package
is_a: ControlledOperation
attributes:
  rate:
    name: rate
    description: Rotation rate of the electrode.
    examples:
    - value: '{value: 1600, unit: 1 / min}'
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    rank: 1000
    alias: rate
    owner: Rotation
    domain_of:
    - Rotation
    - Flow
    - Stirring
    range: Quantity
    inlined: true
  control:
    name: control
    description: How the operation was controlled.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    alias: control
    owner: Rotation
    domain_of:
    - ControlledQuantity
    - ControlledOperation
    range: Control
    inlined: true