Dynamics Add-On User s Manual For WinGEMS 5.3

Size: px
Start display at page:

Download "Dynamics Add-On User s Manual For WinGEMS 5.3"

Transcription

1 Dynamics Add-On User s Manual For WinGEMS 5.3

2 1. Dynamics 1.1. Introduction An optional feature of WinGEMS is the ability to simulate the transient response of a model with respect to time. The key dynamic blocks, TANK and PLUGF are used to model a perfectly mixed tank and a plug flow vessel, respectively. Nearly all other WinGEMS blocks function the same in both dynamics mode and steady state mode Dynamic Theory Dynamic mathematical models of processes include an accumulation term, as shown in the equations below. The TANK and PLUGF blocks in WinGEMS are specifically designed to account for this term. In steady state models, the accumulation term goes to zero Conservation of Mass (Rate of mass accumulation) = (Rate of mass in) (Rate of mass out) d( Vρ) dt = w i w Conservation of Energy (Rate of energy accumulation) = (Rate of energy in) (Rate of energy out) + (net rate of heat addition to the system from surroundings) dt Vρ dt = wi C p ( Ti Tref ) wc p ( T Tref ) + Q Solving Dynamic Models There are two methods for solving dynamic mathematical models: explicit solution of the ordinary differential equations and numerical approximation. For complicated systems involving multiple differential equations, explicit solutions are difficult at best. Numerical approximations are an extremely powerful tool for modeling transient behavior. WinGEMS uses numerical approximation to model transient behavior in a process. There are two methods of numerical approximation: simultaneous and sequential. WinGEMS performs sequential numerical approximations to model transient behavior Dynamics vs. Steady State Steady state simulation A dynamic simulation usually begins with a good steady state simulation and is useful as a steady state simulation. Dynamic simulations are run to a steady state converged solution before a transition to dynamics mode.

3 When are dynamic models useful? Batch systems (Steady state batch systems are useful, however time averaged batch => steady state) Storage analysis Short time periods Developing control strategies Tracking component flow through a system When are steady state models useful? Economic studies Feasibility studies Long time periods Capital planning and de-bottlenecking 1.3. Dynamic Blocks A dynamic simulation will execute the same as a steady-state simulation if there are no dynamic blocks. There are three blocks unique to dynamic simulation: PLUGF, TANK, and PID. The WAIT block has unique features for dynamics, but may also be used in steady state. Some blocks that function in both the dynamics and steady state modes are particularly useful in dynamic simulations: INDICATOR, GRAPH, and SLIDER. These blocks allow the user to easily interface with a dynamics simulation and view the results of disturbances or controller set point changes while the simulation is running. The two key dynamic blocks, TANK and PLUGF, have much in common. Both blocks have capacity, a current volume, and output a level. Both blocks have similar block options: 1. Perfectly controlled level (option 1). The flow out of TANK or PLUGF is set equal to the flow in, so that the volume always remains constant. 2. User controlled (option 2). The user specifies the flow out of the tank typically using computed parameters or controllers. Using this option it is possible for the vessels to go empty or overflow PLUGF Block PLUGF stands for Plug flow. In a Plug flow block, the first mass into the tank is the first mass out of the tank. Each element (or plug) of mass moves through the plug flow block without mixing with the plug on either side. The user must define the number of plugs (termed slugs in the block dialog box) that are used in calculation; the default is 10. The number of slugs selected to represent the volume of the vessel is important. The output response from the block will more closely represent perfect plug flow behavior if more slugs are used. A maximum of 200 slugs may be used in a single project TANK Block The TANK block models a perfectly mixed tank. Any mass into the tank is perfectly mixed instantaneously with the entire tank contents. Consequently, the temperature and composition of the flow out at a given time is the same as the tank contents Combining TANK and PLUGF No vessel exhibits perfect plug flow or perfectly mixed behavior. A more accurate model may be implemented by using both PLUGF and TANK in series. Each block takes up a portion of the total tank volume. It is often convenient to use a compound block for this modeling technique.

4 PID The PID block provides Proportional, Integral, and Derivative control to dynamic simulations. Tuning constants as well as a set point, monitored variable, and controlled variable are entered into this block to model process controllers and their effects Wait block The WAIT block creates a delay in the simulation. Using Option 1 in the WAIT block, a delay can be created between the calculation of two blocks. The WAIT block can be inserted in the calculation order where the delay is desired. Option 2 allows for a fixed delay in every iteration. This allows for the simulation of real time on fast computers Indicators These blocks are available in both steady state and dynamics, but are very important to dynamic simulations. Indicators show the instantaneous value of a model parameter and can be used to monitor the behavior of that parameter in response to a disturbance or change in controller set point Graphs Graphs can also be used to monitor the behavior of a model parameter and are useful for showing the time-lapse response of a parameter to a disturbance or change in controller set point Sliders Sliders can be used to change model parameters on the fly. This is useful for introducing a disturbance, turning a controller on or off, tuning a controller, or changing the set point of a controller Dynamic Scripts Dynamic simulations require that the user make additions to the default WinGEMS scripts. The scripts set up the length and the fidelity of the simulation Repeat loops Each dynamic simulation should begin with the convergence of a steady-state solution. Use a repeat until converged loop, or read in a steady-state solution from a current value file. The dynamic repeat loop, repeat with time, follows the steady state repeat loop. The repeat with time script requires that the total simulation time and time step be specified. The total simulation time is the length of time to be simulated once WinGEMS is in Dynamics mode. The maximum simulation time is about 594 hours. The time step is the interval at which the values in the simulation are calculated. The time step is an important factor in determining the accuracy of a dynamic simulation. The time step in a dynamic simulation should be at most one third of the residence time of the smallest vessel in the project. A smaller time step will increase the accuracy of the simulation. The trade off is the smaller the time step the more iterations the simulation will run. A good way to determine if the time step is small enough is to reduce it by an order of magnitude. Then, run the dynamic simulation again and compare the results to the previous run. If they are the same, the previous time step is valid. If not, repeat the process until an appropriate time step is found. The minimum time step in WinGEMS is 0.1 seconds.

