Class: ReactorDesignType
Type of reactor design used
- NOTE: this is an abstract class and should not be instantiated directly
URI: catcore:ReactorDesignType
classDiagram
class ReactorDesignType
click ReactorDesignType href "../ReactorDesignType/"
CatCoreEntity <|-- ReactorDesignType
click CatCoreEntity href "../CatCoreEntity/"
ReactorDesignType <|-- ElectrochemicalReactor
click ElectrochemicalReactor href "../ElectrochemicalReactor/"
ReactorDesignType <|-- CSTR
click CSTR href "../CSTR/"
ReactorDesignType <|-- PlugFlowReactor
click PlugFlowReactor href "../PlugFlowReactor/"
ReactorDesignType <|-- Autoclave
click Autoclave href "../Autoclave/"
ReactorDesignType <|-- SlurryReactor
click SlurryReactor href "../SlurryReactor/"
ReactorDesignType <|-- Microreactor
click Microreactor href "../Microreactor/"
ReactorDesignType <|-- FixedBedReactor
click FixedBedReactor href "../FixedBedReactor/"
ReactorDesignType <|-- FluidizedBedReactor
click FluidizedBedReactor href "../FluidizedBedReactor/"
ReactorDesignType : identifier
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| identifier | 0..1 String |
Unique identifier for the entity | CatCoreEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Reaction | reactor_design_type | range | ReactorDesignType |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/catcore
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | catcore:ReactorDesignType |
| native | catcore:ReactorDesignType |
LinkML Source
Direct
name: ReactorDesignType
description: Type of reactor design used
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
abstract: true
Induced
name: ReactorDesignType
description: Type of reactor design used
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
abstract: true
attributes:
identifier:
name: identifier
description: Unique identifier for the entity
from_schema: https://w3id.org/nfdi4cat/catcore
rank: 1000
slot_uri: catcore:identifier
alias: identifier
owner: ReactorDesignType
domain_of:
- CatCoreEntity
range: string