SlideShare ist ein Scribd-Unternehmen logo
1 von 2
Downloaden Sie, um offline zu lesen
In this assignment, you will be calculating the heat required to heat up water from room
temperature, vaporize it and produce superheated steam at 1000C. As you might recall from
thermodynamics, we can calculate that total heat using the following equation: lbegin { equation }
|Delta H_{tot }= int_{T_0}{T_{vap}} C_{p,liq },dT+ Delta H_{vap, T}+ int_{T_{vap }}{T_{end}}
C_{p,gas },dT lend{equation } In this equation, Htot is the total required enthalpy ( J/mol), while Cp
,liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK)
respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this
assignment, we will be using numerical differentiation and integration to obtain the required values
for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from
water at room temperature (20C). For this assignment, you may assume that we are on earth and
that we are at a location where the boiling point of water is 100C and that the atmospheric
pressure is equal to 101,325Pa.In this assignment, you will be calculating the heat required to heat
up water from room temperature, vaporize it and produce superheated steam at 1000C. As you
might recall from thermodynamics, we can calculate that total heat using the following equation:
Ibegin{equation lend{equation In this equation, Htot is the total required enthalpy (J/mol), while Cp,
liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK)
respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this
assignment, we will be using numerical differentiation and integration to obtain the required values
for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from
water at room temperature (20C). For this assignment, you may assume that we are on earth and
that we are at a location where the boiling point of water is 100C and that the atmospheric
pressure is equal to 101,325Pa. Part 1 - Finding the heat of vaporization ( 40 points) In order to
calculate the total energy, we need to find the heat of vaporization at a temperature of 100C. We
can calculate this latent heat using the following equation, which is dependent on the slope of the
vapor-pressure curve as a function of temperature (dPsat/dT), the volume change upon
vaporization Vvap and the temperature T at which the phase change takes place (in Kelvin):
Ibegin{equation } |Delta H_{vap, T}=T{ Delta V{vap}frac{dP{ sat }}{dT} end{equation The volume of
a mole of water vapor at 100C can be approximated by the ideal gas law (where T is in Kelvin, R
is theuniversal gas constant and the pressure is in Pa ): lbegin { equation } frac{V}{n}=frac{RT}p}=
frac{8.314373.15}{101325}=0.03062hspace{1pt}mathrm{m3/mol} lend { equation } As the volume
of a mole of liquid water is negligible in when compared to this volume, we take this molar volume
to be equal to Vvap If we have an equation for the saturation vapor pressure as a function of
temperature, we can take the derivative at the desired temperature and find the latent heat. The
following equation holds for the saturation pressure of water (Pa) as function of temperature (in
Kelvin): lnPsat=T6096.9385+21.24096422.711193102T+1.673952105T2+2.433502ln(T) This
equation (rewritten to return Psat is defined as a function in the cell below in order to avoid typo's.
- Using this equation, calculate the saturation pressure of water at 80,90,100,110 and 120C and
check your answers with tabulated data (e.g. The Engineering Toolbox). ( 5 points) - With these 5
data points, you can find different approximations of the derivative at 100C based on forward,
centered and backward finite-divided differences. Calculate the derivative dPsat/dT based on your
found data points using these three techniques and aqcuire the highest possible accuracy for all
three. Comment on the differences between the found values and indicate which approximation is
the most reliable. (10 points) - Another method of estimating the derivative is taking the function
and calculate saturation pressures at different temperatures spaced closer to each other and
estimate the derivative using these values. Write functions that determine the centered finite-
divided difference estimation of the derivative, with an error of h2 and h4 respectively. These
functions Ild take the equation for the saturation pressure as input, together with the value at which
the derivative shoulc' nated, and a step size h to determine the derivative with. (10 points)- With
these two functions, calculate the derivative for stepsizes ranging from 0.1C,1C,10C and 50C.
Comment on the found differences and the desired step size. Would further decreasing the step
size be useful? (10 points) - What is the value of dPsat/dT that you consider to be trustworthy
based on your knowledge of numerical differentiation? Use this value to calculate Hvap, and look
at tabulated values of Hvap of water (e.g. The Engineering Toolbox) to see if your estimation is in
the right order of magnitude. (5 points) In [ ] : 1 import numpy as np 2 def psat(T): return np.exp (
6096.9385T(1)+21.24096422.711193e2T+1.673952e5T2+2.433502np. log(T)) 3 In [ ] : 1 # Use
this cell to write your code and do your calculations- The differences between the above methods
are a result of YOUR REASON HERE and the most accurate approximation of the derivative is
based on the FORWARD/BACKWARD/CENTERED (REMOVE WRONG ANSWERS) divided
difference method. - Using first and second order centered divided difference methods, the
following values for dPsat/dT are found: - We observe the following when comparing the two
different schemes YOUR ANSWER HERE, and decreasing the step size results in YOUR
ANSWER HERE. - Advantages and disadvantages of decreasing the step size are YOUR
ANSWER HERE. Further decreasing the step size (lower than 0.1C ), would YOUR ANSWER
HERE - We use dPsat/dT= YOUR ANSWER HERE to calculate Hvap. Our found value of Hvap=
YOUR ANSWER HERE (DONT FORGET THE UNITS)**

Weitere ähnliche Inhalte

Ähnlich wie In this assignment you will be calculating the heat require.pdf

Thermo 5th chap01p085
Thermo 5th chap01p085Thermo 5th chap01p085
Thermo 5th chap01p085Luma Marques
 
Thermo 5th chap01_p085
Thermo 5th chap01_p085Thermo 5th chap01_p085
Thermo 5th chap01_p085João Pires
 
EMH1501-Memo- Assignments for SEM I _ II.pdf
EMH1501-Memo- Assignments for SEM I _ II.pdfEMH1501-Memo- Assignments for SEM I _ II.pdf
EMH1501-Memo- Assignments for SEM I _ II.pdfraymond960424
 
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxTitle of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxjuliennehar
 
Chapter 10 Test Review
Chapter 10 Test ReviewChapter 10 Test Review
Chapter 10 Test ReviewTed Banner
 
11th Physics Notes - Thermal Expansion for JEE Main
11th Physics Notes -  Thermal Expansion for JEE Main 11th Physics Notes -  Thermal Expansion for JEE Main
11th Physics Notes - Thermal Expansion for JEE Main Ednexa
 
types of heat exchangers.pdf
types of heat exchangers.pdftypes of heat exchangers.pdf
types of heat exchangers.pdfhassanzain10
 
Enthalpy of vaporization of liquid
Enthalpy of vaporization of liquidEnthalpy of vaporization of liquid
Enthalpy of vaporization of liquidNoaman Ahmed
 
Ch10 sample exercise
Ch10 sample exerciseCh10 sample exercise
Ch10 sample exerciseJane Hamze
 
A05v24n4
A05v24n4A05v24n4
A05v24n4y1r2m
 
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle
 
ABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxannetnash8266
 
Effectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerEffectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerElesh Koshti
 
Estimation of hottest spot temperature
Estimation of hottest spot temperatureEstimation of hottest spot temperature
Estimation of hottest spot temperatureRana Ateeq ur Rehman
 

Ähnlich wie In this assignment you will be calculating the heat require.pdf (20)

Thermo 5th chap01p085
Thermo 5th chap01p085Thermo 5th chap01p085
Thermo 5th chap01p085
 
Thermo 5th chap01_p085
Thermo 5th chap01_p085Thermo 5th chap01_p085
Thermo 5th chap01_p085
 
EMH1501-Memo- Assignments for SEM I _ II.pdf
EMH1501-Memo- Assignments for SEM I _ II.pdfEMH1501-Memo- Assignments for SEM I _ II.pdf
EMH1501-Memo- Assignments for SEM I _ II.pdf
 
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docxTitle of the ReportA. Partner, B. Partner, and C. Partner.docx
Title of the ReportA. Partner, B. Partner, and C. Partner.docx
 
Ch19 ssm
Ch19 ssmCh19 ssm
Ch19 ssm
 
Chapter 10 Test Review
Chapter 10 Test ReviewChapter 10 Test Review
Chapter 10 Test Review
 
Chm3410hwk02 soln.252145237
Chm3410hwk02 soln.252145237Chm3410hwk02 soln.252145237
Chm3410hwk02 soln.252145237
 
11th Physics Notes - Thermal Expansion for JEE Main
11th Physics Notes -  Thermal Expansion for JEE Main 11th Physics Notes -  Thermal Expansion for JEE Main
11th Physics Notes - Thermal Expansion for JEE Main
 
types of heat exchangers.pdf
types of heat exchangers.pdftypes of heat exchangers.pdf
types of heat exchangers.pdf
 
Enthalpy of vaporization of liquid
Enthalpy of vaporization of liquidEnthalpy of vaporization of liquid
Enthalpy of vaporization of liquid
 
Ch10 sample exercise
Ch10 sample exerciseCh10 sample exercise
Ch10 sample exercise
 
A05v24n4
A05v24n4A05v24n4
A05v24n4
 
Clausius-clapeyron Equation
Clausius-clapeyron EquationClausius-clapeyron Equation
Clausius-clapeyron Equation
 
Elizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol DesignElizabeth Towle Batch Distillation of Ethanol Design
Elizabeth Towle Batch Distillation of Ethanol Design
 
ABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docx
 
Effectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerEffectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchanger
 
HHO driven CCPP
HHO driven CCPPHHO driven CCPP
HHO driven CCPP
 
Estimation of hottest spot temperature
Estimation of hottest spot temperatureEstimation of hottest spot temperature
Estimation of hottest spot temperature
 
Boiler calculations
Boiler calculationsBoiler calculations
Boiler calculations
 
Thermodynamic ppt
Thermodynamic pptThermodynamic ppt
Thermodynamic ppt
 

Mehr von spsvirdi

In what ways did the evolution of an exoskeleton help insect.pdf
In what ways did the evolution of an exoskeleton help insect.pdfIn what ways did the evolution of an exoskeleton help insect.pdf
In what ways did the evolution of an exoskeleton help insect.pdfspsvirdi
 
In which external environments do changes usually occur mo.pdf
In which external environments do changes usually occur mo.pdfIn which external environments do changes usually occur mo.pdf
In which external environments do changes usually occur mo.pdfspsvirdi
 
In this era of tough economic conditions voters increasingl.pdf
In this era of tough economic conditions voters increasingl.pdfIn this era of tough economic conditions voters increasingl.pdf
In this era of tough economic conditions voters increasingl.pdfspsvirdi
 
In user interface design what is typically TRUE Group of a.pdf
In user interface design what is typically TRUE Group of a.pdfIn user interface design what is typically TRUE Group of a.pdf
In user interface design what is typically TRUE Group of a.pdfspsvirdi
 
In week 23 and 4 we will look at travel trade from the pers.pdf
In week 23 and 4 we will look at travel trade from the pers.pdfIn week 23 and 4 we will look at travel trade from the pers.pdf
In week 23 and 4 we will look at travel trade from the pers.pdfspsvirdi
 
In use cases an association aka communication relationshi.pdf
In use cases an association aka communication relationshi.pdfIn use cases an association aka communication relationshi.pdf
In use cases an association aka communication relationshi.pdfspsvirdi
 
In use cases an inheritance relationship is A relationship .pdf
In use cases an inheritance relationship is A relationship .pdfIn use cases an inheritance relationship is A relationship .pdf
In use cases an inheritance relationship is A relationship .pdfspsvirdi
 
In their article summarizing how one company rooted out bias.pdf
In their article summarizing how one company rooted out bias.pdfIn their article summarizing how one company rooted out bias.pdf
In their article summarizing how one company rooted out bias.pdfspsvirdi
 
In Unit Seven the Redfield ratio is defined Based on this .pdf
In Unit Seven the Redfield ratio is defined Based on this .pdfIn Unit Seven the Redfield ratio is defined Based on this .pdf
In Unit Seven the Redfield ratio is defined Based on this .pdfspsvirdi
 
in this case we chose the best option would be to work with .pdf
in this case we chose the best option would be to work with .pdfin this case we chose the best option would be to work with .pdf
in this case we chose the best option would be to work with .pdfspsvirdi
 
In the United States in 2017 approximately what percentage .pdf
In the United States in 2017 approximately what percentage .pdfIn the United States in 2017 approximately what percentage .pdf
In the United States in 2017 approximately what percentage .pdfspsvirdi
 
In the video Bob Williams talks about setting up a factory .pdf
In the video Bob Williams talks about setting up a factory .pdfIn the video Bob Williams talks about setting up a factory .pdf
In the video Bob Williams talks about setting up a factory .pdfspsvirdi
 
In this discussion reflect on the head of the IT department.pdf
In this discussion reflect on the head of the IT department.pdfIn this discussion reflect on the head of the IT department.pdf
In this discussion reflect on the head of the IT department.pdfspsvirdi
 
In the ZW sexdetermination system for birds males ZZ are.pdf
In the ZW sexdetermination system for birds males ZZ are.pdfIn the ZW sexdetermination system for birds males ZZ are.pdf
In the ZW sexdetermination system for birds males ZZ are.pdfspsvirdi
 
In the Stanford Journal of law Businessamp Finance expla.pdf
In the Stanford Journal of law Businessamp Finance expla.pdfIn the Stanford Journal of law Businessamp Finance expla.pdf
In the Stanford Journal of law Businessamp Finance expla.pdfspsvirdi
 
In the vertebrate brain each region is specialized in funct.pdf
In the vertebrate brain each region is specialized in funct.pdfIn the vertebrate brain each region is specialized in funct.pdf
In the vertebrate brain each region is specialized in funct.pdfspsvirdi
 
In the Solutions column identify as a team possible solut.pdf
In the Solutions column identify as a team possible solut.pdfIn the Solutions column identify as a team possible solut.pdf
In the Solutions column identify as a team possible solut.pdfspsvirdi
 
In the tugofwar for policy attention elected officials of.pdf
In the tugofwar for policy attention elected officials of.pdfIn the tugofwar for policy attention elected officials of.pdf
In the tugofwar for policy attention elected officials of.pdfspsvirdi
 

Mehr von spsvirdi (18)

In what ways did the evolution of an exoskeleton help insect.pdf
In what ways did the evolution of an exoskeleton help insect.pdfIn what ways did the evolution of an exoskeleton help insect.pdf
In what ways did the evolution of an exoskeleton help insect.pdf
 
In which external environments do changes usually occur mo.pdf
In which external environments do changes usually occur mo.pdfIn which external environments do changes usually occur mo.pdf
In which external environments do changes usually occur mo.pdf
 
In this era of tough economic conditions voters increasingl.pdf
In this era of tough economic conditions voters increasingl.pdfIn this era of tough economic conditions voters increasingl.pdf
In this era of tough economic conditions voters increasingl.pdf
 
In user interface design what is typically TRUE Group of a.pdf
In user interface design what is typically TRUE Group of a.pdfIn user interface design what is typically TRUE Group of a.pdf
In user interface design what is typically TRUE Group of a.pdf
 
In week 23 and 4 we will look at travel trade from the pers.pdf
In week 23 and 4 we will look at travel trade from the pers.pdfIn week 23 and 4 we will look at travel trade from the pers.pdf
In week 23 and 4 we will look at travel trade from the pers.pdf
 
In use cases an association aka communication relationshi.pdf
In use cases an association aka communication relationshi.pdfIn use cases an association aka communication relationshi.pdf
In use cases an association aka communication relationshi.pdf
 
In use cases an inheritance relationship is A relationship .pdf
In use cases an inheritance relationship is A relationship .pdfIn use cases an inheritance relationship is A relationship .pdf
In use cases an inheritance relationship is A relationship .pdf
 
In their article summarizing how one company rooted out bias.pdf
In their article summarizing how one company rooted out bias.pdfIn their article summarizing how one company rooted out bias.pdf
In their article summarizing how one company rooted out bias.pdf
 
In Unit Seven the Redfield ratio is defined Based on this .pdf
In Unit Seven the Redfield ratio is defined Based on this .pdfIn Unit Seven the Redfield ratio is defined Based on this .pdf
In Unit Seven the Redfield ratio is defined Based on this .pdf
 
in this case we chose the best option would be to work with .pdf
in this case we chose the best option would be to work with .pdfin this case we chose the best option would be to work with .pdf
in this case we chose the best option would be to work with .pdf
 
In the United States in 2017 approximately what percentage .pdf
In the United States in 2017 approximately what percentage .pdfIn the United States in 2017 approximately what percentage .pdf
In the United States in 2017 approximately what percentage .pdf
 
In the video Bob Williams talks about setting up a factory .pdf
In the video Bob Williams talks about setting up a factory .pdfIn the video Bob Williams talks about setting up a factory .pdf
In the video Bob Williams talks about setting up a factory .pdf
 
In this discussion reflect on the head of the IT department.pdf
In this discussion reflect on the head of the IT department.pdfIn this discussion reflect on the head of the IT department.pdf
In this discussion reflect on the head of the IT department.pdf
 
In the ZW sexdetermination system for birds males ZZ are.pdf
In the ZW sexdetermination system for birds males ZZ are.pdfIn the ZW sexdetermination system for birds males ZZ are.pdf
In the ZW sexdetermination system for birds males ZZ are.pdf
 
In the Stanford Journal of law Businessamp Finance expla.pdf
In the Stanford Journal of law Businessamp Finance expla.pdfIn the Stanford Journal of law Businessamp Finance expla.pdf
In the Stanford Journal of law Businessamp Finance expla.pdf
 
In the vertebrate brain each region is specialized in funct.pdf
In the vertebrate brain each region is specialized in funct.pdfIn the vertebrate brain each region is specialized in funct.pdf
In the vertebrate brain each region is specialized in funct.pdf
 
In the Solutions column identify as a team possible solut.pdf
In the Solutions column identify as a team possible solut.pdfIn the Solutions column identify as a team possible solut.pdf
In the Solutions column identify as a team possible solut.pdf
 
In the tugofwar for policy attention elected officials of.pdf
In the tugofwar for policy attention elected officials of.pdfIn the tugofwar for policy attention elected officials of.pdf
In the tugofwar for policy attention elected officials of.pdf
 

Kürzlich hochgeladen

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Kürzlich hochgeladen (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

In this assignment you will be calculating the heat require.pdf

  • 1. In this assignment, you will be calculating the heat required to heat up water from room temperature, vaporize it and produce superheated steam at 1000C. As you might recall from thermodynamics, we can calculate that total heat using the following equation: lbegin { equation } |Delta H_{tot }= int_{T_0}{T_{vap}} C_{p,liq },dT+ Delta H_{vap, T}+ int_{T_{vap }}{T_{end}} C_{p,gas },dT lend{equation } In this equation, Htot is the total required enthalpy ( J/mol), while Cp ,liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK) respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this assignment, we will be using numerical differentiation and integration to obtain the required values for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from water at room temperature (20C). For this assignment, you may assume that we are on earth and that we are at a location where the boiling point of water is 100C and that the atmospheric pressure is equal to 101,325Pa.In this assignment, you will be calculating the heat required to heat up water from room temperature, vaporize it and produce superheated steam at 1000C. As you might recall from thermodynamics, we can calculate that total heat using the following equation: Ibegin{equation lend{equation In this equation, Htot is the total required enthalpy (J/mol), while Cp, liq and Cp,vap are the specific heat of water in the liquid phase and vapor phase (J/molK) respectively and Hvap,T(J/mol) is the latent heat of vaporization at a specific temperature T. In this assignment, we will be using numerical differentiation and integration to obtain the required values for the individual terms and find the total heat required to produce 1 mole of steam at 1000C from water at room temperature (20C). For this assignment, you may assume that we are on earth and that we are at a location where the boiling point of water is 100C and that the atmospheric pressure is equal to 101,325Pa. Part 1 - Finding the heat of vaporization ( 40 points) In order to calculate the total energy, we need to find the heat of vaporization at a temperature of 100C. We can calculate this latent heat using the following equation, which is dependent on the slope of the vapor-pressure curve as a function of temperature (dPsat/dT), the volume change upon vaporization Vvap and the temperature T at which the phase change takes place (in Kelvin): Ibegin{equation } |Delta H_{vap, T}=T{ Delta V{vap}frac{dP{ sat }}{dT} end{equation The volume of a mole of water vapor at 100C can be approximated by the ideal gas law (where T is in Kelvin, R is theuniversal gas constant and the pressure is in Pa ): lbegin { equation } frac{V}{n}=frac{RT}p}= frac{8.314373.15}{101325}=0.03062hspace{1pt}mathrm{m3/mol} lend { equation } As the volume of a mole of liquid water is negligible in when compared to this volume, we take this molar volume to be equal to Vvap If we have an equation for the saturation vapor pressure as a function of temperature, we can take the derivative at the desired temperature and find the latent heat. The following equation holds for the saturation pressure of water (Pa) as function of temperature (in Kelvin): lnPsat=T6096.9385+21.24096422.711193102T+1.673952105T2+2.433502ln(T) This equation (rewritten to return Psat is defined as a function in the cell below in order to avoid typo's. - Using this equation, calculate the saturation pressure of water at 80,90,100,110 and 120C and check your answers with tabulated data (e.g. The Engineering Toolbox). ( 5 points) - With these 5 data points, you can find different approximations of the derivative at 100C based on forward, centered and backward finite-divided differences. Calculate the derivative dPsat/dT based on your found data points using these three techniques and aqcuire the highest possible accuracy for all three. Comment on the differences between the found values and indicate which approximation is
  • 2. the most reliable. (10 points) - Another method of estimating the derivative is taking the function and calculate saturation pressures at different temperatures spaced closer to each other and estimate the derivative using these values. Write functions that determine the centered finite- divided difference estimation of the derivative, with an error of h2 and h4 respectively. These functions Ild take the equation for the saturation pressure as input, together with the value at which the derivative shoulc' nated, and a step size h to determine the derivative with. (10 points)- With these two functions, calculate the derivative for stepsizes ranging from 0.1C,1C,10C and 50C. Comment on the found differences and the desired step size. Would further decreasing the step size be useful? (10 points) - What is the value of dPsat/dT that you consider to be trustworthy based on your knowledge of numerical differentiation? Use this value to calculate Hvap, and look at tabulated values of Hvap of water (e.g. The Engineering Toolbox) to see if your estimation is in the right order of magnitude. (5 points) In [ ] : 1 import numpy as np 2 def psat(T): return np.exp ( 6096.9385T(1)+21.24096422.711193e2T+1.673952e5T2+2.433502np. log(T)) 3 In [ ] : 1 # Use this cell to write your code and do your calculations- The differences between the above methods are a result of YOUR REASON HERE and the most accurate approximation of the derivative is based on the FORWARD/BACKWARD/CENTERED (REMOVE WRONG ANSWERS) divided difference method. - Using first and second order centered divided difference methods, the following values for dPsat/dT are found: - We observe the following when comparing the two different schemes YOUR ANSWER HERE, and decreasing the step size results in YOUR ANSWER HERE. - Advantages and disadvantages of decreasing the step size are YOUR ANSWER HERE. Further decreasing the step size (lower than 0.1C ), would YOUR ANSWER HERE - We use dPsat/dT= YOUR ANSWER HERE to calculate Hvap. Our found value of Hvap= YOUR ANSWER HERE (DONT FORGET THE UNITS)**