Force between two neutral atoms. Van der Waals equation.

Slides:



Advertisements
Similar presentations
The Kinetic Theory of Gases
Advertisements

Non-tabular approaches to calculating properties of real gases
Thermodynamics and Statistical Mechanics Equations of State.
Real Gases. The ideal gas equation of state is not sufficient to describe the P,V, and T behaviour of most real gases. Most real gases depart from ideal.
Physics for Scientists and Engineers, 6e
Compiled by: Gan Chin Heng / Shermon Ong 07S06G / 07S06H
Lecture (4) Plotting & Programming (1) Eng. Osama Talaat 1.
1 Chapter 4 Curve Plotting with MATLAB MATLAB provides some very powerful features for plotting and labeling curves. These operations can be performed.
GASES Question 1: 1994 B Free Response
Lecture 19 Overview Ch. 4-5 List of topics Heat engines
Properties of Reservoir Fluids Fugacity and Equilibrium Fall 2010 Shahab Gerami 1.
An equation of state is a relation between state variables It is a thermodynamic equation describing the state of matter under a given set of physical.
Chapter 18 Ideal vs. Real Gases. Variables Affecting Gases 4 Variables: 1.Pressure 2.Volume 3.Temperature 4.Number of particles By changing any one of.
Functions of Several Variables. Constructing Functions of Several Variables The temperature at points in the xy-plane is proportional to the square of.
Atkins’ Physical Chemistry Eighth Edition Chapter 1 The Properties of Gases Copyright © 2006 by Peter Atkins and Julio de Paula Peter Atkins Julio de Paula.
THERMODYNAMIC PROCESSES
Applying Gibbs theory on SAFT and PC-SAFT EOS’s to calculate nucleation rates of Ethanol and Methanol. Fawaz Hrahsheh Dr. Abdalla Obeidat Department of.
Observables. Molar System The ratio of two extensive variables is independent of the system size.  Denominator N as particle  Denominator N as mole.
The Advanced Chemical Engineering Thermodynamics The variables (thermodynamic properties) and the equations in thermodynamics Q&A -2- 9/22/2005(2) Ji-Sheng.
Thermodynamics and Statistical Mechanics
Now we introduce a new concept: fugacity
Most likely macrostate the system will find itself in is the one with the maximum number of microstates. E 1  1 (E 1 ) E 2  2 (E 2 ) E 1  1 (E 1 )
Real gases 1.4 Molecular interactions 1.5 The van de Waals equation 1.6 The principle of corresponding states Real gases do not obey the perfect gas law.
Real vs. Ideal Gas Under what types of pressure do gases behave ideally? Under what type of temperatures do gases behave ideally? We originally defined.
Chemistry 231 Real Gases. The ideal gas equation of state is not sufficient to describe the P,V, and T behaviour of most real gases. Most real gases depart.
Mixtures of Gases Dalton's law of partial pressure states: –the total pressure of a mixture of gases is equal to the sum of the partial pressures of the.
Real Gases Deviation from ideal gas Law: -Gas particles have volume - Attraction exists between gas particles (liquefication) Ideal gas law applies only.
6.2 Graphs of Polynomials. The Degree of Polynomials The degree of a polynomial is the value of the largest exponent. y = 5x 4 + 3x 2 – 7 Degree = 4 y.
Chapter 3 Phase Transitions and Chemical Reactions.
Real gas 1.molecules not always in motion (condense phase can be formed) 2.molecular size is non-negligible (there is molecular repulsion) 3.Molecules.
1 Tips for solving Project 1 Reactor SO 3 SO 2 +O 2.
17.4 State Variables State variables describe the state of a system
Chapter 18. System: an object under consideration, an example we will use often is a box of gas. State variables: variables that give us information about.
Gas Laws State the equation of state for an ideal gas Describe the difference between an ideal gas and a real gas Describe the.
32.1 Pressure Dependence of Gibbs’ Free Energy Methods of evaluating the pressure dependence of the Gibbs’ free energy can be developed by beginning with.
Real Gases. The ideal gas equation of state is not sufficient to describe the P,V, and T behaviour of most real gases. Most real gases depart from ideal.
GASES.
Physical Property Modeling from Equations of State David Schaich Hope College REU 2003 Evaluation of Series Coefficients for the Peng-Robinson Equation.
5.2 Ideal Gases Densities of gases  Sensitive to T and P P-V-T relation  Equation of State (EOS) Ideal Gas Law for Single Component PV = nRT Ideal Gas.
Analyzing Functions (4.16) y=f(x) MATLAB. Functional Analysis includes: Plotting and evaluating a function Finding extreme points Finding the roots (zeros.
1 Scatter Plots on the Graphing Calculator. 12/16/ Setting Up Press the Y= key. Be sure there are no equations entered. If there are any equations,
Thermal Physics 3.2 Modelling a gas. Understanding  Pressure  Equation of state for an ideal gas  Kinetic model of an ideal gas  Mole, molar mass,
MAXWELL’S THERMODYNAMIC RELATIONSHIPS AND THEIR APPLICATIONS
GASES. Gases  The physical state of gases is defined by several physical properties  Volume  Temperature  Amount (commonly expressed as number of.
Lecture 29: 1st Law of Thermodynamics
CHEM 112 Spring 2011 Exam 1 Review.
MATLAB Numerical Basics. Roots of Polynominals MATLAB can find all roots (both real and imaginary) of polynominals. Store coefficients in a vector v =
THREE STATES OF MATTER General Properties of Gases.
8.4 The Kinetic Molecular Theory and Real Gas Behavior.
Thermal Physics 3.2 Modelling a gas. Understanding  Pressure  Equation of state for an ideal gas  Kinetic model of an ideal gas  Mole, molar mass,
Math 20-1 Chapter 9 Linear and Quadratic Inequalities
SUBJECT : Engg. Thermodynamics TITLE: Ideal gases (Upto Vander waals eqn.) Year : 2014 Presentation By: ( ) SHARMA CHETAN K.
Lecture 17 Overview Ch. 4-5 List of topics
Graphing and solving quadratic inequalities
Chapter 1. Properties of Gases
Properties of Gases Kinetic Molecular Model Speed of gas
Creates values of Vr from 0.5 to 3 in steps of (3-0.5)/100
Chapter Three: Part Two
Modified by Jed Macosko
Satish Pradhan Dnyanasadhana college, Thane
Based on the work submitted to EPJC
Gas Laws For Real Gases.
Maxwell construction B2.
Chapter Three: Part Two
Chapter 8 Real Gases.
1910 Nobel Prize van der Waals
Real Gases Real molecules do take up space and do interact with each other (especially polar molecules). Need to add correction factors to the ideal gas.
Chapter Three_ Part Two
Ch. 5: Applications Using Maxwell Relations & Measurable Properties
Presentation transcript:

Force between two neutral atoms

Van der Waals equation

Sir James Dewar FRS (1842 – 1923)Heike Kamerlingh Onnes (1853 – 1926)Johannes Diderik van der Waals (1837 – 1923)

Isotherms for a van der waals gas MATLAB code clear all; v = 19:1:200; t=340; b=14; a=78435; for i=1:20 t = t-10; r = 8.314; p = r*t./(v-b)-(a./v.^2); plot(v,p) axis([ ]); xlabel('v'); ylabel('p'); hold on; end Set a = b = 0 and you get the isotherms for an ideal gas a and b were chosen to give a Tc of 200 K

At a particular temperature a vdw gas develops a point of inflexion. The gas can be liquefied below this temperature. To find the point of inflexion set: and

Which gives: Define dimensionless reduced variables

Which gives the reduced form of the vdw equation Can be applied to any gas (to some extent) since its independent of a and b (law of corresponding states)

Isotherms for the reduced form of the van der waals equation of state MATLAB code clear all; vr = 0.5:0.01:10; tr=2; for i=1:15 tr = tr-0.1; pr = (8*tr./(vr.*3-1))-(3./vr.^2); plot(vr,pr) axis([ ]); xlabel('v_r'); ylabel('p_r'); hold on; end

Below the critical temperature Tc, the vdw equation has a few problems Negative compressibility, unphysical Multivaluedness, unphysical

Free energy considerations can remove these problems (1) (2) (1) and (2) From (1)

Plotting the gibbs function using matlab… The system will choose the minimum Gibb’s free energy

B2 Maxwell construction

clc; clear all; close all Vr = linspace(0.5,3,100); figure(1); ylim([0 2]) xlim([0.25 3]) xlabel('V_r') ylabel('P_r') Tr = 0.9; Prfunc 8*Tr./(3*Vr - 1) - 3./(Vr.^2); Pr = Prfunc(Vr); plot(Vr,Pr) Clear command, clears the screen; clears all objects; closes all figures etc. Creates values of Vr from 0.5 to 3 in steps of (3-0.5)/100 Opens a figure window Y axis limits X axis limits Labels x axis Labels y axis Defines the van der Waals equation as a function of Tr and Vr Calculate Pr using the vdW equation Plots Pr vs. Vr

if Tr < 1 Pr_b = 1.0; vdW_Pr_b = [1 -1/3*(1+8*Tr/Pr_b) 3/Pr_b -1/Pr_b];

v = sort(roots(vdW_Pr_b)); A1 = (v(2)-v(1))*Pr_b - integral(Prfunc,v(1),v(2)); A2 = integral(Prfunc,v(2),v(3)) - (v(3)-v(2))*Pr_b; Finds the roots of the polynomial and sorts them in increasing order: v(1), v(2), and v(3) Calculates the area enclosed by the line and the vdW curve between v(1) and v(2) and then from v(2) and v(3). (clearer figure later).

Z = abs(A1-A2); while Z > vdW_Pr_b = [1 -1/3*(1+8*Tr/Pr_b) 3/Pr_b -1/Pr_b]; v = sort(roots(vdW_Pr_b)); Prfunc 8*Tr./(3*Vr - 1) - 3./(Vr.^2); A1 = (v(2)-v(1))*Pr_b - integral(Prfunc,v(1),v(2)); A2 = integral(Prfunc,v(2),v(3)) - (v(3)-v(2))*Pr_b; Z = abs(A1 - A2); Pr_b = Pr_b ; figure(1); hold off; plot(Vr,Pr) figure(1); hold on; plot([0.5 3],[Pr_b Pr_b],'k--') hold off; end Calculates the difference between the two areas If z > then this loop starts Defines the polynomial in the loop Calculates and sorts the roots Defines vdW equation in the loop Calculates the areas again Calculates the difference Lowers the test values Pr_b by Chooses figure 1 window; new plot will appear, old graph is removed Plots Pr vs. Vr Chooses figure 1window; new plot will appear keeping the old graph Plots the line for Pr_b vs. Vr in a black dashed line Next time a new graph is plotted the old plots will be removed Starts the loop again and checks if the difference between A1 and A2 (Z) > for the new value of Pr_b. Loop stops if Z < i.e A1  A2

Pr_b v(1) v(2) v(3) (v(2)-v(1))*Pr_b(v(3)-v(2))*Pr_b

Pr_b v(1) v(2) v(3) integral(Prfunc,v(1),v(2)) integral(Prfunc,v(2),v(3)) Calculates the area under the vdW curve from v(1) to v(2) and from v(2) to v(3).

Pr_b v(1) v(2) v(3) Calculates the relevant area for the Maxwell constructions (v(2)-v(1))*Pr_b - integral(Prfunc,v(1),v(2)) integral(Prfunc,v(2),v(3)) - (v(3)-v(2))*Pr_b

end A1 A2 Pr_b Ends the if loop Prints A1 and A2 Prints the value of pressure Pr_b which satisfies Maxwell’s condition.

P v T Liquefying a gas by applying pressure

P v T

P v T

P v T

P v T

P v T

P v T

Two phase region in the vdW gas

P (bar)

sPTOA