CN117494532A - Automatic finite element pretightening force data batch transmission and simulation calculation control method - Google Patents

Automatic finite element pretightening force data batch transmission and simulation calculation control method Download PDF

Info

Publication number
CN117494532A
CN117494532A CN202410001457.8A CN202410001457A CN117494532A CN 117494532 A CN117494532 A CN 117494532A CN 202410001457 A CN202410001457 A CN 202410001457A CN 117494532 A CN117494532 A CN 117494532A
Authority
CN
China
Prior art keywords
simulation
finite element
simulation analysis
simulation calculation
original file
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
CN202410001457.8A
Other languages
Chinese (zh)
Other versions
CN117494532B (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.)
Aerospace Precision Products Co Ltd
Original Assignee
Aerospace Precision Products Co Ltd
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 Aerospace Precision Products Co Ltd filed Critical Aerospace Precision Products Co Ltd
Priority to CN202410001457.8A priority Critical patent/CN117494532B/en
Publication of CN117494532A publication Critical patent/CN117494532A/en
Application granted granted Critical
Publication of CN117494532B publication Critical patent/CN117494532B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/17Mechanical parametric or variational design
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides an automatic finite element pretightening force data batch transmission and simulation calculation control method, which comprises the steps of performing simulation setting on the structure of a fastener in simulation analysis software; outputting the simulation setting result as an original file; the pretightening force data of the fasteners are read in batches and imported into simulation analysis software; creating new original files in batches according to the user demands and the original files after simulation verification; writing the pretightening force data imported into the simulation analysis software into a new original file; and executing simulation calculation to obtain a simulation analysis result. The invention has the beneficial effects that: the complex setting for preloading force loading in the ABAQUS operation interface and the manual submitting and waiting process for batch finite element simulation analysis files are omitted, and the user operation efficiency of batch simulation analysis of the bolt group connection structure is greatly improved.

Description

