Table of Contents

Survey of MBSE Methodologies

This page's structure follows closely that of of J.A. Estefan "Survey of Model-Based Systems Engineering Methodologies", INCOSE MBSE Initiative (2008) Rev. B.

Gaps that the below survey seeks to address to the 2008 survey include

  • 2010 revision to Harmony/SE
  • 2nd edition for Vitech MBSE Methodology (released 2011)
  • 2012 release of JPL SA
  • inclusion of SYSMOD
  • inclusion of Functional Architecture for Systems

Ontology

Lifecycle Development Models

Acquisition Lifecycle Models

DoD

  1. Concept Refinement
  2. Technology Development
  3. System Development & Demonstration
  4. Production & Deployment
  5. Operations & Support

NASA

  1. Concept Study
  2. Concept Development
  3. Preliminary Design
  4. Final Design
  5. Fabrication, Assembly and Test
  6. Operations & Sustainment
  7. Disposal

ISO 15288

  1. Concept
  2. Develop
  3. Production
  4. Operate
  5. Support
  6. Retirement

Methodologies

Harmony/SE

Harmony-SE takes a use case approach to modeling a system. Emphasis is on use of sequence diagrams and definition of operations and interfaces. Increments are use case based.

Methodology is available here. Methodology captured in a IBM Rational Harmony Deskbook Release 3.1.2 (2010).

The Harmony Process is split between “Harmony for Systems Engineering” and “Harmony for Embedded RT Development”. As you can see from the above figure the former focuses on the downwards side of the Vee development life cycle whilst the latter focuses on the upwards trajectory.

Objectives

Development Activities

  1. Requirements Analysis
    1. Requirements Capture
    2. Definition of System Use Cases
  2. System Functional Analysis
    • Main output is required operations to meet black-box use case scenarios
    • Use case is translated into an executable model and the underlying system requirements verified through model execution
  3. Design Synthesis
    1. Architectural Analysis (Trade Study)
      • Elaborate a concept for implementation of identified operations based on parametric analysis
    2. Architectural Design
      • Allocated System Operations
      • Allocation is verified through model execution
      • After verification then architectural design may be analyzed with regard to performance analysis (reference previous measure of effectiveness metrics)
    3. Detailed Architectural Design
  4. Hardware / Software Design

Object-Orientated Systems Engineering Method (OOSEM)

Closely follows the recursive nature of the Vee life cycle development approach. Adopts Integrated Product Development (IPD) team.

To view the model download the zip file, extract files and then select oosem_process_baseline_yyyymmdd/index.htm

Once the html model is loaded click on “Specify and design system” and then you will see the OOSEM process chart. As of writing the latest version is baselined as OOSEM Process Baseline 1/2020.

Objectives

Development Activities

  1. Set up model
  2. Analyze stakeholder needs
    1. Captures as-is state, limitations and potential improvement.
    2. Analyzed using causal analysis techniques to determine limitations therefore derive mission requirements for the to-be system
    3. Mission requirements are provided as
      • Mission objectives
      • Measure of Effectiveness
      • Top-level use case and scenarios
  3. Design system requirements
    • System is modeled as a black box.
    • Scenarios are modeled as activity diagrams with swim lanes
    • Requirement change is evaluate as risk and flexibility is built in
  4. Define logical architecture
    • Decompose and partitioning the system into logical components that interact to satisfy system requirements
    • With a logical architecture the system design is more resilient to requirements change and is technology neutral
  5. Synthesize candidate allocated architectures
    • Each logical component is mapped to a system node to address how the functionality is distributed
    • Requirements for each system element are traced to system requirements
  6. Optimize and evaluate alternatives
    • Parametric models are used to analyze and optimize performance across a range of criteria (safety, reliability, cost)
    • Criteria and weightings are traceable to requirements and measure of effectiveness
    • Monitor Technical Performance Measures
    • Identify potential risks
  7. Validate and verify system
    • Development of plans, procedures and methods
    • System level use cases, scenarios are primary inputs to the development of test cases and associated verification procedures

IBM Rational Unified Process for Systems Engineering (RUP SE)

It was not easy to find a document that lays out what RUP SE is about. I found "Rational Unified Process" Rational Software White Paper TP026B, Rev 11/01 but it is a generalization of RUP SE.

Eventually found the below source material:

Based on the above SUP SE is baselined as Version 2.0, last updated in 2003.

Objectives

Development Activities

  1. Start with Use Cases, i.e. how the system delivers value to / responds to Actors
  2. Treat system as a blackbox which has measures of effectiveness / budgets to meet Actor's need
  3. Develop whitebox representation of the system of how it will meet the operations defined by the blackbox representation
    1. RUP SE has Locality and Process as attributes of the whitebox representation. Locality is where the operation is hosted, Process is what executes the operation.
  4. Specify subsystem use cases.
  5. Visualize interaction of Actor with Process with a sequence diagram. Helps to identify whether processes can be combined if significant interaction between them.
  6. Visualize interaction of Actor with Localities with a sequence diagram. Shows dataflows between assets, helping to define communication protocols.
  7. Rinse and repeat.

Vitech MBSE Methodology

The source for the Vitech MBSE Methodology is D. Long & Z, Scott “A Primer for Model-Based System Engineering”, Vitech Corporation, 2nd edition (2011). This is available for download here.

Objectives

The design space includes three systems (a simplification of J. Martin's seven systems)

Development Activities

Vitech Methodology describes main activities (Requirement Analysis, Functional Behavior Analysis, Architectural Synthesis) addressing, respectively, the domains of Requirements, Behavior, Architecture, Verification and Validation.

  1. Requirements Analysis
    1. Explore stakeholder needs creating a statement of system functionality
    2. Increase granularity of system behavior (that realizes need) and therefore increase specificity of requirements
  2. Functional Behavior Analysis
    1. Addresses (a) what the system must do in order to answer customer's need and (b) how well the system must perform these functions (i.e. measure of effectiveness)
    2. Construct logical model
  3. Architectural Synthesis
    1. Development of the physical model
    2. Allocating logical model to the physical model
    3. Trace requirements (through the logical mode) to the physical model
  4. Validation & Verification

JPL State Analysis (SA)

Sources for this methodology include

JPL State Analysis…

Rationale

Objectives

Development Activities

  1. The foundation of the JPL SA methodology is the control system and the system under control are explicitly different. This separation is formalized in an ontology which is written in OWL2. JPL used Protege as the editing environment.
  2. This ontology is mapped to SysML artifacts using Query/View/Transformation (QVT), a model-to-model transformation standard by OMG.
  3. A context diagram (block diagram) includes Analysis Context with parts System Under Control and Control System
  4. In a state effects diagram (=internal block diagram) map the relationship between different state variables contained within the context. Use affects and affectedBy relationships.
  5. Define mathematical relationships between State Variables with parametric diagrams
  6. Control System is designed. A State Variable has only 1 Controller and (may) have only one Estimator
  7. The HardwareAdapter is modeled to be an interface between the Control System and System Under Control. Measurements flow from System Under Control to Control System, Controls flow the other way.
  8. Goals are elaborated as (typically) stereotyped use cases whilst the temporal aspect of goals is defined as constraints and analyzed in parametric diagrams.

Object-Process Methodology (OPM)

SYSMOD

Funcational Architecture Methodology