CN112364538A - Multi-professional heterogeneous model unified packaging method based on data model - Google Patents

Multi-professional heterogeneous model unified packaging method based on data model Download PDF

Info

Publication number
CN112364538A
CN112364538A CN202011237193.4A CN202011237193A CN112364538A CN 112364538 A CN112364538 A CN 112364538A CN 202011237193 A CN202011237193 A CN 202011237193A CN 112364538 A CN112364538 A CN 112364538A
Authority
CN
China
Prior art keywords
model
data
simulation
physical model
professional
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011237193.4A
Other languages
Chinese (zh)
Other versions
CN112364538B (en
Inventor
熊建伟
孙岩
金长林
葛菊祥
陈智宇
吴明远
周涛
胡卓非
胡洪涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CETC 29 Research Institute
Original Assignee
CETC 29 Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CETC 29 Research Institute filed Critical CETC 29 Research Institute
Priority to CN202011237193.4A priority Critical patent/CN112364538B/en
Publication of CN112364538A publication Critical patent/CN112364538A/en
Application granted granted Critical
Publication of CN112364538B publication Critical patent/CN112364538B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E60/00Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention designs a multi-professional heterogeneous model unified packaging method based on a data model, designs a driving module with a unified data interface, systematically and structurally manages data files extracted by a professional tool in a simulation manner, eliminates the difference between the heterogeneous model and other models, provides a high-efficiency and accurate data transmission unified interface for the link simulation of a complex system, and creates conditions for building a complex multi-professional combined simulation system; a standardized simulation data structure is established, and repeated work such as simulation and data extraction is reduced; the physical model can be repeatedly used, and the reusability of the physical model of the heterogeneous model is greatly improved; during link simulation, process data of a professional simulation tool is selected in each simulation beat, and not only final simulation result data is selected, so that the simulation accuracy is improved in the system simulation level.

Description

Multi-professional heterogeneous model unified packaging method based on data model
Technical Field
The invention relates to the field of modeling simulation of electronic information systems, in particular to a data model-based multi-professional heterogeneous model unified packaging method.
Background
The highly integrated complex system is a complex in multiple professional fields, and the simulation of the highly integrated system is physical characteristic modeling and comprehensive analysis in the multiple professional fields. In the design process of a complex system, generally, each professional designer establishes a physical model for each component in a professional simulation tool and performs corresponding simulation verification according to design indexes, wherein the models of the components are independent and have no correlation and no coupling. In order to further consider the mutual influence of different physical characteristics, the currently adopted method is to perform static exchange on final results obtained after each physical simulation tool individually runs simulation, so that the simulation of each physical model has the characteristics of correlation and mutual coupling to a certain extent.
However, because the modeling simulation tools in various professional fields have large differences, the data structures of simulation results are very different, and the result data needs to be subjected to a large amount of processing works such as screening, identification, statistics and the like in a mode of statically interacting the result data of the professional simulation tools, so that the cost of repeatedly processing the data is high; for a system with higher complexity, more component models are included, a specific exchange data structure needs to be designed when every two models exchange data, the data structure needs to be adjusted when each model changes an exchange object, and the reusability of the models is lower. The general system simulation model statically exchanges the final result data of the simulation of the professional tools, and ignores the process data which is correlated among the professional physical models, so that the simulation accuracy of the whole system is low.
Therefore, the heterogeneous model unified packaging method is expected to overcome the defects of the scheme aiming at models built by simulation tools in different professional fields, and is particularly important in multidisciplinary collaborative design and simulation of complex systems.
Disclosure of Invention
The invention aims to provide a multi-professional heterogeneous model unified packaging method based on a data model, and aims to solve the problems of high repeated work cost, low reusability, low accuracy and the like in heterogeneous model data exchange of multi-professional model joint simulation of a complex system.
The invention designs a multi-professional heterogeneous model unified packaging method based on a data model, which comprises the following steps:
(101) creating a physical model according to design indexes in a professional modeling simulation tool;
(102) parameterizing design variables of the physical model, establishing a parameter list, and forming an external parameter control interface;
(103) templating variable parameters of the physical model to enable the physical model to be reusable;
(104) starting simulation solving calculation, and recording process data and result data;
(105) extracting process data and result data according to requirements, and organizing and managing a plurality of data files according to data file management specifications;
(106) analyzing physical characteristics of the physical model, and designing input and output information variables and local parameters of the physical model;
(107) designing a physical model driving transfer function algorithm, and managing simulation data and calling of the physical model;
(108) compiling a transfer function code according to a designed transfer function algorithm, and associating input and output information variables of the physical model;
(109) compiling a transfer function code to form a dynamic link library driven by a physical model;
(110) building a test link and inputting a test signal;
(111) verifying the correctness of information input and output and the validity of simulation data;
(112) if an error or deviation from the expected occurs, adjusting the transfer function algorithm or the transfer function code, and returning to (107);
(113) setting description of a physical model and compiling description information of the physical model to generate a description file;
(114) setting the appearance of the physical model, and generating an appearance file;
(115) associating a physical model description file, an appearance file, a dynamic link library and a transfer function code file;
(116) and configuring a model library path, compressing the description file, the appearance file, the drive dynamic link library and the transfer function code file together with the model simulation extraction data file of the structured organization into a file package, and issuing the file package to the model library for centralized management.
Further, the variable parameters templated by the physical model in step (103) include boundary parameters, excitation parameters, and finite element mesh parameters.
Further, the description of the physical model set in step (113) includes a model name, a creator, a license, and a version.
Further, the description information of the physical model written in step (113) includes various parameters, variables and function description information.
Further, setting the appearance of the physical model in step (114) includes setting a physical model icon and geometric position information of the input/output port of the physical model.
Further, the multi-professional heterogeneous model packaged by the packaging method comprises a model driver, a model file management layer and a simulation data management layer.
In summary, due to the adoption of the technical scheme, the invention has the beneficial effects that:
the invention designs a multi-professional heterogeneous model unified packaging method based on a data model, designs a driving module with a unified data interface, systematically and structurally manages data files extracted by a professional tool in a simulation manner, eliminates the difference between the heterogeneous model and other models, provides a high-efficiency and accurate data transmission unified interface for the link simulation of a complex system, and creates conditions for building a complex multi-professional combined simulation system; a standardized simulation data structure is established, and repeated work such as simulation and data extraction is reduced; the physical model can be repeatedly used, and the reusability of the physical model of the heterogeneous model is greatly improved; during link simulation, process data of a professional simulation tool is selected in each simulation beat, and not only final simulation result data is selected, so that the simulation accuracy is improved in the system simulation level.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
FIG. 1 is a flow chart of a data model-based multi-professional heterogeneous model unified packaging method of the present invention.
Fig. 2 is a schematic structural diagram of a multi-professional heterogeneous model encapsulated by the encapsulation method of the present invention.
Fig. 3 is a schematic structural diagram of a phased array antenna model according to an embodiment of the present invention.
Fig. 4 is a parameter list diagram according to an embodiment of the present invention.
FIG. 5 is a schematic diagram of parameter templating according to an embodiment of the present invention.
Fig. 6 is a phased array antenna pattern of an embodiment of the present invention.
Fig. 7 is a schematic diagram of time domain signal transmission of a phased array antenna model according to an embodiment of the present invention.
Fig. 8 is a block flow diagram of the execution of the transfer function algorithm according to an embodiment of the present invention.
Fig. 9 is a schematic structural diagram of a test link according to an embodiment of the present invention.
FIG. 10 is a schematic diagram of an interface for setting the description and appearance of a physical model according to an embodiment of the invention.
Fig. 11 is a schematic interface diagram of writing description information of a physical model according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, the method for uniformly encapsulating a multi-professional heterogeneous model based on a data model of the present invention includes the following steps:
(101) creating a physical model according to design indexes in a professional modeling simulation tool; wherein, the professional modeling simulation tool is such as EAD simulation software;
(102) parameterizing design variables of the physical model, establishing a parameter list, and forming an external parameter control interface;
(103) templating variable parameters of the physical model to enable the physical model to be reusable; wherein, the variable parameters of the physical model templating comprise boundary parameters, excitation parameters and finite element grid parameters;
(104) starting simulation solving calculation, and recording process data and result data;
(105) extracting process data and result data according to requirements, and organizing and managing a plurality of data files according to data file management specifications;
(106) analyzing physical characteristics of the physical model, and designing input and output information variables and local parameters of the physical model;
(107) designing a physical model driving transfer function algorithm, and managing simulation data and calling of the physical model;
(108) compiling a transfer function code according to a designed transfer function algorithm, and associating input and output information variables of the physical model;
(109) compiling a transfer function code to form a dynamic link library driven by a physical model;
(110) building a test link and inputting a test signal;
(111) verifying the correctness of information input and output and the validity of simulation data;
(112) if an error or deviation from the expected occurs, adjusting the transfer function algorithm or the transfer function code, and returning to (107);
(113) setting description of a physical model and compiling description information of the physical model to generate a description file; wherein the description of the set physical model comprises a model name, a creator, a permission and a version; the written description information of the physical model comprises various parameters, variables and function description information;
(114) setting the appearance of the physical model, and generating an appearance file; setting the appearance of the physical model, wherein the setting of the appearance of the physical model comprises setting a physical model icon and geometric position information of an input/output port of the physical model;
(115) associating a physical model description file, an appearance file, a dynamic link library and a transfer function code file;
(116) and configuring a model library path, compressing the description file, the appearance file, the drive dynamic link library and the transfer function code file together with the model simulation extraction data file of the structured organization into a file package, and issuing the file package to the model library for centralized management.
As shown in fig. 2, the uniformly packaged multi-professional heterogeneous model based on the data model includes three parts, namely a model driver, a model file management layer and a simulation data management layer. The model driving part realizes specific solving calculation of the input information and the model simulation data and outputs specific informationCan be abstracted as Sout=F(SinAnd, a, B …). The model file management layer mainly comprises a description file, a model code file, a dynamic link library file, a port configuration file, an appearance file and the like of a physical model, and the files are configured, managed or generated through a model packaging tool. The simulation data management layer comprises simulation process data and result data, and the data are obtained by establishing an accurate model through an EDA simulation tool to perform simulation extraction.
Examples
In this embodiment, a process of the unified packaging method for a multi-professional heterogeneous model based on a data model is described by taking a typical package of a phased array antenna model based on a 1 × 8 array element of finite element analysis as an example, as shown in fig. 1, the unified packaging method for a multi-professional heterogeneous model based on a data model of this embodiment includes the following steps:
(101) creating a physical model in a professional modeling simulation tool;
in the EAD simulation software, a physical model of a phased array antenna model is designed according to the design indexes of the phased array antenna, and the phased array antenna array is formed by array arrangement, as shown in FIG. 3.
(102) Parameterizing design variables of the physical model, establishing a parameter list, and forming an external parameter control interface;
for the physical model of the phased array antenna model, the design variables were parameterized and the parameter list established is shown in fig. 4.
(103) Templating variable parameters of the physical model to enable the physical model to be reusable;
and (3) templating variable parameters such as boundary parameters, excitation parameters, finite element grid parameters and the like, as shown in figure 5, so that the physical model of the phased array antenna model can be reused.
(104) Starting simulation solving calculation, and recording process data and result data;
when the simulation solving calculation is started, the EAD simulation software enters an automatic solving calculation process, and the background automatically records the data of the intermediate process and the result data of the solving calculation.
(105) Extracting process data and result data according to requirements, and organizing and managing a plurality of data files according to data file management specifications;
the directional patterns of the frequency points of each azimuth are extracted from the physical model of the phased array antenna model, as shown in fig. 6, and the extracted data is written into a file.
(106) Analyzing physical characteristics of the physical model, and designing input and output information variables and local parameters of the physical model;
transmission of time domain signals in phased array antenna model the time domain input signal is schematically shown in FIG. 7
Figure BDA0002767079360000071
Is a function of azimuth angle, pitch angle and time, and the azimuth module in the link transmits the appointed direction
Figure BDA0002767079360000072
Calculation of a frequency value F from an input signal by Fourier transformation0
(107) Designing a physical model driving transfer function algorithm, and managing simulation data and calling of the physical model;
obtaining simulation result data obtained by simulation of a professional modeling simulation tool, obtaining gain directional diagram data in a corresponding direction, and inputting a signal SinMultiplying by a gain to obtain a resultant signal, i.e. SC=Sin×GPA. The simulation result data built in the phased array antenna model is dispersed into each square point in space according to the space domain, namely
Figure BDA0002767079360000073
The frequency scanning range is also dispersed into a frequency point sequence according to a certain precision, namely (F)0,F1......Fk) If the set of azimuth frequencies corresponds to one directional diagram, the total number of directional diagrams is: m × n × k. The phased array antenna gain function may be expressed as theta,
Figure BDA0002767079360000074
f-related expression, namely:
Figure BDA0002767079360000075
gain of each equivalent element antenna:
Gi(dB)=10lgN-GPA(dB)
where N is the total number of phased array antenna elements.
Input from beam steering formulas
Figure BDA0002767079360000076
And calculating phase difference delta phase of each frequency point of each path to obtain (S)1,S2,....Sn) The n groups of frequency domain output signals are subjected to inverse Fourier transform to obtain n groups of time domain output signals.
(108) Compiling a transfer function code according to a designed transfer function algorithm, and associating input and output information variables of the physical model;
the flow chart of the transfer function algorithm execution is shown in fig. 8, and includes:
p01, searching a direction graph file according to the target direction frequency value;
p02, reading the direction graph file and establishing a data linked list;
p03, traversing the data link table, and searching corresponding gain values according to the direction angle, the pitch angle and the frequency;
p04, judging whether the gain value is found by P03, if the gain value is not found, executing P05, otherwise executing P06;
p05, traversing the data link table, and searching four adjacent gain values;
p06, averaging the four searched gain values;
p07, the searched gain value of P03 or the average value of four gain values obtained by P06 is substituted;
p08, product the input information with the gain value introduced by P07;
p09, performing power division and shift-to-delay processing on the product result;
p10, the output information is the processing result of P09.
(109) Compiling a transfer function code to form a dynamic link library driven by a physical model;
the compiler cl.exe compiles the source code and the linker link.exe to form a physical model driven target file, namely a physical model driven dynamic link library, by calling the compiler cl.exe in a batch processing mode by using visual studio.
(110) Building a test link and inputting a test signal; the built test link is shown in fig. 9.
(111) Verifying the correctness of information input and output and the validity of simulation data;
(112) if an error or deviation from the expected occurs, adjusting the transfer function algorithm or the transfer function code, and returning to (107);
(113) setting description of a physical model and compiling description information of the physical model to generate a description file;
as shown in fig. 10, the description of the set physical model includes the model name, creator, license, and version;
as shown in fig. 11, the written description information of the physical model includes various types of parameters, variables, and function description information.
(114) Setting the appearance of the physical model, and generating an appearance file;
as shown in fig. 10, setting the appearance of the physical model includes setting a physical model icon, and geometric position information of the physical model input/output port.
(115) Associating a physical model description file, an appearance file, a dynamic link library and a transfer function code file;
(116) and configuring a model library path, compressing the description file, the appearance file, the drive dynamic link library and the transfer function code file together with the model simulation extraction data file of the structured organization into a file package, and issuing the file package to the model library for centralized management.
The packaging process mainly compresses the single packaged model to form a single compressed file. The unified simulation platform uses the files contained in the model package as follows:
(1) a professional model file;
(2) a model agent dll;
(3) description of a model description file;
(4) a data file package;
(5) multimedia files (pictures, animations, video, audio, etc.);
(6) others rely on files.
According to the content, the method for uniformly packaging the multi-professional heterogeneous model based on the data model is designed, the driving module with the uniform data interface is designed, the data file extracted by the professional tool is systematically and structurally managed, the difference between the phased array antenna heterogeneous model and other models is eliminated, the efficient and accurate data transmission uniform interface is provided for the link simulation of a complex system, and conditions are created for building the complex multi-professional combined simulation system; establishing a standardized antenna array simulation data structure, and reducing the repetitive work of simulation, data extraction and the like of an antenna array; the physical model can be repeatedly used, and the reusability of the physical model of the phased array antenna heterogeneous model is greatly improved; during link simulation, process data of a professional simulation tool is selected in each simulation beat, and not only final simulation result data is selected, so that the simulation accuracy is improved in the system simulation level.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (6)

