Discontinuous Galerkin Methods for Multiphase Flow

Total Page:16

File Type:pdf, Size:1020Kb

Discontinuous Galerkin Methods for Multiphase Flow Tormod Ravnanger Landet Discontinuous Galerkin methods for multiphase flow Thesis submitted for the degree of Philosophiae Doctor Department of Mathematics Faculty of Mathematics and Natural Sciences University of Oslo 2020 © Tormod Ravnanger Landet, 2020 Series of dissertations submitted to the Faculty of Mathematics and Natural Sciences, University of Oslo No. XYZX ISSN XYZY-XYZYX All rights reserved. No part of this publication may be reproduced or transmitted, in any form or by any means, without permission. Cover: Hanne Baadsgaard Utigard. Print production: Reprosentralen, University of Oslo. Abstract This thesis describes a finite element method for simulation of free-surface flows, such as ocean waves, using the discontinuous Galerkin method. Free-surface flows where there is a large difference in density between two immiscible fluids will have a large jump in the magnitude of the momentum field at the interface between the two fluids. Such discontinuities create problems for higher-order discretisations, which are more computationally efficient where the solution is smooth, but need careful handling near discontinuities in order to avoid Gibbs oscillations. This thesis shows how slope limiting can be used to stabilise the momentum equation in an exactly mass conserving discontinuous Galerkin finite element discretisation of the Navier–Stokes equation. The stabilised method is tested on a range of well known 2D and 3D free-surface-flow test cases. The results are in good agreement with published experimental results, and also give the expected higher-order convergence rates for smooth solutions. i Preface I have been incredibly lucky to be able to work on whatever I wanted for more or less the entirety of my scholarship. I want to give my sincerest thanks to the Department of Mathematics at the University of Oslo for the opportunity to have such a free position. There may have been times when I would gladly have traded some of that academic freedom for a position in a team—doing a more collaborative, shared-frustrations type of research—but in the end, maybe the humbling experience of going it alone is an integral part of the PhD experience. What I do know is that I am incredibly proud of what I have accomplished, though I sometimes question how on earth it could take so long. On the topic of efficiency, it took me six years of working as a wave-loads consultant to finally come to the realisation that the time was right for further studies. I had always said that I would eventually apply for a PhD position, but I think my boss, Olav Rognebakke, may have almost given up on encouraging me to get on with it when I finally sat down and wrote the application letter. It was seeing how much fun and personal growth can be had from working on a PhD project that made me finally want to do it, and I must thank my wife, Ann Kristin Sperrevik, for being so good at leaving most of the frustrations and insecurities inherent in the life of a researcher behind her before coming home every evening—something I have since learned is vital to the mental health of any PhD student. Thank you for showing me the all the good sides of research, and also for acknowledging the less good sides as I discovered them. I would like to thank all my colleagues at DNV GL for keeping me sharp all those years away from university. Life as a consultant was both enjoyable and rewarding, mostly due to the great team spirit and all the nice people I worked with. To all my UiO colleagues: thank you for the open social and academic atmosphere; from the ionosphere ninjas and down to the planet core deep thinkers, with everything from oceans to Kolmogorov scales in between, thank you! There are so many of you with brilliant ideas and can-do attitudes. I would love to have some alternative time lines to work with all of you and learn more about your academic interests, but at least we got to share the most important part of each day together, the lunch break! Special thanks to Miro and Diako who were there when I started and made our shared office a welcoming and productive place, and Erika, Susanne and Lisa for initiating and helping organise social and sometimes academically relevant activities. Not every group has such a great positive dynamic, and I am grateful that I ended up in the mechanics group, easily provable to be the best group on campus. Outside the mechanics group I would also like to thank Lucy, Biljana, Terje and the rest of the administration for your support and nice conversations. Sometimes it really helps to walk up and down a few stairs and get away from iii Preface research for a few minutes. I would also like to thank the Ocean Modeling Group in the Department of Marine and Coastal Sciences at Rutgers University for welcoming me into their group and providing a space for me to work for six months during the winter of 2018/2019. Lastly, I would like to thank my supervisors, always full of smiles and interesting ideas. Special thanks to Mikael Mortensen, my main supervisor, who got stuck with me and my free surface problems, which arguably may not be as explosive as combustion or as beautiful as spectral methods. I had the privilege of choosing you—I hope you do not regret too much your friendly explanation of university application procedures to the inexperienced young man who showed up in your office one day and declared that he was ready to start researching. Tormod Ravnanger Landet Oslo, Norway, February 2020 iv Contents Abstracti Preface iii Contentsv 1 Introduction1 1.1 Problem statement ...................... 1 1.2 Motivation........................... 2 1.3 Method selection ....................... 4 1.4 Literature review ....................... 9 1.4.1 Free-surface flow.................. 9 1.4.2 DG FEM for incompressible flow......... 10 1.4.3 Slope limiters in DG FEM............. 10 1.4.4 Recent developments................ 10 1.5 The discontinuous Galerkin method............. 15 1.5.1 The advection equation .............. 18 1.5.2 Elliptic operators.................. 20 1.6 Convective stability—flux limiters.............. 22 1.7 Convective stability—slope limiters............. 26 1.8 The volume-of-fluid method ................. 29 References ............................... 31 2 Summary of papers 43 Papers 46 I Slope limiting the velocity field in a two-phase flow solver 49 I.1 Introduction.......................... 50 I.2 The numerical method .................... 52 I.2.1 Instabilities..................... 52 I.2.2 Preliminaries .................... 52 I.2.3 Discretisation.................... 53 I.2.4 Hdiv projection of the velocity field . 58 I.3 Slope limiting ......................... 59 I.3.1 The hierarchical Taylor-polynomial-based slope limiter........................ 59 I.3.2 On slope limiting of solenoidal fields . 62 I.3.3 A split solenoidal slope-limiting algorithm . 67 v Contents I.4 Results............................. 68 I.4.1 Taylor-Green vortex ................ 69 I.4.2 Dam break ..................... 69 I.4.3 Tank filling ..................... 72 I.5 Discussion ........................... 74 I.6 Conclusion........................... 76 References ............................... 76 II Exactly incompressible DG FEM pressure-splitting schemes 83 II.1 Introduction.......................... 84 II.2 The DG FEM discretisation................. 87 II.2.1 Differential Poisson equation for the pressure . 90 II.3 The IPCS-D method ..................... 91 II.4 The IPCS-A method ..................... 92 II.5 The SIMPLE method..................... 93 II.6 Exact mass conservation ................... 94 II.7 Numerical experiments.................... 95 II.7.1 Taylor–Green 2D flow ............... 95 II.7.2 Ethier–Steinman 3D flow ............. 98 II.7.3 Efficiency ...................... 100 II.8 Conclusions .......................... 101 References ............................... 101 III High-density-ratio two-phase flow simulations in 3D 107 III.1 Introduction.......................... 108 III.2 Mathematical model of free-surface flow . 109 III.3 Discontinuous Galerkin discretisation . 110 III.3.1 Momentum equation . 111 III.3.2 Continuity equation . 112 III.3.3 Density transport.................. 112 III.3.4 Velocity slope limiter . 112 III.4 Solution algorithm....................... 113 III.5 Incoming waves and boundary reflections . 115 III.6 Implementation ........................ 118 III.6.1 Example input file . 118 III.7 Numerical examples...................... 122 III.7.1 3D dam breaking.................. 123 III.7.2 Cylinder in regular waves . 124 III.8 Discussion ........................... 128 References ............................... 129 IV Ocellaris: a DG FEM solver for free-surface flows 135 References ............................... 136 Conclusion 141 vi Contents Novelty 141 Suggestions for further work 142 Appendices 147 A Example: Lid-driven cavity flow 149 A.1 Introduction.......................... 149 A.2 Results............................. 150 A.3 Input file............................ 150 References ............................... 152 B Example: Taylor–Green vortex 153 B.1 Introduction.......................... 153 B.2 Assessing the numerical viscosity . 153 B.3 Results............................. 155 B.4 Input file............................ 157 References ............................... 159 C Example: flow around 2D cylinder 161 C.1 Introduction.......................... 161 C.2 Results............................. 162 C.3 Input file............................ 163 References ............................... 168 vii Chapter 1 Introduction This thesis
Recommended publications
  • 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]
  • 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]
  • 名称问题域开发语言主页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]
  • Free Software for Scientific Computing
    Scientific computing software Free software and scientific computing A review of scientific computing free software An example and some concluding remarks Free software for scientific computing F. Varas Departamento de Matemática Aplicada II Universidad de Vigo, Spain Sevilla Numérica Seville, 13-17 June 2011 F. Varas Free software for scientific computing Scientific computing software Free software and scientific computing A review of scientific computing free software An example and some concluding remarks Acknowledgments to the Organizing Commmittee especially T. Chacón and M. Gómez and to the other promoters of this series of meetings S. Meddahi and J. Sayas F. Varas Free software for scientific computing Scientific computing software Free software and scientific computing A review of scientific computing free software An example and some concluding remarks ... and disclaimers I’m not an expert in scientific computing decidely I’m neither Pep Mulet nor Manolo Castro! My main interest is in the numerical simulation of industrial problems and not in numerical analysis itself This presentation reflects my own experience and can then exhibit a biased focus in some aspects F. Varas Free software for scientific computing Scientific computing software Free software and scientific computing A review of scientific computing free software An example and some concluding remarks Outline 1 Scientific computing software From numerical analysis to numerical software Quality of scientific computing software Scientific computing software development 2 Free software and scientific computing What is free software? Free software and scientific computing 3 A review of scientific computing free software Linear Algebra CAD, meshing and visualization PDE solvers 4 An example and some concluding remarks An industrial problem Some concluding remarks F.
    [Show full text]
  • 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.
    [Show full text]
  • “Capillary Race” in Circular Tubes Using Openfoam 1 Tutorial
    \Capillary Race" in Circular Tubes using OpenFOAM Duc Nguyen [email protected] March 22, 2014 1 Tutorial Overview This tutorial presents two major topics: the introduction to OpenFOAM, a well-known open- source CFD code, and the instruction for using it to obtain numerical results and visual simulation to fluid mechanics problems. In the first part, an introduction to OpenFOAM is presented and followed by the instruction to build OpenFOAM framework on a personal computer. Next, the standard steps to achieve simulation are presented from pre-processing, setting up and controlling the solver to post-processing. These tasks are done by a set of open-source tools and utilities such as Salome, Paraview, PyFoam, etc. which are also covered in this tutorial as part of the OpenFOAM Framework. The fluid mechanics problems for simulation in this tutorial is the phenomenon of liquid column rising in square tubes with different side length in micro gravity environment. This problem is inferred in this tutorial as \Capillary Race" problem. Following the tutorials, the numerical results and visual simulation are obtained to compare with the experimental data using drop tower mentioned in [16]. 2 Introduction to OpenFOAM Framework OpenFOAM [8] is an open-source CFD toolbox started in 2004. The code was initially developed late 1980s at Imperial College and now is distributed by OpenFOAM foundation and maintained by ESI group, a French-based CAE software company. OpenFOAM is a set of solvers and utilities primarily for CFD with capabilities of standard tasks of CFD working flow from pre-processing, solving and post-processing.
    [Show full text]
  • Finite Element Framework for Computational Fluid Dynamics In
    Finite Element Framework for Computational Fluid Gerard A. Ateshian FEBIO Department of Mechanical Engineering, Dynamics in Columbia University, New York, NY 10027 The mechanics of biological fluids is an important topic in biomechanics, often requiring the use of computational tools to analyze problems with realistic geometries and material Jay J. Shim properties. This study describes the formulation and implementation of a finite element Department of Mechanical Engineering, framework for computational fluid dynamics (CFD) in FEBIO, a free software designed to Columbia University, meet the computational needs of the biomechanics and biophysics communities. This for- New York, NY 10027 mulation models nearly incompressible flow with a compressible isothermal formulation Downloaded from http://asmedigitalcollection.asme.org/biomechanical/article-pdf/140/2/021001/5989031/bio_140_02_021001.pdf by guest on 26 September 2021 that uses a physically realistic value for the fluid bulk modulus. It employs fluid velocity Steve A. Maas and dilatation as essential variables: The virtual work integral enforces the balance of linear momentum and the kinematic constraint between fluid velocity and dilatation, Department of Bioengineering, while fluid density varies with dilatation as prescribed by the axiom of mass balance. University of Utah, Using this approach, equal-order interpolations may be used for both essential variables Salt Lake City, UT 84112 over each element, contrary to traditional mixed formulations that must explicitly satisfy the inf-sup condition. The formulation accommodates Newtonian and non-Newtonian vis- Jeffrey A. Weiss cous responses as well as inviscid fluids. The efficiency of numerical solutions is Department of Bioengineering, enhanced using Broyden’s quasi-Newton method. The results of finite element simulations University of Utah, were verified using well-documented benchmark problems as well as comparisons with Salt Lake City, UT 84112 other free and commercial codes.
    [Show full text]
  • Elvin Ibrahimli Azerbaijan State Oil and Industry University Research Scientist Project Title: "Synthesis of Smart Materials"
    Working Experience 2018 – 2019 RESEARCH ENGINEER University of Strasbourg, ICUBE - FRANCE Internship title: "Implementation of IBM on two-phase solver". Brief description: The interest on ‘Immersed Boundary Method’ (IBM) increases in Computational Fluid Dynamics (CFD) because it sim- plifies the mesh generation problem for solving the Navier-Stokes equations. IBM method has been implemented by means of Fortran 90 on two-phase solver. 2016 – 2018 RESEARCH ENGINEER Elvin Ibrahimli Azerbaijan State Oil and Industry University Research Scientist Project title: "Synthesis of Smart Materials". Brief description: Computational synthesis of smart materials based on fuzzy clustering of big data between material composition and g April 6, 1993 properties, furthermore if then rules models were built in Matlab R Baku city, C.Nakhchivanski Street 20, software to guide smart material synthesis. AZ1119 2014 – 2015 MECHANICAL ENGINEER Ó +994 55 811 88 48 Hydroserv Caspian LTD Company Ǜ [email protected] Brief description: Inspection of industrial hoses, pumps and pipes. Fabrication and manufacture of industrial hoses, according to stan- v Azerbaijani dards BSP, JIC and so on . 2013 – 2014 MECHANICAL ENGINEER Languages State Oil Company of Azerbaijan Republic - SOCAR Brief description: Construction and repair machine parts of electrical French ○○○○○ motors, cranes, domestic pumps, reducers and etc. English ○○○○○ Russian ○○○○○ Education Hard Skills 2018 – 2019 Master of Applied Sciences and Mechanical Engineering Research skills University of Strasbourg, FRANCE Time management Specialty: Computational Engineering. Ò Writing reports and theses Master Thesis:"Implementation of IBM on two-phase solver". Department: Faculty of physics § Computer skills 1 ó Matlab ó Fortran 90 2016 – 2018 Master of Oil-Mechanical Engineering Azerbaijan State Oil and Industry University ó Linux Specialty: Oil refining and chemical production machinery.
    [Show full text]
  • 68 GS13 Abstracts
    68 GS13 Abstracts IP1 IP4 Approximation of Transport Processes Using Junior Scientist Award Lecture: Interpreting Geo- Eulerian-Lagrangian Techniques logical Observations Through the Analysis of Non- linear Waves Transport processes are common in geoscience applica- tions, and find their way into models of, e.g., the atmo- Geological and environmental systems are rich in examples sphere, oceans, shallow water, subsurface, seismic inver- of self-organization and pattern formation. These patterns sion, and deep earth. Our objective is to simulate transport contain information about processes as diverse as seawa- processes over very long time periods, as needed in, e.g., ter intrusion into coastal aquifers, the long-term safety of the simulation of geologic carbon sequestration. A good geological CO2 storage, and the formation of the oceanic numerical method would be locally mass conservative, pro- crust. I will discuss how important observations in these duce no or minimal over/under-shoots, produce minimal three areas can be explained by non-linear waves. This numerical diffusion, and require no CFL time-step limit for illustrates the potential of the mathematical analysis of stability. The latter would allow better use of parallel com- non-linear waves to contribute to our understanding of fun- puters, since time-stepping is essentially a serial process. damental geological phenomena and applied environmental Moreover, it would be good for the methods to be of high problems. order accuracy. Our approach is to develop locally conser- vative Eulerian-Lagrangian (or semi-Lagrangian) methods Marc A. Hesse combined with ideas from Eulerian WENO schemes, since University of Texas they have the potential to attain the desired properties.
    [Show full text]
  • Open Source Tools for Programming Open
    Open Source Software (List compiled by Mr. S. Baskar, CEO, LinuXpert Systems, Chennai) OPEN SOURCE TOOLS FOR PROGRAMMING * Git - Version Control System * Eclipse - C/C++/Java/PHP IDE * IntelliJ - Platform Developer Tools * NetBeans - C/C++/Java/HTML5 IDE * .NET Core - A Free Cross Platform * Ruby on Rails - For Web Applications * Node.js® - JavaScript Runtime * Bootstrap - Toolkit for HTML, CSS & JS * TensorFlow - Machine Learning Lib * Ansible - Automation for Everyone OPEN SOURCE TOOLS FOR SECURITY * Nmap - Free Security Scanner * OpenVAS - Vulnerability Scanner * Metasploit - Penetration Testing * Wireshark Network Protocol Analyser * Snort - Network Intrusion Detection * OSSEC - Intrusion Detection System * Kali - Advanced Penetration Testing * Nikto2 - Web Server Scanner * Nessus - Vulnerability Assessment * John the Ripper Password Cracker OPEN SOURCE TOOLS FOR EMBEDDED SYSTEMS * Yocto Project - Make Embedded Linux * FreeRTOS™ - X Platform RTOS Kernel * GNU Embedded Toolchain for ARM * uClibc - C library for Embedded Linux Page 1 Open Source Software (List compiled by Mr. S. Baskar, CEO, LinuXpert Systems, Chennai) * BusyBox - For use in Embedded Linux * Buildroot - Embedded Linux Easy now * STM32CubeIDE - Multi-OS Dev Tool * PSoC® Creator™ - PSoC Design IDE * OpenEmbedded - Frmwork for e-Linux * ARM Mbed OS for Internet of Things OPEN SOURCE DATABASES * MySQL Relational Database * PostgreSQL Relational Database * MariaDB Relational Database * SQLite Embedded Database * Apache Cassandra Database * Timescale Database for IoT * Neo4J - Leader in Graph Databases * MongoDB Non-Relational Database * CouchDB - from Big Data to Mobile * RethinkDB for the Realtime Web * CockroachDB - Ultra-resilient SQL OPEN SOURCE TOOLS FOR MODELLING (1) * StarUML3 - Agile & Concise Modelling * ArgoUML - UML Modelling Tool * BOUML - Free UML 2 Toolbox * Eclipse UML Generators * Dia - Draw Structured Diagrams * GenMyModel - Online Modeling * Umbrello - The UML Modeller * Papyrus - Modeling Environment Page 2 Open Source Software (List compiled by Mr.
    [Show full text]
  • Multiphysics and Multiscale Software Frameworks : an Annotated Bibliography
    Multiphysics and multiscale software frameworks : an annotated bibliography Citation for published version (APA): Babur, O., Verhoeff, T., & Brand, van den, M. G. J. (2015). Multiphysics and multiscale software frameworks : an annotated bibliography. (Computer science reports; Vol. 1501). Technische Universiteit Eindhoven. Document status and date: Published: 01/01/2015 Document Version: Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers) Please check the document version of this publication: • A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website. • The final author version and the galley proof are versions of the publication after peer review. • The final published version features the final layout of the paper including the volume, issue and page numbers. Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal.
    [Show full text]