1 CHEM-E7130 Process Modeling Exercise Numerical integration, distributions etc.

Slides:



Advertisements
Similar presentations
The Normal Distribution
Advertisements

Bayesian inference of normal distribution
Numerical Differentiation and Quadrature (Integration) 1Daniel Baur / Numerical Methods for Chemical Engineers / Numerical Quadrature Daniel Baur ETH Zurich,
CHE/ME 109 Heat Transfer in Electronics LECTURE 6 – ONE DIMENSIONAL CONDUTION SOLUTIONS.
High Accuracy Differentiation Formulas
Jennifer Tansey 11/11/11. Introduction / Background A common type of condenser used in steam plants is a horizontal, two- pass condenser Steam enters.
Prepared By: Miguel Perez Joel Shepherd.  Build a Java Program to represent the Finite- Difference Method numerically and graphically for easy visualization.
CHE/ME 109 Heat Transfer in Electronics LECTURE 10 – SPECIFIC TRANSIENT CONDUCTION MODELS.
Discrete vortex method Ana Laverón Simavilla Mª Victoria Lapuerta González.
Macquarie University The Heat Equation and Diffusion PHYS by Lesa Moore DEPARTMENT OF PHYSICS.
GG250 F-2004 Lab 7-1 Components of Scientific Programming Definition of problem Physical/mathematical formulation (Focus today) Development of computer.
Method of manufactured solutions The first stage in code verification is to test for problems for which we have analytical solutions. However, often we.
Chapter 9 Numerical Integration Numerical Integration Application: Normal Distributions Copyright © The McGraw-Hill Companies, Inc. Permission required.
The Normal Model Ch. 6. “All models are wrong – but some are useful.” -- George Box.
CHE/ME 109 Heat Transfer in Electronics LECTURE 9 – GENERAL TRANSIENT CONDUCTION MODELS.
Analytical vs. Numerical Minimization Each experimental data point, l, has an error, ε l, associated with it ‣ Difference between the experimentally measured.
EXAMPLE 4 Write series using summation notation
Using the Calculator for Normal Distributions. Standard Normal Go to 2 nd Distribution Find #2 – Normalcdf Key stroke is Normalcdf(Begin, end) If standardized,
1 Atmospheric Radiation – Lecture 9 PHY Lecture 10 Infrared radiation in a cloudy atmosphere: approximations.
Sampling Error SAMPLING ERROR-SINGLE MEAN The difference between a value (a statistic) computed from a sample and the corresponding value (a parameter)
Mathematical Applications using MATLAB (Cont….)
Numerical Differentiation and Quadrature (Integration)
§ 5.3 Normal Distributions: Finding Values. Probability and Normal Distributions If a random variable, x, is normally distributed, you can find the probability.
Section 7.2 Central Limit Theorem with Population Means HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2008 by Hawkes Learning Systems/Quant.
1 Lecture 1 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
Using the Tables for the standard normal distribution.
THE PHYSICS OF RADIOLOGY The Production and Properties of X Rays Part Two BME College Sherman sheen.
Unsteady State Heat Conduction
Pouring concrete is a difficult thing to do correctly. It must have the correct heat distribution to dry. This allows the water to bleed out at the correct.
Extensive Investigation of Calibrated Accelerated Life Testing (CALT) in Comparison with Classical Accelerated Life Testing (ALT) Burak Sal (Presenter),
Reynolds Analogy It can be shown that, under specific conditions (no external pressure gradient and Prandtle number equals to one), the momentum and heat.
NUMERICAL SOLUTION FOR THE RADIATIVE HEAT DISTRIBUTION IN A CYLINDRICAL ENCLOSURE Cosmin Dan, Gilbert De Mey, Erik Dick University of Ghent, Belgium.
G.Kurevlev - Daresbury meeting Collimators Material Damage Study Previous results In our group - Adriana Bungau’s thesis - heat deposition on.
Cell#1 Program Instructions. Don’t run. Used to load a Statistical Package Cell #3 Defines standard normal pdf and cdf functions Ignore spelling warning.
Chapter 18 Temperature, Heat, and the First Law of Thermodynamics In this chapter we will explore the following topics: Temperature and the zeroth law.
MATLAB Numerical Basics. Roots of Polynominals MATLAB can find all roots (both real and imaginary) of polynominals. Store coefficients in a vector v =
CFD Exercise 1 Laminar & turbulent flows with COMSOL.
Exercise 1 Suppose we have a simple mass, spring, and damper problem. Find The modeling equation of this system (F input, x output). The transfer function.
Date of download: 7/10/2016 Copyright © ASME. All rights reserved. From: Investigation of Anisotropic Thermal Conductivity in Polymers Using Infrared Thermography.
Using the Calculator for Normal Distributions. Standard Normal Go to 2 nd Distribution Find #2 – Normalcdf Key stroke is Normalcdf(Begin, end) If standardized,
Lumped Capacitance Calculator
Date of download: 10/18/2017 Copyright © ASME. All rights reserved.
Using the Calculator for Normal Distributions
Date of download: 10/24/2017 Copyright © ASME. All rights reserved.
Date of download: 10/27/2017 Copyright © ASME. All rights reserved.
Temperature, Heat, and the First Law of Thermodynamics
Temperature, Heat and Thermal Expansion
Thermal 3.
Chapter 18 Temperature, Heat, and the First Law of Thermodynamics
SDE & Statistics MiniCourse Topics List for the Exam
Date of download: 12/22/2017 Copyright © ASME. All rights reserved.
STAT 206: Chapter 6 Normal Distribution.
Valeri Alexiev, Jeanna Balreira and Vanessa Moreno
The Normal Distribution…
Basic statistics on a vector in R
An Example of {AND, OR, Given that} Using a Normal Distribution
Sample vs Population comparing mean and standard deviations
LESSON 17: THE F-DISTRIBUTION
Using the Tables for the standard normal distribution
Boiling Heat Transfer Exercise
Year-3 The standard deviation plus or minus 3 for 99.2% for year three will cover a standard deviation from to To calculate the normal.
The Variance How to calculate it.
Consider the following problem
Temperature, Heat , and the First law of thermodynamics
IRSN work and perspectives
THE NORMAL DISTRIBUTION AND THE 68–95–99.7% RULE
Unit # Deviation Absolute Dev. Square of Dev
3.5 Limits at Infinity Horizontal Asymptote.
Energy in thermal systems
TEM - Lecture 4 Thermal Resistance.
Presentation transcript:

1 CHEM-E7130 Process Modeling Exercise Numerical integration, distributions etc.

Integral functions, time dependent heat transfer 2 T(0,t)=T 0 T( ,t)=0 T(x,0)=0 Analytical solution: Plot temperature profiles as functions of time with Excel with some T 0 values and physically relevant thermal diffusivity

Look for Matlab help for numerical integration Set up a Matlab m –file for numerically integrating normal distribution with average 2 mm and standard deviation 0.2 mm. Integrate over a) 0 to 1 m b) 0 to 1000 m c) 0 to infinity (Inf) 3

4 Modify the m-file so that the functions are nested, and set up parameters for the whole code at the same time Calculate moments from zeroth to third for the function Calculate average and standard deviation from the moments and compare to the given values Check when the accuracy is lost when the upper integration limit is increased