Modeling method of complex product virtual prototype (English Version)
This standard proposes a systematic modeling method to solve the multi-disciplinary, multi-level and multi-organization collaborative modeling and simulation problems in the development of complex products. Its core is to adopt a port-based modeling strategy to encapsulate heterogeneous simulation models into standardized components to achieve rapid construction and efficient collaboration.
Hierarchy | Description | Example |
---|---|---|
Meta-Meta-Model | Defines the basic elements of the meta-model, such as data structure and attributes. | Data structure, attributes |
Metamodel | Instances of meta-metamodel, defining the basic elements of model description language, such as classes and objects. | Classes, objects |
Model | Instances of metamodel, describing high-level models in specific application areas, such as airplane models. | “Pilot” class, “Plane” class |
Model instance | Specific implementation of the model, defining the values of specific scenarios. | Pilot Tony, Su-27 aircraft, etc. |
The atomic component model is the smallest functional module of a complex product virtual prototype, and its formal expression is:
$$ \mathrm{AM}:<\{\mathrm{Interface}\},\{\mathrm{Mapping}\}> $$ It consists of two parts: interface and mapping. The interface defines the input and output direction, timestamp and mode of the port; the mapping describes the relationship between the input port item set and the output port item set of the atomic model.Composite component model is composed of multiple atomic components or composite components, which can be formally expressed as follows:
$$ \mathrm{CM}:<\{\mathrm{Interface}\},\{\mathrm{AM},\mathrm{CM}\},\{\mathrm{Coupling}\}> $$ It contains three parts: port, self-nested component model and connection: the definition of port and atomic component set is the same as 6.2; connection describes meta-association and meta-constraint relationship to ensure the consistency of heterogeneous models in simulation system.Modeling process:
Construction guidelines:
In order to effectively implement this standard, it is recommended to:
Copyright ©2007-2025 ANTPEDIA, All Rights Reserved