5 Time tags Time tags allow a script to be called only once at a particular simulation time. See also section [4.09.3F] in the WinGEMS user s manual Using offset to write data out to Excel Data can be sent to, or retrieved from, Excel spreadsheets using the offset keyword with a read or write script to increment the cell to which the parameter is written down one row. Reads in a column of values to an input stream Read S10:flow offset from XL::[MILL.XLS]Sheet1!B2 See also section [5.5.1B] in the WinGEMS user s manual Disturbances Disturbances may be introduced into a project using a variety of techniques Set command One useful script command to use in dynamics is the set command. This sets a block parameter or stream component to a designated value. In dynamics, the set command may be programmed to act at a particular time. See also Set Command [4.09.4D] in the WinGEMS user s manual Slider blocks Another way to introduce a disturbance is to use a slider block. A parameter in the model may be referenced to the slider block, allowing this value to be changed on the fly Read values from Excel Disturbance values could also be read in from Excel spreadsheets at a particular time in the simulation. This is accomplished using a read script with a time tag User intervention via block or stream dialog A stream or block value may be changed while the simulation is running by opening the dialog box of the desired stream or block object and manually typing the new value into the appropriate field in the initial values tab of the block dialog box Calculation Order Steady state simulations converge faster with proper calculation order. A proper calculation order is crucial to dynamic simulations as well! In most cases, use the same calculation order for the both steady state and dynamic portions of the simulation. As a rule, it is best to calculate blocks in the same order as pulp or another primary stream encounters them.

6 1.7. Real-time Dynamics In real-time dynamics, each iteration takes exactly the same time as the dynamic time step. This is often used for advanced application such as trainers. Real time dynamics is accomplished using the WAIT block. The use of this feature is limited by computer speed. For example, a large simulation running on a PC with a 20-megahertz processor may already run slower than real time without a WAIT block.

7 2. Dynamic Examples Summaries (For details, see the Examples Section of the WinGEMS Manual.) 2.1. Step change into a perfectly mixed tank This is a small example demonstrating the outlet concentration response to an inlet concentration step change in a perfectly mixed tank. The model is run to steady state convergence with a dissolved solids inlet concentration of zero, and then, dynamic mode begins with a time step of 1 minute. The dissolved solids concentration is set to 100% at the start of dynamics mode using a set command in the scripts. The simulation is run for a length of 480 minutes. The response data, along with the simulation time, is written out to Excel every iteration using a write script with the offset command. These data are then compared with the response predicted by the solved differential equation describing the process, which appears below. Both sets of data appear in a graph in the Excel sheet. See the file CSTR.wg Three perfectly mixed tank in series This is an example of three perfectly mixed tanks in series. The temperature of the inlet to the first tank is varied and the temperature responses are graphed versus time. The tanks are held at constant level. The model is first run to steady state convergence to initialize the streams and tanks. Then it is run in dynamic mode for the equivalent of 3 hours. The time step is 1 minute. After 10 minutes in dynamic mode, the inlet temperature is dropped from 100 C to 80 C. The graph block is used to display the results. See the file MIXEDTANK.wg A more complicated example The steam injection heater consists of a tank with a water inlet and a constant overflow outlet. This ensures the volume of water in the tank is constant. Steam is injected into the tank and is used to control the outlet temperature. The tank is well mixed. The tank is represented by the STHEATER block, which is a compound block consisting of a MIX block and a TANK block. To see the contents of the STHEATER block, double click the block while holding the Alt key. The model is first run to steady state convergence, and then dynamic mode begins with a time step of 10 seconds. After 5 minutes in dynamic mode, the steam input is increased by 1 pound per minute using a set command in the scripts. The GRAPH block displays the outlet temperature response to the steam input increase. The WAIT block is used to ensure the simulation runs at a reasonable speed for viewing the response. See the file SteamInj.wg. d( Vρ) = wi w dt 2.4. A Paper Machine Dynamic Example The project file DYN_DEMO.WG illustrates how a dynamic simulation is constructed. The example project is set up to pass values to an Excel spreadsheet. Both the example project and the spreadsheet will be located in the examples sub-directory of the directory where WinGEMS is installed. Open the spreadsheet entitled DYN_DEMO.XLS in Excel, and then open and run DYN_DEMO.WG in WinGEMS.

8 The process DYN_DEMO.WG represents a paper machine with several large, well-mixed tanks. During start-up, broke is recycled to one of two places in the wet-end feed. The goal of this simulation is to examine the effect of the two possible recycle routes on the amount of time it takes the system to reach equilibrium when dye is added to the pulp Running the simulation The program first solves for steady state flow rates, and then begins the first dynamic case as a jet of dye is injected into the system. The current phase of the simulation is reported in the lower left-hand corner of the diagram. Dye concentrations in a recycled pulp stream are reported on the screen and sent to the spreadsheet. The model then re-solves for steady state values and begins a second dynamic case with the diluted, recycled pulp redirected through an additional tank Script Structure The steady state solution, dynamic cases, and data exchange with Excel are all set up in the execution scripts, which can be examined by selecting Scripts... from the Diagram pull-down menu. The script marked with the double greater-than and less-than symbols is the top-level script, in this case <<Master Script>>, and calls the other scripts to be executed. Double click on Master Script or click Open to examine it.

9 Dynamic Example Concentration Step Change to a Mixed Tank Outlet Concentration Response to a Inlet Concentration Step Increase (TANK, SLIDER, GRAPH) Example Description This is an example demonstrating the outlet concentration response to an inlet concentration step change in a perfectly mixed tank. The model is run to steady state convergence with a dissolved solids inlet concentration of zero, and then, dynamic mode begins with a time step of 1 minute. The dissolved solids concentration is set to 100% at the start of dynamics mode using a set command in the scripts. The simulation is run for a length of 480 minutes. The response data, along with the simulation time, are written out to an Excel spreadsheet every iteration using a write script with the offset command. These data are then compared with the response predicted by the solved differential equation describing the process, which appears below. Both sets of data appear in a graph in the Excel sheet. This equation holds assuming that the inlet concentration and density are constant. The two responses vary by less than 1%, and the variation grows smaller as the simulation progresses. In the simulation, the GRAPH block displays the outlet concentration response curve, and the SLIDER block displays the inlet concentration. In this simulation, the slider block conveys information rather than acting as a method for changing simulation parameters. See the file CSTR.wg. C A, out ( t) CA, in 1 e t = τ Block Description Block Block Number Type Description 1 TANK Perfectly controller to a constant level of 100% with a capacity of 5000 gallons. 2 GRAPH Displays the outlet concentration of the tank versus time. 3 SLIDER Displays the concentration of the inlet stream.

10 Input Stream Description Stream Number Description 1 10 gallons per minute of liquor at 0% consistency with zero dissolved solids initially. The dissolved solids concentration is changed to 100% at the start of dynamics mode. Simulation Results The first order concentration increase in the tank outlet stream varies by less than 1 percent from the solved ordinary differential equation predicted response. The results can be viewed in the Excel file where WinGEMS writes the response data. The two response curves on the graph are nearly indistinguishable.

