Table of Contents
Fetching ...

Automating Physics-Based Reasoning for SysML Model Validation

Candice Chambers, Summer Mueller, Parth Ganeriwala, Chiradeep Sen, Siddhartha Bhattacharyya

TL;DR

The paper addresses the gap in SysML MBSE validation by introducing an automated physics-based reasoner that enforces physical laws on both structural (BDD/IBD) and functional (Activity) diagrams. It combines a formal function representation with physics-based verification, organized into three inspections—Balance Laws, Incomplete Topology, and Inferred Balance—and supported by a functional knowledge base. The framework is implemented through modules that extract model knowledge and apply the inspections, and it is validated on four electromechanical use cases (coffeemaker, hair dryer, vacuum cleaner, wired speaker), revealing inconsistencies detectable only through physics-based reasoning. The work demonstrates improved early verification of physical validity in SysML models and outlines future expansions of the KB and integration with English-specification pipelines to broaden applicability and automation in practice.

Abstract

System and software design benefits greatly from formal modeling, allowing for automated analysis and verification early in the design phase. Current methods excel at checking information flow and component interactions, ensuring consistency, and identifying dependencies within Systems Modeling Language (SysML) models. However, these approaches often lack the capability to perform physics-based reasoning about a system's behavior represented in SysML models, particularly in the electromechanical domain. This significant gap critically hinders the ability to automatically and effectively verify the correctness and consistency of the model's behavior against well-established underlying physical principles. Therefore, this paper presents an approach that leverages existing research on function representation, including formal languages, graphical representations, and reasoning algorithms, and integrates them with physics-based verification techniques. Four case studies (coffeemaker, vacuum cleaner, hairdryer, and wired speaker) are inspected to illustrate the model's practicality and effectiveness in performing physics-based reasoning on systems modeled in SysML. This automated physics-based reasoning is broken into two main categories: (i) structural, which is performed on BDD and IBD, and (ii) functional, which is then performed on activity diagrams. This work advances the field of automated reasoning by providing a framework for verifying structural and functional correctness and consistency with physical laws within SysML models.

Automating Physics-Based Reasoning for SysML Model Validation

TL;DR

The paper addresses the gap in SysML MBSE validation by introducing an automated physics-based reasoner that enforces physical laws on both structural (BDD/IBD) and functional (Activity) diagrams. It combines a formal function representation with physics-based verification, organized into three inspections—Balance Laws, Incomplete Topology, and Inferred Balance—and supported by a functional knowledge base. The framework is implemented through modules that extract model knowledge and apply the inspections, and it is validated on four electromechanical use cases (coffeemaker, hair dryer, vacuum cleaner, wired speaker), revealing inconsistencies detectable only through physics-based reasoning. The work demonstrates improved early verification of physical validity in SysML models and outlines future expansions of the KB and integration with English-specification pipelines to broaden applicability and automation in practice.

Abstract

System and software design benefits greatly from formal modeling, allowing for automated analysis and verification early in the design phase. Current methods excel at checking information flow and component interactions, ensuring consistency, and identifying dependencies within Systems Modeling Language (SysML) models. However, these approaches often lack the capability to perform physics-based reasoning about a system's behavior represented in SysML models, particularly in the electromechanical domain. This significant gap critically hinders the ability to automatically and effectively verify the correctness and consistency of the model's behavior against well-established underlying physical principles. Therefore, this paper presents an approach that leverages existing research on function representation, including formal languages, graphical representations, and reasoning algorithms, and integrates them with physics-based verification techniques. Four case studies (coffeemaker, vacuum cleaner, hairdryer, and wired speaker) are inspected to illustrate the model's practicality and effectiveness in performing physics-based reasoning on systems modeled in SysML. This automated physics-based reasoning is broken into two main categories: (i) structural, which is performed on BDD and IBD, and (ii) functional, which is then performed on activity diagrams. This work advances the field of automated reasoning by providing a framework for verifying structural and functional correctness and consistency with physical laws within SysML models.

Paper Structure

This paper contains 18 sections, 8 figures, 2 tables.

Figures (8)

  • Figure 1: In the body IBD, the intake grill shows a material flowing (Out_M) into input flow of type E (OUT_E)
  • Figure 2: In the Hair Dryer block there is a barren flow as there is no output flow for type E (Out_E)
  • Figure 3: In handle assembly IBD, the handle and switch properties both have no flows
  • Figure 4: In hair dryer IBD, the propulsion unit has a dangling head as no association shows an energy flow being outputted from the propulsion unit.
  • Figure 5: In the Insulation ACT, there are no input and/or output activity parameters in the diagram, indicating no input and output flows.
  • ...and 3 more figures