1. A multi-professional heterogeneous model unified packaging method based on a data model is characterized by comprising the following steps:
(101) creating a physical model according to design indexes in a professional modeling simulation tool;
(102) parameterizing design variables of the physical model, establishing a parameter list, and forming an external parameter control interface;
(103) templating variable parameters of the physical model to enable the physical model to be reusable;
(104) starting simulation solving calculation, and recording process data and result data;
(105) extracting process data and result data according to requirements, and organizing and managing a plurality of data files according to data file management specifications;
(106) analyzing physical characteristics of the physical model, and designing input and output information variables and local parameters of the physical model;
(107) designing a physical model driving transfer function algorithm, and managing simulation data and calling of the physical model;
(108) compiling a transfer function code according to a designed transfer function algorithm, and associating input and output information variables of the physical model;
(109) compiling a transfer function code to form a dynamic link library driven by a physical model;
(110) building a test link and inputting a test signal;
(111) verifying the correctness of information input and output and the validity of simulation data;
(112) if an error or deviation from the expected occurs, adjusting the transfer function algorithm or the transfer function code, and returning to (107);
(113) setting description of a physical model and compiling description information of the physical model to generate a description file;
(114) setting the appearance of the physical model, and generating an appearance file;
(115) associating a physical model description file, an appearance file, a dynamic link library and a transfer function code file;
(116) and configuring a model library path, compressing the description file, the appearance file, the drive dynamic link library and the transfer function code file together with the model simulation extraction data file of the structured organization into a file package, and issuing the file package to the model library for centralized management.
2. The unified packaging method for multi-professional heterogeneous model based on data model as claimed in claim 1, wherein the variable parameters templated by the physical model in step (103) comprise boundary parameters, excitation parameters and finite element mesh parameters.
3. The data model-based multi-professional heterogeneous model uniform packaging method according to claim 1, wherein the description of the physical model set in the step (113) comprises a model name, a creator, a license and a version.
4. The method for uniformly encapsulating the multi-professional heterogeneous model based on the data model as claimed in claim 1, wherein the description information of the physical model written in the step (113) comprises various types of parameters, variables and function description information.
5. The method for uniformly encapsulating the multi-professional heterogeneous model based on the data model as claimed in claim 1, wherein the step (114) of setting the appearance of the physical model comprises setting a physical model icon and geometric position information of an input port and an output port of the physical model.
6. The method for uniformly packaging the multi-professional heterogeneous models based on the data model as claimed in claim 1, wherein the multi-professional heterogeneous models packaged by the packaging method comprise a model driver, a model file management layer and a simulation data management layer.
CN202011237193.4A 2020-11-09 2020-11-09 Multi-professional heterogeneous model unified packaging method based on data model Active CN112364538B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011237193.4A CN112364538B (en) 2020-11-09 2020-11-09 Multi-professional heterogeneous model unified packaging method based on data model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011237193.4A CN112364538B (en) 2020-11-09 2020-11-09 Multi-professional heterogeneous model unified packaging method based on data model

