SlideShare a Scribd company logo
Bubble Point 
Calculations 
PRESENTED BY: 
MARNEL JOLLY D. FRANCISCO
BUBBLE POINT 
The bubble point is the 
point at which the first 
drop of a liquid mixture 
begins to vaporize.
BUBBLE POINT 
What causes a liquid 
to vaporize? 
Increasing the 
temperature 
Decreasing the 
pressure
BUBBLE POINT 
CALCULATIONS
APPLICATION TO MATLAB 
function P2_10A 
clear, clc, format short g, format 
compact 
xguess = 49.5 ; 
xsolv=fzero(@NLEfun,xguess); 
disp(' Variable values at the solution'); 
disp([' Unknown value ' 
num2str(xsolv)]); 
%- - - - - - - - - - - - - - - - - - - - - - 
function fTbp = NLEfun(Tbp); 
xA = .1; 
PA = 10 ^ (6.85221 - (1064.63 / (Tbp + 
232))); 
PB = 10 ^ (6.87776 - (1171.53 / 
(224.366 + Tbp))); 
xB = 1 - xA; 
yA = xA * PA / 760; 
yB = xB * PB / 760; 
fTbp = xA * PA + xB * PB - 760;
APPLICATION TO MATLAB

More Related Content

What's hot

Sizing of relief valves for supercritical fluids
Sizing of relief valves for supercritical fluidsSizing of relief valves for supercritical fluids
Sizing of relief valves for supercritical fluids
Alexis Torreele
 
MEB and Wellbore Performance
MEB and Wellbore PerformanceMEB and Wellbore Performance
MEB and Wellbore Performance
Ajay Suri
 
Module 4 - Logical Operations
Module 4 - Logical OperationsModule 4 - Logical Operations
Module 4 - Logical Operations
riezqaandika
 
Pipe line sizing
Pipe line sizingPipe line sizing
Pipe line sizing
Pankaj Khandelwal
 
Compressor Polytropic Efficiency Calculation
Compressor Polytropic Efficiency CalculationCompressor Polytropic Efficiency Calculation
Compressor Polytropic Efficiency Calculation
Usama Khan
 
Pressure Safety Valve Sizing - API 520/521/526
Pressure Safety Valve Sizing - API 520/521/526Pressure Safety Valve Sizing - API 520/521/526
Pressure Safety Valve Sizing - API 520/521/526
Vijay Sarathy
 
Engineering design guideline LPG
Engineering design guideline LPGEngineering design guideline LPG
Engineering design guideline LPG
Shahid Mustafa Siddiqui
 
Production of phthalic anhydride from xylene
Production of phthalic anhydride from xyleneProduction of phthalic anhydride from xylene
Production of phthalic anhydride from xylene
Mujtaba Al-Nasser
 
pressure drop calculation in sieve plate distillation column
pressure drop calculation in sieve plate distillation columnpressure drop calculation in sieve plate distillation column
pressure drop calculation in sieve plate distillation column
Ali Shaan Ghumman
 
Pressure relief system_design
Pressure relief system_designPressure relief system_design
Pressure relief system_design
Rahul Tewari
 
VLE VAPOR LIQUID EQUILIBRIUM - Introduction
VLE VAPOR LIQUID EQUILIBRIUM -  Introduction VLE VAPOR LIQUID EQUILIBRIUM -  Introduction
VLE VAPOR LIQUID EQUILIBRIUM - Introduction
Usama Khan
 
Basics of two phase flow (gas-liquid) line sizing
Basics of two phase flow (gas-liquid) line sizingBasics of two phase flow (gas-liquid) line sizing
Basics of two phase flow (gas-liquid) line sizing
Vikram Sharma
 
orifice meter
orifice meterorifice meter
orifice meter
Dhyan Bhavsar
 
Fluid Mechanics: fluid statics: pascals law, hydrostatic law
Fluid Mechanics: fluid statics: pascals law, hydrostatic lawFluid Mechanics: fluid statics: pascals law, hydrostatic law
Fluid Mechanics: fluid statics: pascals law, hydrostatic law
jt kavya
 
Ponchon Savarait
Ponchon SavaraitPonchon Savarait
Ponchon Savarait
HimanshuRajVerma1
 
Calculation guidelines for Rotary Dryer.pdf
Calculation guidelines for Rotary Dryer.pdfCalculation guidelines for Rotary Dryer.pdf
Calculation guidelines for Rotary Dryer.pdf
Ed Ryan Ruales
 
Drying of wet solids
Drying of wet solidsDrying of wet solids
Drying of wet solids
KrishnaKantNayak2
 
Mixing of Solid-Liquid Systems
Mixing of Solid-Liquid SystemsMixing of Solid-Liquid Systems
Mixing of Solid-Liquid Systems
Gerard B. Hawkins
 
Single phase flow line sizing
Single phase flow line sizingSingle phase flow line sizing
Single phase flow line sizing
Vikram Sharma
 
Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...
Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...
Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...
Waqas Manzoor
 

What's hot (20)

Sizing of relief valves for supercritical fluids
Sizing of relief valves for supercritical fluidsSizing of relief valves for supercritical fluids
Sizing of relief valves for supercritical fluids
 
MEB and Wellbore Performance
MEB and Wellbore PerformanceMEB and Wellbore Performance
MEB and Wellbore Performance
 
Module 4 - Logical Operations
Module 4 - Logical OperationsModule 4 - Logical Operations
Module 4 - Logical Operations
 
Pipe line sizing
Pipe line sizingPipe line sizing
Pipe line sizing
 
Compressor Polytropic Efficiency Calculation
Compressor Polytropic Efficiency CalculationCompressor Polytropic Efficiency Calculation
Compressor Polytropic Efficiency Calculation
 