11 Dissolved Solids Input Control/Indicator 100% diss. solids This example shows the outlet dissolved solids concentration response of a perfectly mixed tank to a step increase in inlet dissolved solids concentration. The model runs to a steady state solution. Then dynamics mode begins and the dissolved wood solids concentration of the input stream is set to 100%. This is done using a set command in the script to change the SLIDER block value, which is referenced in the input stream. A write command in the script is also used to write out the simulation time and outlet concentration to Excel where the simulation response data is compared to the prediction of the solved differential equation. The variation is less than 1%. S Dissolved Solids = 100 Dissolved Solids = Dissolved Solids vs. Time Concentration Step Change Example Created by: Loren Euhus Updated by: Devin Cole 6/10/99 Pacific 1187 Alturas Dr. Moscow, ID Office: Web: Simulatoin

12

13 DYNAMIC EXAMPLE - MIXED TANK Perfectly Mixed Tanks in Series (TANK, GRAPH) Example Description This is an example of three perfectly mixed tanks in series. The temperature of the inlet to the first tank is varied and the temperature responses are graphed versus time. The tanks are held at constant level. The model is first run to steady state convergence to initialize the streams and tanks. Then it is run in dynamic mode for the equivalent of 3 hours. The time step is 1 minute. After 10 minutes in dynamic mode, the inlet temperature is dropped from 100 C to 80 C. The graph block is used to display the results. See the file MixedTank.wg. Block Description Block Block Number Type Description 1 TANK Perfectly controlled to constant level of 50%. Total tank volume is 100 m 3. 2 GRAPH Graphs the temperature of streams into and out of the tanks. 3 TANK Perfectly controlled to constant level of 50%. Total tank volume is 100 m 3. 4 TANK Perfectly controlled to constant level of 50%. Total tank volume is 100 m 3. Input Stream Description Stream Number Description mt/hr of liquor and pulp at 10% consistency and 10% dissolved wood solids. It is initially 100 C. During the dynamic phase, the temperature is dropped to 80 C. Simulation Results The model results show a first order response for the first tank. Three tanks in series show a delayed response, which is a characteristic of plug flow. Adding more tanks to the series increases the plug flow characteristic of the model, but it would never have the sharp step at the end of the change, which would be seen with true plug flow due to the perfectly mixed nature of the tanks.

14 DYNAMIC EXAMPLE STEAM INJECTION WATER HEATER A perfectly mixed tank with steam injection heating. (STHEATER-Compound. Block, STMIX, TANK, WAIT, GRAPH) Example Description The steam injection heater consists of a tank with a water inlet and a constant overflow outlet. This ensures the volume of water in the tank is constant. Steam is injected into the tank and is used to control the outlet temperature. The tank is well mixed. The tank is represented by the STHEATER block, which is a compound block consisting of a MIX block and a TANK block. To see the contents of the STHEATER block, double click the block while holding the Alt key. The model is first run to steady state convergence, and then dynamic mode begins with a time step of 10 seconds. After 5 minutes in dynamic mode, the steam input is increased by 1 pound per minute using a set command in the scripts. The GRAPH block displays the outlet temperature response to the steam input increase. The WAIT block is used to ensure the simulation runs at a reasonable speed for viewing the response. See the file SteamInj.wg. Block Description Toplevel Diagram Block Block Number Type Description 1 STHEATER Compound block containing a STMIX and a TANK block. 2 GRAPH Displays the outlet temperature of the tank versus time. 3 WAIT Creates a delay in each iteration to show the dynamic response at a reasonable speed for viewing. Diagram STHEATER1 Block Block Number Type Description 1 STMIX Mixes a steam stream with a pulp/liquor stream. 2 TANK Perfectly controlled level at 5.5 gallons. Total volume is 13.5 gallons. Input Stream Description

15 Stream Number Description 2 15 pounds per minute of liquor at 0% consistency with no dissolved wood solids pounds per minute of steam at 66.4 psig. During the dynamic phase, the flow rate is increased to 1.2 pounds per minute. Simulation Results The results show a first order increase in the outlet temperature. The outlet temperature response for similar step changes in process variables in this model have been compared to the response predicted by an ordinary differential equation solver. The process gains and characteristic times varied by at most 4.4% and in all but 2 cases less than 1.5%. The final steady state conditions predicted by WinGEMS varied by 0.3% or less. Alternative Step Tests The outlet temperature response for step changes in other process variables can be generated. Other variables of interest might be the steam pressure, the inlet liquor flow, and the inlet liquor temperature. These variables are potential process disturbances which effect the outlet temperature and knowing their effect could be useful in developing a process control strategy.

16

17 Temperature vs. Time WAIT Wait lb total/min 1.8 gal total/min 68 F Outlet Temperature = 153 F Steam: 1.2 lb/min / 66.4 psig / 313 F lb total/min 1.9 gal total/min 153 F 3 3 Steam Injection Heating Example Updated by: Devin Cole Date: 6/9/ Alturas Dr. Moscow, ID Office: Web: Pacific Simulation

18

19 DYNAMIC EXAMPLE - PM DYE Paper Machine Dye Addition (DILUTE, EVAPS, GRAPH, MIX, REACT, SPLIT, TANK) Example Description This example is a simplified version of a project examining the dynamic response of dye addition on a paper machine. See PMDye.wg. The model includes the major tanks and white water loops on the wet end of a paper machine. Dye is added into the trim chest pump suction (1 gpm for 10 minutes). The dye concentration coming off of the paper machine is graphed to show the system response to the dye addition. There are two piping options for recycling the trim chest flow. In the default case the trim chest is pumped back to the feed chest. The slider block allows the flow to be pumped directly to the machine chest. It is also possible to split between the two tanks. Simulation Results When the trim chest stock and dye are pumped to the machine chest, the dye concentration spikes high and then trails down to zero over time. When the trim chest stock and dye are pumped back to the feed chest, the dye concentration has a much lower and rounded peak. Simulation Alternatives The basic model shows the system response to a batch addition of dye. But how long would it take for the system to come to equilibrium with a constant dye addition? By modifying the execution script, we can see how fast the dye concentration comes to equilibrium. Modify the SET command which sets the dye flow from 1 to 0.2 to keep the dye concentration on the graph. Also disable the SET command which shuts off the dye after 10 minutes. When the model is run the dye concentration increases quickly at first and then gradually levels out. In this case, the dye concentration reaches 95% of the maximum value in about 10 hours when the trim chest is pumped to the machine chest. It takes about 15 hours to reach the same level when pumping to the feed chest. In the latter case the additional tank in the loop increases the time required to reach equilibrium. What if we add a batch of dye and then follow it up with a steady flow? Modify the execution script to inject dye at 0.3 gpm for 30 minutes, then drop to 0.12 gpm. The dye concentration comes up quickly (30 min) to slightly above equilibrium, then sags down for about 4 hours before gradually increasing to the equilibrium value. Depending on the quality specs, this might be good enough. If not, the model could evaluate a stepped flow arrangement such as 0.3 gpm for 30 minutes, then 0.14 gpm for 3 hours, then 0.12 gpm for 5 hours, etc. In this way, an acceptable policy could be developed to add dye to the paper machine while maintaining quality standards throughout the process. Another possible scenario would be to recycle the sheet off the couch until the system reached equilibrium. This would take some additional changes to the execution to change the flows at the correct times.

