Skip to content

Class: ChannelDimensions

Dimensions of a microfluidic channel according to ISO 10991:2023 definitions for microchannel geometry and dimensions

URI: [namo:ChannelDimensions](https://w3id.org/monarch-initiative/namo/ChannelDimensions)
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](channel_name.md) | 0..1
[String](String.md) | Name or identifier of the channel (e | direct | | [width](width.md) | 0..1
[Float](Float.md) | Width of the channel in micrometers | direct | | [height](height.md) | 0..1
[Float](Float.md) | Height of the channel in micrometers | direct | | [length](length.md) | 0..1
[Float](Float.md) | Length of the channel in millimeters | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [MicrofluidicDesign](MicrofluidicDesign.md) | [channel_dimensions](channel_dimensions.md) | range | [ChannelDimensions](ChannelDimensions.md) | ## See Also * [https://www.iso.org/standard/82146.html](https://www.iso.org/standard/82146.html) ## 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
    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
    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
    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
    owner: ChannelDimensions
    domain_of:
    - ChannelDimensions
    range: float