Publications (2)

Publication Number Publication Date
CN112364538A true CN112364538A (en) 2021-02-12
CN112364538B CN112364538B (en) 2022-05-31

Family

ID=74509884

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011237193.4A Active CN112364538B (en) 2020-11-09 2020-11-09 Multi-professional heterogeneous model unified packaging method based on data model

Country Status (1)

Country Link
CN (1) CN112364538B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115605A (en) * 2020-09-14 2020-12-22 苏州同元软控信息技术有限公司 Modelica model and Flowmaster model combined simulation method and system and electronic equipment
CN112949234A (en) * 2021-04-14 2021-06-11 山东高云半导体科技有限公司 Software modeling method and device of FPGA physical model
CN114004057A (en) * 2021-09-18 2022-02-01 中国电子科技集团公司第二十九研究所 Method and system for rapid simulation of radio frequency link and automatic optimization of device
CN114792058A (en) * 2022-06-23 2022-07-26 中国电力科学研究院有限公司 New energy electromagnetic transient encapsulation model unified interface method and system
CN115061772A (en) * 2022-04-27 2022-09-16 北京航空航天大学 Multi-field simulation model integration method and system
CN116501452A (en) * 2023-06-28 2023-07-28 北京世冠金洋科技发展有限公司 Model processing method, simulation platform, electronic device and storage medium
CN115061772B (en) * 2022-04-27 2024-06-21 北京航空航天大学 Multi-field simulation model integration method and system

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5930154A (en) * 1995-01-17 1999-07-27 Intertech Ventures, Ltd. Computer-based system and methods for information storage, modeling and simulation of complex systems organized in discrete compartments in time and space
CN103412972A (en) * 2013-07-01 2013-11-27 北京理工大学 Method for packaging and integrating simulation models of distributed simulation platform of aircraft
WO2014078848A1 (en) * 2012-11-19 2014-05-22 Siemens Corporation Functional top-down cyber-physical systems co-design
CN106484874A (en) * 2016-10-13 2017-03-08 福建星海通信科技有限公司 A kind of method by unified for software platform bottom isomeric data encapsulation and system
CN106951575A (en) * 2016-01-06 2017-07-14 北京仿真中心 A kind of multidisciplinary Virtual Experiment Simulation method based on COSIM
CN106951590A (en) * 2017-02-16 2017-07-14 北京宇航系统工程研究所 A kind of emulation test system towards multidisciplinary isomery model
CN108255491A (en) * 2017-12-11 2018-07-06 南京埃斯顿自动化股份有限公司 A kind of unified modeling method of servo-driver data
CN109033720A (en) * 2018-09-12 2018-12-18 上海丕休智能科技有限公司 A kind of multidisciplinary associative simulation and optimization method based on unified Modeling environment
CN111123889A (en) * 2019-12-20 2020-05-08 北京空天技术研究所 Aircraft guidance control simulation test method and device
CN111400866A (en) * 2020-02-18 2020-07-10 上海机电工程研究所 Target RCS characteristic modeling method and system suitable for system simulation
CN111414695A (en) * 2020-03-19 2020-07-14 苏州同元软控信息技术有限公司 Modelica-based joint simulation system and construction method thereof

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5930154A (en) * 1995-01-17 1999-07-27 Intertech Ventures, Ltd. Computer-based system and methods for information storage, modeling and simulation of complex systems organized in discrete compartments in time and space
WO2014078848A1 (en) * 2012-11-19 2014-05-22 Siemens Corporation Functional top-down cyber-physical systems co-design
CN103412972A (en) * 2013-07-01 2013-11-27 北京理工大学 Method for packaging and integrating simulation models of distributed simulation platform of aircraft
CN106951575A (en) * 2016-01-06 2017-07-14 北京仿真中心 A kind of multidisciplinary Virtual Experiment Simulation method based on COSIM
CN106484874A (en) * 2016-10-13 2017-03-08 福建星海通信科技有限公司 A kind of method by unified for software platform bottom isomeric data encapsulation and system
CN106951590A (en) * 2017-02-16 2017-07-14 北京宇航系统工程研究所 A kind of emulation test system towards multidisciplinary isomery model
CN108255491A (en) * 2017-12-11 2018-07-06 南京埃斯顿自动化股份有限公司 A kind of unified modeling method of servo-driver data
CN109033720A (en) * 2018-09-12 2018-12-18 上海丕休智能科技有限公司 A kind of multidisciplinary associative simulation and optimization method based on unified Modeling environment
CN111123889A (en) * 2019-12-20 2020-05-08 北京空天技术研究所 Aircraft guidance control simulation test method and device
CN111400866A (en) * 2020-02-18 2020-07-10 上海机电工程研究所 Target RCS characteristic modeling method and system suitable for system simulation
CN111414695A (en) * 2020-03-19 2020-07-14 苏州同元软控信息技术有限公司 Modelica-based joint simulation system and construction method thereof