Tutorial. BOSfluids. Water hammer (part 1) Modeling

Tutorial. BOSfluids. Water hammer (part 1) Modeling BOSfluids Tutorial Water hammer (part 1) Modeling The Water hammer tutorial is a 3 part tutorial describing the phenomena of water hammer in a piping system and how BOSfluids can be used to examine the

More information

First Steps - Ball Valve Design

First Steps - Ball Valve Design COSMOSFloWorks 2004 Tutorial 1 First Steps - Ball Valve Design This First Steps tutorial covers the flow of water through a ball valve assembly before and after some design changes. The objective is to

More information

Logger Pro Resource Sheet

Logger Pro Resource Sheet Logger Pro Resource Sheet Entering and Editing Data Data Collection How to Begin How to Store Multiple Runs Data Analysis How to Scale a Graph How to Determine the X- and Y- Data Points on a Graph How

More information

SIMULATION PIPELINE CONTROL SYSTEMS FOR OPERATOR TRAINING

SIMULATION PIPELINE CONTROL SYSTEMS FOR OPERATOR TRAINING Proceedings of IPC 2006: 6 th International Pipeline Conference September 25-29, 2006, Calgary, Alberta, Canada IPC2006-10580 SIMULATION PIPELINE CONTROL SYSTEMS FOR OPERATOR TRAINING Dr David John Basnett

More information

Autodesk Moldflow Insight AMI Cool Analysis Products

Autodesk Moldflow Insight AMI Cool Analysis Products Autodesk Moldflow Insight 2012 AMI Cool Analysis Products Revision 1, 22 March 2012. This document contains Autodesk and third-party software license agreements/notices and/or additional terms and conditions

More information

Co-Simulation von Flownex und ANSYS CFX am Beispiel einer Verdrängermaschine

Co-Simulation von Flownex und ANSYS CFX am Beispiel einer Verdrängermaschine Co-Simulation von Flownex und ANSYS CFX am Beispiel einer Verdrängermaschine Benoit Bosc-Bierne, Dr. Andreas Spille-Kohoff, Farai Hetze CFX Berlin Software GmbH, Berlin Contents Positive displacement compressors

More information

µ = Pa s m 3 The Reynolds number based on hydraulic diameter, D h = 2W h/(w + h) = 3.2 mm for the main inlet duct is = 359

µ = Pa s m 3 The Reynolds number based on hydraulic diameter, D h = 2W h/(w + h) = 3.2 mm for the main inlet duct is = 359 Laminar Mixer Tutorial for STAR-CCM+ ME 448/548 March 30, 2014 Gerald Recktenwald gerry@pdx.edu 1 Overview Imagine that you are part of a team developing a medical diagnostic device. The device has a millimeter

More information

CHAPTER 3 MODELING OF DEAERATOR AND SIMULATION OF FAULTS

CHAPTER 3 MODELING OF DEAERATOR AND SIMULATION OF FAULTS 27 CHAPTER 3 MODELING OF DEAERATOR AND SIMULATION OF FAULTS 3.1 INTRODUCTION Modeling plays an important role in the prediction and assessment of plant performance. There are two ways of getting the model

More information

Chromeleon software orientation

Chromeleon software orientation Chromeleon software orientation Upon opening of Chromeleon shortcut, a blue screen should appear (called control panel). If this does not occur, the green circled shortcut will open this screen. To ensure

More information

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

Programa EngIQ- EPS. Programa doutoral em Engenharia da Refinação, Petroquímica e Química. Engenharia de Processos e Sistemas. Process Simulators

Programa EngIQ- EPS. Programa doutoral em Engenharia da Refinação, Petroquímica e Química. Engenharia de Processos e Sistemas. Process Simulators Programa doutoral em Engenharia da Refinação, Petroquímica e Química Engenharia de Processos e Sistemas Process Simulators Fernando G. Martins Departamento de Engenharia Química Faculdade de Engenharia

More information

Coupling STAR-CCM+ with Optimization Software IOSO by the example of axial 8-stages jet engine compressor.

Coupling STAR-CCM+ with Optimization Software IOSO by the example of axial 8-stages jet engine compressor. Coupling STAR-CCM+ with Optimization Software IOSO by the example of axial 8-stages jet engine compressor. Folomeev V., (Sarov Engineering Center) Iakunin A., (JSC Klimov) 1 Objectives To create the procedure

More information

Flow and Heat Transfer in a Mixing Elbow

Flow and Heat Transfer in a Mixing Elbow Flow and Heat Transfer in a Mixing Elbow Objectives The main objectives of the project are to learn (i) how to set up and perform flow simulations with heat transfer and mixing, (ii) post-processing and

More information

252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties

252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties 252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. You will learn

More information

This tutorial walks you through the process of using CC BATCH to simulate a batch distillation column.

This tutorial walks you through the process of using CC BATCH to simulate a batch distillation column. CC-BATCH Tutorial This tutorial walks you through the process of using CC BATCH to simulate a batch distillation column. Description of the Problem The simulation you will create is a five step batch distillation

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

CFD MODELING FOR PNEUMATIC CONVEYING

CFD MODELING FOR PNEUMATIC CONVEYING CFD MODELING FOR PNEUMATIC CONVEYING Arvind Kumar 1, D.R. Kaushal 2, Navneet Kumar 3 1 Associate Professor YMCAUST, Faridabad 2 Associate Professor, IIT, Delhi 3 Research Scholar IIT, Delhi e-mail: arvindeem@yahoo.co.in

More information

TUTORIAL - COMMAND CENTER

