Skip to content

Enum: ParticleSizeTypeEnum

What a single particle size number represents.

URI: erw:ParticleSizeTypeEnum

Permissible Values

Value Meaning Description
p80 None 80th percentile particle diameter
mean None Mean particle diameter
median None Median particle diameter (D50)

Slots

Name Description
particle_size_type What the particle_size_value represents (P80, mean, or median)

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/erw-research/schema

LinkML Source

name: ParticleSizeTypeEnum
description: What a single particle size number represents.
from_schema: https://w3id.org/erw-research/schema
rank: 1000
permissible_values:
  p80:
    text: p80
    description: 80th percentile particle diameter.
  mean:
    text: mean
    description: Mean particle diameter.
  median:
    text: median
    description: Median particle diameter (D50).