Class: MassTransport
Forced-convection modes inducing mass transport during the measurement.
URI: https://echemdb.github.io/metadata-schema/source_data/MassTransport
classDiagram
class MassTransport
click MassTransport href "../MassTransport/"
MassTransport : flow
MassTransport --> "0..1" Flow : flow
click Flow href "../Flow/"
MassTransport : rotation
MassTransport --> "0..1" Rotation : rotation
click Rotation href "../Rotation/"
MassTransport : stirring
MassTransport --> "0..1" Stirring : stirring
click Stirring href "../Stirring/"
MassTransport : ultrasound
MassTransport --> "0..1" Ultrasound : ultrasound
click Ultrasound href "../Ultrasound/"
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
Rotating (disc) electrode, e |
||
0..1 |
Forced electrolyte flow, e |
||
0..1 |
Ultrasound applied to the electrolyte (sonoelectrochemistry) |
||
0..1 |
Stirring of the electrolyte, e |
Usages
used by |
used in |
type |
used |
|---|---|---|---|
range |
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/MassTransport |
native |
https://echemdb.github.io/metadata-schema/source_data/MassTransport |
LinkML Source
Direct
```yaml
name: MassTransport
description: Forced-convection modes inducing mass transport during the measurement.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
rotation:
name: rotation
description: Rotating (disc) electrode, e.g. RDE or RRDE.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- MassTransport
range: Rotation
inlined: true
flow:
name: flow
description: Forced electrolyte flow, e.g. a flow or channel cell.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
domain_of:
- Component
- MassTransport
range: Flow
inlined: true
ultrasound:
name: ultrasound
description: Ultrasound applied to the electrolyte (sonoelectrochemistry).
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- MassTransport
range: Ultrasound
inlined: true
stirring:
name: stirring
description: Stirring of the electrolyte, e.g. with a magnetic stirrer.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
domain_of:
- MassTransport
range: Stirring
inlined: true
</details>
### Induced
<details>
```yaml
name: MassTransport
description: Forced-convection modes inducing mass transport during the measurement.
from_schema: https://echemdb.github.io/metadata-schema/source_data
attributes:
rotation:
name: rotation
description: Rotating (disc) electrode, e.g. RDE or RRDE.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: rotation
owner: MassTransport
domain_of:
- MassTransport
range: Rotation
inlined: true
flow:
name: flow
description: Forced electrolyte flow, e.g. a flow or channel cell.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
alias: flow
owner: MassTransport
domain_of:
- Component
- MassTransport
range: Flow
inlined: true
ultrasound:
name: ultrasound
description: Ultrasound applied to the electrolyte (sonoelectrochemistry).
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: ultrasound
owner: MassTransport
domain_of:
- MassTransport
range: Ultrasound
inlined: true
stirring:
name: stirring
description: Stirring of the electrolyte, e.g. with a magnetic stirrer.
from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
rank: 1000
alias: stirring
owner: MassTransport
domain_of:
- MassTransport
range: Stirring
inlined: true