TUTORIAL - COMMAND CENTER FLOTHERM V3.1 Introductory Course TUTORIAL - COMMAND CENTER Introduction This tutorial covers the basic operation of the Command Center Application Window (CC) by walking the user through the main steps

More information

ONE DIMENSIONAL (1D) SIMULATION TOOL: GT-POWER

ONE DIMENSIONAL (1D) SIMULATION TOOL: GT-POWER CHAPTER 4 ONE DIMENSIONAL (1D) SIMULATION TOOL: GT-POWER 4.1 INTRODUCTION Combustion analysis and optimization of any reciprocating internal combustion engines is too complex and intricate activity. It

More information

Introduction to ANSYS SOLVER FLUENT 12-1

Introduction to ANSYS SOLVER FLUENT 12-1 Introduction to ANSYS SOLVER FLUENT 12-1 Breadth of Technologies 10-2 Simulation Driven Product Development 10-3 Windshield Defroster Optimized Design 10-4 How Does CFD Work? 10-5 Step 1. Define Your Modeling

More information

Total Consistency Measurement. Valmet Microwave Consistency Transmitter

Total Consistency Measurement. Valmet Microwave Consistency Transmitter Total Consistency Measurement Valmet Microwave Consistency Transmitter Experience is the key Valmet MCA is a third generation microwave consistency transmitter. All latest electronics and redesigned mechanical

More information

Excel Forecasting Tools Review

Excel Forecasting Tools Review Excel Forecasting Tools Review Duke MBA Computer Preparation Excel Forecasting Tools Review Focus The focus of this assignment is on four Excel 2003 forecasting tools: The Data Table, the Scenario Manager,

More information

Tutorial 2. Modeling Periodic Flow and Heat Transfer

Tutorial 2. Modeling Periodic Flow and Heat Transfer Tutorial 2. Modeling Periodic Flow and Heat Transfer Introduction: Many industrial applications, such as steam generation in a boiler or air cooling in the coil of an air conditioner, can be modeled as

More information

COPYRIGHTED MATERIAL INTRODUCTION TO ASPEN PLUS CHAPTER ONE

COPYRIGHTED MATERIAL INTRODUCTION TO ASPEN PLUS CHAPTER ONE CHAPTER ONE INTRODUCTION TO ASPEN PLUS Aspen Plus is based on techniques for solving flowsheets that were employed by chemical engineers many years ago. Computer programs were just beginning to be used,

More information

Heat transfer and Transient computations

Heat transfer and Transient computations Lecture Heat transfer and Transient computations 12-1 Introduction to TRANSIENT calculation 10-2 Motivation Nearly all flows in nature are transient! Steady-state assumption is possible if we: Ignore transient

More information

MAE 3130: Fluid Mechanics Lecture 5: Fluid Kinematics Spring Dr. Jason Roney Mechanical and Aerospace Engineering

MAE 3130: Fluid Mechanics Lecture 5: Fluid Kinematics Spring Dr. Jason Roney Mechanical and Aerospace Engineering MAE 3130: Fluid Mechanics Lecture 5: Fluid Kinematics Spring 2003 Dr. Jason Roney Mechanical and Aerospace Engineering Outline Introduction Velocity Field Acceleration Field Control Volume and System Representation

More information

Tutorial 3 - Performing a Change-Point Analysis in Excel

Tutorial 3 - Performing a Change-Point Analysis in Excel Tutorial 3 - Performing a Change-Point Analysis in Excel Introduction This tutorial teaches you how to perform a change-point analysis while using Microsoft Excel. The Change-Point Analyzer Add-In allows

More information

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

First Steps - Conjugate Heat Transfer

First Steps - Conjugate Heat Transfer COSMOSFloWorks 2004 Tutorial 2 First Steps - Conjugate Heat Transfer This First Steps - Conjugate Heat Transfer tutorial covers the basic steps to set up a flow analysis problem including conduction heat

More information

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV)

NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) University of West Bohemia» Department of Power System Engineering NUMERICAL INVESTIGATION OF THE FLOW BEHAVIOR INTO THE INLET GUIDE VANE SYSTEM (IGV) Publication was supported by project: Budování excelentního

More information

E08 Lay Table Automation

E08 Lay Table Automation E08 Lay Table Automation This example demonstrates how the OrcaFlex automation tools can be used to create installation lay tables. A basecase model is analysed to determine the range of top tension values

More information

Chiller Replacement and System Strategy. Colin Berry Account Manager

Chiller Replacement and System Strategy. Colin Berry Account Manager Chiller Replacement and System Strategy Colin Berry Account Manager Current Situation 4 Existing RTAA chillers All units 23 years old Limited service history One unit MUST be replaced immediately One unit

More information

1. Open a MODFLOW simulation and run MODFLOW. 2. Initialize MT3D and enter the data for several MT3D packages. 3. Run MT3D and read the solution.

1. Open a MODFLOW simulation and run MODFLOW. 2. Initialize MT3D and enter the data for several MT3D packages. 3. Run MT3D and read the solution. GMS TUTORIALS This tutorial describes how to perform an MT3DMS simulation within GMS. An MT3DMS model can be constructed in GMS using one of two approaches: the conceptual model approach or the grid approach.

More information

Improving the Senior Level Hydraulic Engineering Design Course (CE 474) By Means of Computer Assisted Instruction

Improving the Senior Level Hydraulic Engineering Design Course (CE 474) By Means of Computer Assisted Instruction Improving the Senior Level Hydraulic Engineering Design Course (CE 474) By Means of Computer Assisted Instruction Rolando Bravo 1 Abstract- This paper presents the development of spreadsheet software at

More information

Fluent User Services Center

Fluent User Services Center Solver Settings 5-1 Using the Solver Setting Solver Parameters Convergence Definition Monitoring Stability Accelerating Convergence Accuracy Grid Independence Adaption Appendix: Background Finite Volume

More information

This transmits information through streams and store the calculated results. It can plan the sequence in which calculation are to be done.

This transmits information through streams and store the calculated results. It can plan the sequence in which calculation are to be done. Simulation: Key words : Executive Program, unit computation and Information flow Diagram. The Executive Program This transmits information through streams and store the calculated results. It can plan

More information

3.5 ASPEN DYNAMICS SIMULATION OF CSTRs

3.5 ASPEN DYNAMICS SIMULATION OF CSTRs 162 CONTROL OF CSTR SYSTEMS 3.5 ASPEN DYNAMICS SIMULATION OF CSTRs The ethylbenzene CSTR considered in Chapter 2 (Section 2.8) is used in this section as an example to illustrate how dynamic controllability

