Class: ChannelDimensions
Dimensions of a microfluidic channel according to ISO 10991:2023 definitions for microchannel geometry and dimensions
classDiagram
class ChannelDimensions
click ChannelDimensions href "../ChannelDimensions/"
ChannelDimensions : channel_name
ChannelDimensions : height
ChannelDimensions : length
ChannelDimensions : width
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| channel_name | 0..1 String |
Name or identifier of the channel (e | direct |
| width | 0..1 Float |
Width of the channel in micrometers | direct |
| height | 0..1 Float |
Height of the channel in micrometers | direct |
| length | 0..1 Float |
Length of the channel in millimeters | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| MicrofluidicDesign | channel_dimensions | range | ChannelDimensions |
See Also
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch-initiative/namo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | namo:ChannelDimensions |
| native | namo:ChannelDimensions |
| exact | ISO10991:microchannel |
LinkML Source
Direct
name: ChannelDimensions
description: Dimensions of a microfluidic channel according to ISO 10991:2023 definitions
for microchannel geometry and dimensions
from_schema: https://w3id.org/monarch-initiative/namo
see_also:
- https://www.iso.org/standard/82146.html
exact_mappings:
- ISO10991:microchannel
attributes:
channel_name:
name: channel_name
description: Name or identifier of the channel (e.g., apical, basolateral, vascular)
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
domain_of:
- ChannelDimensions
width:
name: width
description: Width of the channel in micrometers
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
domain_of:
- ChannelDimensions
range: float
height:
name: height
description: Height of the channel in micrometers
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
domain_of:
- ChannelDimensions
range: float
length:
name: length
description: Length of the channel in millimeters
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
domain_of:
- ChannelDimensions
range: float
Induced
name: ChannelDimensions
description: Dimensions of a microfluidic channel according to ISO 10991:2023 definitions
for microchannel geometry and dimensions
from_schema: https://w3id.org/monarch-initiative/namo
see_also:
- https://www.iso.org/standard/82146.html
exact_mappings:
- ISO10991:microchannel
attributes:
channel_name:
name: channel_name
description: Name or identifier of the channel (e.g., apical, basolateral, vascular)
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
alias: channel_name
owner: ChannelDimensions
domain_of:
- ChannelDimensions
range: string
width:
name: width
description: Width of the channel in micrometers
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
alias: width
owner: ChannelDimensions
domain_of:
- ChannelDimensions
range: float
height:
name: height
description: Height of the channel in micrometers
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
alias: height
owner: ChannelDimensions
domain_of:
- ChannelDimensions
range: float
length:
name: length
description: Length of the channel in millimeters
from_schema: https://w3id.org/monarch-initiative/namo
rank: 1000
alias: length
owner: ChannelDimensions
domain_of:
- ChannelDimensions
range: float