BERT Documentation
  • Getting Started
    • Get Started with BERT
    • Why BERT?
    • Creating Your First System
      • Step 1: Starting a New Project
      • Step 2: Define Your System of Interest
      • Step 3: Identify Primary Output
      • Step 4: Define Output Interface
      • Step 5: Add Customer Sink
      • Step 6: Add a Waste Output
      • Step 7: Identify Primary Inputs
      • Step 8: Traverse The Boundary
      • Step 9: Add Boundary Subsystems
      • Step 10: Adding Internal Flows
      • Step 11: System Decomposition
      • Step 11: Share JSON
      • Next Steps
      • System Elements
      • Advanced Features
      • Video Tutorial
    • Reference Guide
    • Glossary
    • Examples
      • A Home
      • A Cell
      • An LLM
  • Case Studies
    • Bitcoin
  • Analysis, Modeling and Simulation
    • Deep Systems Analysis
    • Modeling
    • Simulation
  • For Researchers
    • System Ontology
    • System Language
  • For Developers
    • Contributing
    • Architecture
  • Roadmap
    • Alpha
  • Beta
  • 1.0
Powered by GitBook
On this page
  1. Getting Started
  2. Creating Your First System

Step 9: Add Boundary Subsystems

PreviousStep 8: Traverse The BoundaryNextStep 10: Adding Internal Flows

Last updated 2 months ago

Subsystems

As systems become complex, they can be broken down into subsystems - smaller, more manageable components that perform specific functions within the larger system.

Characteristics of subsystems:

  • Encapsulate related functionality

  • Can contain their own interfaces and internal elements

  • Allow for hierarchical system decomposition

  • Help manage complexity through abstraction

Click the green circle on top of the interface.

The system will immediately turn white because we have transitioned from black box to white box analysis, looking at internals.

Each subsystem is itsself, a system, to be treated as an SOI. You'll be presented with element detail tab identical to the one from one we started.

Do the same for the other two interfaces.

Now ready to start connecting our subsystems, identifying how they interact with each other.