More information

NEW FEATURES IN CHEMCAD VERSION 6: VERSION RELEASE NOTES. CHEMCAD New Features and Enhancements. CHEMCAD Maintenance

NEW FEATURES IN CHEMCAD VERSION 6: VERSION RELEASE NOTES. CHEMCAD New Features and Enhancements. CHEMCAD Maintenance NEW FEATURES IN CHEMCAD VERSION 6: Uses a single mode for flowsheet drawing, specification, calculation, and PFD creation Creates single-file simulations that are easy to work with and share Easy cloning

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

MT3DMS Grid Approach GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

MT3DMS Grid Approach GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction This tutorial describes how to perform an MT3DMS simulation within GMS. An MT3DMS model can be constructed in GMS using one of two approaches: the conceptual model approach

More information

Experimental Data Confirms CFD Models of Mixer Performance

Experimental Data Confirms CFD Models of Mixer Performance The Problem Over the years, manufacturers of mixing systems have presented computational fluid dynamics (CFD) calculations to claim that their technology can achieve adequate mixing in water storage tanks

More information

Thermal DC-DC Control System TEC Series

Thermal DC-DC Control System TEC Series Thermal DC-DC Control System TEC 54100 Series Thermal DC-DC Control System TEC 54100 Series Bidirectional driving with 150W (24V 8A), 300W (24V 13A), or 800W (40V 20A) output Filtered PWM output with >

More information

Error Analysis, Statistics and Graphing

Error Analysis, Statistics and Graphing Error Analysis, Statistics and Graphing This semester, most of labs we require us to calculate a numerical answer based on the data we obtain. A hard question to answer in most cases is how good is your

More information

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions Data In single-program multiple-data (SPMD) parallel programs, global data is partitioned, with a portion of the data assigned to each processing node. Issues relevant to choosing a partitioning strategy

More information

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected.

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected. EPANET Tutorial Example Network In this tutorial we will analyze the simple distribution network shown below. It consists of a source reservoir (e.g., a treatment plant clearwell) from which water is pumped

More information

Accord Builder. User Guide

Accord Builder. User Guide User Guide Document: V 3.6 User Guide R01 V3.6 User Guide R01 Page 1 of 110 Table of Contents 1 Introduction... 7 2 General Summary and Definitions... 8 2.1 Accord Platform and Plant... 8 2.2 PLC Control

More information

RT3D Instantaneous Aerobic Degradation

RT3D Instantaneous Aerobic Degradation GMS TUTORIALS RT3D Instantaneous Aerobic Degradation This tutorial illustrates the steps involved in performing a reactive transport simulation using the RT3D model. Several types of contaminant reactions

More information

Temperature control with DeltaV using MPC

Temperature control with DeltaV using MPC Faculty of Technology Temperature control with DeltaV using MPC Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning - Masterutdanning

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

Modeling of the wet end part of a paper mill with Dymola

Modeling of the wet end part of a paper mill with Dymola Mathematics and Computers in Simulation 65 (2004) 31 38 Modeling of the wet end part of a paper mill with Dymola Gianantonio Bortolin a,, Stefan Borg b, Per Olof Gutman c a Optimization and Systems Theory,

More information

ENV Laboratory 2: Graphing

ENV Laboratory 2: Graphing Name: Date: Introduction It is often said that a picture is worth 1,000 words, or for scientists we might rephrase it to say that a graph is worth 1,000 words. Graphs are most often used to express data

More information

CPAE PROCESS AUTOMATION INDEX. 2 Brands of PLCs (Keyence & AB) 1 Brands of SCADA (Wonderware Intouch) Pneumatics & Field Instruments

CPAE PROCESS AUTOMATION INDEX. 2 Brands of PLCs (Keyence & AB) 1 Brands of SCADA (Wonderware Intouch) Pneumatics & Field Instruments CPAE INDEX 2 Brands of PLCs (Keyence & AB) 1 Brands of SCADA (Wonderware Intouch) Pneumatics & Field Instruments PROCESS AUTOMATION Distillation Column Superheated Steam Generator Centrifugal Compressor

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data EXERCISE Using Excel for Graphical Analysis of Data Introduction In several upcoming experiments, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

The part to be analyzed is the bracket from the tutorial of Chapter 3.

The part to be analyzed is the bracket from the tutorial of Chapter 3. Introduction to Solid Modeling Using SolidWorks 2007 COSMOSWorks Tutorial Page 1 In this tutorial, we will use the COSMOSWorks finite element analysis (FEA) program to analyze the response of a component

More information

Objectives Build a 3D mesh and a FEMWATER flow model using the conceptual model approach. Run the model and examine the results.

Objectives Build a 3D mesh and a FEMWATER flow model using the conceptual model approach. Run the model and examine the results. v. 10.0 GMS 10.0 Tutorial Build a FEMWATER model to simulate flow Objectives Build a 3D mesh and a FEMWATER flow model using the conceptual model approach. Run the model and examine the results. Prerequisite

More information

Installation and operation manual ReciFlow Gas

Installation and operation manual ReciFlow Gas Installation and operation manual ReciFlow Gas 1 1. Measurement principle... 3 2. Installation... 5 3. Operation... 7 4. Electrical interfaces... 11 5. Communication protocol... 14 6. Software update and

More information

Streamlining Aircraft Icing Simulations. D. Snyder, M. Elmore

Streamlining Aircraft Icing Simulations. D. Snyder, M. Elmore Streamlining Aircraft Icing Simulations D. Snyder, M. Elmore Industry Analysis Needs / Trends Fidelity Aircraft Ice Protection Systems-Level Modeling Optimization Background Ice accretion can critically

More information

VERSION RELEASE NOTES... 2 VERSION RELEASE NOTES... 3 VERSION RELEASE NOTES... 5

VERSION RELEASE NOTES... 2 VERSION RELEASE NOTES... 3 VERSION RELEASE NOTES... 5 Contents VERSION 6.3.3.4657 RELEASE NOTES... 2... 2... 2... 2 CC-BATCH... 2 VERSION 6.3.2.4389 RELEASE NOTES... 3... 3... 3... 3 CC-DYNAMICS... 4 CC-BATCH... 4 VERSION 6.3.1.4112 RELEASE NOTES... 5...

More information

Optimization in One Variable Using Solver

Optimization in One Variable Using Solver Chapter 11 Optimization in One Variable Using Solver This chapter will illustrate the use of an Excel tool called Solver to solve optimization problems from calculus. To check that your installation of

