Class: Flow
Forced flow of the electrolyte.
URI: https://echemdb.github.io/metadata-schema/autotag/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
-
Flow
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Volumetric or linear flow rate of the electrolyte |
|
|
0..1 |
How the operation was controlled |
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/autotag
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/autotag/Flow |
native |
https://echemdb.github.io/metadata-schema/autotag/Flow |
LinkML Source
Direct
```yaml
name: Flow
description: Forced flow of the electrolyte.
from_schema: https://echemdb.github.io/metadata-schema/autotag
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/autotag
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