Class: Flow

Forced flow of the electrolyte.

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

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

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

        
      
    

Inheritance

Slots

Name

Cardinality and Range

Description

Examples

rate

0..1
Quantity

Volumetric or linear flow rate of the electrolyte

{value: 10, unit: ml / min}

control

0..1
Control

How the operation was controlled

Usages

used by

used in

type

used

MassTransport

flow

range

Flow

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/Flow

native

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

LinkML Source

Direct

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