Class: Stirring

Stirring of the electrolyte.

URI: https://echemdb.github.io/metadata-schema/source_data/Stirring

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

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

        
      
    

Inheritance

Slots

Name

Cardinality and Range

Description

Examples

rate

0..1
Quantity

Stirring rate

{value: 400, unit: 1 / min}

control

0..1
Control

How the operation was controlled

Usages

used by

used in

type

used

MassTransport

stirring

range

Stirring

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/source_data/Stirring

native

https://echemdb.github.io/metadata-schema/source_data/Stirring

LinkML Source

Direct

```yaml name: Stirring description: Stirring of the electrolyte. from_schema: https://echemdb.github.io/metadata-schema/source_data is_a: ControlledOperation attributes: rate: name: rate description: Stirring rate. examples: - value: '{value: 400, unit: 1 / min}' from_schema: https://echemdb.github.io/metadata-schema/experimental/operation domain_of: - Rotation - Flow - Stirring range: Quantity inlined: true
</details>

### Induced

<details>
```yaml
name: Stirring
description: Stirring of the electrolyte.
from_schema: https://echemdb.github.io/metadata-schema/source_data
is_a: ControlledOperation
attributes:
  rate:
    name: rate
    description: Stirring rate.
    examples:
    - value: '{value: 400, unit: 1 / min}'
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    alias: rate
    owner: Stirring
    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: Stirring
    domain_of:
    - ControlledQuantity
    - ControlledOperation
    range: Control
    inlined: true