5. Product Architecture - M-Division-2020-2021-Even/Repo_05 GitHub Wiki
Function Cluster
Subsystems involved
- Initialising Unit
- Processing Unit
- Finishing Unit
Interactions Between Phases
1. Initialising Unit
Interactions | Finishing Unit | Processing Unit | Justification |
---|---|---|---|
Data | Yes | Yes | They may not be physically connected but they are interconnected with some data which helps them to work co-ordially |
Material | No | Yes | The initialising unit passes the material to processing unit whereas it does not have material connection with finishing unit |
Spatial | Yes | Yes | The initialising unit is not physically connected to final unit but it is partially constrained with it, and with processing unit it is physically connected as well as fully constrained. |
Energy | No | No | There is no energy transfer or shield between the units |
2. Processising Unit
Interactions | Finishing Unit | Initialising Unit | Justification |
---|---|---|---|
Data | Yes | Yes | Processing unit recieves the data from initialising unit as well as send data to final unit |
Material | Yes | Yes | The input material from initial unit is processed and given as output at final unit |
Spatial | Yes | Yes | It is fully constrained with both the units |
Energy | No | No | There is no energy transfer or shield between the units |
3. Finishing Unit
Interactions | Initialising Unit | Processing Unit | Justification |
---|---|---|---|
Data | Yes | Yes | Finishing unit recieves data from both the units |
Material | No | Yes | The finishing unit has no material interaction with initial unit as it recieves the material from the processing unit |
Spatial | Yes | Yes | The finishing unit is not physically in contact with initial unit but it's functions are partially constrained with it, and with processing unit it is fully constrained. |
Energy | No | No | There is no energy transfer or shield between the units |