Pressure Safety Valve Sizing - API 520/521/526
Pressure Safety Valve Sizing - API 520/521/526Pressure Safety Valve Sizing - API 520/521/526
Pressure Safety Valve Sizing - API 520/521/526
 
Engineering design guideline LPG
Engineering design guideline LPGEngineering design guideline LPG
Engineering design guideline LPG
 
Production of phthalic anhydride from xylene
Production of phthalic anhydride from xyleneProduction of phthalic anhydride from xylene
Production of phthalic anhydride from xylene
 
pressure drop calculation in sieve plate distillation column
pressure drop calculation in sieve plate distillation columnpressure drop calculation in sieve plate distillation column
pressure drop calculation in sieve plate distillation column
 
Pressure relief system_design
Pressure relief system_designPressure relief system_design
Pressure relief system_design
 
VLE VAPOR LIQUID EQUILIBRIUM - Introduction
VLE VAPOR LIQUID EQUILIBRIUM -  Introduction VLE VAPOR LIQUID EQUILIBRIUM -  Introduction
VLE VAPOR LIQUID EQUILIBRIUM - Introduction
 
Basics of two phase flow (gas-liquid) line sizing
Basics of two phase flow (gas-liquid) line sizingBasics of two phase flow (gas-liquid) line sizing
Basics of two phase flow (gas-liquid) line sizing
 
orifice meter
orifice meterorifice meter
orifice meter
 
Fluid Mechanics: fluid statics: pascals law, hydrostatic law
Fluid Mechanics: fluid statics: pascals law, hydrostatic lawFluid Mechanics: fluid statics: pascals law, hydrostatic law
Fluid Mechanics: fluid statics: pascals law, hydrostatic law
 
Ponchon Savarait
Ponchon SavaraitPonchon Savarait
Ponchon Savarait
 
Calculation guidelines for Rotary Dryer.pdf
Calculation guidelines for Rotary Dryer.pdfCalculation guidelines for Rotary Dryer.pdf
Calculation guidelines for Rotary Dryer.pdf
 
Drying of wet solids
Drying of wet solidsDrying of wet solids
Drying of wet solids
 
Mixing of Solid-Liquid Systems
Mixing of Solid-Liquid SystemsMixing of Solid-Liquid Systems
Mixing of Solid-Liquid Systems
 
Single phase flow line sizing
Single phase flow line sizingSingle phase flow line sizing
Single phase flow line sizing
 
Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...
Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...
Presentation on Calculation of Line Pack of Natural Gas Pipe using Aspen PLUS...
 

Recently uploaded

如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
gapen1
 
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
kalichargn70th171
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
Drona Infotech
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
safelyiotech
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
dakas1
 
Orca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container OrchestrationOrca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container Orchestration
Pedro J. Molina
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
ShulagnaSarkar2
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
Yara Milbes
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
widenerjobeyrl638
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
kalichargn70th171
 
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
OnePlan Solutions
 
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data PlatformAlluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio, Inc.
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
Massimo Artizzu
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
The Third Creative Media
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Peter Caitens
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
dakas1
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Modelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - AmsterdamModelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - Amsterdam
Alberto Brandolini
 
ACE - Team 24 Wrapup event at ahmedabad.
ACE - Team 24 Wrapup event at ahmedabad.ACE - Team 24 Wrapup event at ahmedabad.
ACE - Team 24 Wrapup event at ahmedabad.
Maitrey Patel
 

Recently uploaded (20)

如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
如何办理(hull学位证书)英国赫尔大学毕业证硕士文凭原版一模一样
 
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
A Comprehensive Guide on Implementing Real-World Mobile Testing Strategies fo...
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
 
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
Safelyio Toolbox Talk Softwate & App (How To Digitize Safety Meetings)
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
Orca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container OrchestrationOrca: Nocode Graphical Editor for Container Orchestration
Orca: Nocode Graphical Editor for Container Orchestration
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
 
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...Transforming Product Development using OnePlan To Boost Efficiency and Innova...
Transforming Product Development using OnePlan To Boost Efficiency and Innova...
 
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data PlatformAlluxio Webinar | 10x Faster Trino Queries on Your Data Platform
Alluxio Webinar | 10x Faster Trino Queries on Your Data Platform
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
 
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Modelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - AmsterdamModelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - Amsterdam
 
ACE - Team 24 Wrapup event at ahmedabad.
ACE - Team 24 Wrapup event at ahmedabad.ACE - Team 24 Wrapup event at ahmedabad.
ACE - Team 24 Wrapup event at ahmedabad.
 

bubble point calculations

  • 1. Bubble Point Calculations PRESENTED BY: MARNEL JOLLY D. FRANCISCO
  • 2. BUBBLE POINT The bubble point is the point at which the first drop of a liquid mixture begins to vaporize.
  • 3. BUBBLE POINT What causes a liquid to vaporize? Increasing the temperature Decreasing the pressure
  • 5. APPLICATION TO MATLAB function P2_10A clear, clc, format short g, format compact xguess = 49.5 ; xsolv=fzero(@NLEfun,xguess); disp(' Variable values at the solution'); disp([' Unknown value ' num2str(xsolv)]); %- - - - - - - - - - - - - - - - - - - - - - function fTbp = NLEfun(Tbp); xA = .1; PA = 10 ^ (6.85221 - (1064.63 / (Tbp + 232))); PB = 10 ^ (6.87776 - (1171.53 / (224.366 + Tbp))); xB = 1 - xA; yA = xA * PA / 760; yB = xB * PB / 760; fTbp = xA * PA + xB * PB - 760;