More information

Review of the Robust K-means Algorithm and Comparison with Other Clustering Methods

Review of the Robust K-means Algorithm and Comparison with Other Clustering Methods Review of the Robust K-means Algorithm and Comparison with Other Clustering Methods Ben Karsin University of Hawaii at Manoa Information and Computer Science ICS 63 Machine Learning Fall 8 Introduction

More information

To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls.

To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls. MI 330 UNIVERSAL PROCESS CONTROL TRAINER OBJECTIVE To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls. FEATURES

More information

The viscous forces on the cylinder are proportional to the gradient of the velocity field at the

The viscous forces on the cylinder are proportional to the gradient of the velocity field at the Fluid Dynamics Models : Flow Past a Cylinder Flow Past a Cylinder Introduction The flow of fluid behind a blunt body such as an automobile is difficult to compute due to the unsteady flows. The wake behind

More information

Express Introductory Training in ANSYS Fluent Workshop 02 Using the Discrete Phase Model (DPM)

Express Introductory Training in ANSYS Fluent Workshop 02 Using the Discrete Phase Model (DPM) Express Introductory Training in ANSYS Fluent Workshop 02 Using the Discrete Phase Model (DPM) Dimitrios Sofialidis Technical Manager, SimTec Ltd. Mechanical Engineer, PhD PRACE Autumn School 2013 - Industry

More information

c Fluent Inc. May 16,

c Fluent Inc. May 16, Tutorial 1. Office Ventilation Introduction: This tutorial demonstrates how to model an office shared by two people working at computers, using Airpak. In this tutorial, you will learn how to: Open a new

More information

GAS PRODUCTION ANALYSIS:

GAS PRODUCTION ANALYSIS: New Mexico Tech THINKING FOR A NEW MILLENNIUM TIGHT-GAS GAS PRODUCTION ANALYSIS: User Guide for a Type-Curve Matching Spreadsheet Program (TIGPA 2000.1) Her-Yuan Chen Assistant Professor Department of

More information

Non-Newtonian Transitional Flow in an Eccentric Annulus

Non-Newtonian Transitional Flow in an Eccentric Annulus Tutorial 8. Non-Newtonian Transitional Flow in an Eccentric Annulus Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D, turbulent flow of a non-newtonian fluid. Turbulent

More information

Zooming Capabilities of the 1D ESPSS Propulsion Simulation Tool with 3D-CFD Solvers: Implementation and Validation

Zooming Capabilities of the 1D ESPSS Propulsion Simulation Tool with 3D-CFD Solvers: Implementation and Validation Zooming Capabilities of the 1D ESPSS Propulsion Simulation Tool with 3D-CFD Solvers: Implementation and Validation Kaname Kawatsu and Nobuhiro Yamanishi Japan Aerospace Exploration Agency JAXA's Engineering

More information

An Introduction to SolidWorks Flow Simulation 2010

An Introduction to SolidWorks Flow Simulation 2010 An Introduction to SolidWorks Flow Simulation 2010 John E. Matsson, Ph.D. SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Chapter 2 Flat Plate Boundary Layer Objectives Creating

More information

Chapter 11 Running the Model

Chapter 11 Running the Model CHAPTER CONTENTS Simulation Menu 568 Section 1 Simulation Options...569 General Options & Settings 570 Output Reporting Options 572 Running a Specific Replication 574 Customized Reporting 574 Section 2

More information

University of Tennessee at Chattanooga

University of Tennessee at Chattanooga University of Tennessee at Chattanooga Operating Curve Engineering 39 By Red Team (Allen, Michael) Course: ENGR39 Section: 1 Date: 1/3/9 1 1//9 Instructor: Dr. Jim M. Henry 1//9 Introduction: In the filter

More information

Client vs. Enterprise SSDs

Client vs. Enterprise SSDs Client vs. Enterprise SSDs A Guide to Understanding Similarities and Differences in Performance and Use Cases Overview Client SSDs those designed primarily for personal computer storage can excel in some,

More information

Three-Dimensional (Surface) Plots

Three-Dimensional (Surface) Plots Three-Dimensional (Surface) Plots Creating a Data Array 3-Dimensional plots (surface plots) are often useful for visualizing the behavior of functions and identifying important mathematical/physical features

More information

Ryian Hunter MAE 598

Ryian Hunter MAE 598 Setup: The initial geometry was produced using the engineering schematics provided in the project assignment document using the ANSYS DesignModeler application taking advantage of system symmetry. Fig.

More information

Exothermic Reactor Unit (ERU) Operating Manual

Exothermic Reactor Unit (ERU) Operating Manual Exothermic Reactor Unit (ERU) Operating Manual 1/13 11/21/2017 1. Background Complex industrial processes must be controlled well to ensure an economic return on investment, the safety of operating personnel

More information

MULTI-FUNCTION PROCESS CONTROL TEACHING SYSTEM PCT40

MULTI-FUNCTION PROCESS CONTROL TEACHING SYSTEM PCT40 PCT SERIES: PROCESS CONTROL TECHNOLOGY MULTI-FUNCTION PROCESS CONTROL TEACHG SYSTEM PCT40 CAPABILITIES > The basic PCT40 is used under computer control to demonstrate a variety of single control loops.

More information

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES

DOWNLOAD PDF MICROSOFT EXCEL ALL FORMULAS LIST WITH EXAMPLES Chapter 1 : Examples of commonly used formulas - Office Support A collection of useful Excel formulas for sums and counts, dates and times, text manipularion, conditional formatting, percentages, Excel

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 16. Modeling Evaporating Liquid Spray Introduction In this tutorial, FLUENT s air-blast atomizer model is used to predict the behavior of an evaporating methanol spray. Initially, the air flow

More information

Reporting Mesh Statistics

Reporting Mesh Statistics Chapter 15. Reporting Mesh Statistics The quality of a mesh is determined more effectively by looking at various statistics, such as maximum skewness, rather than just performing a visual inspection. Unlike

More information

Using the Eulerian Multiphase Model for Granular Flow

Using the Eulerian Multiphase Model for Granular Flow Tutorial 21. Using the Eulerian Multiphase Model for Granular Flow Introduction Mixing tanks are used to maintain solid particles or droplets of heavy fluids in suspension. Mixing may be required to enhance

More information

Series DMHF Heat Meter

Series DMHF Heat Meter Series DMHF Heat Meter The Series DMHF adopt the MultiPulse TM Technology, Digital Signal Processing Technology and Error Correction Technology, which are the state-of-the-art non-invasive flow measurement