Automatic finite element pretightening force data batch transmission and simulation calculation control method
Technical Field
The invention belongs to the field of simulation calculation, and particularly relates to an automatic finite element pretightening force data batch transmission and simulation calculation control method.
Background
In the existing Bolt connection structure simulation analysis based on ABAQUS finite element simulation software, the pretightening force data is required to be loaded in a Bolt Load tab of a Load interface through a manual input method.
Each set of Bolt Load pretightening force data is set by performing at least 11 steps of operations such as Load, create, select Load, input name, setting step, content, select interface type, select interface, select Load type, set pretightening force amplitude, confirm parameter input, and the like, a plurality of bolts are usually arranged in one Bolt set connecting structure, if different pretightening force distribution conditions are required to be simulated, a plurality of Bolt set simulation models are required to be set, and therefore, in pretightening force setting links, setting is usually completed in tens of steps or hundreds of steps.
And the batch simulation model submission needs to wait for the calculation of the last simulation process to be completed before submitting the next simulation model.
Therefore, batch pretightening force data input and simulation calculation submission aiming at the bolt group connecting structure are highly programmed operation and require a great deal of time and static force.
Disclosure of Invention
In view of the above, the present invention is directed to an automated finite element pretension data batch transfer and simulation calculation control method for solving at least one of the above-mentioned problems.
In order to achieve the above purpose, the technical scheme of the invention is realized as follows:
the first aspect of the invention provides an automated finite element pretightening force data batch transmission and simulation calculation control method, which comprises the following steps:
the structure of the fastener is simulated in simulation analysis software;
outputting the simulation setting result as an original file;
the pretightening force data of the fasteners are read in batches and imported into simulation analysis software;
creating new original files in batches according to the user demands and the original files after simulation verification;
writing the pretightening force data imported into the simulation analysis software into a new original file;
and executing simulation calculation to obtain a simulation analysis result.
Further, according to the user requirement and the original file after simulation verification, creating new original files in batch, and writing the pretightening force data imported into the simulation analysis software into the new original files, wherein the process comprises the following steps:
reading the set original file, and verifying the accuracy of simulation analysis on the original file;
using the verified original file as a template, and creating new original files in batches according to the requirements of users;
searching for a complete finite element simulation analysis step in the original file by adopting a regular expression according to the format specification of the simulation analysis software on the original file;
and traversing the pre-tightening force data of all the fasteners in each analysis step, and writing the pre-tightening force data of the fasteners into a new original file.
Further, the process of performing simulation calculation to obtain a simulation analysis result includes:
reading the name of an engineering file to be submitted for simulation calculation and the thread number setting of a user, generating a corresponding control script in a working catalog of simulation analysis software, and operating the control script to submit a single simulation calculation engineering file;
detecting the execution state of simulation calculation of a current engineering file, and detecting whether a next simulation analysis engineering file to be submitted exists when the simulation calculation is finished;
if the project file name and the thread number setting of the user which need to be submitted to simulation calculation are read again, and subsequent operation is executed;
and otherwise, ending the simulation calculation and outputting a simulation analysis result.
Further, according to the format specification of the simulation analysis software to the original file, the process of searching the complete finite element simulation analysis step in the original file by adopting the regular expression comprises the following steps:
matching and storing step names of each finite element simulation analysis step in the original file by using a regular expression;
and extracting and storing the step content of each finite element simulation analysis step by inquiring the starting position and the ending position of each finite element simulation analysis step.
Further, the process of traversing the pretension data of all fasteners in each analysis step includes:
traversing the content of finite element simulation analysis steps obtained by using regular expression search, and screening out the load information of the fastener;
extracting a load name in the load information, judging whether the extracted load name corresponds to a fastener, and if so, adding the load name into a fastener load name array;
traversing the fastener load name array, and extracting corresponding load data in the load information according to the load names recorded in the fastener load name array.
Further, the process of writing the pretension data of the fastener into the new original file includes:
searching the starting and stopping positions of each finite element simulation analysis step in a new original file;
and inserting the pretightening force data of the fastener into the corresponding position according to the starting and stopping positions of the finite element simulation analysis step in the new original file.
Furthermore, in the process of executing the simulation calculation, the operation control script submits only a single simulation calculation engineering file at a time, and in the calculation process of the simulation calculation engineering file, no submitting operation is performed.
A second aspect of the present invention provides an electronic device comprising a processor and a memory communicatively coupled to the processor for storing instructions executable by the processor, characterized by: the processor is configured to execute the automated finite element pretension data batch transfer and simulation calculation control method according to any one of the first aspect.
A third aspect of the present invention provides a server, characterized in that: the system comprises at least one processor and a memory in communication with the processor, wherein the memory stores instructions executable by the at least one processor, and the instructions are executed by the processor to cause the at least one processor to perform the automated finite element pretension data batch transfer and simulation calculation control method according to any one of the first aspect.
A fourth aspect of the present invention provides a computer-readable storage medium storing a computer program, characterized in that: the computer program, when executed by a processor, implements the automated finite element pretension data batch transfer and simulation calculation control method according to any one of the first aspects.
Compared with the prior art, the automatic finite element pretightening force data batch transmission and simulation calculation control method has the following beneficial effects:
the complex setting for preloading force loading in the ABAQUS operation interface and the manual submitting and waiting process for batch finite element simulation analysis files are omitted, and the user operation efficiency of batch simulation analysis of the bolt group connection structure is greatly improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention. In the drawings:
fig. 1 is a schematic flow chart of an automated finite element pretension data batch transfer and simulation calculation control method according to an embodiment of the present invention.
Detailed Description
It should be noted that, without conflict, the embodiments of the present invention and features of the embodiments may be combined with each other.
The invention will be described in detail below with reference to the drawings in connection with embodiments.
Embodiment one:
the automatic finite element pretightening force data batch transmission and simulation calculation control method comprises the following steps:
s1, performing simulation setting on the structure of a fastener in simulation analysis software;
s2, outputting the simulation setting result as an original file;
s3, batch reading of pretightening force data of the fasteners and importing the pretightening force data into simulation analysis software;
s4, creating new original files in batches according to the user requirements and the original files after simulation verification;
s5, writing the pretightening force data imported into the simulation analysis software into a new original file;
s6, performing simulation calculation to obtain a simulation analysis result.
In step S4 and step S5, according to the user requirement and the original file after verification through simulation, a new original file is created in batch, and the process of writing the pretightening force data imported into the simulation analysis software into the new original file includes:
s41, reading the set original file, and performing accuracy verification of simulation analysis on the original file;
s42, using the verified original file as a template, and creating new original files in batches according to the requirements of users;
s51, searching for a complete finite element simulation analysis step in the original file by adopting a regular expression according to format specification of simulation analysis software on the original file;
s52, traversing the pretightening force data of all the fasteners in each analysis step, and writing the pretightening force data of the fasteners into a new original file.
Step S6, performing simulation calculation, wherein the process of obtaining a simulation analysis result comprises the following steps:
s61, reading the name of the engineering file to be submitted for simulation calculation and the thread number setting of a user, generating a corresponding control script in a working catalog of simulation analysis software, and operating the control script to submit a single simulation calculation engineering file;
s62, detecting the execution state of simulation calculation of the current engineering file, and detecting whether a next simulation analysis engineering file to be submitted exists when the simulation calculation is finished;
s63, if the project file name and the thread number setting of the user which need to be submitted to simulation calculation are read again, and subsequent operation is executed;
s64, if not, ending the simulation calculation and outputting a simulation analysis result.
In step S51, according to the format specification of the simulation analysis software on the original file, the process of searching the complete finite element simulation analysis step in the original file by adopting the regular expression includes:
constructing a regular expression ' \step, name= ([ ≡j+), which is used for matching Step names of each finite element simulation analysis Step in an original file, wherein the regular expression is matched with a character string which starts with ' Step, name= ' and stops with comma as a stop, and the character string matched with the regular expression is stored in a step_name variable, so that all Step names can be found in subsequent processing conveniently;
and searching the starting position and the ending position of each finite element simulation analysis step, extracting and storing character strings between the starting position and the ending position to obtain the content of each finite element simulation analysis step, and storing the content in step_contents variables to facilitate the finding of the content of each finite element simulation analysis step in subsequent processing.
The process of traversing the pretension data of all fasteners in each analysis step in step S52 includes:
traversing the content of finite element simulation analysis steps in step_contents variables, searching the initial position of the LOADS character string in each finite element simulation analysis step, deleting the content in front of the LOADS character string in the analysis step, creating a variable 'step_i_loads_content' and storing the content behind the LOADS character string into the variable, wherein i in the variable is the index of the analysis step currently processed;
the content in the variable is the Load information of the fastener, using regular expressions formula ' \\\name: (Load- \d+) ' matching the Load names in the variables (matching Name is followed by a string of Load-and one or more digits), processing the matching result and converting the result into a unit array, traversing the Load names in the unit array, and judging whether the currently extracted Load names correspond to the fasteners or not by using a regular expression ' \\name: load_name;
traversing the fastener load name array, extracting load data corresponding to the load name in the load information according to the load name recorded in the fastener load name array, extracting the load data, converting the extracted load data into floating point numbers, and storing the floating point numbers in a matrix.
The process of writing the pretension data of the fastener into the new original file comprises the following steps:
finding the starting and ending positions of each finite element simulation analysis STEP by searching a character string STEP in the file content;
traversing all load names, searching a corresponding position in a finite element simulation analysis step, deleting an original value from the position, and inserting pretightening force data of a fastener into the position.
In the process of executing the simulation calculation, the operation control script submits only a single simulation calculation engineering file at a time, and in the calculation process of the simulation calculation engineering file, no submitting operation is performed, so that the submitting calculation has the advantage of preventing the problems of insufficient memory, computer locking and restarting and the like caused by simultaneously submitting a plurality of files.
Embodiment two:
an electronic device comprising a processor and a memory communicatively coupled to the processor for storing processor-executable instructions, characterized in that: the processor is configured to execute the automated finite element pretension data batch transfer and simulation calculation control method according to any one of the above embodiments.
Embodiment III:
a server, characterized by: the system comprises at least one processor and a memory in communication with the processor, wherein the memory stores instructions executable by the at least one processor, the instructions being executable by the processor to cause the at least one processor to perform the automated finite element pretension data batch transfer and simulation calculation control method according to any one of the embodiments.
Embodiment four:
a computer-readable storage medium storing a computer program, characterized in that: the method for controlling batch transfer and simulation calculation of automated finite element pretension data according to any one of the embodiments is implemented when the computer program is executed by a processor.
Those of ordinary skill in the art will appreciate that the elements and method steps of each example described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the elements and steps of each example have been described generally in terms of functionality in the foregoing description to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the several embodiments provided in this application, it should be understood that the disclosed methods and systems may be implemented in other ways. For example, the above-described division of units is merely a logical function division, and there may be another division manner when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted or not performed. The units may or may not be physically separate, and components shown as units may or may not be physical units, may be located in one place, or may be distributed over a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment of the present invention.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention, and are intended to be included within the scope of the appended claims and description.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather is intended to cover all modifications, equivalents, alternatives, and improvements that fall within the spirit and scope of the invention.

Claims (10)

1. The automatic finite element pretightening force data batch transmission and simulation calculation control method is characterized by comprising the following steps of:
the structure of the fastener is simulated in simulation analysis software;
outputting the simulation setting result as an original file;
the pretightening force data of the fasteners are read in batches and imported into simulation analysis software;
creating new original files in batches according to the user demands and the original files after simulation verification;
writing the pretightening force data imported into the simulation analysis software into a new original file;
and executing simulation calculation to obtain a simulation analysis result.
2. The automated finite element pretension data batch transfer and simulation calculation control method according to claim 1, wherein the method comprises the following steps:
according to the user demand and the original file after simulation verification, creating new original files in batches, and writing the pretightening force data imported into the simulation analysis software into the new original files, wherein the process comprises the following steps:
reading the set original file, and verifying the accuracy of simulation analysis on the original file;
using the verified original file as a template, and creating new original files in batches according to the requirements of users;
searching for a complete finite element simulation analysis step in the original file by adopting a regular expression according to the format specification of the simulation analysis software on the original file;
and traversing the pre-tightening force data of all the fasteners in each analysis step, and writing the pre-tightening force data of the fasteners into a new original file.
3. The automated finite element pretension data batch transfer and simulation calculation control method according to claim 1, wherein the method comprises the following steps: the process of executing simulation calculation to obtain simulation analysis results comprises the following steps:
reading the name of an engineering file to be submitted for simulation calculation and the thread number setting of a user, generating a corresponding control script in a working catalog of simulation analysis software, and operating the control script to submit a single simulation calculation engineering file;
detecting the execution state of simulation calculation of a current engineering file, and detecting whether a next simulation analysis engineering file to be submitted exists when the simulation calculation is finished;
if the project file name and the thread number setting of the user which need to be submitted to simulation calculation are read again, and subsequent operation is executed;
and otherwise, ending the simulation calculation and outputting a simulation analysis result.
4. The automated finite element pretension data batch transfer and simulation calculation control method according to claim 2, wherein the method comprises the following steps:
according to the format specification of the simulation analysis software to the original file, the process of searching the complete finite element simulation analysis step in the original file by adopting the regular expression comprises the following steps:
matching and storing step names of each finite element simulation analysis step in the original file by using a regular expression;
and extracting and storing the step content of each finite element simulation analysis step by inquiring the starting position and the ending position of each finite element simulation analysis step.
5. The automated finite element pretension data batch transfer and simulation calculation control method according to claim 2, wherein the method comprises the following steps:
the process of traversing the pretension data for all fasteners in each analysis step includes:
traversing the content of finite element simulation analysis steps obtained by using regular expression search, and screening out the load information of the fastener;
extracting a load name in the load information, judging whether the extracted load name corresponds to a fastener, and if so, adding the load name into a fastener load name array;
traversing the fastener load name array, and extracting corresponding load data in the load information according to the load names recorded in the fastener load name array.
6. The automated finite element pretension data batch transfer and simulation calculation control method according to claim 2, wherein the method comprises the following steps:
the process of writing the pretension data of the fastener into the new original file comprises the following steps:
searching the starting and stopping positions of each finite element simulation analysis step in a new original file;
and inserting the pretightening force data of the fastener into the corresponding position according to the starting and stopping positions of the finite element simulation analysis step in the new original file.
7. The automated finite element pretension data batch transfer and simulation calculation control method according to claim 3, wherein:
in the process of executing the simulation calculation, the operation control script submits only a single simulation calculation engineering file at a time, and in the calculation process of the simulation calculation engineering file, the submitting operation is not performed.
8. An electronic device comprising a processor and a memory communicatively coupled to the processor for storing processor-executable instructions, characterized in that: the processor is used for executing the automatic finite element pretightening force data batch transmission and simulation calculation control method according to any one of claims 1 to 7.
9. A server, characterized by: the system comprises at least one processor and a memory in communication with the processor, wherein the memory stores instructions executable by the at least one processor, and the instructions are executed by the processor to cause the at least one processor to perform the automated finite element pretension data batch transfer and simulation calculation control method according to any one of claims 1-7.
10. A computer-readable storage medium storing a computer program, characterized in that: the computer program, when executed by a processor, implements the automated finite element pretension data batch transfer and simulation calculation control method of any one of claims 1-7.
CN202410001457.8A 2024-01-02 2024-01-02 Automatic finite element pretightening force data batch transmission and simulation calculation control method Active CN117494532B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410001457.8A CN117494532B (en) 2024-01-02 2024-01-02 Automatic finite element pretightening force data batch transmission and simulation calculation control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410001457.8A CN117494532B (en) 2024-01-02 2024-01-02 Automatic finite element pretightening force data batch transmission and simulation calculation control method

Publications (2)

Publication Number Publication Date
CN117494532A true CN117494532A (en) 2024-02-02
CN117494532B CN117494532B (en) 2024-04-16

Family

ID=89680452

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410001457.8A Active CN117494532B (en) 2024-01-02 2024-01-02 Automatic finite element pretightening force data batch transmission and simulation calculation control method

Country Status (1)

Country Link
CN (1) CN117494532B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8781882B1 (en) * 2008-08-07 2014-07-15 Accenture Global Services Limited Automotive industry high performance capability assessment
CN106709143A (en) * 2016-11-15 2017-05-24 山东电力设备有限公司 VFTO batch simulation analysis method and system based on ATP automatic modeling
CN108171004A (en) * 2017-12-27 2018-06-15 苏州创腾软件有限公司 The simulation evaluation of proton exchange membrane, simulation parameter optimization method and equipment, medium
CN110781625A (en) * 2019-10-29 2020-02-11 北京空间技术研制试验中心 ABAQUS software-based parametric modeling simulation analysis method
CN112182769A (en) * 2020-10-10 2021-01-05 中国运载火箭技术研究院 Flexible semi-physical simulation method and device, computer storage medium and electronic equipment
CN112182937A (en) * 2020-09-30 2021-01-05 广东电网有限责任公司 Iron core reactor batch simulation method
CN114398803A (en) * 2022-03-25 2022-04-26 中国科学院深圳先进技术研究院 Shimming joint simulation method and device, electronic equipment and storage medium
CN115310223A (en) * 2022-07-21 2022-11-08 武汉大学 Simulation and mechanical state characterization method for engine rotor bolt set
CN116302344A (en) * 2023-03-13 2023-06-23 京微齐力(北京)科技股份有限公司 Method and system for batch generation of hardware simulation automation process
CN117171881A (en) * 2023-09-05 2023-12-05 西北工业大学 Method for researching influence of random hole geometric deviation on strength of aircraft panel connection structure
CN117235926A (en) * 2023-09-19 2023-12-15 株洲齿轮有限责任公司 Simulation analysis modeling method for multiple bolts of speed reducer shell assembling

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8781882B1 (en) * 2008-08-07 2014-07-15 Accenture Global Services Limited Automotive industry high performance capability assessment
CN106709143A (en) * 2016-11-15 2017-05-24 山东电力设备有限公司 VFTO batch simulation analysis method and system based on ATP automatic modeling
CN108171004A (en) * 2017-12-27 2018-06-15 苏州创腾软件有限公司 The simulation evaluation of proton exchange membrane, simulation parameter optimization method and equipment, medium
CN110781625A (en) * 2019-10-29 2020-02-11 北京空间技术研制试验中心 ABAQUS software-based parametric modeling simulation analysis method
CN112182937A (en) * 2020-09-30 2021-01-05 广东电网有限责任公司 Iron core reactor batch simulation method
CN112182769A (en) * 2020-10-10 2021-01-05 中国运载火箭技术研究院 Flexible semi-physical simulation method and device, computer storage medium and electronic equipment
CN114398803A (en) * 2022-03-25 2022-04-26 中国科学院深圳先进技术研究院 Shimming joint simulation method and device, electronic equipment and storage medium
CN115310223A (en) * 2022-07-21 2022-11-08 武汉大学 Simulation and mechanical state characterization method for engine rotor bolt set
CN116302344A (en) * 2023-03-13 2023-06-23 京微齐力(北京)科技股份有限公司 Method and system for batch generation of hardware simulation automation process
CN117171881A (en) * 2023-09-05 2023-12-05 西北工业大学 Method for researching influence of random hole geometric deviation on strength of aircraft panel connection structure
CN117235926A (en) * 2023-09-19 2023-12-15 株洲齿轮有限责任公司 Simulation analysis modeling method for multiple bolts of speed reducer shell assembling

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
袁佳莹: "履带式起重机多路阀优化设计与工作特性分析", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》, 15 February 2018 (2018-02-15), pages 36 *
陈华书: "金属体积成形有限元分析管理与工艺优化平台", 《中国优秀硕士学位论文全文数据库工程科技Ⅰ辑》, 15 July 2013 (2013-07-15), pages 28 *

Also Published As

Publication number Publication date
CN117494532B (en) 2024-04-16

Similar Documents

Publication Publication Date Title
CN101135989B (en) Automatization test method and device for Web applied system
CN110764942B (en) Multi-kind data verification method, device, computer system and readable storage medium
CN106874244B (en) Method for constructing automatic document generation model based on work sequence
US8898635B2 (en) System and method for automatic impact variable analysis and field expansion in mainframe systems
US20100211539A1 (en) System and method for building a data warehouse
WO2016060547A1 (en) Emulating manual system of filing using electronic document and electronic file
CN109871256B (en) Method and equipment for integrating audit system and heterogeneous system based on RPA
JPH04268921A (en) Method for automating up-loading of help panel and method for automating record transfer
CN109033150A (en) Sensitive word verification method, device, computer equipment and storage medium
CN111414739B (en) Excel data entry component, entry method and device
CN112286934A (en) Database table importing method, device, equipment and medium
CN111367890A (en) Data migration method and device, computer equipment and readable storage medium
Mullin OPSEL 2.0: a computer program for optimal selection in tree breeding
CN114048129A (en) Automatic testing method, device, equipment and system for software function change
CN111596899A (en) Database migration method, system, equipment and storage medium based on Java development
CN117494532B (en) Automatic finite element pretightening force data batch transmission and simulation calculation control method
US20050091028A1 (en) Simulator and simulation method
CN115858884A (en) Log verification method, device and product
CN117236304A (en) Method for realizing Excel general import based on template configuration
US20220215034A1 (en) Electronic apparatus and controlling method thereof
US20020116152A1 (en) Method of executing benchmark test
CN113360388A (en) Method for integrally managing test process of unmanned aerial vehicle ground station software
JP2011209971A (en) Test support apparatus, test support system, control method, program and recording medium
KR101737575B1 (en) Method and device for verifying data based on sql sentences generated automatically
US20230359546A1 (en) Reducing computing power for generating test scenario files for decision models

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