Pump example

1 Introduction

Dummy introduction text.

1.1 Dummy sub-section

2 System specification decomposition level 1

This chapters describes the system of interest at the first decomposition level. That is, it describes 2 components which play a role within the environment in which the system of interest must operate and the (functional) interactions between those components. In Figure the associated design-structure-matrix (DSM) is shown. The DSM shows the dependencies between the elements that are relevant to this decomposition level.

component – function spec dependency matrix of decomposition level 1.

2.1 Drive-mechanism

This section describes drive-mechanism.

Properties:

The following properties are specified for drive-mechanism:

2.1.1 Goal function requirements

provide-torque |
Drive-mechanism must provide torque to pump. |

2.1.2 Transformation function requirements

drive-mechanism → convert-power-potential |
Drive-mechanism must convert power-potential into torque. |
Subordinate function specifications |
drive-mechanism → power-source → convert-potential | drive-mechanism → provide-power | drive-mechanism → motor → convert-power | |

2.1.3 Quantitative design constraints

dc-drive-length |
Drive-length must be equal to pump-length . |

2.1.4 Qualitative design requirements

IP68 |
Drive-mechanism must be IP68 compliant. |

2.1.5 External models

drive-mechanism → power-source → efficiency-model |
model definition name |
| BatteryEfficiencyModel | |
related variables |
| drive-mechanism → power-potential | | | drive-mechanism → power | |

2.1.6 Sub-components

Drive-mechanism is composed of the following sub-components:

2.2 Pump

This section describes pump.

Comments

Can be sourced by manufacturer XYZ. Part number CFG.PMP.0.1

Properties:

The following properties are specified for pump:

2.2.1 Transformation function requirements

pump → convert-torque |
Pump must convert torque into water-flow. |

2.2.2 Quantitative design requirements

min-water-flow |
Water-flow must be at least 1.0 [L/s]. |

2.2.3 Quantitative design constraints

dc-drive-length |
Drive-length must be equal to pump-length . |

3 System specification decomposition level 2

This chapters describes the system of interest at decomposition level 2 and introduces 3 additional components. In Figure the associated design-structure-matrix (DSM) is shown. The DSM shows the dependencies between the elements that are relevant to this decomposition level.

component – function spec dependency matrix of decomposition level 2.

3.1 Power-source

This section describes power-source. This component is a sub-component of drive-mechanism.

3.1.1 Goal function requirements

drive-mechanism → provide-power |
Power-source must provide power to motor. |

3.1.2 Transformation function constraints

drive-mechanism → power-source → convert-potential |
Power-source does convert power-potential into power. |

3.1.3 Behavior requirements

drive-mechanism → toggle-power |
Case on: | | when: | | * motor-control-signal is equal to True [-] | | | then: | | * power must be at least 300 [W] | | Case default: | | when no other case applies, then: | | * power must be equal to 0 [W] | | |

3.1.4 External models

drive-mechanism → power-source → efficiency-model |
model definition name |
| BatteryEfficiencyModel | |
related variables |
| drive-mechanism → power-potential | | | drive-mechanism → power | |

3.2 Motor

This section describes motor. This component is a sub-component of drive-mechanism.

3.2.1 Goal function requirements

provide-torque |
Motor must provide torque to pump. |
Comments |
This goal function requirement automatically migrated from drive-mechanism. |

3.2.2 Transformation function requirements

drive-mechanism → motor → convert-power |
Motor must convert power into torque, with subclauses: | | * conversion must be at least 0.8 | | |

3.2.3 External models

drive-mechanism → power-source → efficiency-model |
model definition name |
| BatteryEfficiencyModel | |
related variables |
| drive-mechanism → power-potential | | | drive-mechanism → power | |

3.3 Power-switch

This section describes power-switch. This component is a sub-component of drive-mechanism.

3.3.1 Goal function requirements

drive-mechanism → send-control-signal |
Power-switch must send motor-control-signal to power-source. |

4 Conclusion

Dummy conclusion text.

4.1 Dummy sub-section

5 List of variables

5.1 Definitions

Variable Type Domain Units Clarification
drive-length SpatialMeasure 0.0 [m] x
drive-mechanism → motor → conversion Efficiency 0.0 x 1.0
drive-mechanism → motor-control-signal ControlSignal
drive-mechanism → power ElectricalEnergyFlow W
drive-mechanism → power-potential EnergyPotential Wh
pump-length SpatialMeasure 0.0 [m] x
torque MechanicalEnergyFlow Nm Comments on variable torque.
water-flow LiquidMaterialFlow L/s