FLPROPS – THE FLUID PROPERTIES CALCULATOR Tom Ames and Mark Cutler.

Slides:



Advertisements
Similar presentations
Element, Compound or Mixture?
Advertisements

A User-Friendly, Two-Zone Heat Release and Emissions Model Jeremy Cuddihy Major Professor: Dr. Steve Beyerlein.
Chemical Equilibrium. Dynamic Equilibrium Under certain conditions – the rate of the reverse reaction increases as the rate of the forward reaction decreases.
The Air Around You Section 15:1.
Additional Problem Sets
Heat Transfer Project W 2010 Brandon Horsley & Nate Tulett Developing an Excel Spread Sheet to Calculate ħ.
Calculate partial pressure of O 2 at Sea level Nitrogen78.08% Oxygen20.95% Water Vapor0 to 4 % Argon0.93% Carbon Dioxide0.036% Neon0.0018% Helium0.0005%
A 28. 0g Sample of nitrogen gas combines completely with 6
Gas Exchange in Lungs Prof. K. Sivapalan. Properties of Gases 20132Gas Exchange.
Department of Mechanical Engineering ME 322 – Mechanical Engineering Thermodynamics Lecture 31 Ideal Gas Mixtures.
THERMODYNAMICS LAB Properties of Pure Substances
1 Partial Pressure Pressure of individual gases in a mixture.
Objectives Understand what MATLAB is and why it is widely used in engineering and science Start the MATLAB program and solve simple problems in the command.
Chapter 2-1.  A substance made up of two or more different types of atoms bonded together.  Elements are to compounds as letters are to words.  Elements.
Introduction to Engineering MATLAB – 6 Script Files - 1 Agenda Script files.
Matlab for Engineers About Matlab Chapter 1. Matlab for Engineers What’s in this Chapter? What is Matlab? Student Edition of Matlab How is Matlab used.
1 Lec 6: Psychrometrics and Engineering Equation Solver (EES)
What is MATLAB? MATLAB is one of a number of commercially available, sophisticated mathematical computation tools. Others include Maple Mathematica MathCad.
Water phase changes constant Temperature remains __________
Section Six.
What is Matlab Course Goals Precedence Accounts & Login Variables Error Types Course Logistics Vince Bertsch Office:
DALTON’S LAW OF PARTIAL PRESSURE
Mathematical Applications using MATLAB (Cont….)
Nitrogen 78% Oxygen 21% Gases in Dry Air Trace Gases 1% Trace Gases Percentage by Volume Argon Carbon dioxide Neon Helium Methane Krypton Hydrogen 0.93.
1 Lecture 1 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
Atomic Structure. Atomic number – number of protons Mass number – number of protons + neutrons Protons (+)electrons (-) Neutrons (neutral) Energy levels.
Lecture 20: Choosing the Right Tool for the Job. What is MATLAB? MATLAB is one of a number of commercially available, sophisticated mathematical computation.
ME 340 Term Project Winter 2010 Dr. Soloviev Benjamin Parker Cesare Jenkins.
Composition of the atmosphere. Composition of the Atmosphere ▪Composition = what something is made of. ▪ “Air” is all around us and it behaves often like.
訊號與系統 廖文淵 德霖技術學院資訊工程系 Introduction to MATLAB.
Density Notes. What is density? Density – mass per unit volume What does per mean? – Examples that use per: miles per hour meters per second $ per pound.
Spring 2016 Statics - TAM 210 & TAM 211 Discussion 1 - Intro to Matlab 1.
Compounds. Elements Combined -most elements are not found alone in nature -often two or more elements chemically combine to form compound a pure substance.
 H20 IS WATER.  H20=2 parts hydrogen and 1 part oxygen.
Chapter 10 Chemical Calculations
1. 2 Partial Pressure Pressure of individual gases in a mixture.
 An Element is a simple substance that cannot be split up into simpler substances by chemical means.
Describing Matter Matter is anything that has mass and takes up space. Chemistry is the study of the properties of matter and how matter changes.
User Defined Functions Spring EE 201. Class Learning Objectives  Achieve Comprehension LOL of User Defined Functions. Spring
14.0 Math Review 14.4 Interpolation. Interpolation Air Resistance Across The Coil Model Number Air Volume CFM Dry Coil in. w.g. Wet Coil in. w.g. XYZ.
Elements An element is a pure substance made of only 1 type of atom.
Heat and Flow Technology I.
The Air Around You Section 15:1.
FLUID MECHANICS LECTURE
1. Global Climate Change refers to…?:
Balancing Equations P + + = O + + = GCSE/A Level Chemistry.
SE 17-15(a) Formation of industrial smog
1.1 Molecule models Lesson starter
Combustion BY AREEB.
Composition of the atmosphere
Section 2.3 Classifying Matter
Section 2.3 Classifying Matter
Solution Formation & Properties
Weather Unit (DPI) Laura LeMay.
Linnert, Welding Metallurgy,
Maximum Inversion Temperature [K] Gas Maximum Inversion Temperature [K] Helium-4 45 Hydrogen 205 Neon 250 Nitrogen 621 Air 603 Carbon monoxide 652.
Spline Interpolation Method
Test Review Matter and Energy Part 3.
FLUID MECHANICS LECTURE
4 NH3 (g) + 5 O2 (g) 6 H2O (g) + 4 NO (g)
Lecture 31 Ideal Gas Mixtures.
Composition And Origin
Compounds.
Lagrangian Interpolation
Chapter 2 Section 2 What are chemical formulas?
Maximum Inversion Temperature [K] Gas Maximum Inversion Temperature [K] Helium-4 45 Hydrogen 205 Neon 250 Nitrogen 621 Air 603 Carbon monoxide 652.
Elements, Compounds and Mixtures
Percentage Composition
Composition of the atmosphere
Air Pressure.
Presentation transcript:

FLPROPS – THE FLUID PROPERTIES CALCULATOR Tom Ames and Mark Cutler

Motivation April 1st 2009  Heat Transfer problems often require extensive tabulated data  Iterative problems, especially, can be tedious

Current Solutions April 1st 2009  Fluid properties are looked up and linearly interpolated by hand  Very time consuming and prone to error  Jon Isaacson’s Thermophysical Properties Calculator is used  GUI keeps the calculator from being incorporated into other software packages  Numbers must still be written out by hand.

FLPROPS April 1st 2009  A MATLAB m-file that contains properties for the following fluids:  Air, Ammonia, Carbon Dioxide, Carbon Monoxide, Helium, Hydrogen, Nitrogen, Oxygen, Water Vapor, Engine Oil, Ethylene Glycol, Glycerin, R-132a, R-22, Mercury, and Water  Delivers any property needed  Water quality also included

FLPROPS April 1st 2009  Called as a function from an m-file  You never even see the property value  Allows for iterative solutions in seconds  Syntax  [beta,Pr,nu,k]=flprops('air',Tf,'beta','Pr','nu','k');  Place the file in your working directory and type “help flprops” into the command window

Future Work  Porting flprops scripts to other math programs  Maple  Mathematica  Excel VBA  Making a stand alone program  Use GUI like Isaacson’s  Allow for command line prompt that can be called from other programs April 1st 2009

Questions? April 1st 2009