Non-Patent Citations (10)

* Cited by examiner, † Cited by third party
Title
SONGSHANYUE 等: ""Service-oriented model-encapsulation strategy for sharing and integrating heterogeneous geo-analysis models in an open web environment"", 《HTTPS://DOI.ORG/10.1016/J.ISPRSJPRS.2015.11.002》 *
SONGSHANYUE 等: ""Service-oriented model-encapsulation strategy for sharing and integrating heterogeneous geo-analysis models in an open web environment"", 《HTTPS://DOI.ORG/10.1016/J.ISPRSJPRS.2015.11.002》, 15 April 2016 (2016-04-15), pages 258 - 273 *
李明: "雷达电讯虚拟样机构建与仿真技术研究", 《现代雷达》 *
李明: "雷达电讯虚拟样机构建与仿真技术研究", 《现代雷达》, no. 04, 15 April 2017 (2017-04-15) *
杨超: ""高速列车牵引传动系统故障测试与验证仿真平台研究"", 《自动化学报》 *
杨超: ""高速列车牵引传动系统故障测试与验证仿真平台研究"", 《自动化学报》, 15 December 2019 (2019-12-15), pages 2218 - 2232 *
梁东方 等: ""基于异构模型融合的CPS系统仿真建模方法研究"", 《计算机科学》 *
梁东方 等: ""基于异构模型融合的CPS系统仿真建模方法研究"", 《计算机科学》, 15 November 2012 (2012-11-15), pages 24 - 28 *
陆冠华等: "基于FMI的飞行器分系统多源异构模型一体化仿真", 《导航定位与授时》 *
陆冠华等: "基于FMI的飞行器分系统多源异构模型一体化仿真", 《导航定位与授时》, no. 06, 20 November 2018 (2018-11-20), pages 99 - 104 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115605A (en) * 2020-09-14 2020-12-22 苏州同元软控信息技术有限公司 Modelica model and Flowmaster model combined simulation method and system and electronic equipment
CN112115605B (en) * 2020-09-14 2023-08-22 苏州同元软控信息技术有限公司 Combined simulation method and system of Modelica model and Flowmaster model and electronic equipment
CN112949234A (en) * 2021-04-14 2021-06-11 山东高云半导体科技有限公司 Software modeling method and device of FPGA physical model
CN114004057A (en) * 2021-09-18 2022-02-01 中国电子科技集团公司第二十九研究所 Method and system for rapid simulation of radio frequency link and automatic optimization of device
CN114004057B (en) * 2021-09-18 2023-04-07 中国电子科技集团公司第二十九研究所 Method and system for rapid simulation of radio frequency link and automatic optimization of device
CN115061772A (en) * 2022-04-27 2022-09-16 北京航空航天大学 Multi-field simulation model integration method and system
CN115061772B (en) * 2022-04-27 2024-06-21 北京航空航天大学 Multi-field simulation model integration method and system
CN114792058A (en) * 2022-06-23 2022-07-26 中国电力科学研究院有限公司 New energy electromagnetic transient encapsulation model unified interface method and system
CN114792058B (en) * 2022-06-23 2022-08-26 中国电力科学研究院有限公司 New energy electromagnetic transient encapsulation model unified interface method and system
CN116501452A (en) * 2023-06-28 2023-07-28 北京世冠金洋科技发展有限公司 Model processing method, simulation platform, electronic device and storage medium
CN116501452B (en) * 2023-06-28 2023-09-08 北京世冠金洋科技发展有限公司 Model processing method, simulation platform, electronic device and storage medium

