You've already forked generic-industrial-process
Import UAPF package
This commit is contained in:
12
levels/L1-production-domain/README.md
Normal file
12
levels/L1-production-domain/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# L1 — Production Domain
|
||||
|
||||
Defines the domain context for production operations. The generic library remains industry-neutral, but domain packages can specialise it.
|
||||
|
||||
Examples:
|
||||
|
||||
- food and beverage;
|
||||
- chemicals;
|
||||
- pulp and paper;
|
||||
- water and wastewater;
|
||||
- pharma;
|
||||
- metals and materials.
|
||||
16
levels/L1-production-domain/process.yaml
Normal file
16
levels/L1-production-domain/process.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
process:
|
||||
id: "oipf.l1.production-domain"
|
||||
level: "L1"
|
||||
name: "Production Domain"
|
||||
purpose: "Represent a domain such as food production, chemical processing, water treatment, pulp and paper, pharma, or metals."
|
||||
inputs:
|
||||
- plant scope
|
||||
- domain-specific production constraints
|
||||
- asset classes
|
||||
- regulatory context
|
||||
outputs:
|
||||
- domain process model
|
||||
- domain package selection
|
||||
parent: "oipf.l0.production-enterprise"
|
||||
children:
|
||||
- "oipf.l2.production-line-operations"
|
||||
Reference in New Issue
Block a user