Codesaturne Practical User's Guide

Total Page:16

File Type:pdf, Size:1020Kb

Codesaturne Practical User's Guide EDF R&D Fluid Dynamics, Power Generation and Environment Department Single Phase Thermal-Hydraulics Group 6, quai Watier F-78401 Chatou Cedex Tel: 33 1 30 87 75 40 Fax: 33 1 30 87 79 16 JUNE 2017 Code Saturne documentation Code Saturne version 5.0.0 practical user's guide contact: [email protected] http://code-saturne.org/ c EDF 2017 Code Saturne EDF R&D Code Saturne version 5.0.0 practical user's documentation guide Page 1/142 ABSTRACT Code Saturne is a system designed to solve the Navier-Stokes equations in the cases of 2D, 2D ax- isymmetric or 3D flows. Its main module is designed for the simulation of flows which may be steady or unsteady, laminar or turbulent, incompressible or potentially dilatable, isothermal or not. Scalars and turbulent fluctuations of scalars can be taken into account. The code includes specific modules, referred to as \specific physics", for the treatment of Lagrangian particle tracking, semi-transparent radiative transfer, gas combustion, pulverised coal combustion, electricity effects (Joule effect and elec- tric arcs) and compressible flows. Code Saturne relies on a finite volume discretisation and allows the use of various mesh types which may be hybrid (containing several kinds of elements) and may have structural non-conformities (hanging nodes). The present document is a practical user's guide for Code Saturne version 5.0.0. It is the result of the joint effort of all the members in the development team. It presents all the necessary elements to run a calculation with Code Saturne version 5.0.0. It then lists all the variables of the code which may be useful for more advanced utilisation. The user subroutines of all the modules within the code are then documented. Eventually, for each key word and user-modifiable parameter in the code, their definition, allowed values, default values and conditions for use are given. These key words and parameters are grouped under headings based on their function. An alphabetical index list is also given at the end of the document for easier consultation. Code Saturne is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Code Saturne is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Code Saturne EDF R&D Code Saturne version 5.0.0 practical user's documentation guide Page 2/142 Code Saturne EDF R&D Code Saturne version 5.0.0 practical user's documentation guide Page 3/142 TABLE OF CONTENTS 1 Introduction....................................... 9 2 Quick start....................................... 10 2.1 How to use the Doxygen documentation?.................... 10 2.2 Running a calculation................................ 10 2.3 Troubleshooting.................................... 11 3 Practical information about Code Saturne ..................... 12 3.1 System Environment for Code Saturne ....................... 12 3.1.1 Preliminary settings............................. 12 3.1.2 Configuration file.............................. 12 3.1.3 Standard directory hierarchy....................... 13 3.1.4 Code Saturne Kernel library files...................... 15 3.2 Setting up and running a calculation...................... 15 3.2.1 Step by step calculation.......................... 15 3.2.2 Temporary execution directory...................... 17 3.2.3 Execution modes............................... 17 3.2.4 Environment variables............................ 18 3.2.5 Interactive modification of selected parameters........... 19 3.3 Case preparer..................................... 20 3.4 Supported mesh and post-processing output formats............. 20 3.4.1 Formats supported for input........................ 21 3.4.2 Formats supported for input or output................. 23 3.4.3 Formats supported for output only................... 26 3.4.4 Meshing tools and associated formats.................. 27 3.4.5 Meshing remarks............................... 27 3.5 Preprocessor command line options........................ 27 3.6 Kernel command line options............................ 27 3.7 Launch scripts..................................... 29 3.8 Graphical User Interface.............................. 29 3.9 User subroutines................................... 31 3.9.1 Preliminary comments............................ 31 3.9.2 Example routines............................... 31 3.9.3 Main variables................................. 31 3.9.4 Using selection criteria in user subroutines.............. 40 3.10 Face and cell mesh-defined properties and selection............. 42 4 Importing and preprocessing meshes........................ 44 Code Saturne EDF R&D Code Saturne version 5.0.0 practical user's documentation guide Page 4/142 4.1 Preprocessor options................................. 44 4.1.1 Mesh selection................................. 45 4.1.2 Post-processing output........................... 45 4.1.3 Element orientation correction...................... 45 4.2 Environment variables................................ 45 4.2.1 System environment variables....................... 46 4.3 Optional functionality............................... 46 4.4 General remarks................................... 46 4.5 Files passed to the Kernel............................. 47 4.6 Mesh preprocessing.................................. 47 4.6.1 Joining of non-conforming meshes..................... 47 4.6.2 Periodicity................................... 48 4.6.3 Parameters for conforming or non-conforming mesh joinings... 48 4.6.4 Parameters for periodicity......................... 51 4.6.5 Modification of the mesh geometry.................... 51 4.7 Mesh smoothing utilities............................... 52 4.7.1 Fix by feature................................. 52 4.7.2 Warped faces smoother........................... 52 5 Partitioning for parallel runs............................. 52 5.1 Partitioning stages.................................. 53 5.2 Partitioner choice.................................. 53 5.3 Effect of periodicity................................. 53 6 Basic modelling setup................................. 54 6.1 Initialisation of the main parameters....................... 54 6.2 Selection of mesh inputs: cs user mesh input ................... 58 6.3 Non-default variables initialisation........................ 59 6.4 Manage boundary conditions............................ 63 6.4.1 Coding of standard boundary conditions................ 65 6.4.2 Coding of non-standard boundary conditions.............. 67 6.4.3 Checking of the boundary conditions.................. 69 6.4.4 Sorting of the boundary faces....................... 69 6.4.5 Boundary conditions with LES....................... 70 6.5 Manage the variable physical properties.................... 74 6.5.1 Basic variable physical properties.................... 74 6.5.2 Modification of the turbulent viscosity................ 76 6.5.3 Modification of the variable C of the dynamic LES model..... 76 6.6 User source terms................................... 77 Code Saturne EDF R&D Code Saturne version 5.0.0 practical user's documentation guide Page 5/142 6.6.1 In Navier-Stokes............................... 78 6.6.2 For k and " ................................... 78 6.6.3 For Rij and " .................................. 79 6.6.4 For ' and f ................................... 79 6.6.5 For k and ! ................................... 79 6.6.6 For ν~t ...................................... 80 6.6.7 For user scalars............................... 80 6.7 Pressure drops (head losses) and porosity................... 80 6.7.1 Head losses................................... 80 6.7.2 Porosity.................................... 81 6.8 Management of the mass sources......................... 81 6.9 User law editor of the GUI............................. 82 6.10 Modification of the variables at the end of a time step........... 84 7 Advanced modelling setup.............................. 85 7.1 Use of a specific physics............................... 85 7.2 Pulverised coal and gas combustion module.................. 91 7.2.1 Boundary conditions............................. 93 7.2.2 Initialisation of the options of the variables............. 96 7.3 Heavy fuel oil combustion module......................... 99 7.3.1 Initialisation of transported variables................. 99 7.3.2 Boundary conditions............................. 99 7.4 Radiative thermal transfers in semi-transparent gray media........ 100 7.4.1 Initialisation of the radiation main parameters............ 100 7.4.2 Radiative transfers boundary conditions................ 100 7.4.3 Absorption coefficient of the medium, boundary conditions for the luminance and calculation of the net radiative flux...... 103 7.4.4 Input of radiative transfer parameters................. 104 7.5 Conjugate heat transfer.............................. 104 7.5.1 Thermal module in a 1D wall....................... 104 7.5.2 Fluid-Thermal coupling with SYRTHES................. 105 7.6 Particle-tracking (Lagrangian) Module..................... 106 7.6.1 General information............................. 106 7.6.2 Activating the particle-tracking module................ 106 7.6.3 Basic guidelines for standard simulations................ 107 7.6.4 Prescribing the main modelling parameters (GUI
Recommended publications
  • Developments in the Modeling & Simulation Program at EDF
    Developments in the Modeling & Simulation Program at EDF. Potential Collaboration Topics CASL Industry Council Meeting. Charleston, SC. April 4-5 2017 Didier Banner Presentation outline EDF’s M&S tools and software policy Current trends in numerical simulation -------------------- On-going CASL – CEA –EDF collaboration Potential collaboration on the NESTOR data EDF Key figures • French NPP fleet • 58 operating reactors, from 900 MW to 1450 MW • 157 to 205 fuel assemblies per reactor • Fuel cycles - 12 or 18 months • Fuel assemblies renewal from 1/4th to 1/3rd • Some estimated costs* • One day of outage: ~1 M€ • Total fuel cost: ~5 €/MWh • Major retrofit in France: ~50 b€ Including post-Fukushima program: ~10 b€ EDF R&D KEY FIGURES Use of Modelling &Simulation - examples Resistance to impact Tightness of the (projectiles) Seismic Analysis containment vessel Environmental impacts Behaviour of turbines Dismantling Waste Storage Tightness of the primary loop Control of nuclear Behaviour of the reactions pressure vessel EDF Modeling and Simulation policy Models Specific studies: i.e FSI interaction,irradiation, turbulence,.. Codes i.e CFD (Saturne), Neutronics (Cocagne),Mechanics (Aster) Platforms Interoperability, Users’s experience --------------------- Development Strategy - examples EDF Open-Source CFD (Saturne), Mechanics(Aster), Free Surface Flow EDF developments-not open source Neutronics, Electromagnetics, … Codevelopment/Partnership Two-phase flow (Neptune), Fast transient dynamics,.. Commercial Software: Ansys, Abaqus, EDF Modeling
    [Show full text]
  • Development of a Coupling Approach for Multi-Physics Analyses of Fusion Reactors
    Development of a coupling approach for multi-physics analyses of fusion reactors Zur Erlangung des akademischen Grades eines Doktors der Ingenieurwissenschaften (Dr.-Ing.) bei der Fakultat¨ fur¨ Maschinenbau des Karlsruher Instituts fur¨ Technologie (KIT) genehmigte DISSERTATION von Yuefeng Qiu Datum der mundlichen¨ Prufung:¨ 12. 05. 2016 Referent: Prof. Dr. Stieglitz Korreferent: Prof. Dr. Moslang¨ This document is licensed under the Creative Commons Attribution – Share Alike 3.0 DE License (CC BY-SA 3.0 DE): http://creativecommons.org/licenses/by-sa/3.0/de/ Abstract Fusion reactors are complex systems which are built of many complex components and sub-systems with irregular geometries. Their design involves many interdependent multi- physics problems which require coupled neutronic, thermal hydraulic (TH) and structural mechanical (SM) analyses. In this work, an integrated system has been developed to achieve coupled multi-physics analyses of complex fusion reactor systems. An advanced Monte Carlo (MC) modeling approach has been first developed for converting complex models to MC models with hybrid constructive solid and unstructured mesh geometries. A Tessellation-Tetrahedralization approach has been proposed for generating accurate and efficient unstructured meshes for describing MC models. For coupled multi-physics analyses, a high-fidelity coupling approach has been developed for the physical conservative data mapping from MC meshes to TH and SM meshes. Interfaces have been implemented for the MC codes MCNP5/6, TRIPOLI-4 and Geant4, the CFD codes CFX and Fluent, and the FE analysis platform ANSYS Workbench. Furthermore, these approaches have been implemented and integrated into the SALOME simulation platform. Therefore, a coupling system has been developed, which covers the entire analysis cycle of CAD design, neutronic, TH and SM analyses.
    [Show full text]
  • Modeling and Distributed Computing of Snow Transport And
    Modeling and distributed computing of snow transport and delivery on meso-scale in a complex orography Modelitzaci´oi computaci´odistribu¨ıda de fen`omens de transport i dip`osit de neu a meso-escala en una orografia complexa Thesis dissertation submitted in fulfillment of the requirements for the degree of Doctor of Philosophy Programa de Doctorat en Societat de la Informaci´oi el Coneixement Alan Ward Koeck Advisor: Dr. Josep Jorba Esteve Distributed, Parallel and Collaborative Systems Research Group (DPCS) Universitat Oberta de Catalunya (UOC) Rambla del Poblenou 156, 08018 Barcelona – Barcelona, 2015 – c Alan Ward Koeck, 2015 Unless otherwise stated, all artwork including digital images, sketches and line drawings are original creations by the author. Permission is granted to copy, distribute and/or modify this document under the terms of the Creative Commons BY-SA License, version 4.0 or ulterior at the choice of the reader/user. At the time of writing, the license code was available at: https://creativecommons.org/licenses/by-sa/4.0/legalcode Es permet la lliure c`opia, distribuci´oi/o modificaci´od’aquest document segons els termes de la Lic`encia Creative Commons BY-SA, versi´o4.0 o posterior, a l’escollida del lector o usuari. En el moment de la redacci´o d’aquest text, es podia accedir al text de la llic`encia a l’adre¸ca: https://creativecommons.org/licenses/by-sa/4.0/legalcode 2 In memoriam Alan Ward, MA Oxon, PhD Dublin 1937-2014 3 4 Acknowledgements A long-term commitment such as this thesis could not prosper on my own merits alone.
    [Show full text]
  • (OSCAE.Initiative) at Universiti Teknologi Malaysia
    Open Source Computer Aided Engineering Inititive (OSCAE.Initiative) at Universiti Teknologi Malaysia Abu Hasan Abdullah Faculty of Mechanical Engineering Universiti Teknologi Malaysia March 1, 2017 Abstract Open Source Computer Aided Engineering Initiative (OSCAE.Initiative) is a public statement of principles relating to open source software for Computer Aided Engineering. It aims to pro- mote the use of open source software in engineering discipline with a goal that within the next five years, open source software will become very common tools for conducting CAE analyses. Towards this end, a small OSCAE.Initiative lab to be used for familiarizing and developmental testing of related software packages has been setup at the Marine Technology Centre, Universiti Teknology Malaysia. This paper describes the infrastructure setup, computing hardware components, multiplat- form operating environments and various categories of software packages offered at this lab which has already been identified as a blueprint for another two labs sharing a kindred spirit. 1 Overview The OSCAE.Initiative lab at Universiti Teknologi Malaysia, is located on the second floor of the Marine Technology Centre (MTC). It was established to promote the use of open source software in engineering discipline with a goal that open source software will become the tools of choice for conducting CAE analyses and simulations. Currently, the lab provides • general purpose computing facilities for educational and academic use, and • specialized (CAE) lab environments, software, and support for students, researchers and staff of MTC. Access is by terminals throughout the lab. While users are not required to have their own computers, it is recognized that many do, and facilities are provided to transfer data to and from the OSCAE.Initiative systems so that personal computers and workstations at OSCAE.Initiative lab can complement each other.
    [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]
  • Weld Residual Stress Finite Element Analysis Validation Introduction and Overview June 14-15, 2011, Rockville, MD Paul Crooker EPRI
    Weld Residual Stress Finite Element Analysis Validation Introduction and Overview June 14-15, 2011, Rockville, MD Paul Crooker EPRI Howard Rathbun U.S. Nuclear Regulatory Commission Introduction • Welcome • Introduction by meeting attendees – Names and affiliations • Agenda – Revised since Public Meeting Announcement – Hardcopy available • Review revised agenda © 2010 Electric Power Research Institute, Inc. All rights reserved. 2 This is a Category 2 Public Meeting • Category 1 – Discussion of one particular facility or site • Category 2 – Issues that could affect multiple licensees • Category 3 – Held with representatives of non-government organizations, private citizens or interested parties, or various businesses or industries (other than those covered under Category 2) to fully engage them in a discussion on regulatory issues © 2010 Electric Power Research Institute, Inc. All rights reserved. 3 Program Overview •Scientific Weld Specimens •Fabricated Prototypic Nozzles •Phase 1A: Restrained Plates (QTY 4) •Type 8 Surge Nozzles (QTY 2) •Phase 1B: Small Cylinders (QTY 4) •Purpose: Prototypic scale under controlled NRC EPRI - - •Purpose: Develop FE models. conditions. Validate FE models. Phase 2 Phase Phase 1 Phase •Plant Components •Plant Components •WNP-3 S&R PZR Nozzles (QTY 3) •WNP-3 CL Nozzle (QTY 1) •Purpose: Validate FE models. •RS Measurements funded by NRC EPRI EPRI - - •Purpose: Effect of overlay on ID. Phase 3 Phase Phase 4 Phase © 2010 Electric Power Research Institute, Inc. All rights reserved. 4 Goals of the Meeting • Focus on finite element modeling techniques – What works well, what doesn’t • Allow meeting participants to express their views • Day 1: Present modeling and measurement results • Day 2: Discuss the implications of the findings • Present plans for documentation • Future work opportunities © 2010 Electric Power Research Institute, Inc.
    [Show full text]
  • Ubercloud HPC Experiment Compendium of Case Studies
    Digital manufacturing technology and convenient access to High Performance Computing (HPC) in industry R&D are essential to increase the quality of our products and the competitiveness of our companies. Progress can only be achieved by educating our engineers, especially those in the “missing middle,” and making HPC easier to access and use for everyone who can benefit from this advanced technology. The UberCloud HPC Experiment actively promotes the wider adoption of digital manufacturing technology. It is an example of a grass roots effort to foster collaboration among engineers, HPC experts, and service providers to address challenges at scale. The UberCloud HPC Experiment started in mid-2012 with the aim of exploring the end-to-end process employed by digital manufacturing engineers to access and use remote computing resources in HPC centers and in the cloud. In the meantime, the UberCloud HPC Experiment has achieved the participation of 500 organizations and individuals from 48 countries. Over 80 teams have been involved so far. Each team consists of an industry end-user and a software provider; the organizers match them with a well-suited resource provider and an HPC expert. Together, the team members work on the end-user’s application – defining the requirements, implementing the application on the remote HPC system, running and monitoring the job, getting the results back to the end-user, and writing a case study. Intel decided to sponsor a Compendium of 25 case studies, including the one you are reading, to raise awareness in the digital manufacturing community about the benefits and best practices of using remote HPC capabilities.
    [Show full text]
  • A Survey of Free Software for the Design, Analysis, Modelling, and Simulation of an Unmanned Aerial Vehicle
    A Survey of Free Software for the Design, Analysis, Modelling, and Simulation of an Unmanned Aerial Vehicle Tomáš Vogeltanz Department of Informatics and Artificial Intelligence Tomas Bata University in Zlín, Faculty of Applied Informatics nám. T.G. Masaryka 5555, 760 01 Zlín, CZECH REPUBLIC [email protected] Abstract—The objective of this paper is to analyze free contribute to their high performance maneuverability, wide software for the design, analysis, modelling, and simulation of an range of use, ease of control and command. [35] [50] [52] unmanned aerial vehicle (UAV). Free software is the best choice when the reduction of production costs is necessary; nevertheless, The majority of missions are ideally suited to small UAVs the quality of free software may vary. This paper probably does which are either remotely piloted or autonomous. not include all of the free software, but tries to describe or Requirements for a typical low-altitude small UAV include mention at least the most interesting programs. The first part of long flight duration at speeds between 20 and 100 km/h, cruise this paper summarizes the essential knowledge about UAVs, altitudes from 3 to 300 m, light weight, and all-weather including the fundamentals of flight mechanics and capabilities. Although the definition of small UAVs is aerodynamics, and the structure of a UAV system. The second somewhat arbitrary, vehicles with wingspans less than section generally explains the modelling and simulation of a approximately 6 m and weight less than 25 kg are usually UAV. In the main section, more than 50 free programs for the considered in this category.
    [Show full text]
  • Codesaturne Practical User's Guide
    EDF R&D Fluid Dynamics, Power Generation and Environment Department Single Phase Thermal-Hydraulics Group 6, quai Watier F-78401 Chatou Cedex Tel: 33 1 30 87 75 40 Fax: 33 1 30 87 79 16 MARCH 2013 Code Saturne documentation Code Saturne version 2.0.7 practical user's guide contact: [email protected] http://www.code-saturne.org/ c EDF 2013 Code Saturne EDF R&D Code Saturne version 2.0.7 practical user's documentation guide Page 2/185 ABSTRACT Code Saturne is a system designed to solve the Navier-Stokes equations in the cases of 2D, 2D axisym- metric or 3D flows. Its main module is designed for the simulation of flows which may be steady or unsteady, laminar or turbulent, incompressible or potentially dilatable, isothermal or not. Scalars and turbulent fluctuations of scalars can be taken into account. The code includes specific modules, referred to as \specific physics", for the treatment of lagrangian particle tracking, semi-transparent radiative transfer, gas combustion, pulverised coal combustion, electricity effects (Joule effect and electric arcs) and compressible flows. The code also includes an engineering module, Matisse, for the simulation of nuclear waste surface storage. Code Saturne relies on a finite volume discretisation and allows the use of various mesh types which may be hybrid (containing several kinds of elements) and may have structural non-conformities (hanging nodes). The present document is a practical user's guide for Code Saturne version 2.0.7. It is the result of the joint effort of all the members in the development team.
    [Show full text]
  • Codesaturne Installation Guide
    EDF R&D Fluid Dynamics, Power Generation and Environment Department Single Phase Thermal-Hydraulics Group 6, quai Watier F-78401 Chatou Cedex Tel: 33 1 30 87 75 40 Fax: 33 1 30 87 79 16 SEPTEMBER 2019 Code Saturne documentation Code Saturne version 6.0.0 installation guide contact: [email protected] http://code-saturne.org/ c EDF 2019 Code Saturne EDF R&D Code Saturne version 6.0.0 installation guide documentation Page 1/21 Code Saturne EDF R&D Code Saturne version 6.0.0 installation guide documentation Page 2/21 TABLE OF CONTENTS 1 Code Saturne Automated or manual installation.................. 3 2 Installation basics................................... 3 3 Compilers and interpreters.............................. 3 4 Loading an environment............................... 4 5 Third-Party libraries................................. 4 5.1 Installing third-party libraries for Code Saturne ................ 4 5.2 List of third-party libraries usable by Code Saturne .............. 5 5.3 Notes on some third-party tools and libraries................. 7 5.3.1 Python and PyQt............................... 7 5.3.2 Scotch and PT-Scotch............................ 7 5.3.3 MED....................................... 8 5.3.4 libCCMIO.................................... 8 5.3.5 freesteam.................................... 9 5.3.6 CoolProp.................................... 9 5.3.7 Paraview or Catalyst............................ 10 6 Preparing for build.................................. 11 6.1 Source trees obtained through a source code repository.......... 11 7 Configuration...................................... 11 7.1 Debug builds...................................... 12 7.2 Shared or static builds............................... 12 7.3 Relocatable builds.................................. 12 7.4 Compiler flags and environment variables................... 13 7.5 MPI compiler wrappers............................... 13 7.6 Environment Modules................................ 13 7.7 Remarks for very large meshes.........................
    [Show full text]
  • CFD Simulation of the Atmospheric Boundary Layer: Wall Function Problems
    1 Introduction to CFD modelling of source terms and local-scale atmospheric dispersion (Part 2 of 2) Atmospheric Dispersion Modelling Liaison Committee (ADMLC) meeting 15 May 2018 Simon Gant, Fluid Dynamics Team © Crown Copyright, HSE 2018 2 Outline . Concepts: domain, grid, boundary conditions, finite-volume method . Turbulence Modelling Part 1 – Reynolds-Averaged Navier Stokes (RANS): steady and unsteady – Large Eddy Simulation (LES) . Atmospheric boundary layers . CFD Software Part 2 . Case studies – Source terms: flashing jets, overfilling tanks – Local-scale atmospheric dispersion: Jack Rabbit II © Crown Copyright, HSE 2018 3 Turbulence Modelling (just to recap) What is Steady/Unsteady RANS and LES? © Crown Copyright, HSE 2018 4 Turbulence Modelling (just to recap) What is Steady/Unsteady RANS and LES? Next slides focus on modelling atmospheric boundary layers with RANS © Crown Copyright, HSE 2018 5 Modelling Atmospheric Boundary Layers Task: to model air flow over flat, open terrain Boundary layer “Slip” conditions, prescribed shear-stress or profiles specified prescribed wind speed on the top boundary Constant pressure on inlet boundary conditions applied on for velocity, outflow boundary temperature (needs to account for and density variation with turbulence Height height if air is treated as parameters an ideal gas or temperature variations are modelled) Wind speed A few km Air velocity set to zero on the ground boundary: wall functions © Crown Copyright, HSE 2018 6 Modelling Atmospheric Boundary Layers Problem: Atmospheric boundary layer profiles change along the domain Height Height Wind speed Wind speed A few km © Crown Copyright, HSE 2018 7 Modelling Atmospheric Boundary Layers Cause: . Standard k-ε turbulence model tuned to produced reasonable predictions in range of engineering flows (e.g.
    [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]