Also Published As

Publication number Publication date
CN112364538B (en) 2022-05-31

Similar Documents

Publication Publication Date Title
CN112364538B (en) Multi-professional heterogeneous model unified packaging method based on data model
CN108614770B (en) Automatic test assertion method, device, storage medium and equipment
US7519523B2 (en) Simplified data signal support for diagramming environment languages
KR100744886B1 (en) Asadal : system for providing feature-oriented software product line engineering environment
US7194726B2 (en) Method for automatically decomposing dynamic system models into submodels
CN111650847A (en) Method for integrating actuator model in aeroengine hardware on loop platform
Boulet et al. MDA for SoC Design, Intensive Signal Processing Experiment.
CN117234926A (en) AUTOSAR architecture-based software component interface checking method and device
CN1983288A (en) Verification operation supporting system and method of the same
CN110968339B (en) Method and device for front-end building tool and electronic equipment
Moutinho et al. Ecore representation for extending PNML for Input-Output Place-Transition nets
WO2016082474A1 (en) Human-machine command script updating method and apparatus, and computer storage medium
CN115757174A (en) Database difference detection method and device
CN110968342B (en) Version comparison method, device and system
CN113868046A (en) Function verification method and system of PAD control unit and related components
KR20070049126A (en) Asadal : system for providing feature-oriented software product line engineering environment
Forte Tools fair: Out of the lab, onto the shelf
CN110955423B (en) Model design method, system, storage medium and terminal
Mengist Methods and Tools for Efficient Model-Based Development of Cyber-Physical Systems with Emphasis on Model and Tool Integration
EP4250166A1 (en) Computer-implemented method for performing a system assessment
Shin et al. Automated test case generation for automotive embedded software testing using XMI-based UML model transformations
Tan et al. Model-Based Embedded Radar System Software Development and Verification
Xu et al. Research on the Knowledge Based Parameterized CAD System of Wheat and Rice Combine Chassis
CN115048248A (en) Failure positioning method applied to FPGA
CN115422035A (en) Automatic development method and system of virtual ECU model

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant