期刊文献+
共找到4,532篇文章
< 1 2 227 >
每页显示 20 50 100
Object-Oriented Design for FDTD Visual Scientific Computing
1
作者 Dong, X. Wang, W. Wang, G. 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第3期71-75,共5页
A scheme for general purposed FDTD visual scientific computing software is introduced in this paper using object-oriented design (OOD) method. By abstracting the parameters of FDTD grids to an individual class and sep... A scheme for general purposed FDTD visual scientific computing software is introduced in this paper using object-oriented design (OOD) method. By abstracting the parameters of FDTD grids to an individual class and separating from the iteration procedure, the visual software can be adapted to more comprehensive computing problems. Real-time gray degree graphic and wave curve of the results can be achieved using DirectX technique. The special difference equation and data structure in dispersive medium are considered, and the peculiarity of parameters in perfectly matched layer are also discussed. 展开更多
关键词 Computational methods Computer aided design Data structures Difference equations Finite difference method Iterative methods Natural sciences computing object oriented programming Parameter estimation Three dimensional computer graphics Time domain analysis
下载PDF
Detecting Design Patterns in Object-Oriented Program Source Code by Using Metrics and Machine Learning 被引量:3
2
作者 Satoru Uchiyama Atsuto Kubo +1 位作者 Hironori Washizaki Yoshiaki Fukazawa 《Journal of Software Engineering and Applications》 2014年第12期983-998,共16页
Detecting well-known design patterns in object-oriented program source code can help maintainers understand the design of a program. Through the detection, the understandability, maintainability, and reusability of ob... Detecting well-known design patterns in object-oriented program source code can help maintainers understand the design of a program. Through the detection, the understandability, maintainability, and reusability of object-oriented programs can be improved. There are automated detection techniques;however, many existing techniques are based on static analysis and use strict conditions composed on class structure data. Hence, it is difficult for them to detect and distinguish design patterns in which the class structures are similar. Moreover, it is difficult for them to deal with diversity in design pattern applications. To solve these problems in existing techniques, we propose a design pattern detection technique using source code metrics and machine learning. Our technique judges candidates for the roles that compose design patterns by using machine learning and measurements of several metrics, and it detects design patterns by analyzing the relations between candidates. It suppresses false negatives and distinguishes patterns in which the class structures are similar. As a result of experimental evaluations with a set of programs, we confirmed that our technique is more accurate than two conventional techniques. 展开更多
关键词 design PATTERNS SOFTWARE Metrics MACHINE LEARNING object-oriented PROGRAMMING SOFTWARE Maintenance
下载PDF
Dynamic Object-Oriented Model of Concurrent Design Process
3
作者 来可伟 《High Technology Letters》 EI CAS 1996年第2期5-8,共4页
This article reports our research progress in concurrent design theory and methodology.The idea of Micro-Design-Cycle is introduced to provide a mechanism of coordinating variousdesign activities in parallel as much a... This article reports our research progress in concurrent design theory and methodology.The idea of Micro-Design-Cycle is introduced to provide a mechanism of coordinating variousdesign activities in parallel as much as possible.An Object-Life-Cycle diagram is developedas an instrument to visualize the Micro-Design-Cycle and as a practical tool of timing variousactivities being performed in Micro-Design-Cycles. 展开更多
关键词 CONCURRENT design design THEORY and METHODOLOGY object-orientATION
下载PDF
Product Family Design Methodology Using Object-Oriented Approach
4
作者 WANG Ai-min, MENG Ming-chen, HUANG Jing-yuan (Department. of Precision Instruments and Mechanology, Tsinghua Univers ity, Beijing 100084, China) 《厦门大学学报(自然科学版)》 CAS CSCD 北大核心 2002年第S1期141-142,共2页
The serious competition environment of global marke t requests the enterprise to change traditional product development strategy and a dopt new theory in order to meet diverse customer needs while maintaining near m a... The serious competition environment of global marke t requests the enterprise to change traditional product development strategy and a dopt new theory in order to meet diverse customer needs while maintaining near m ass production efficiency, which is the main philosophy of mass customization. P roduct family design is research focus at present and also is the core technolog y of DFMC (design for mass customization). Firstly, this paper explores the fund amental issues of product family, such as concepts of modularity, commonality/di versity, product platform and product family architecture etc. We compare the te rminology between product family and object-oriented approach in the next step. Thirdly, this paper puts forwards one product family design methodology based o n product platform and under different phase of product life cycle constrains, f or example, functional, assembly and service etc. At the end section of this pap er, we applied, the object-oriented approach in above mentioned product family design methodology to realize the design process. In one word, this paper propos ed one product family design methodology based on object oriented approach and p roduct life cycle consideration, especially the conjointness of characteristic o f OOA and concepts of product family. The main property of OOA are encapsulation , inherence and polymorphism. Encapsulation can represent the module or building blocks of product family. Inherence can be extended to describe the modularity and commonality, and also be used to construct variant space. Alternative specif ic of product family architecture can be embodied with polymorphism. And fin aly, we give the future work contents. In order to derive the product platform a nd achieve modularity and commonality/diversity, interface management between bu ilding block is necessary. The question is how the OOA can be applied in interfa ce management to get our aim OOA is the basis of many information management sy stem, then the question is how to build one system to manage the information of product family and support mass customization The third question is how to deve lop one computer aided tool to facilitate the application of OOA for product fam ily design, even be used to category of design for mass customization. 展开更多
关键词 product family design product platform object- oriented approach (OOA) product life cycle
下载PDF
OBJECT-ORIENTED FINITE ELEMENT ANALYSIS AND PROGRAMMING IN VC++
5
作者 MA Yong-qi(马永其) +1 位作者 FENG Wei(冯伟) 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2002年第12期1437-1443,共7页
The design of finite element analysis program using object-oriented programming (OOP) techniques is presented. The objects, classes and the subclasses used in the programming are explained. The system of classes libra... The design of finite element analysis program using object-oriented programming (OOP) techniques is presented. The objects, classes and the subclasses used in the programming are explained. The system of classes library of finite element analysis program and Windows-type Graphical User Interfaces by VC + + and its MFC are developed. The reliability, reusability and extensibility of program are enhanced. It is a reference to develop the large-scale, versatile and powerful systems of object-oriented finite element software. 展开更多
关键词 object-oriented programming finite element method PROGRAM design VC+ +
下载PDF
Testability Models for Object-Oriented Frameworks
6
作者 Divya Ranjan Anil Kumar Tripathi 《Journal of Software Engineering and Applications》 2010年第6期536-540,共5页
Frameworks are time-tested highly reusable architectural skeleton structures. They are designed ‘abstract’ and ‘inco- mplete’ and are designed with predefined points of variability, known as hot spots, to be custo... Frameworks are time-tested highly reusable architectural skeleton structures. They are designed ‘abstract’ and ‘inco- mplete’ and are designed with predefined points of variability, known as hot spots, to be customized later at the time of framework reuse. Frameworks are reusable entities thus demand stricter and rigorous testing in comparison to one- time use application. The overall cost of framework development may be reduced by designing frameworks with high testability. This paper aims at discussing a few metric models for testability analysis of object-oriented frameworks in an attempt to having quantitative data on testability to be used to plan and monitor framework testing activities so that the framework testing effort and hence the overall framework development effort may be brought down. 展开更多
关键词 object-oriented Frameworks COMPLEXITY Framelet-Based design and TESTABILITY
下载PDF
THE OBJECT-ORIENTED INTELLIGENT PROGRAMMING IN CAD/CAM
7
作者 Wang Su Zhu Xinxiong(Department of Manufacturing Engineering Beijing University of Aeronautics and AstronauticsBeijing 100083) P.R.China 《Computer Aided Drafting,Design and Manufacturing》 1996年第2期65-73,共2页
Design and manufacture organizations currently suffer from a number of problems that aignificantly affect their productivity.Despite their fragmented efforts to automate portioas of operations,they still suffer from &... Design and manufacture organizations currently suffer from a number of problems that aignificantly affect their productivity.Despite their fragmented efforts to automate portioas of operations,they still suffer from 'islands' of designing and manufacturing automation,long lead time for semi-custom proposals and engineering work, lengthy cycles of product development and introduction into the market,and low morale due to boring,repetitive engineering and industrial design activities.Thereby,the integration of design and manufacturing poses to the CAD/CAM researchere a series of challenges.The paper introduces a methodology that allows for the integration of product design with manufacturing process planning and the application of a new software technology known as 'Object-Oriented Intelligent Programming' .The task is achieved through an object-oriented intelligent CAD/CAM environment where a design model from the CAD system can be analysed, and manufacturing process plans with specifications of machining can be automatically determined.The manufacturing information of a part is extracted from the 3D geometric model and the 2D engineering drawing,thus,both geometric and non-geometric attributes of a part can be obtained. 展开更多
关键词 ss:intelligent designing and manufacturing object-oriented process plan
全文增补中
Object-oriented CAD for Hydraulic Circuits of Pressing Machines
8
作者 P.K.Wong L.M.Tam S.C.Tam Faculty of Science & Technology, University of Macao, P.O.Box 3001, Macao 《Computer Aided Drafting,Design and Manufacturing》 1998年第1期2-11,共10页
This paper describes the design and implementation of an intelligent computer-aided design (ICAD) system for hydraulic circuits of pressing machines. The CAD system is developed based on the object-oriented approach. ... This paper describes the design and implementation of an intelligent computer-aided design (ICAD) system for hydraulic circuits of pressing machines. The CAD system is developed based on the object-oriented approach. The application domain of hydraulic presses has been studied thoroughly. The engineering data and the design knowledge are organized in an object-oriented database. A case study has been selected to illustrate the usefulness of the object-oriented CAD system in real applications. 展开更多
关键词 hydraulic power intelligent computer-aided design (ICAD) system object-oriented (OO) technology
全文增补中
Multidisciplinary Design Optimization of Vehicle Instrument Panel Based on Multi-objective Genetic Algorithm 被引量:14
9
作者 WANG Ping WU Guangqiang 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2013年第2期304-312,共9页
Typical multidisciplinary design optimization(MDO) has gradually been proposed to balance performances of lightweight, noise, vibration and harshness(NVH) and safety for instrument panel(IP) structure in the aut... Typical multidisciplinary design optimization(MDO) has gradually been proposed to balance performances of lightweight, noise, vibration and harshness(NVH) and safety for instrument panel(IP) structure in the automotive development. Nevertheless, plastic constitutive relation of Polypropylene(PP) under different strain rates, has not been taken into consideration in current reliability-based and collaborative IP MDO design. In this paper, based on tensile test under different strain rates, the constitutive relation of Polypropylene material is studied. Impact simulation tests for head and knee bolster are carried out to meet the regulation of FMVSS 201 and FMVSS 208, respectively. NVH analysis is performed to obtain mainly the natural frequencies and corresponding mode shapes, while the crashworthiness analysis is employed to examine the crash behavior of IP structure. With the consideration of lightweight, NVH, head and knee bolster impact performance, design of experiment(DOE), response surface model(RSM), and collaborative optimization(CO) are applied to realize the determined and reliability-based optimizations, respectively. Furthermore, based on multi-objective genetic algorithm(MOGA), the optimal Pareto sets are completed to solve the multi-objective optimization(MOO) problem. The proposed research ensures the smoothness of Pareto set, enhances the ability of engineers to make a comprehensive decision about multi-objectives and choose the optimal design, and improves the quality and efficiency of MDO. 展开更多
关键词 instrument panel(IP) NVH SAFETY multidisciplinary design optimization multi-objective optimization
下载PDF
Multi-objective Optimization Conceptual Design of Product Structure Based on Variable Length Gene Expression 被引量:6
10
作者 WEI Xiaopeng ZHAO Tingting +2 位作者 JU Zhenhe ZHANG Shi LI Xiaoxiao 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2011年第1期42-49,共8页
It is a complicated problem for the bottom-to-top adaptive conceptual design of complicated products between structure and function. Reliable theories demand to be found in order to determine whether the structure acc... It is a complicated problem for the bottom-to-top adaptive conceptual design of complicated products between structure and function. Reliable theories demand to be found in order to determine whether the structure accords with the requirement of design. For the requirement generally is dynamic variety as time passes, new requirements will come, and some initial requirements can no longer be used. The number of product requirements, the gene length expressing requirements, the structure of the product, and the correlation matrix are varied with individuation of customer requirements of the product. By researching on the calculation mechanisms of dynamic variety, the approaches of gene expression and variable length gene expression are proposed. According to the diversity of structure selection in conceptual design and mutual relations between structure and function as well as structure and structure, the correlation matrixes between structure and function as well as structure and structure are defined. By the approach of making the sum of the elements of correlation matrix maximum, the mathematical models of multi-object optimization for structure design are provided based on variable requirements. An improved genetic algorithm called segment genetic algorithm is proposed based on optimization preservation simple genetic algorithm. The models of multi-object optimization are calculated by the segment genetic algorithm and hybrid genetic algorithm. An example for the conceptual design of a washing machine is given to show that the proposed method is able to realize the optimization structure design fitting for variable requirements. In addition, the proposed approach can provide good Pareto optimization solutions, and the individuation customer requirements for structures of products are able to be resolved effectively. 展开更多
关键词 gene expression multi-object optimization conceptual design genetic algorithm
下载PDF
Multi-objective Optimisation Design of Water Distribution Systems:Comparison of Two Evolutionary Algorithms 被引量:3
11
作者 Haixing Liu Jing Lu +1 位作者 Ming Zhao Yixing Yuan 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2016年第3期30-38,共9页
In order to compare two advanced multi-objective evolutionary algorithms,a multi-objective water distribution problem is formulated in this paper.The multi-objective optimization has received more attention in the wat... In order to compare two advanced multi-objective evolutionary algorithms,a multi-objective water distribution problem is formulated in this paper.The multi-objective optimization has received more attention in the water distribution system design.On the one hand the cost of water distribution system including capital,operational,and maintenance cost is mostly concerned issue by the utilities all the time;on the other hand improving the performance of water distribution systems is of equivalent importance,which is often conflicting with the previous goal.Many performance metrics of water networks are developed in recent years,including total or maximum pressure deficit,resilience,inequity,probabilistic robustness,and risk measure.In this paper,a new resilience metric based on the energy analysis of water distribution systems is proposed.Two optimization objectives are comprised of capital cost and the new resilience index.A heuristic algorithm,speedconstrained multi-objective particle swarm optimization( SMPSO) extended on the basis of the multi-objective particle swarm algorithm,is introduced to compare with another state-of-the-art heuristic algorithm,NSGA-II.The solutions are evaluated by two metrics,namely spread and hypervolume.To illustrate the capability of SMPSO to efficiently identify good designs,two benchmark problems( two-loop network and Hanoi network) are employed.From several aspects the results demonstrate that SMPSO is a competitive and potential tool to tackle with the optimization problem of complex systems. 展开更多
关键词 water DISTRIBUTION system design OPTIMIZATION MULTI-objectIVE PARTICLE SWARM OPTIMIZATION
下载PDF
Integrated Building Envelope Design Process Combining Parametric Modelling and Multi-Objective Optimization 被引量:4
12
作者 Dan Hou Gang Liu +2 位作者 Qi Zhang Lixiong Wang Rui Dang 《Transactions of Tianjin University》 EI CAS 2017年第2期138-146,共9页
As an important element in sustainable building design, the building envelope has been witnessing a constant shift in the design approach. Integrating multi-objective optimization (MOO) into the building envelope desi... As an important element in sustainable building design, the building envelope has been witnessing a constant shift in the design approach. Integrating multi-objective optimization (MOO) into the building envelope design process is very promising, but not easy to realize in an actual project due to several factors, including the complexity of optimization model construction, lack of a dynamic-visualization capacity in the simulation tools and consideration of how to match the optimization with the actual design process. To overcome these difficulties, this study constructed an integrated building envelope design process (IBEDP) based on parametric modelling, which was implemented using Grasshopper platform and interfaces to control the simulation software and optimization algorithm. A railway station was selected as a case study for applying the proposed IBEDP, which also utilized a grid-based variable design approach to achieve flexible optimum fenestrations. To facilitate the stepwise design process, a novel strategy was proposed with a two-step optimization, which optimized various categories of variables separately. Compared with a one-step optimization, though the proposed strategy performed poorly in the diversity of solutions, the quantitative assessment of the qualities of Pareto-optimum solution sets illustrates that it is superior. © 2016, Tianjin University and Springer-Verlag Berlin Heidelberg. 展开更多
关键词 Architectural design BUILDINGS Computer software design Intelligent buildings OPTIMIZATION Pareto principle Solar buildings
下载PDF
Quantifying Reusability of Object Oriented Design: A Testability Perspective
13
作者 Mahfuzul Huda Yagya Dutt Sharma Arya Mahmoodul Hasan Khan 《Journal of Software Engineering and Applications》 2015年第4期175-183,共9页
The quality factor of class diagram is critical because it has a significant influence on overall quality of the product, delivered finally. Testability analysis, when done early in the software creation process, is a... The quality factor of class diagram is critical because it has a significant influence on overall quality of the product, delivered finally. Testability analysis, when done early in the software creation process, is a criterion of critical importance to software quality. Reusability is an important quality factor to testability. Its early measurement in object oriented software especially at design phase, allows a design to be reapplied to a new problem without much extra effort. This research paper proposes a research framework for quantification process and does an extensive review on reusability of object oriented software. A metrics based model “Reusability Quantification of Object Oriented Design” has been proposed by establishing the relationship among design properties and reusability and justifying the correlation with the help of statistical measures. Also, “Reusability Quantification Model” is empirically validated and contextual significance of the study shows the high correlation for model acceptance. This research paper facilitates to software developers and designer, the inclusion of reusability quantification model to access and quantify software reusability for quality product. 展开更多
关键词 REUSABILITY TESTABILITY object ORIENTED design design Metrics object ORIENTED SOFTWARE SOFTWARE Quality Model SOFTWARE Testing Effort
下载PDF
Needs Analysis And Objectives Setting in Curriculum Designing——with Special
14
作者 Zhang Hong 《内蒙古工业大学学报(社会科学版)》 2003年第1期109-111,129,共4页
On the basis of a detailed introduction to the concept of language learners’needs, this paper illustrates the importance of needs analysis, both pre course analysis and ongoing analysis, in curriculum designing. By d... On the basis of a detailed introduction to the concept of language learners’needs, this paper illustrates the importance of needs analysis, both pre course analysis and ongoing analysis, in curriculum designing. By doing so, teachers can not only collect factual information for the purpose of setting broad goals related to language content; but also gather information about learners which can be used to guide the learning process once it’s under way. Learners, on the other hand, can be aware of their own learning under the direction of the specified objectives. 展开更多
关键词 needs needs ANALYSIS CURRICULUM design objective
下载PDF
Method of Designing Missile Controller Based on Multi-Objective Opti mization
15
作者 林波 孟秀云 刘藻珍 《Journal of Beijing Institute of Technology》 EI CAS 2006年第2期152-155,共4页
A method of designing robust controller based on genetic algorithm is presented in order to overcome the drawback of manual modification and trial in designing the control system of missile. Specification functions wh... A method of designing robust controller based on genetic algorithm is presented in order to overcome the drawback of manual modification and trial in designing the control system of missile. Specification functions which reflect the dynamic performance in time domain and robustness in frequency domain are presented, then dynamic/static performance, control cost and robust stability are incorporated into a multi-objective optimization problem. Genetic algorithm is used to solve the problem and achieve the optimal controller directly. Simulation results show that the controller provides a good stability and offers a good dynamic performance in a large flight envelope. The results also validate the effectiveness of the method. 展开更多
关键词 controller design multi-objective optimization genetic algorithm
下载PDF
A Robust Optimization Approach Considering the Robustness of Design Objectives and Constraints
16
作者 LIUChun-tao LINZhi-hang ZHOUChunojing 《Computer Aided Drafting,Design and Manufacturing》 2005年第1期64-71,共8页
The problem of robust design is treated as a multi-objective optimization issue in which the performance mean and variation are optimized and minimized respectively, while maintaining the feasibility of design constra... The problem of robust design is treated as a multi-objective optimization issue in which the performance mean and variation are optimized and minimized respectively, while maintaining the feasibility of design constraints under uncertainty. To effectively address this issue in robust design, this paper presents a novel robust optimization approach which integrates multi-objective optimization concepts with Taguchi’s crossed arrays techniques. In this approach, Pareto-optimal robust design solution sets are obtained with the aid of design of experiment set-ups, which utilize the results of Analysis of Variance to quantify relative dominance and significance of design variables. A beam design problem is used to illustrate the effectiveness of the proposed approach. 展开更多
关键词 robust design Taguchi’s crossed arrays multi-objective optimization Pareto-optimal solutions design of experiment
下载PDF
过盈配合工况下收缩管吸能特性分析及结构参数优化 被引量:1
17
作者 许平 杨雨晖 +3 位作者 阳程星 邢杰 姚曙光 邹帆 《铁道科学与工程学报》 EI CAS CSCD 北大核心 2024年第4期1677-1689,共13页
轨道车辆收缩管在轴向冲击载荷及过盈配合下的吸能特性是吸能结构研究中的重要课题,其吸能过程依靠收缩管与锥形衬套之间的摩擦做工及收缩管的塑性变形实现,过盈配合通过影响收缩管与衬套间的接触力提高收缩管的能量耗散。为提高收缩管... 轨道车辆收缩管在轴向冲击载荷及过盈配合下的吸能特性是吸能结构研究中的重要课题,其吸能过程依靠收缩管与锥形衬套之间的摩擦做工及收缩管的塑性变形实现,过盈配合通过影响收缩管与衬套间的接触力提高收缩管的能量耗散。为提高收缩管的吸能特性,研究过盈配合对吸能能力的影响,采用试验与有限元模型相结合的方法,基于多目标优化算法获取包括过盈量在内的收缩管最优结构参数。进行空心轴与轴套过盈静压试验,验证接触力理论公式的正确性;利用台车冲击试验研究收缩管碰撞过程中的吸能特性,构建有限元模型进行验证;推导过盈配合条件下收缩管接触表面压力的理论模型;使用全因子和Hammersley设计方法对过盈配合工况下收缩管结构参数进行研究,包括厚度(T)、过盈量(I_(ntf))、锥角长边(α_(x))和收缩比(R_(atio))。基于此,利用移动最小二乘法(MLSM)构建峰值力(PCF)、比吸能(SEA)和平均力(MCF)的近似模型。主效应分析表明,收缩比对PCF、SEA和MCF的影响最为显著。以获取最小PCF、最大SEA以及MCF最接近设计要求650 kN为优化目标,进行全局响应面(GRSM)优化,获得最优结构配置,与初始设计相比,SEA提高28.54%,PCF降低12.37%。代理模型最优解得出的MCF与有限元模型误差为2.01%,证明构建的代理模型具有较高的精度,可用于优化计算。优化后的结构有效提高了收缩管的吸能能力,降低了碰撞的初始峰值力。 展开更多
关键词 收缩管 过盈配合 耐撞性设计 结构参数分析 多目标优化
下载PDF
GEAR BOX CONCEPT DESIGN EXPERT SYSTEM OF NC MILLER BASED ON OBJECT─ORIENTED TECHNOLOGY
18
作者 Hu Weigang Yang Haibin +1 位作者 Yu Jun Zhou Ji (Huazhong University of Science and Technology) 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 1994年第3期163-169,共17页
The method and basic structure of object─oriented knowledge representation are presented in detail and the hierarchical structurc of object description is explained Based on object─oriented technology.the gear box c... The method and basic structure of object─oriented knowledge representation are presented in detail and the hierarchical structurc of object description is explained Based on object─oriented technology.the gear box concept design expert cistem of NC miller (GBCDLS) has been developed and applied to practical use.Moreover. the design principlc and techniques of GBCDES are discussed and analyzed. and the main functions of GBCDES are described. From the results of applications.it can be seen that GBCDES is effective and successful. 展开更多
关键词 Miller Gear box Concept design Expert system object─oriented
全文增补中
基于Kriging插值代理模型的轴流式止回阀多目标优化 被引量:1
19
作者 张立强 刘岱阳 《机床与液压》 北大核心 2024年第1期168-175,共8页
基于Kriging插值代理模型,对轴流式止回阀的各项性能进行综合优化,具体的优化目标为:降低正向流阻;减小阀芯振动;提升止回性能。通过试验设计方案找到影响轴流式止回阀正向流阻的主要结构参数因素,并以其作为优化对象,通过Kriging插值... 基于Kriging插值代理模型,对轴流式止回阀的各项性能进行综合优化,具体的优化目标为:降低正向流阻;减小阀芯振动;提升止回性能。通过试验设计方案找到影响轴流式止回阀正向流阻的主要结构参数因素,并以其作为优化对象,通过Kriging插值法拟合主要结构参数对应的性能样本点,在保证拟合精度的情况下,使用NSGA-II遗传算法同时对3个主要结构参数进行多目标优化,得到了三目标Pareto前沿,经过权衡不同因素对性能指标的影响大小,最终得到了综合性能最优的结构参数为:阀瓣丰满度系数α_(1)=2.199,阀芯长度L=386.322 mm,阀芯半径R=113.997 mm。其对应的止回阀性能为:正向出口流量Q=161.839 kg/s,正向出口流速v=3.30235 m/s,止回阀进口压力p=97632.2287 Pa。相比优化之前,阀门正向流阻减小了1.2%,阀芯振动降低了0.24%,止回性能提升了2.3%。 展开更多
关键词 轴流式止回阀 多目标优化 试验设计 Kriging插值模型
下载PDF
新文科背景下项目管理学课程思政教学探索与实践 被引量:1
20
作者 申琳 张闫微 +1 位作者 王惠 路剑 《科教文汇》 2024年第5期74-77,共4页
新文科建设如火如荼地开展,为管理类课程发展带来了新的发展机遇。新文科建设背景下,管理类课程的教学应重新审视课程定位、培养目标与教学模式,突出并强调课程的价值引领作用。该文探究和分析了项目管理学的课程教学目标及思政育人目标... 新文科建设如火如荼地开展,为管理类课程发展带来了新的发展机遇。新文科建设背景下,管理类课程的教学应重新审视课程定位、培养目标与教学模式,突出并强调课程的价值引领作用。该文探究和分析了项目管理学的课程教学目标及思政育人目标,进而挖掘了课程建设与思政特色,并提出课程思政教学内容设计和教学方法,希望提升教师思政教学能力,助力学生全面发展,努力开创我国高等教育事业发展新局面。 展开更多
关键词 项目管理学 课程思政 育人目标 思路设计
下载PDF
上一页 1 2 227 下一页 到第
使用帮助 返回顶部