




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Modelling, simulation, and visualisation together create the third branch of human knowledge on equal footing with theory and experiment。 ModelDriven Development (MDD) has been proposed as a means to support the software development process through the use of a modelcentric approach。 The objective o
2、f this paper is to address the design of an architecture for scientific application that may execute as multithreaded computations, as well as implementations of the related shared data structures. New version program summaryProgram title: Growth09 Catalogue identifier: ADVL_v3_0 Program summary URL
3、: http:/cpc.cs。qub。ac。uk/summaries/ADVL_v3_0。html Program obtainable from: CPC Program Library, Queens University, Belfast, N。 Ireland Licensing provisions: Standard CPC licence, http:/cpc.cs。qub.ac。uk/licence/licence。html No. of lines in distributed program, including test data, etc。: 30 940 N
4、o. of bytes in distributed program, including test data, etc。: 3 119 488 Distribution format: tar。gz Programming language: Embarcadero Delphi Computer: Intel Core Duo-based PC Operating system: Windows XP, Vista, 7 RAM: more than 1 GB Classification: 4。3, 7。2, 6.2, 8, 14 Catalogue identifi
5、er of previous version: ADVL_v2_1 Journal reference of previous version: Comput。 Phys. Comm。 180 (2009) 1219 Subprograms used:Does the new version supersede the previous version?: No Nature of problem: Molecular beam epitaxy (MBE) is a technique for epitaxial growth via the interaction of one or sev
6、eral molecular or atomic beams that occurs on a surface of a heated crystalline substrate。 Reflection highenergy electron diffraction (RHEED) is an important in situ analysis technique, which is capable of giving quantitative information about the growth process of thin films and its control。 The an
7、alysis of RHEED intensity oscillations has two purposes. One is to control the film growth, and the other is to understand the mechanism of the film growth using the MBE through the analysis of surface morphology as a function of time。 Such control allows the development of structures where the elec
8、trons can be confined in space, giving quantum wells or even quantum dots。 Such layers are now a critical part of 3 many modern semiconductor devices, semiconductor lasers, lightemitting diodes and new devices for the magnetic storage industry。 Solution method: The present paper reports a practical
9、and pragmatic approach for MDD technology 1 that has been used during design of the Growth09 program. Growth09 is a numerical model that uses multithreaded and partially nested transactions for simulation of epitaxial growth of thin films. Reasons for new version: Responding to user feedback the pro
10、gram has been upgraded to a standard that allows a slave process, carrying out computations of the RHEED intensities for a disordered surface, to be run。 Also, functionality and documentation of the program have been improved. Summary of revisions:1. The MDD technology has been used to design a comp
11、uter model that allows the user to carry out numerical calculations layers coverage during the growth of thin epitaxial films, surface roughness, and the RHEED intensities for a disordered surface。 This computer model can be applied to interpret the experimental data in real time 2。 2。 The logical s
12、tructure of the PlatformSpecific Model of the Growth06_v2 program has been modified according to the scheme shown in Fig. 1. The class diagram in Fig。 1 is a static view of the main platform-specific elements of the Growth09 application architecture. Fig。 2* provides a dynamic view by showing the cr
13、eation and destruction simplistic sequence diagram。 Fig。 3 presents the Growth09 use case model。 3. As can be seen in Fig. 1, Fig. 2 and Fig。 3* the Growth09 has been designed as a master program for the slave RHEED1DProcess (see A. Daniluk, Model-Driven Development for scientific computing. Computa
14、tions of RHEED intensities for a disordered surface。 Part I)。 4。 The slave RHEED1DProcess can be run as separate thread of the Growth09。 Fig。 4 depicts the Platform-Specific Model for the development elements of the new distribution。 *The figures mentioned can be downloaded, see “Supplementary mater
15、ial” below. Unusual features: The program is distributed in the form of main project Growth09。dproj, with associated files, and should be compiled using Embarcadero RAD Studio 2010 along with Together visual modelling platform。 The program should be compiled with English/USA regional and language op
16、tions。 Additional comments: This version of the GROWTH program is designed to run in conjunction with the RHEED1DProcess (ADUY_v4_0) program。 It does not replace the previous, stand alone, GROWTH06v2 (ADVL_v2_1) version. Running time: The typical running time is machine and user-parameters dependent
17、。 References:1 OMG, Model Driven Architecture Guide Version 1.0。1, 2003。 2 P. Mazurek, A. Daniluk, K。 Paprocki, Vacuum 72 (4) (2004) 363。Article OutlineSupplementary materialSupplementary materialPurchase$ 31。5020Multithreaded transactions in scientific computing: New versions of a computer program
18、for kinematical calculations of RHEED intensity oscillations Original Research ArticleComputer Physics Communications, Volume 175, Issue 10, 15 November 2006, Pages 678681Marcin Brzuszek, Andrzej Daniluk Close preview | Related articles R
19、elated reference work articles AbstractAbstract | ReferencesReferencesAbstractWriting a concurrent program can be more difficult than writing a sequential program。 Programmer needs to think about synchronisation, race conditions and shared variables. Transactions help reduce
20、the inconvenience of using threads。 A transaction is an abstraction, which allows programmers to group a sequence of actions on the program into a logical, higherlevel computation unit。 This paper presents multithreaded versions of the GROWTH program, which allow to calculate the layer coverages dur
21、ing the growth of thin epitaxial films and the corresponding RHEED intensities according to the kinematical approximation. The presented programs also contain graphical user interfaces, which enable displaying program data at runtime. New version program summaryTitles of programs:GROWTHGr, GROWTH06
22、Catalogue identifier:ADVL_v2_0 Program summary URL: http:/cpc.cs。qub.ac.uk/summaries/ADVL_v2_0 Program obtainable from:CPC Program Library, Queens University of Belfast, N. Ireland Catalogue identifier of previous version:ADVL Does the new version supersede the original program:No Computer for which
23、 the new version is designed and others on which it has been tested: Pentiumbased PC Operating systems or monitors under which the new version has been tested: Windows 9x, XP, NT Programming language used:Object Pascal Memory required to execute with typical data:More than 1 MB Number of bits in a w
24、ord:64 bits Number of processors used:1 No。 of lines in distributed program, including test data, etc。:20 931 Number of bytes in distributed program, including test data, etc.: 1 311 268 Distribution format:tar。gz Nature of physical problem: The programs compute the RHEED intensities
25、during the growth of thin epitaxial structures prepared using the molecular beam epitaxy (MBE)。 The computations are based on the use of kinematical diffraction theory P.I。 Cohen, G.S. Petrich, P。R。 Pukite, G。J。 Whaley, A。S. Arrott, Surf. Sci。 216 (1989) 222. 1。 Method of solution: Epitaxial growth
26、ofFig。 1。 Internal structure of the program.thin films is modelledFig. 2。 Static classes model for graphical user interface。by a set ofFig. 3。 Activity diagram for the program.non-linear differential equations P。I. Cohen, G。S。 Petrich, P。R. Pukite, G.J. Whaley, A.S。 Arrott, Surf。 Sci.
27、 216 (1989) 222。 1。Fig。 4。 TTransaction class contents。The RungeKutta method with adaptive stepsize control was used for solving initial valueFig. 5. TGrowthTransaction class blem for nonlinear differential equations W。H。 Press, B.P。 Flannery, S。A。 Teukolsky, W。T。 Vetterling, N
28、umerical Recipes in Pascal: The Art of Scientific Computing, first ed., Cambridge University Press, 1989; See also: Numerical Recipes in C+, second ed。, Cambridge University Press, 1992。 2. Reasons for the new version: According to the users suggestions we improved functionality of the program。 More
29、over, we added new capabilities which make the input data design process and output even easier and more efficient than the previous one. Summary of revisions:(1) We designed fully object-oriented extensions of previous version of the program A. Daniluk, Comput。 Phys. Comm。 170 (2005) 265. 3。 In the
30、 present form the programs enable concurrently compute and display program data at runtime through an easytouse graphical interface. (2) The code has been modified and optimised to compile under the Delphi IDE (integrated development environment). (3) A graphical user interface (GUI) for the program
31、s have been created. The applications are MDI (multiple document interface) projects from Delphi's object repository。 Each of the MDI application spawns child windows that reside within the client window; the main form contains child objects. (4) The programs offer the possibility to carry out c
32、omputations on the basis of the model of multithreaded transactions。 Transactions have four elements, known as the ACID properties: atomicity, consistency, isolation and durability S。 Jagannathan, J. Vitek, A。 Welc, A。 Hosking, Science of Computer Programming 57 (2005) 164. 4, M。 Brzuszek, MSc thesi
33、s, MCS University, Lublin, 2005 (in Polish)。 5。 Atomicity means that either the entire transaction completes, or it is as if the transaction never executed。 Consistency means that the transaction maintains the data integrity constrains of the program。 Isolation means that even if transaction execute
34、d concurrently, their results appear as if they were executed in some serial order。 Durability means that all changes made by a committed transaction are permanent, i.e。 the effects of transaction survive subsequent system failures。 The presented programs support all of properties mentioned above。 F
35、ig。 1 shows internal structure of the programs。 Fig。 2 shows the static structure of classes and their possible relationships (i。e。 inheritance, association and aggregation) in the code。 Fig. 3 shows an activity diagram for the programs. (5) The programs have been constructed according to the system
36、s development live cycle (SDLC) methodology J。A。 Hoffer, J。F。 George, J.S。 Valacich, Modern Systems Analysis and Design, Addison-Wesley, 1999. 6. (6) The GROWTH06 program has been modelled using the Borland Together Architect visual-modelling platform. Figs. 4 and 5 show the static structure of the
37、TTransaction and TGrowthTransaction classes。 Typical running time: The typical running time is machine and userparameters dependent。 Unusual features of the programs: The programs are distributed in the form of source projects GROWTHGr。dpr and GROWTH06.bdsproj with associated files, and should be co
38、mpiled using Borland Delphi compilers versions 5 or latter and Delphi Borland Developer Studio 2006, respectively。Purchase 31.5021ROOT A C+ framework for petabyte data storage, statistical analysis and visualization Original Research ArticleComputer Physics Communications, Volume 180, Iss
39、ue 12, December 2009, Pages 24992512I。 Antcheva, M。 Ballintijn, B。 Bellenot, M. Biskup, R。 Brun, N。 Buncic, Ph。 Canal, D。 Casadei, O。 Couet, V。 Fine, L。 Franco, G. Ganis, A。 Gheata, D。 Gonzalez Maline, M. Goto, J. Iwaszkiewicz, A。 Kreshuk, D。 Marcos Segura, R。 Maunder, L。 Moneta, et al. Close p
40、review Related articles Related reference work articles AbstractAbstract | Figures/TablesFigures/Tables ReferencesReferencesAbstractROOT is an object-oriented C+ framework conceived in the high-energy physics (HEP) community, des
41、igned for storing and analyzing petabytes of data in an efficient way。 Any instance of a C+ class can be stored into a ROOT file in a machine-independent compressed binary format。 In ROOT the TTree object container is optimized for statistical data analysis over very large data sets by using vertica
42、l data storage techniques。 These containers can span a large number of files on local disks, the web, or a number of different shared file systems. In order to analyze this data, the user can chose out of a wide set of mathematical and statistical functions, including linear algebra classes, numeric
43、al algorithms such as integration and minimization, and various methods for performing regression analysis (fitting). In particular, the RooFit package allows the user to perform complex data modeling and fitting while the RooStats library provides abstractions and implementations for advanced stati
44、stical tools。 Multivariate classification methods based on machine learning techniques are available via the TMVA package。 A central piece in these analysis tools are the histogram classes which provide binning of one- and multidimensional data. Results can be saved in high-quality graphical formats
45、 like Postscript and PDF or in bitmap formats like JPG or GIF。 The result can also be stored into ROOT macros that allow a full recreation and rework of the graphics. Users typically create their analysis macros step by step, making use of the interactive C+ interpreter CINT, while running over smal
46、l data samples。 Once the development is finished, they can run these macros at full compiled speed over large data sets, using on-thefly compilation, or by creating a standalone batch program。 Finally, if processing farms are available, the user can reduce the execution time of intrinsically paralle
47、l tasks e。g。 data mining in HEP by using PROOF, which will take care of optimally distributing the work over the available resources in a transparent way. Program summaryProgram title: ROOT Catalogue identifier: AEFA_v1_0 Program summary URL: http:/cpc.cs。qub。ac。uk/summaries/AEFA_v1_0.html Program o
48、btainable from: CPC Program Library, Queens University, Belfast, N. Ireland Licensing provisions: LGPL No。 of lines in distributed program, including test data, etc。: 3 044 581 No。 of bytes in distributed program, including test data, etc.: 36 325 133 Distribution format: tar。gz
49、Programming language: C+ Computer: Intel i386, Intel x86-64, Motorola PPC, Sun Sparc, HP PARISC Operating system: GNU/Linux, Windows XP/Vista, Mac OS X, FreeBSD, OpenBSD, Solaris, HP-UX, AIX Has the code been vectorized or parallelized?: Yes RAM: >55 Mbytes Classification: 4, 9, 11。9, 14 Nat
50、ure of problem: Storage, analysis and visualization of scientific data Solution method: Object store, wide range of analysis algorithms and visualization methods Additional comments: For an upto-date author list see: http:/root。cern。ch/drupal/content/rootdevelopment-team and http:/root.cern.ch/drupa
51、l/content/former-rootdevelopers Running time: Depending on the data size and complexity of analysis algorithms References:1 http:/root。cern。ch.Article Outline1。 Introduction1.1。 Discovering ROOT1。2. Typical uses of ROOT2。 Description of the ROOT framework2.1。 Input/output2。1。1。 Describing C+ objects
52、2。1。2。 TFile2.1。3。 TTree and I/O2.1。4。 I/O formats2.2. Mathematical and statistical tools2。3。 Histograms2。4. Graphics and User Interface2。4。1。 2D graphics2。4.2。 3D graphics2。4。3。 Geometry and event display2。4。4。 Graphical User Interface2。5。 Simulation2.6。 Interpreters2.6。1。 Interpreter use cases2。6.
53、2。 Automatic library builds2。7。 Parallel processing using PROOF2。7。1。 PROOF architecture2。7.2。 Event level parallelism2。7。3. The packetizer2。7.4. The selector framework2.7.5. Aggregation of results2.7。6。 Real time monitoring and feedback3. Installation instructions3.1. Getting the source3。2。 Compili
54、ng4. Test run descriptionAcknowledgementsReferencesPurchase 31.5022Software products for modelling and simulation in materials science Original Research ArticleComputational Materials Science, Volume 28, Issue 2, October 2003, Pages 179198S. Malinov, W。 Sha Close preview &
55、#160; Related articles Related reference work articles AbstractAbstract Figures/TablesFigures/Tables ReferencesReferencesAbstractModels and software products have been developed for modelling, simulation and prediction of different correlations in
56、 materials science, including1。 the correlation between processing parameters and properties in titanium alloys and titanium aluminides;2. timetemperaturetransformation (TTT) diagrams for titanium alloys;3。 corrosion resistance of titanium alloys;4。 surface hardness and microhardness profile of nitr
57、ocarburised layers;5。 fatigue stress life (SN) diagrams for Ti6Al4V alloys。 The programs are based on trained artificial neural networks. For each particular case appropriate combination of inputs and outputs is chosen. Very good performances of the models are achieved。 Graphical user interfaces (GU
58、I) are created for easy use of the models。 In addition interactive text versions are developed。 The models designed are combined and integrated in software package that is built up on a modular fashion. The software products are available in versions for different platforms including Windows 95/98/2
59、000/NT, UNIX and Apple Macintosh。 Description of the software products is given, to demonstrate that they are convenient and powerful tools for practical applications in solving various problems in materials science。 Examples for optimisation of the alloy compositions, processing parameters and working conditions are illustrated。 An option for use of the software in materials selection procedure is des
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 缓慢性心律失常的诊断和治疗
- 中耳积液相关并发症防治策略
- 2025小学教师招聘笔试题库及答案
- L-Val-P-生命科学试剂-MCE
- 9-2-Hydroxypropyl-adenine-d6-生命科学试剂-MCE
- 2025年旅游与法规试题及答案
- 2025年智能科学研究员专业知识考核试题及答案
- 1.2数轴课件浙教版数学七年级上册
- 智慧社区物业能源管理优化服务续签合同
- 2025年城市更新行动计划中违章建筑拆除与配套设施建设合同
- 三福门店日常管理制度
- 公司叉车维修管理制度
- 2025年广东高考物理试卷真题及答案详解(精校打印版)
- 新肇地区葡萄花油层构造脊发育特征及其对油气分布的控制作用
- 二下快乐读书吧《愿望的实现》分享课课件
- 中医刮痧拔罐培训课件
- 简约美缝施工合同协议书
- 湖南省永州市祁阳市2025年中考模拟道德与法治仿真试卷(三)(含答案)
- 2025年纸杯机行业市场调研报告
- 国家职业技术技能标准 6-21-07-01 工艺品雕刻工 劳社厅发20031号
- 培训班合伙人合同协议
评论
0/150
提交评论