Master's Thesis

Total Page:16

File Type:pdf, Size:1020Kb

Master's Thesis Benchmark and validation of Open Source CFD codes, with focus on compressible and rotating capabilities, for integration on the SimScale platform. Master's Thesis in Engineering Mathematics & Computational Sciences Magnus Winter Department of Applied Mechanics Chalmers University of Technology Gothenburg, Sweden 2013 Master's Thesis 2013:81 MASTER'S THESIS IN ENGINEERING MATHEMATICS Benchmark and validation of Open Source CFD codes, with focus on compressible and rotating capabilities, for integration on the SimScale platform. MAGNUS WINTER Department of Applied Mechanics Division of Fluid Dynamics CHALMERS UNIVERSITY OF TECHNOLOGY G¨oteborg, Sweden 2013 Benchmark and validation of Open Source CFD codes, with focus on compressible and rotating capabilities, for integration on the SimScale platform. MAGNUS WINTER c MAGNUS WINTER, 2013 Master's Thesis no 2013:81 ISSN 1652-8557 Department of Applied Mechanics Division of Fluid Dynamics Chalmers University of Technology SE-412 96 G¨oteborg Sweden Telephone + 46 (0)31-772 1000 Cover: Rotating cylinder (! = 1:2733 [rad/s]) in a free stream flow with Reynolds number Re = 333:33 and at the time t = 17:5 [s], calculated using Gerris. Chalmers Reproservice G¨oteborg, Sweden 2013 Benchmark and validation of Open Source CFD codes, with focus on compressible and rotating capabilities, for integration on the SimScale platform. Magnus Winter Department of Applied Mechanics Division of Fluid Dynamics Chalmers University of Technology Abstract The use of CFD is widely spread in industry today. However, smaller business have difficulty to make use of this tool, due to high costs for commercial licenses and hard- ware. As SimScale provides the combination of cloud computing with open source CFD software, the prerequisites to use CFD are lowered. To provide more diverse solvers for the platform, different CFD software are integrated onto the platform. As OpenFOAM was the sole CFD software on the platform at the start of this thesis, two other open source software were researched and compared to OpenFOAM. OpenFOAM was compared to Gerris and SU2 in three different validation cases. OpenFOAM and Gerris rotating body capabilities are investigated in an analyti- cal solvable case of laminar Taylor-Couette flow. Two different approaches were used in OpenFOAM, where AMI (Adaptive Mesh Interface) and MRF (Multiple Reference Frame) were used to solve the problem. OpenFOAM and SU2's turbulent capabilities are compared using a turbulent flat plate case from Wieghardt [1]. Compressible transonic flow over a RAE2822 airfoil was set up for OpenFOAM and SU2. The results were compared to data from NASA [2] It was found that the rotating body capabilities (MRF and AMI) of OpenFOAM were suit- able for integration onto the SimScale platform. Gerris as a software was deemed to be easy to work with, but would require a new work flow on the platform to be integrated. SU2 was integrated onto the platform during this thesis work, but was deemed to still suffer from some early development issues as its first release was done in January 2013. Keywords: OpenFOAM, SU2, Gerris, Turbulent flat plate, Taylor-Couette, RAE2822, RANS, DNS, AMI, MRF Acknowledgements The conducted thesis was done at SimScale GmbH in Garching bei Munchen.¨ First and foremost I would like to express my gratitude to my supervisor at SimScale, Johannes Probst, for always making time to help me when I encountered problems. Also I would like to express my thanks to David Heiny for giving me the opportunity to conduct my thesis at SimScale and to my colleagues at SimScale for keeping an uplifting and fun atmosphere at the workplace. I also like to thank my supervisor at Chalmers, Lars Davidsson, for his support and help during this thesis. To all the developers of the open source software used in this thesis including but not limited to, SU2, OpenFOAM, Gerris, Salome, Eclipse, SVN, Kile, LATEX and Ubuntu. Finally to my friends in Gothenburg and Munich for being helpful distractions from CFD. Magnus Winter, Munich 7/12/13 Nomenclature Abbreviation AMI Arbitrary Mesh Interface BiCGSTAB Biconjugate Gradient Stabilized BC Boundary Condition CFD Computational Fluid Dynamics CFL Courant-Friedrich-Lewy number CGS Conjugate Gradient Squared DNS Direct Numerical Simulation GAMG Generalized Geometric-Algebraic Multigrid GMRES Generalized Minimum Residual Method ILU Incomplete Lower Upper factorization LES Large Eddy Simulation LUDS Linear Upwind Scheme MAC Marker and Cell MRF Multiple Reference Frame OpenFOAM Open source Field Operation And Manipulation PISO Pressure-Implicit Split-Operator QUICK Quadratic Upwind Scheme RANS Reynolds Averaged Navier-Stokes SA Spalart-Allmaras SIMPLE Semi-Implicit Method for Pressure Linked Equations SU2 Stanford University Unstructured TVD Total Variation Diminishing Dimensionless quantities Cf Skin Friction Coefficient CP Pressure Coefficient M Mach number P r Prandtl number i Greek symbols δ Kronecker delta ρ Density γ Isentropic Expansion Factor µ Dynamic viscosity ν Kinematic viscosity @ Partial derivative ! Specific turbulent dissipation τij Viscous stress tensor Turbulent dissipation Roman symbols CD Coefficient of Drag CL Coefficient of Lift E Energy R Specific gas constant CV Heat capacity at constant volume q Heat flux ni Surface normal gradient p Pressure T Temperature t Time k Turbulent kinetic energy ui Velocity vector x Space variable Subscripts 1 Free stream property i;j;k Tensor indices t Turbulence ii Contents 1 Introduction1 1.1 Objective....................................2 1.2 Limitations...................................2 1.3 Outline of Thesis................................2 2 Theory3 2.1 Governing equations..............................3 2.1.1 Incompressible fluids..........................3 2.2 Modeling....................................4 2.2.1 RANS..................................4 2.2.2 Turbulence models...........................5 2.2.2.1 Spalart-Allmaras.......................5 2.2.2.2 k − ! SST..........................5 2.2.3 Artificial compressibility........................6 2.3 SU 2 modeled equations............................7 2.3.1 Compressible solver..........................7 2.3.2 Incompressible solver..........................8 2.4 OpenFOAM modeled equations........................8 2.4.1 simpleFoam...............................8 2.4.2 pimpleFoam...............................9 2.4.3 rhoCentralFoam............................9 2.5 Gerris modeled equations........................... 10 2.6 Finite volume method............................. 10 2.6.1 CFL number.............................. 11 2.6.2 y+ .................................... 11 2.6.3 Wall functions............................. 11 2.7 Discretization of Modeled Equations..................... 11 2.7.1 Time discretization........................... 12 2.7.2 Convective discretization....................... 12 2.7.2.1 Centered schemes...................... 12 iii CONTENTS 2.7.2.2 Upwind schemes....................... 13 2.7.2.3 TVD schemes........................ 13 2.7.2.4 Compressible flow...................... 14 2.7.3 Gradient discretization......................... 15 2.7.4 Viscous discretization......................... 15 2.8 Linear Solvers.................................. 16 2.8.1 Krylov subspace methods....................... 16 2.8.1.1 GMRES........................... 16 2.8.1.2 Conjugate Gradient Method................ 16 2.8.1.3 Biconjugate Gradient Method............... 17 2.8.1.4 BiCGSTAB.......................... 17 2.8.2 LU-SGS................................. 17 2.9 Acceleration techniques............................ 17 2.9.1 Multigrid method........................... 17 2.9.2 Preconditioners............................. 18 2.9.3 Linelet preconditioning........................ 18 2.9.3.1 Roe-Turkel preconditioner................. 18 2.10 Rotating motion................................ 19 2.10.1 MRF................................... 19 2.10.2 AMI................................... 19 3 Software 21 3.1 OpenFOAM................................... 21 3.1.1 0..................................... 22 3.1.2 system.................................. 22 3.1.2.1 fvSchemes.......................... 23 3.1.2.2 fvSolution........................... 24 3.1.3 constant................................. 25 3.1.3.1 polyMesh........................... 25 3.2 SU2 ....................................... 25 3.2.1 Mesh file................................ 25 3.2.2 Configuration file............................ 28 3.2.2.1 Time discretization..................... 28 3.2.2.2 Viscous terms discretization................ 28 3.2.2.3 Convective terms discretization............... 28 3.2.2.4 Linear solvers........................ 29 3.2.2.5 Convergence criterion.................... 29 3.3 Gerris...................................... 29 4 Results 31 4.1 Rotating Taylor-Couette............................ 31 4.1.1 OpenFOAM - MRF.......................... 31 4.1.1.1 Case creation......................... 32 4.1.1.2 Results............................ 34 iv CONTENTS 4.1.2 OpenFOAM - AMI........................... 36 4.1.2.1 Case creation......................... 37 4.1.2.2 Results............................ 39 4.1.3 Gerris.................................. 41 4.1.3.1 Case creation......................... 42 4.1.3.2 Results............................ 42 4.2 Turbulent flat plate............................... 43 4.2.1 OpenFOAM setup........................... 44 4.2.2 SU2 setup................................ 45 4.2.3 Mesh................................... 45 4.2.4 Results................................
Recommended publications
  • Finite Element Analysis in Nanotechnology Research Rameshbabu Chandran
    Chapter Finite Element Analysis in Nanotechnology Research RameshBabu Chandran Abstract The Finite Element Analysis in the field of Nanotechnology is continually contributing to the areas ranging from electronics, micro computing, material science, quantum science, engineering, biotechnology, medicine, aerospace, and environment and in computational nanotechnology. The finite element method (FEM) is widely used for solving problems of traditional fields of engineering and Nano research where experimental analysis is unaffordable. This numerical technique can provide accurate solution to complex engineering problems. Over decades this method has become the noted research area for the mathematicians. The popularity of FEM is due to the advent of computer FEA software such as NASTRAN, ANSYS, ABAQUS, Matlab, OPEN Foam, Simscale and the like. With the development of nanoscience, the researchers found difficulties in spending funds for nano related projects. The FEA has evolved as the affordable methodology and offers solutions to all complicated systems of research. Keywords: nanotechnology, FEM, FEA, research, nanoscience 1. Introduction “To move precisely in nanoworld, you donot succeed by perfecting proven techniques”.- Handelsblat. [1] . As stated, the nano research requires newer methodologies and techniques to be worked out to succeed. The microtechnol- ogy to nanotechnology needs a factor of thousand for size reduction. Different methodologies exist to club cooperation between macro, micro and nano robots and analytical based FEM for static, modal, harmonic and transient analysis of structures. Clubbed with multiparametric optimization and neural networks, FEM had developed as an optimal solution to all complicated problems of engi- neering, science, technology, medicine and research. The “bottom up” technology of late twentieth century promises the use of robotics for micro/nano manipula- tion processing [1].
    [Show full text]
  • Ali Ramezani –
    BCAM-Basque Center for Applied Mathematics Alameda Mazarredo, 14.,48009 Bilbao Bizkaia, Basque Country, Spain T +34 946 567 842 u +34 946 567 843 B [email protected] Ali Ramezani Í http://www.bcamath.org/en/people/aramezani Present position 2013–Present Senior Research Fellow, BCAM-Basque Center for Applied Mathematics, Bilbao, Spain. CFD Research Group Education 2003–2009 PhD, Sharif University of Technology, Tehran, Iran, Aerospace Engineering- Aerodynamics. 1999–2002 MS, Sharif University of Technology, Tehran, Iran, Aerospace Engineering- Aerodynamics. 1994–1999 BS, AmirKabir University of Technology, Tehran, Iran, Aerospace Engineering. Research Fields CFD (Computational Fluid Dynamics), Aerodynamics, Renewable energy, Marine Energy, Fluid mechanics and Heat Transfer Research Interests Data Mining Machine Learning, Artificial Intelligence FV Compressible flows, Incompressible Flows. FSI Moving Meshes, Overset Grids, Morphing. Parallel MPI, OpenMP, GPU and Cloud Computing. Processing Convergence FAS Multigrid, AGMG, Implicit, AF and ADI. Turbulence RANS, LES and VMS Grid Unstructured/Structured, AMR, Quad Paving. Generation FE Heat Transfer, Incompressible Flows. High Order DG, Spectral Methods, WENO. Multiphase Gas particle, VOF, LPT Flows Meshless SPH, LBM, LPT 1/8 Reduced POD and Certified Reduced Basis Order Modeling Vocational history 2013–Present Senior Research Fellow, BCAM-Basque Center for Applied Mathematics, Bilbao- Spain, CFD Research Line. I am mainly working on three projects: { BCAM-BALTOGAR CFD Platform for Turbomachinery Simulation and Design (Main Developer) { FRACTAL: Laser-feeder coating system design and optimization (BCAM PI) { LOINTEK: Numerical simulation of heat exchangers (BCAM PI) More details of my present and accomplished tasks: { BBIPED open source code (BECAM BALTOGAR CFD Platform) - Extension of SU2 code for the MultiZone Rotating Reference Frame (Standard MRF and a new approach called VMRF).
    [Show full text]
  • Simulation Based Engineering & Sciences
    Newsletter Simulation Based Engineering & Sciences Year 15 n°3 Autumn 2018 Crashworthiness design of a train based on European Standard EN15227 Thermal Optimisation of e-Drives 3D-Simulation Enhances Product Augmented, Mixed and Virtual Using Moving Particle Development for Positive Displacement Reality in Engineering Semi-implicit (MPS) Method Machines Disruptive or Innovative? Strains and Load reconstruction Helping engineers in the Green Technology The Challenges of Creating User of two-wheeled Scooters industry overcome their design challenges Interfaces for Mass Market Devices Newsletter EnginSoft Year 15 n°3 - Autumn 2018 Contents To receive a free copy of the next EnginSoft Newsletters, please contact our Marketing office at: [email protected] Interview All pictures are protected by copyright. Any reproduction of these pictures in any 4 CAE’s pivotal role in innovation media and by any means is forbidden unless written authorization by EnginSoft has been obtained beforehand. ©Copyright EnginSoft Newsletter. Case Histories 5 Crashworthiness design of a train based on European Standard EnginSoft S.p.A. EN15227 24126 BERGAMO c/o Parco Scientifico Tecnologico Kilometro Rosso - Edificio A1, Via Stezzano 87 8 Thermal Optimisation of e-Drives Using Moving Particle Semi- Tel. +39 035 368711 • Fax +39 0461 979215 implicit (MPS) Method 50127 FIRENZE Via Panciatichi, 40 15 Helping engineers in the Green Technology industry overcome their Tel. +39 055 4376113 • Fax +39 0461 979216 design challenges 35129 PADOVA Via Giambellino, 7 Tel. +39 049 7705311 • Fax +39 0461 979217 18 Strains and Load reconstruction of two-wheeled Scooters 72023 MESAGNE (BRINDISI) Via A. Murri, 2 - Z.I. 20 3D-Simulation Enhances Product Development for Positive Tel.
    [Show full text]
  • Supersonic and Transonic Adjoint-Based Optimization of Airfoils
    Supersonic and Transonic Adjoint-based Optimization of Airfoils João Pedro Bernardes Lourenço Thesis to obtain the Master of Science Degree in Aerospace Engineering Supervisors: Prof. Fernando José Parracho Lau Dr. Frederico José Prata Rente Reis Afonso Examination Committee Chairperson: Prof. Filipe Szolnoky Ramos Pinto Cunha Supervisor: Prof. Fernando José Parracho Lau Member of the Committee: Prof. José Manuel da Silva Chaves Ribeiro Pereira November 2018 ii “Not everything that counts can be counted, and not everything that can be counted counts.” Albert Einstein iii This page has been left intentionally blank. iv Acknowledgments I sincerely appreciated the guidance and helpful advice of my supervisor Prof. Fernando Lau and would like to thank him for making this work possible and for introducing me to the very interesting world of aerodynamic optimisation. I am also indebted to Dr. Frederico Afonso for his availability and all the guidance, explanations, knowledge and friendship. I also thank the past and present members of the aerospace office in Instituto Superior Tecnico, special to Prof. Hugo Policarpo e Simão Rodrigues for all the friendship, help and provided happy moments. A special acknowledgment must go to my parents and brother for all the love, for support me all the time and never letting me go down. To all my colleagues Artur Vasconcelos, Ricardo Xavier, Ricardo Couto, Diogo Neves, Roberto Valldosera, Rui Assis, Frederico Caldas, Vitor Lopes and so many others for their friendship and for all the good moments we shared. Finally, I would like to thank my girlfriend, Raquel Pacheco, for always supporting me through the difficult moments.
    [Show full text]
  • Computational Fluid Dynamics for Biomimetics
    THE CANADIAN SCIENCE FAIR JOURNAL ARTICLE Computational Fluid Dynamics For Biomimetics: Springtails Are Not a Drag! Harini Karthik Age: 16 | Montreal, Quebec Online STEM Fair Regionals Ribbon (2020) | Youth Science Canada Ribbon (2020) Drag is a true annoyance for many industrial sectors around the world. Drag force is produced by the friction of a flowing fluid flowing on the surface that lowers the energy efficiency of the system. This experiment attempts to minimize the drag force by testing theoretical biomimetic coatings. This approach was proven efficient using the digital method known as Computational Fluid Dynamics (CFD) for solving this fluid-flow problem. The morphological structures of different organisms were modeled using software tools such as Salome, OpenFOAM, and ParaView for further comparison. According to the results generated by the simulations, the drag reduced significantly for moderate Reynolds’ Number ranges. This technique can be applied to fabricate hydrophobic coatings to maximize the energy effi- ciency of various systems like solar panels. INTRODUCTION Drag is an invisible resistive force that challenges the performance of various industrial sectors. In the scientific world, drag measures the system’s energy efficiency in reference to the surface topogra- phy and the rate of the flowing fluid. Flat surfaces are observed to cause flow instabilities, thereby increasing the friction (drag). The morphological structures of biological organisms (Tetrodontophora Bielanensis, Rosaceae, and Morpho Peleides) were modeled using software tools such as Salome, OpenFOAM, and ParaView. Computational Fluid Dynamics (CFD) was a digital method that was applied to solve this fluid-flow problem. Results indicated that streamlined surfaces are better at vortex shedding compared to planar surfaces.
    [Show full text]
  • Review of Fluid Structure Interaction Methods Application to Floating Wave Energy Converter
    International Journal of Fluid Machinery and Systems DOI: http://dx.doi.org/10.5293/IJFMS.2018.11.1.063 Vol. 11, No. 1, January-March 2018 ISSN (Online): 1882-9554 Original Paper Review of Fluid Structure Interaction Methods Application to Floating Wave Energy Converter Mohammed Asid Zullah1, Young-Ho Lee2 1Geoscience, Energy and Maritime Division, Pacific Community, Private Mail Bag, Suva, Fiji, [email protected] 2Division of Mechanical Engineering, College of Engineering, Korea Maritime and Ocean University, 727 Taejong-ro, Yeongdo-Gu, Busan 49112, South Korea, [email protected] Abstract Computational fluid dynamics (CFD) is a highly efficient paradigm that is used extensively in marine renewable energy research studies and commercial applications. The CFD paradigm is ideal for simulating the complex dynamics of Fluid-Structure Interactions (FSI) and can capture all kinds of nonlinear fluid motions. While nonlinear simulations are considered more expensive and resource intensive compared to the frequency domain approaches, they are much more accurate and ideal for commercial applications. This review study presents a comprehensive overview of the computation fluid dynamics paradigm in context of wave energy converter (WEC) and highlights different CFD tools that are available today for commercial and research applications. State-of-the-art CFD codes such as ANSYS CFX that are highly ideal for WEC simulation problems are highlighted and aspects such as time and frequency domains are also thoroughly discussed along with efficacy of the nonlinear simulations compared to the linear models. The paper presents a comparative evaluation of different WEC modelling codes available today and illustrates the code framework of different CFD simulation software suites.
    [Show full text]
  • NVIDIA Quadro by PNY Spring 07 Sales Presentation
    VR/AR Enterprise Value Propositions Data immersion and 3D conceptualization NVIDIA RTX Server High-Performance Visual Computing in the Data Center NVIDIA RTX Server Do your life’s work from anywhere Creators, designers, data scientists, engineers, government workers, and students around the world are working or learning remotely wherever possible. They still need the powerful performance they relied on in the office, lab, and classroom to keep up with complex workloads like interactive graphics, data analytics, machine learning, and AI. NVIDIA RTX Server gives you the power to tackle critical day-to-day tasks and compute- heavy workloads – from home or wherever you need to work. Visual Computing Today Increasing daily workflow challenges ~6.5 Billion Render Hours Per Year 30,000 New Products Launch Each Year 2.5 Quintillion Bytes of Data Created Each Day 80% of Applications Utilize AI by 2020 $12.9 Trillion in Global Construction by 2022 $13.45 Billion Simulation Software Market by 2022 American Gods image courtesy of Tendril NVIDIA RTX Server High-performance, flexible visual computing in the data center Highly Flexible Reference Design Delivered by Select OEM Partners I Scalable Configurations Ii Cost Effective and Power Efficient Powerful Virtual Workstations Accelerated Rendering Data Science CAE and Simulation NVIDIA Turing The power of Quadro RTX from desktop to data center Physical Workstations Virtual Workstations NVIDIA RTX Technology Ray Tracing AI Visualization Compute NVIDIA RTX Server Spans Industries Near universal applicability
    [Show full text]
  • PRACE Scientific and Industrial Conference 2015 I Enable Science Foster Industry TABLE of CONTENTS
    PRACE Scientific and Industrial Conference 2015 I Enable Science Foster Industry TABLE OF CONTENTS Welcome 02 Committees 04 General Information 05 Useful Information 06 Maps & Hotels 07 Keynotes Tuesday 26 May 2015 09 Keynotes Wednesday 27 May 2015 02 Parallel Session Wednesday 27 May 2015 16 ERC Projects 16 Computational Dynamics 19 Hot Lattice Chromodynamics 22 Molecular Dynamics 24 HPC in Industry in Ireland 27 HPC in Industry 29 Programme 31 PRACE User Forum 34 Keynotes Thursday 28 May 2015 35 Posters 39 Satellite Events 55 Women in HPC 55 Exascale 57 EESI2 61 Notes 62 PRACE Scientific and Industrial Conference 2015 I Enable Science Foster Industry WELCOME Dear Participant, It is a great pleasure for us to welcome you to the PRACE Scientific and Industrial Conference 2015 - the second edition of PRACEdays – which is hosted by PRACE and the Irish Centre for High-End Computing (ICHEC) under the motto: Enable Science Foster Industry What better country than Ireland, the thriving digital hub of Europe and the academic home to the father of computing, George Boole, to host the PRACE Scientific and Industrial conference! The Irish Centre for High-End Computing (ICHEC) is proud to welcome this high-level scientific and industrial conference at Dublin’s world- renowned Aviva Stadium. Participants at PRACEdays15 will enjoy the unique combination of Dublin’s legendary ‘céad mile fáilte’, as well as world-class science and research. With two satellite events focussing on Exascale European projects and on Women in HPC, an open session of the PRACE User Forum, the bi-annual meetings of the PRACE Industrial Advisory Committee and the PRACE Scientific Steering Committee, and the EESI2 conference held back to back with the conference, PRACEdays15 has grown already beyond the expectations set in 2014.
    [Show full text]
  • An Open Source Engineering Platform
    CAELinux : an open source engineering platform Joël Cugnoni, www.caelinux.com Joël Cugnoni, www.caelinux.com 19.02.2015 1 What is CAELinux ? A CAE workstation on a disk CAELinux in brief CAELinux is a « Live» Linux distribution pre-packaged with the main open source Computer Aided Engineering software available today. CAELinux is free and open source, for all usage, even commercial (*) It is based on Ubuntu LTS (12.04 64bit for CAELinux 2013) It covers all phases of product development: from mathematics, CAD, stress / thermal / fluid analysis, electronics to CAM and 3D printing How to use CAELinux: Boot : Installation Complete Live Trial, on your workstation satisfied? computer ready for use ! Or CAELinux virtual Machine Running a server in Amazon EC2 installation in OSX, Windows cloud computing (on demand, charge or other Linux per hour) Joël Cugnoni, www.caelinux.com (* except for Tetgen mesher) CAELinux: History and present Past and present: CAELinux started in 2005 as a personal project for my own use Motivation was to promote the use of scientific open source software in engineering by avoiding the complexities of code compilation and configuration. And also, I wanted to have a reference installation of Code- Aster and Salome that I could install for my own use. Until now, 11 versions have been released in ~9 years. One release per year (except 2014). Today, the latest version, CAELinux 2013, has reached 63’000 downloads in 1 year on sourceforge.net. CAELinux is used for teaching in universities, in SME’s for analysis and by many occasional users, hobbyists, hackers and Linux enthusiasts.
    [Show full text]
  • Stimulating Simulation
    Computing solutions for SCIENTIFIC scientists and engineers COMPUTING December 2018/January 2019 WORLD Issue #163 High performance computing Laboratory informatics Modelling and simulation A cloudy future Artificial healthcare Engineering hits the catwalk STIMULATING SIMULATIONA brave new world for medical devices www.scientific-computing.com Pharma&Biotech The MODA™ Platform The Missing Piece in Your Lab Systems Portfolio MODA-EM™ Software for QC Micro – Implement, Validate, Integrate Seamlessly. Lonza’s MODA-EM™ Software is purpose-built for QC Microbiology’s unique – Reduce investigation and reporting time with rapid analysis challenges. MODA™ Software delivers better business alignment with QC, and visualization of Micro data at a lower total cost of ownership versus customizing your existing LIMS – Manage, schedule and track large EM and utility sample volumes or other lab systems. – Reduce errors while improving compliance and data integrity – Deliver measurable return on investment from time, cost and Find the missing piece in your lab systems portfolio. compliance savings Visit www.lonza.com/moda or contact us at [email protected] © 2015 Lonza www.lonza.com/moda MODA IT Ad 0715 for Scientific Computing World MODA_IT_Ad_Comps_final_selection.indd 1 7/27/15 5:27 PM LEADER l December 2018/January 2019 Issue 163 Robert Contents Roe Editor High performance computing Ray of light 4 The cost of cloud computing is coming down and potential uses are on the rise, writes Robert Roe Artificial gets real Predicting protein structure 7 In final issue of 2018, AI continues DeepMind has announced a new tool in AI research, to be a strong theme across all three Robert Roe reports core sections of the magazine as the Oiling the wheels in Dallas 8 technology weaves its way into every facet of scientific research.
    [Show full text]
  • PLM Industry Summary Sara Vos, Editor Vol
    PLM Industry Summary Sara Vos, Editor Vol. 20 No. 20 - Friday, May 18, 2018 Contents CIMdata News _____________________________________________________________________ 2 CIMdata’s James White to be Featured in an Upcoming Webinar on Leveraging Best Of Breed Software With Cloud PLM _______________________________________________________________________2 Glovius: A Modern CAD Viewer (CIMdata Commentary) _______________________________________3 Intelligence Spanning the Lifecycle: SAP Infodays for PLM (CIMdata Commentary) __________________6 PLM Road Map North America 2018 ______________________________________________________10 Product Data Intelligence (CIMdata Commentary) ____________________________________________12 Acquisitions ______________________________________________________________________ 15 Acquisition of FluiDyna Accelerates Altair’s Computational Fluid Dynamics Technology _____________15 Oracle Buys DataScience.com ____________________________________________________________16 Company News ____________________________________________________________________ 17 Accenture Delivers Digital Asset Management Program to Help Shaanxi Electric Boost Performance and Reduce Operating Costs _________________________________________________________________17 COMSOL News: Multiphysics Modeling and Simulation Apps Inform Better Business and Engineering Solutions _____________________________________________________________________________18 New home for Dassault Systèmes at University of Adelaide _____________________________________19
    [Show full text]
  • 名称问题域开发语言主页caelinux LINUX下的CAE开源软件大集合
    名称 问题域 开发语言 主页 LINUX下的CAE开源软件大集 合,最新版本的操作系统平台 是基于UBUNTU,前后处理器 salome,求解器code aster, caelinux 流体软件为openfoam和code http://www.caelinux.com/ saturne,另外还有Elmer多物 理套件,GMSH,Netgen、 enGrid 3D meshers、Rkward 、wxMaxima、Scilab等等 CalculiX 2d 3d http://www.dhondt.de/ 复杂流体流动、化学反应、湍 流流动、换热分析等现象,还 openFOAM C++ http://www.openfoam.com 可以进行结构动力学分析、电 磁场分析以及金融评估等 plane stress, plate bending, axial symmetric Z88 structures and spacial http://z88.uni-bayreuth.de/ structures up to 20-node Serendipity hexahedrons. SciPy http://www.scipy.org/ Finite Elements (FE), Finite Volumes (FV), and http://www.dune- DUNE C++ also Finite Differences project.org/dune.html (FD) http://www- Rheolef C++ ljk.imag.fr/membres/Pierre.S aramito/rheolef/ C++/Pyth FEniCS http://fenicsproject.org/ on Truss2D,Beam2D,Triangle2D, C++/Fort http://sourceforge.net/proje myfem Rectangle2D ran cts/myfem/ oofem http://www.oofem.org finite element toolbox designed to be used within a matrix computing http://www- openFEM environment. It is rocq.inria.fr/OpenFEM available for MATLAB and for SCILAB http://sourceforge.net/proje OpenFVM general CFD solver cts/openfvm/ a suite of data structures and routines for the scalable (parallel) solution of scientific http://www.mcs.anl.gov/petsc PETSc applications modeled by / partial differential equations. It employs the MPI standard for parallelism. FEMc++ C Femlab is an ionteractive program for solving http://www.math.chalmers.se/ femlab partial differential Research/Femlab equations in two space dimensions OOF is designed to help materials scientists calculate macroscopic properties from images of real or simulated microstructures. It reads http://www.nist.gov/mml/ctcm OOF an image, assigns material s/oof/ properties to features in the image, and conducts virtual experiments to determine the macroscopic properties of the system.
    [Show full text]