More information

Problem description. The FCBI-C element is used in the fluid part of the model.

Problem description. The FCBI-C element is used in the fluid part of the model. Problem description This tutorial illustrates the use of ADINA for analyzing the fluid-structure interaction (FSI) behavior of a flexible splitter behind a 2D cylinder and the surrounding fluid in a channel.

More information

Quantifying Intermittent Disturbances. Abstract. Introduction. Cross Direction Intermittent Disturbance Identification

Quantifying Intermittent Disturbances. Abstract. Introduction. Cross Direction Intermittent Disturbance Identification Quantifying Intermittent Disturbances Kevin Starr, Trent Garveric ABB Center of Excellence Pulp and Paper Global Service Abstract Diagnostic techniques related to process control loop performance is not

More information

Tutorial. BOSfluids. Water hammer (part 3) Dynamic Analysis using Caesar II

Tutorial. BOSfluids. Water hammer (part 3) Dynamic Analysis using Caesar II BOSfluids Tutorial Water hammer (part 3) Dynamic Analysis using Caesar II The Water hammer tutorial is a 3 part tutorial describing the phenomena of water hammer in a piping system and how BOSfluids can

More information

ABSTRACT BACKGROUND PSIG 05B3

ABSTRACT BACKGROUND PSIG 05B3 PSIG 05B3 Simulating pipeline control systems for operator training David Basnett, Atmos International Ltd, John Lewis, Atmos International Inc. Copyright 2003, Pipeline Simulation Interest Group This

More information

EMP1 OPERATING & INSTALLATION INSTRUCTIONS

EMP1 OPERATING & INSTALLATION INSTRUCTIONS 468 Liberty Drive Wittenberg, WI 54499 U.S.A. Tel: 715-253-2801 Ver.11-01-2008 Fax: 715-253-2811 Web: www.solar.imcinstruments.com REV. 5-15-10 EMP1 OPERATING & INSTALLATION INSTRUCTIONS EMP1-0200 PILOT

More information

Overview Computer Networking What is QoS? Queuing discipline and scheduling. Traffic Enforcement. Integrated services

Overview Computer Networking What is QoS? Queuing discipline and scheduling. Traffic Enforcement. Integrated services Overview 15-441 15-441 Computer Networking 15-641 Lecture 19 Queue Management and Quality of Service Peter Steenkiste Fall 2016 www.cs.cmu.edu/~prs/15-441-f16 What is QoS? Queuing discipline and scheduling

More information

NEW FEATURES IN CHEMCAD VERSION 6: VERSION RELEASE NOTES. CHEMCAD New Features and Enhancements. CHEMCAD Maintenance

NEW FEATURES IN CHEMCAD VERSION 6: VERSION RELEASE NOTES. CHEMCAD New Features and Enhancements. CHEMCAD Maintenance NEW FEATURES IN CHEMCAD VERSION 6: Uses a single mode for flowsheet drawing, specification, calculation, and PFD creation Creates single-file simulations that are easy to work with and share Easy cloning

More information

Heat Exchanger Efficiency

Heat Exchanger Efficiency 6 Heat Exchanger Efficiency Flow Simulation can be used to study the fluid flow and heat transfer for a wide variety of engineering equipment. In this example we use Flow Simulation to determine the efficiency

More information

Developing Optimization Algorithms for Real-World Applications

Developing Optimization Algorithms for Real-World Applications Developing Optimization Algorithms for Real-World Applications Gautam Ponnappa PC Training Engineer Viju Ravichandran, PhD Education Technical Evangelist 2015 The MathWorks, Inc. 1 2 For a given system,

More information

TacoNet For Windows Equipment Selection Version 7 October 2001 Taco, Inc Cranston St. Cranston, RI Phone:(800) FAX:(401)

TacoNet For Windows Equipment Selection Version 7 October 2001 Taco, Inc Cranston St. Cranston, RI Phone:(800) FAX:(401) TacoNet For Windows Equipment Selection Version 7 October 2001 Taco, Inc. 1160 Cranston St. Cranston, RI 02920 Phone:(800) 441-1969 FAX:(401) 942-2360 Copyright 1986-2001 All Rights Reserved. Foreword

More information

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview Chapter 888 Introduction This procedure generates D-optimal designs for multi-factor experiments with both quantitative and qualitative factors. The factors can have a mixed number of levels. For example,

More information

Modeling Evaporating Liquid Spray

Modeling Evaporating Liquid Spray Tutorial 17. Modeling Evaporating Liquid Spray Introduction In this tutorial, the air-blast atomizer model in ANSYS FLUENT is used to predict the behavior of an evaporating methanol spray. Initially, the

More information

SHOCKANALYZER V1.7 USER S MANUAL. Copyright 2012

SHOCKANALYZER V1.7 USER S MANUAL. Copyright 2012 SportDevices.com ShockAnalyzer 1.7 Page 1/20 SHOCKANALYZER V1.7 USER S MANUAL Copyright 2012 SportDevices.com ShockAnalyzer 1.7 Page 2/20 TABLE OF CONTENTS 1. Kit and Installation... 3 1.1 Data Acquisition

More information

Lab Activity #2- Statistics and Graphing

Lab Activity #2- Statistics and Graphing Lab Activity #2- Statistics and Graphing Graphical Representation of Data and the Use of Google Sheets : Scientists answer posed questions by performing experiments which provide information about a given

More information

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved.

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved. Workshop 2 Transonic Flow Over a NACA 0012 Airfoil. Introduction to CFX WS2-1 Goals The purpose of this tutorial is to introduce the user to modelling flow in high speed external aerodynamic applications.

More information

ProMISE 2 user manual

ProMISE 2 user manual ProMISE 2 user manual Probabilistic model for immiscible separations and extractions (ProMISE) developed by Joost de Folter, is freely available for non-commercial purposes. The model can be downloaded

More information

Advanced Thermal Controller TEC Series

Advanced Thermal Controller TEC Series 2013 Advanced Thermal Controller TEC 54100 Series Advanced Thermal Controller TEC 54100 series Bidirectional driving with 150W (24V 8A), 300W (24V 13A), or 800W (40V 20A) output Filtered PWM output with

More information

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Here SolidWorks stress simulation tutorials will be re-visited to show how they

More information

Both the polynomial must meet and give same value at t=4 and should look like this

Both the polynomial must meet and give same value at t=4 and should look like this Polymath Regression tutorial on Polynomial fitting of data The following table shows the raw data for experimental tracer concentration from a reactor which you need to fit using Polymath (refer Example

More information