Multiphysics Simulations: Challenges and Opportunities

Total Page:16

File Type:pdf, Size:1020Kb

Multiphysics Simulations: Challenges and Opportunities ANL/MCS-TM-321 Rev. 1.1 Multiphysics Simulations: Challenges and Opportunities Rev. 1.1 Mathematics and Computer Division About Argonne National Laboratory Argonne is a U.S. Department of Energy laboratory managed by UChicago Argonne, LLC under contract DE-AC02-06CH11357. The Laboratory’s main facility is outside Chicago, at 9700 South Cass Avenue, Argonne, Illinois 60439. For information about Argonne and its pioneering science and technology programs, see www.anl.gov. Availability of This Report This report is available, at no cost, at http://www.osti.gov/bridge. It is also available on paper to the U.S. Department of Energy and its contractors, for a processing fee, from: U.S. Department of Energy Office of Scientific and Technical Information P.O. Box 62 Oak Ridge, TN 37831-0062 phone (865) 576-8401 fax (865) 576-5728 [email protected] Disclaimer This report was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor UChicago Argonne, LLC, nor any of their employees or officers, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise, does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof. The views and opinions of document authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof, Argonne National Laboratory, or UChicago Argonne, LLC. Multiphysics Simulations: Challenges and Opportunities 1 ANL/MCS-TM 321, Revision 1.1, October 2012 To appear as a special issue of the International Journal of High Performance Computing Applications David E. Keyes, KAUST and Columbia University Lois Curfman McInnes, Argonne National Laboratory Carol Woodward, Lawrence Livermore National Laboratory William Gropp, University of Illinois at Urbana-Champaign Eric Myra, University of Michigan Michael Pernice, Idaho National Laboratory John Bell, Lawrence Berkeley National Laboratory Jed Brown, Argonne National Laboratory Alain Clo, KAUST Jeffrey Connors, Lawrence Livermore National Laboratory Emil Constantinescu, Argonne National Laboratory Don Estep, Colorado State University Kate Evans, Oak Ridge National Laboratory Charbel Farhat, Stanford University Ammar Hakim, Princeton Plasma Physics Laboratory Glenn Hammond, Pacific Northwest National Laboratory Glen Hansen, Sandia National Laboratories Judith Hill, Oak Ridge National Laboratory Tobin Isaac, University of Texas at Austin Xiangmin Jiao, Stonybrook University Kirk Jordan, IBM Research Center Dinesh Kaushik, Argonne National Laboratory Efthimios Kaxiras, Harvard University Alice Koniges, Lawrence Berkeley National Laboratory Kihwan Lee, SLAC National Accelerator Laboratory Aaron Lott, Lawrence Livermore National Laboratory Qiming Lu, Fermi National Accelerator Laboratory John Magerlein, IBM Research Center Reed Maxwell, Colorado School of Mines Michael McCourt, Cornell University Miriam Mehl, Technische Universitat¨ Munchen¨ Roger Pawlowski, Sandia National Laboratories Amanda Peters Randles, Harvard University Daniel Reynolds, Southern Methodist University Beatrice Riviere,` Rice University Ulrich Rude,¨ University Erlangen-Nuremberg Tim Scheibe, Pacific Northwest National Laboratory John Shadid, Sandia National Laboratories Brendan Sheehan, Colorado State University Mark Shephard, Rensselaer Polytechnic Institute Andrew Siegel, Argonne National Laboratory Barry Smith, Argonne National Laboratory Xianzhu Tang, Los Alamos National Laboratory Cian Wilson, Columbia University Barbara Wohlmuth, Technische Universitat¨ Munchen¨ 1Please cite this document as follows: Multiphysics Simulations: Challenges and Opportunities, David E. Keyes, Lois Curfman McInnes, Carol Woodward, William Gropp, Eric Myra, Michael Pernice, John Bell, Jed Brown, Alain Clo, Jeffrey Connors, Emil Constantinescu, Don Estep, Kate Evans, Charbel Farhat, Ammar Hakim, Glenn Hammond, Glen Hansen, Judith Hill, Tobin Isaac, Xiaomin Jiao, Kirk Jordan, Dinesh Kaushik, Efthimios Kaxiras, Alice Koniges, Kihwan Lee, Aaron Lott, Qiming Lu, John Magerlein, Reed Maxwell, Michael McCourt, Miriam Mehl, Roger Pawlowski, Amanda Peters Randles, Daniel Reynolds, Beatrice Riviere,` Ulrich Rude,¨ Tim Scheibe, John Shadid, Brendan Sheehan, Mark Shephard, Andrew Siegel, Barry Smith, Xianzhu Tang, Cian Wilson, and Barbara Wohlmuth, Tech. Rep. ANL/MCS-TM-321, Revision 1.1, October 2012, Argonne National Laboratory. To appear as a special issue of the International Journal of High Performance Computing Applications. Abstract We consider multiphysics applications from algorithmic and architectural perspectives, where “algorithmic” includes both mathematical analysis and computational complexity and “architectural” includes both software and hardware environments. Many diverse multiphysics applications can be reduced, en route to their computational simulation, to a common algebraic coupling paradigm. Mathematical analysis of multiphysics coupling in this form is not always practical for realistic applications, but model problems representative of applications discussed herein can provide insight. A variety of software frameworks for multiphysics applications have been constructed and refined within disciplinary communities and executed on leading-edge computer systems. We examine several of these, expose some commonalities among them, and attempt to extrapolate best practices to future systems. From our study, we summarize challenges and forecast opportunities. Keywords: multiphysics, multimodel, multirate, multiscale, implicit and explicit algorithms, strong and weak coupling, loose and tight coupling Contents 1 Introduction 1 1.1 What Constitutes Multiphysics?...................................1 1.2 Prototype Algebraic Forms......................................3 1.3 Structure and Motivation for This Review..............................5 2 Practices and Perils in Multiphysics Applications7 2.1 Examples of PDE-Based Multiphysics Applications.........................7 2.1.1 Interaction of fluids and structures..............................8 2.1.2 Fission reactor fuel performance...............................9 2.1.3 Conjugate heat transfer and neutron transport coupling in reactor cores.......... 11 2.1.4 Multiscale methods in crack propagation.......................... 13 2.1.5 Multiscale methods in ultrafast DNA sequencing...................... 14 2.1.6 Magnetic confinement fusion................................. 15 2.1.7 Subsurface science...................................... 17 2.1.8 Surface and subsurface hydrology.............................. 18 2.1.9 Climate modeling....................................... 19 2.1.10 Radiation hydrodynamics.................................. 21 2.1.11 Geodynamics......................................... 22 2.1.12 Particle accelerator design.................................. 23 2.2 Crosscutting Issues in Multiphysics Applications.......................... 25 2.2.1 Choices and challenges in coupling algorithms....................... 25 2.2.2 Software engineering..................................... 26 2.2.3 Analysis and verification................................... 27 3 Algorithms for Multiphysics Coupling 28 3.1 Solver Methods............................................ 28 3.1.1 Methods for systems of linear equations........................... 28 3.1.2 Methods for systems of nonlinear equations......................... 31 3.2 Continuum-Continuum Coupling................................... 33 3.2.1 Methods for coupling multiphysics components in space.................. 34 3.2.2 Methods for coupling multiphysics components in time................... 37 3.3 Continuum-Discrete Coupling.................................... 41 3.4 Error Estimation............................................ 43 3.4.1 Operator splitting for reaction-diffusion equations...................... 44 3.4.2 Operator splitting for advection-diffusion equations..................... 46 3.4.3 Iterative solution of parabolic problems coupled through a common boundary....... 46 3.4.4 Solution of systems of elliptic equations with independent discretizations......... 48 3.5 Uncertainty Quantification...................................... 49 4 Multiphysics Software 51 4.1 Status of Software for Multiphysics................................. 51 4.1.1 Current practices....................................... 51 4.1.2 Common needs........................................ 52 4.1.3 Software successes...................................... 53 4.2 Challenges in Multiphysics Software Design............................. 57 4.2.1 Enabling introduction of new models, algorithms, and data structures........... 57 4.2.2 Sharing methods and codes among application fields.................... 59 4.2.3 Relating multiphysics spatial discretizations......................... 60 4.2.4 Timestep control....................................... 62 4.2.5 Achieving performance.................................... 62 4.2.6 Software engineering issues for multiphysics integration.................. 62 4.3 Difficulties in Collaborative Multiphysics Software......................... 63 4.3.1 Maintenance of a stable
Recommended publications
  • Computational Study of Triboelectric Generator Design
    Rhode Island College Digital Commons @ RIC Honors Projects Overview Honors Projects 2020 Computational Study of Triboelectric Generator Design Giovanni Barbosa Follow this and additional works at: https://digitalcommons.ric.edu/honors_projects COMPUTATIONAL STUDY OF TRIBOELECTRIC GENERATOR DESIGN By Giovannia Barbosa An Honors Project Submitted in Partial Fulfillment of the Requirements for Honors In The Department of Physical Sciences Faculty of Arts and Sciences Rhode Island College 2020 2 Abstract: As the world population increases and technology becomes accessible to more people, there is an increased demand for energy. Researchers are seeking innovative forms of harvesting sustainable energy with minimal environmental impact. The triboelectric effect is a form of contact electrification in which a charge is generated after two materials are separated. In 2012, the triboelectric nanogenerator (TENG) emerged as a new flexible power source which can extract energy from small ambient movements. In this study, we use a software tool known as COMSOL to conduct Finite Element Analysis of Triboelectric Generators (TEGs). One aspect we study is the enhancement of TEG efficiency by the inclusion of high dielectric constant (high-k) materials. We show that the orientation of inclusions matter: high-k dielectric inclusions with a vertical orientation display greater overall TEG performance in comparison to those with a horizontal alignment. A design where a piezoelectric material is included in the triboelectric polymer is also explored. Although
    [Show full text]
  • COMSOL Multiphysics®
    COMSOL Multiphysics ® M ODEL L IBRARY V ERSION 3.5a How to contact COMSOL: Germany United Kingdom COMSOL Multiphysics GmbH COMSOL Ltd. Benelux Berliner Str. 4 UH Innovation Centre COMSOL BV D-37073 Göttingen College Lane Röntgenlaan 19 Phone: +49-551-99721-0 Hatfield 2719 DX Zoetermeer Fax: +49-551-99721-29 Hertfordshire AL10 9AB The Netherlands [email protected] Phone:+44-(0)-1707 636020 Phone: +31 (0) 79 363 4230 www.comsol.de Fax: +44-(0)-1707 284746 Fax: +31 (0) 79 361 4212 [email protected] [email protected] Italy www.uk.comsol.com www.comsol.nl COMSOL S.r.l. Via Vittorio Emanuele II, 22 United States Denmark 25122 Brescia COMSOL, Inc. COMSOL A/S Phone: +39-030-3793800 1 New England Executive Park Diplomvej 376 Fax: +39-030-3793899 Suite 350 2800 Kgs. Lyngby [email protected] Burlington, MA 01803 Phone: +45 88 70 82 00 www.it.comsol.com Phone: +1-781-273-3322 Fax: +45 88 70 80 90 Fax: +1-781-273-6603 [email protected] Norway www.comsol.dk COMSOL AS COMSOL, Inc. Søndre gate 7 10850 Wilshire Boulevard Finland NO-7485 Trondheim Suite 800 COMSOL OY Phone: +47 73 84 24 00 Los Angeles, CA 90024 Arabianranta 6 Fax: +47 73 84 24 01 Phone: +1-310-441-4800 FIN-00560 Helsinki [email protected] Fax: +1-310-441-0868 Phone: +358 9 2510 400 www.comsol.no Fax: +358 9 2510 4010 COMSOL, Inc. [email protected] Sweden 744 Cowper Street www.comsol.fi COMSOL AB Palo Alto, CA 94301 Tegnérgatan 23 Phone: +1-650-324-9935 France SE-111 40 Stockholm Fax: +1-650-324-9936 COMSOL France Phone: +46 8 412 95 00 WTC, 5 pl.
    [Show full text]
  • Educational Electronic Course ”Theory of the Electromagnetic Field” on the Basis of the Program Complex COMSOL Multiphysic
    Educational electronic course ”Theory of the electromagnetic field” on the basis of the program complex COMSOL Multiphysics Dudnikov Evgeny, Institute of Control Problem, Moscow, Russia [email protected] Shmelev Vjacheslav, Vladimir State Technical University, Vladimir, Russia [email protected] Walden Bertil, COMSOL AB, Stockholm, Sweden [email protected] Abstract In the submitted paper the educational electronic course «Theory of the electromagnetic field» which uses the basic tools of the program complex COMSOL Multiphysics is considered. A basis of this electronic course is the standard course of lectures «Theory of the electromagnetic field» usually presented to the students who are studying the electrotechnical specialities in the Russian technical universities. The contents of the course includes five sections (General problems of the theory of the electromagnetic field (EMF), the Electrostatic field, the Electric field of a direct current in conducting medium, the Magnetostatic field and the Variable harmonic EMF). We have not include in structure of the course the section “The EMF in moving mediums” because this section usually does not a part of the standard student’s course for these specialities. A great number of exercises and demonstration examples which need to show, how with help of COMSOL Multiphysics it is possible to solve the various problems of the EMF theory, is entered into the course. Among the used tools of COMSOL Multiphysics there are the COMSOL Script, the PDE Modes, the Electromagnetics applications modes of COMSOL Multiphysics nucleus and the Module of electromagnetism. Examples and exercises will allow students to acquire better knowledge from the submitted materials and to receive very important skills of work with modern toolkits for modeling and solving various problems of EMF.
    [Show full text]
  • Magnetostatic Modeling for Microfluidic Device Design
    Magnetostatic Modeling for Microfluidic Device Design A Thesis Presented to The Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements for the Degree Master of Science in Biomedical Engineering By Kirsten Marie Jackson June 2011 © 2011 Kirsten Marie Jackson ALL RIGHTS RESERVED ii Committee Approval TITLE: Magnetostatic Modeling for Microfluidic Device Design AUTHOR: Kirsten Marie Jackson DATE SUBMITTED: June 2011 COMMITTEE CHAIR: David Clague, Associate Professor of Biomedical Engineering COMMITTEE MEMBER: Dan Walsh, Professor of Biomedical Engineering COMMITTEE MEMBER: Scott Hazelwood, Associate Professor of Biomedical Engineering iii Abstract Magnetostatic Modeling for Microfluidic Device Design Kirsten Marie Jackson For several years, biologists have used superparamagnetic beads to facilitate biological separations. More recently, researchers have adopted this approach in microfluidic devices [1- 3]. This recent development and use of superparamagnetic particles in biomedical and biological applications have resulted in a necessity for methods that enable the understanding and prediction of their properties and actions during use. Typically, such methods would involve simple experimentation prior to in vitro experimentation, animal testing, and finally clinical testing. To better understand and unleash this technology, COMSOL®, which is a finite element analysis and multiphysics simulation software, has recently been used to model superparamagnetic particles in several applications. Two COMSOL® models were created based on a magnetic trapping system consisting of a stationary permanent magnet and a microfluidics channel. The first model, known as the Particle Motion Model, simulates the movement of an individual superparamagnetic particle flowing through a fluidic channel beneath a permanent magnet by coupling the Moving Mesh Arbitrary Lagrange-Eulerian (ALE), Incompressible Navier-Stokes, Plane Strain, and Magnetostatics physics modes.
    [Show full text]
  • Electric Field of a Charged Sphere
    Electric Field of a Charged Sphere Introduction COMSOL Multiphysics is a finite element package that can be used to solve a partial differential equation such as for example Poisson’s equation as we discussed in EMT. For a scalar field (r) Poisson’s equation looks like: 2 f (r) [1] f(r) represents a density of field sources and depends on the position vector r. Our version of COMSOL can solve one, two, or three dimensional problems. Poisson’s equation is a partial differential equation and can be solved for some geometries by analytical techniques. In EMT and also in mechanics you might have studied already solutions of Poisson’s equation for various geometries that have high symmetry. More complex problems can be solved by a computer. Note that the differential equation relates the 2nd derivative of the field to the source field f. In Cartesian coordinates the one-dimensional Poisson equation becomes: 2 (x) f x [2] x2 Note that the special case where f(x) is equal to zero turns equation (2) into Laplace’s equation, i.e. 2 x 0 [2b] x 2 The two most frequently used numerical methods to solve Poisson’s or Laplace’s equation are: 1. The finite difference method 2. The finite element method Comsol Multiphysics, uses the finite element method. Minimum Energy Principles in Electrostatics. It can be shown that Laplace’s and Poisson’s equation are satisfied when the total energy in the solution’s area is minimized. This section will make this statement plausible for both cases. To keep the math simple we will restrict ourselves here to the one-dimensional case.
    [Show full text]
  • The AC/DC Module User's Guide
    AC/DC Module User’s Guide AC/DC Module User’s Guide © 1998–2018 COMSOL Protected by patents listed on www.comsol.com/patents, and U.S. Patents 7,519,518; 7,596,474; 7,623,991; 8,457,932; 8,954,302; 9,098,106; 9,146,652; 9,323,503; 9,372,673; and 9,454,625. Patents pending. This Documentation and the Programs described herein are furnished under the COMSOL Software License Agreement (www.comsol.com/comsol-license-agreement) and may be used or copied only under the terms of the license agreement. COMSOL, the COMSOL logo, COMSOL Multiphysics, COMSOL Desktop, COMSOL Server, and LiveLink are either registered trademarks or trademarks of COMSOL AB. All other trademarks are the property of their respective owners, and COMSOL AB and its subsidiaries and products are not affiliated with, endorsed by, sponsored by, or supported by those trademark owners. For a list of such trademark owners, see www.comsol.com/trademarks. Version: COMSOL 5.4 Contact Information Visit the Contact COMSOL page at www.comsol.com/contact to submit general inquiries, contact Technical Support, or search for an address and phone number. You can also visit the Worldwide Sales Offices page at www.comsol.com/contact/offices for address and contact information. If you need to contact Support, an online request form is located at the COMSOL Access page at www.comsol.com/support/case. Other useful links include: • Support Center: www.comsol.com/support • Product Download: www.comsol.com/product-download • Product Updates: www.comsol.com/support/updates • COMSOL Blog: www.comsol.com/blogs • Discussion Forum: www.comsol.com/community • Events: www.comsol.com/events • COMSOL Video Gallery: www.comsol.com/video • Support Knowledge Base: www.comsol.com/support/knowledgebase Part number: CM020101 Contents Chapter 1: Introduction About the AC/DC Module 16 What Can the AC/DC Module Do?.
    [Show full text]
  • COMSOL Multiphysics®
    QUICK START AND QUICK REFERENCE ® ERSION 3.4 ERSION V OMSOL C ultiphysics M How to contact COMSOL: Germany United Kingdom FEMLAB GmbH COMSOL Ltd. Benelux Berliner Str. 4 UH Innovation Centre COMSOL BV D-37073 Göttingen College Lane Röntgenlaan 19 Phone: +49-551-99721-0 Hatfield 2719 DX Zoetermeer Fax: +49-551-99721-29 Hertfordshire AL10 9AB The Netherlands [email protected] Phone:+44-(0)-1707 284747 Phone: +31 (0) 79 363 4230 www.femlab.de Fax: +44-(0)-1707 284746 Fax: +31 (0) 79 361 4212 [email protected] [email protected] Italy www.uk.comsol.com www.femlab.nl COMSOL S.r.l. Via Vittorio Emanuele II, 22 United States Denmark 25122 Brescia COMSOL, Inc. COMSOL A/S Phone: +39-030-3793800 1 New England Executive Park Diplomvej 376 Fax: +39-030-3793899 Suite 350 2800 Kgs. Lyngby [email protected] Burlington, MA 01803 Phone: +45 88 70 82 00 www.it.comsol.com Phone: +1-781-273-3322 Fax: +45 88 70 80 90 Fax: +1-781-273-6603 [email protected] Norway www.comsol.dk COMSOL AS COMSOL, Inc. Søndre gate 7 10850 Wilshire Boulevard Finland NO-7485 Trondheim Suite 800 COMSOL OY Phone: +47 73 84 24 00 Los Angeles, CA 90024 Arabianranta 6 Fax: +47 73 84 24 01 Phone: +1-310-441-4800 FIN-00560 Helsinki [email protected] Fax: +1-310-441-0868 Phone: +358 9 2510 400 www.comsol.no Fax: +358 9 2510 4010 COMSOL, Inc. [email protected] Sweden 744 Cowper Street www.comsol.fi COMSOL AB Palo Alto, CA 94301 Tegnérgatan 23 Phone: +1-650-324-9935 France SE-111 40 Stockholm Fax: +1-650-324-9936 COMSOL France Phone: +46 8 412 95 00 WTC, 5 pl.
    [Show full text]
  • Development of a Transient Multiphysics Solver for Nuclear Fuel Assemblies Within a CFD Framework
    P - .BzmbBQM Tfuel- .BzmbBQM Tmoderator- .BzmbBQM P - ak Tfuel- ak Tmoderator- ak P T - a9 Tfuel- a9 moderator- a9 e8y 3yy Tmoderator- BMH2i eyy d8y 88y dyy 6m2H h2KT2`im`2 (E) 8yy e8y 98y 8ey 9yy 88y SQr2` /2MbBiv (JqfKjÙ) j8y 89y jyy 8jy JQ/2`iQ` h2KT2`im`2 (E) y R k j 9 8 hBK2 (b) X Development of a Transient Multiphysics Solver for Nuclear Fuel Assemblies within a CFD Framework Master’s thesis in Nuclear Engineering RASMUS ANDERSSON Department of Applied Physics Division of Nuclear Engineering CHALMERS UNIVERSITY OF TECHNOLOGY Gothenburg, Sweden 2015 Development of a Transient Multiphysics Solver for Nuclear Fuel Assemblies within a CFD Framework Master’s thesis in Nuclear Engineering Department of Applied Physics Division of Nuclear Engineering CHALMERS UNIVERSITY OF TECHNOLOGY CTH-NT-313 Supervisor: Author: Klas Jareteg Rasmus Andersson Examiner: Christophe Demazière Development of a Transient Multiphysics Solver for Nuclear Fuel Assemblies within a CFD Framework Author: Rasmus Andersson Thesis for the degree of Master of Science in Engineering c Rasmus Andersson, 2015 CTH-NT-313 ISSN 1653-4662 Division of Nuclear Engineering Department of Applied Physics Chalmers University of Technology SE-412 96 Gothenburg Sweden Telephone: +46 (0)31-772 1000 Gothenburg, Sweden 2015 Cover: Left: Temperature profiles in the moderator and the fuel in a 7x7 fuel pin diffusion simulation. Right: Comparison of the transient behaviors of the implemented diffusion, S2 and S4 solvers caused by lowering the moderator temperature at the inlet. ii Abstract The aim of this thesis is to develop and implement a code for solving the coupled multi- physics of PWR fuel assemblies at transient conditions using a computational fluid dynamics (CFD) methodology.
    [Show full text]
  • Simulation Methods for Multiperiodic and Aperiodic Nanostructured Dielectric Waveguides
    Simulation Methods for Multiperiodic and Aperiodic Nanostructured Dielectric Waveguides Moritz PAULSEN1*, Lars Thorben NEUSTOCK1,2, Sabrina JAHNS1, Jost ADAM3, Martina GERKEN1 1Institute of Electrical Engineering and Information Technology, Kiel University, Kaiserstr. 2, 24143 Kiel, Germany 2Electrical Engineering, Stanford University, 350 Serra Mall, Stanford, CA 94305-9505, USA 3Mads Clausen Institute, University of Southern Denmark, Alsion 2, 6400 Sønderborg, Denmark * [email protected], tel. +49 4318806259, fax. +49 4318806253 Keywords: Deterministic Aperiodic Nanostructures, Waveguide Gratings, Waveoptic Simulations Nanostructured dielectric waveguides are of high interest for biosensing applications, light emitting devices as well as solar cells. Multiperiodic and aperiodic nanostructures allow for custom-designed spectral properties as well as near-field characteristics with localized modes. Here, a comparison of experimental results and simulation results obtained with three different simulation methods is presented. We fabricated and characterized multiperiodic nanostructured dielectric waveguides with two and three compound periods as well as deterministic aperiodic nanostructured waveguides based on Rudin-Shapiro, Fibonacci, and Thue- Morse binary sequences. The near-field and far-field properties are computed employing the finite-element method (FEM), the finite-difference time-domain (FDTD) method as well as a rigorous coupled wave algorithm (RCWA). The results show that all three methods are suitable for the simulation of the above mentioned structures. Only small computational differences are obtained in the near fields and transmission characteristics. For the compound multiperiodic structures the simulations correctly predict the general shape of the experimental transmission spectra with number and magnitude of transmission dips. For the aperiodic nanostructures the agreement between simulations and measurements decreases, which we attribute to imperfect fabrication at smaller feature sizes.
    [Show full text]
  • COMSOL Circuit Simulation
    COMSOL Circuit simulation Physics world Manohar Kumar Aalto University COMSOL: Multiphysics Multiphysics: Systems involving more than one simultaneously occurring physical field and the studies of and knowledge about these processes and systems (def: Wikipedia). Aerodynamics Structural integrity + streamline flow of COMSOL: the air stream and whirlpool formation+ Multiphysics cooling via air jet stream+ heating Earlier approach: Different domains and their aspects of a structure are studied individually. Multiphysics simulation: It Wire bonding of chips could be done simultaneously System requirement • At least 1 GB memory, but 4 GB or more per processor core is recommended. • 1-5 GB of disk space, depending on your licensed products and Current distribution installation options. Wire bonding of a chip Temperature distribution COMSOL Multiphysics Sept 2015 COMSOL: Multiphysics Three facets of Multiphysics problems • Mathematics • Physics • Applications Top-down approach Define the problem first, then physics and then use mathematics to solve it Multiphysics Rubik COMSOL: Electrical Applications ▪ Joule heating Multiphysics ▪ Induction heating ▪ Microwave heating ▪ Electromagnetic waves Air cooled DC choke Applications in physics: ▪ Piezoelectric heating • Electrical ▪ Piezoresistive effect • Mechanical ▪ Electrochemical effect • Fluid • Chemical Magnetic flux density in toroidal choke See Physics sections COMSOL Multiphysics Sept 2015 Partial differential equations (depends upon more than one COMSOL: variable, different than ordinary
    [Show full text]
  • COMSOL Multyphysics: Overview of Software Package and Capabilities
    Outline COMSOL Multyphysics: • Basic concepts and modeling paradigm Overview of software package • Overview of capabilities and capabilities • Steps in setting-up a model • Hands on: assembling and running sample Lecture 5 models • Next time: Brief literature survey of Special Topics: problems/results Device Modeling COMSOL Multiphysics COMSOL: Physics-based Introduction modeling (main program) • Partial differential equation solver package with front-end developed for visual input and output • Electrostatics, and electric currents • Most used through different “modules” with • Heat transfer in solids and fluids predefined “physics”, greatly simplifying modeling • Joule heating of device geometry, governing equations, boundary • Laminar flow conditions, etc. • Pressure acoustics – Also takes input in terms of user-defined equations • Solid mechanics • Available across platforms (Windows, MAC, • Transport of diluted species Linux); since version 5 can create modeling apps • Additional physics interfaces through modules COMSOL Multiphysics: modules COMSOL Multiphysics: modules 1 COMSOL Multiphysics: COMSOL modeling flow available modules • Select the appropriate model attributes (Wizard) – Dimension 3D vs.2D vs. 1D, etc. – Choose physics elements • Draw or import the model geometry, add materials • Set up the subdomain equations (satisfied internally within geometry) and boundary conditions • Mesh geometry Modules available in P&A computer • Solve the model room for the • Apply postprocessing, plot results duration of course Creating a
    [Show full text]
  • Modeling and Numerical Simulation Supporting Innovation in Small and Medium Enterprises
    White Paper Modeling and Numerical Simulation Supporting Innovation in Small and Medium Enterprises Spring 2018 Introduction Finite Element Analysis? Computational Fluid Dynamics? Meshes? Material properties? High- performance computing ....... When it comes to modeling and numerical simulation, the number of tools available and their level of sophistication is enough to make the design engineer’s head spin, let alone the folks on the project team with a less technical role. So are these tools only for large companies? With a proper understanding of how these tools apply to your products or processes, it will become clear that modeling and simulation has the potential to support innovation in companies of all sizes, including Small and Medium Enterprises (SMEs). The goal needs to become smart users of the tools that are available. To achieve that goal, one has to understand some basic concepts. Definitions The basic concepts need to be introduced so we can gain a common understanding and vocabulary. The vocabulary is introduced first and can be confusing initially; you may find that you need to come back as the discussion progresses. Physical Mathematical Simulation Prediction System Model • How the model • What it is you want • The equations that • When there is behaves under a to investigate are used to describe sufficient the behaviour(s) of a defined set of confidence in the loads and • Small, like a bracket system model, it becomes with a simple load, possible to study or large like a • Examples include beam • Numerical methods "what if" scenarios complete machine in theory or Navier- are involved such a complex Stokes equations as discretization and solution Model: Mathematical representation (object) that has the ability to predict the behaviour of a real system under a set of defined operating conditions and simplifying assumptions.
    [Show full text]