<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>References</title><link>https://www.fluidmodelinggroup.com:443/References</link><description>References</description><item><title>What is Cloud Computing?</title><link>https://www.fluidmodelinggroup.com:443/References/what-is-cloud-computing</link><description>&lt;p&gt;&lt;img src="/Media/Default/blog/whatscloud.jpg" style="float: right; height: 259px; width: 450px; margin-left: 20px; margin-right: 20px;" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:18px;"&gt;Cloud computing&lt;/span&gt;&lt;/strong&gt;, also called on-demand computing is a new kind of computation based on the internet. The engineering program or application software, usually needs to be installed on a personal computer to execute the calculations, is now replaced by a server or servers that provide solutions to meet the demand from the customers and the enterprises. The user&amp;rsquo;s computer, or iPad or cell phone that is networking and given right to access to the server, will be able to perform the calculations, store and process the data, and transfer the tables and the plots as well as accomplish other tasks according to users&amp;rsquo; needs. All the required computing resources and the various capabilities are hidden in the &amp;ldquo;cloud&amp;rdquo; to provide the services to the users. Cloud computing enables the engineers to run software programs and demonstrate their products and services world wide.&lt;/p&gt;

&lt;p&gt;Cloud computing adopts a new business model of &amp;ldquo;pay as you go&amp;quot; and has become a highly demanded on-line service due to the advantages of high computing performance, cheap cost, high scalability, accessibility as well as availability.&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;h3&gt;&lt;strong&gt;Cloud Computing vs Traditional Software&lt;/strong&gt;&lt;/h3&gt;

&lt;div class="row"&gt;
&lt;div class="col-md-6"&gt;
&lt;h4&gt;Cloud Computing&lt;/h4&gt;

&lt;ul&gt;
	&lt;li&gt;The computation is based on the internet with its calculation services provided to the user through one or multiple servers&lt;/li&gt;
	&lt;li&gt;No applications or patch files are required to install on the user&amp;rsquo;s side, neither any upgrades&lt;/li&gt;
	&lt;li&gt;The users may perform various types of calculations through PC, iPad or cell phone&lt;/li&gt;
	&lt;li&gt;The operations can be carried out anytime as long as the devices are connected to the internet&lt;/li&gt;
	&lt;li&gt;The user accesses to the Service by logging on to the server through username and password. And it is not limited to one particular computer, i.e., the account and password of the user can be shared among the individuals&lt;/li&gt;
	&lt;li&gt;A &amp;ldquo;pay as you go&amp;quot; business model is employed and no agreement needs to be signed&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div class="col-md-6"&gt;
&lt;h4&gt;Traditional Software&lt;/h4&gt;

&lt;ul&gt;
	&lt;li&gt;A particular software application or applications and some patch files are required to install on the user&amp;rsquo;s computer&lt;/li&gt;
	&lt;li&gt;The requests for upgrades may occur from time to time and the fees for upgrades and maintenance are charged&lt;/li&gt;
	&lt;li&gt;The calculations are usually performed on PC only, and limited on the PC on which the application(s) are installed&lt;/li&gt;
	&lt;li&gt;The multiple licenses are usually required among colleagues within the enterprise&lt;/li&gt;
	&lt;li&gt;The license agreement and the permit to use, must be signed and granted before purchasing&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><pubDate>Sun, 01 Dec 2019 08:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/what-is-cloud-computing</guid></item><item><title>Engineering Software in Cloud (PaaS vs SaaS)</title><link>https://www.fluidmodelinggroup.com:443/References/engineering-software-in-cloud-paas-vs-saas</link><description>&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;While it is now a trend to develop or transform engineering software applications to Clouding Computing or Cloud Services, it is important to understand the fundamental differences between the two models, Software as a Service (SaaS) and Platform as a Service (PaaS).&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;strong&gt;PaaS&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;PaaS distributes traditional software in a cloud environment.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The software applications do not need to be installed or downloaded onto the user&amp;rsquo;s PC. Instead, the user will be assigned a virtual machine (VM) which is preloaded with the software application that he/she has purchased.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The user logs on the virtual machine to access and run the software through internet.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;To the vendor, PaaS saves the tremendous re-development efforts on cloud computing. To the user, it saves the efforts and time on software installation, license configuration, and etc.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;A typical workflow of PaaS cloud computing is illustrated as below:&lt;/span&gt;
	&lt;ol&gt;
		&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The user requests a cloud computing service;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The vendor dynamically generates a VM with the requested software pre-loaded on its cloud service cluster, and assigns access permission to the user;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The user remotely accesses the VM to run software on the cloud;&lt;/span&gt;&lt;/li&gt;
		&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;When the user logs out, the VM is shutdown and the resource is recycled.&lt;/span&gt;&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;PaaS achieves a cloud-based access. However, on the user&amp;rsquo;s side, his/her experience is still the same as that of traditional software. The difference is that now the software is running on the virtual machine instead of on the user&amp;rsquo;s computer.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;PaaS is a compromised solution when the software re-development or re-coding is very time and cost consuming.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;img src="/Media/Default/blog/PaaS.png" /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;strong&gt;SaaS&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The software in the cloud displays in the form of web pages.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;No installation of software license or application is required. The user accesses the software through the browser to logon the website. And running software is like riding on a &amp;ldquo;Hop-On, Hop-Off Bus.&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;SaaS is highly compatible and convenient to use. Moreover, SaaS has a powerful potential for secondary development (to build API, application programming interface).&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;The calculation results can be downloaded, and the data can be easily compared and analysed with that from other software applications. The data sharing can also be achieved with other network platforms, which make it possible to build a big data network.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Currently, the web based software might be less powerful than desktop software. However, with the advancement of web technologies, this gap will be eliminated.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Eventually, SaaS will replace PaaS and other forms of Cloud Computing.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;strong&gt;Pros and Cons:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;

&lt;table border="1" cellpadding="0" cellspacing="0"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td style="width:49px;"&gt;
			&lt;p&gt;&amp;nbsp;&lt;/p&gt;
			&lt;/td&gt;
			&lt;td style="width:300px;"&gt;
			&lt;p align="center"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;strong&gt;PaaS&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/td&gt;
			&lt;td style="width:289px;"&gt;
			&lt;p align="center"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;strong&gt;SaaS&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="width:49px;"&gt;
			&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Facts&lt;/span&gt;&lt;/p&gt;
			&lt;/td&gt;
			&lt;td style="width:300px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Dedicate a VM for every user&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;License is integrated into the VM&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
			&lt;td style="width:289px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Access service via website&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Get the licenses when granted access to website&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="width:49px;"&gt;
			&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Pros&lt;/span&gt;&lt;/p&gt;
			&lt;/td&gt;
			&lt;td style="width:300px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Less development efforts by using the existing software&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
			&lt;td style="width:289px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Build on a cloud environment&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Cross platform&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Easy to access and easy to deploy and upgrade&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Reduce cost for licensing software&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Potential for 2&lt;sup&gt;nd&lt;/sup&gt; development&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="width:49px;"&gt;
			&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Cons&lt;/span&gt;&lt;/p&gt;
			&lt;/td&gt;
			&lt;td style="width:300px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Consuming vendor&amp;rsquo;s resource as every user requires a VM&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Consuming time on deploying a VM at user&amp;rsquo;s request for access&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Consuming network resource on real-time refresh of GUI from server to user,&lt;/span&gt;&lt;/li&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Usually works only on Windows system&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
			&lt;td style="width:289px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Require big efforts for new design and development&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;

			&lt;p style="margin-left:.3in;"&gt;&amp;nbsp;&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td style="width:49px;"&gt;
			&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;Comment&lt;/span&gt;&lt;/p&gt;
			&lt;/td&gt;
			&lt;td style="width:300px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;PaaS functions is at a lower level than SaaS and is a compromised solution for large traditional software&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
			&lt;td style="width:289px;"&gt;
			&lt;ul&gt;
				&lt;li&gt;&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;In short view, SaaS and PaaS complement each other. Eventually SaaS will replace PaaS&lt;/span&gt;&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description><pubDate>Mon, 01 Jan 2018 08:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/engineering-software-in-cloud-paas-vs-saas</guid></item><item><title>Tank Emission Estimation － Cloud Computing</title><link>https://www.fluidmodelinggroup.com:443/References/tank-emission-estimation-%EF%BC%8D-cloud-computing</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/TankEmission"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;&lt;embed height="600" src="/doc/Introducing Cloud Computing - Tank Emission Estimation.pdf" type="application/pdf" width="100%"&gt;&lt;/embed&gt;</description><pubDate>Wed, 01 Nov 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/tank-emission-estimation-%EF%BC%8D-cloud-computing</guid></item><item><title>Bubble Point and Dew Point</title><link>https://www.fluidmodelinggroup.com:443/References/bubble-point-and-dew-point</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/FindBubbleDew"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;The &lt;span style="font-size:18px;"&gt;&lt;strong&gt;Bubble Point&lt;/strong&gt; &lt;/span&gt;is the temperature and pressure at which the first bubble of a vapor appears from a liquid mixture. The &lt;span style="font-size:18px;"&gt;&lt;strong&gt;Dew Point &lt;/strong&gt;&lt;/span&gt;is the temperature and pressure at which the first &amp;ldquo;dew&amp;rdquo; comes out from a gas mixture.&lt;/p&gt;

&lt;p&gt;The bubble point temperature may be obtained by heating a liquid at a constant pressure till a first &amp;ldquo;bubble&amp;rdquo; come out. It is also the temperature at which the vapor is in equilibrium with the liquid for the given composition. For a pure component, bubble point = boiling point = dew point.&lt;/p&gt;

&lt;p&gt;There four (4) types of calculations are provided in this module:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;u&gt;Bubble Point Temperature&lt;/u&gt;: to calculate temperature (T) and vapor compositions (y&lt;sub&gt;i&lt;/sub&gt;) by giving pressure (P) and liquid compositions (x&lt;sub&gt;i&lt;/sub&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;u&gt;Bubble Point Pressure&lt;/u&gt;: to calculate pressure (P) and vapor compositions (y&lt;sub&gt;i&lt;/sub&gt;) by giving temperature (T) and liquid compositions (x&lt;sub&gt;i&lt;/sub&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;u&gt;Dew Point Temperature&lt;/u&gt;: to calculate temperature (T) and liquid compositions (x&lt;sub&gt;i&lt;/sub&gt;) by giving pressure (P) and vapor compositions (y&lt;sub&gt;i&lt;/sub&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;u&gt;Dew Point Pressure&lt;/u&gt;: to calculate pressure (P) and liquid compositions (x&lt;sub&gt;i&lt;/sub&gt;) by giving temperature (T) and vapor compositions (y&lt;sub&gt;i&lt;/sub&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are twelve (12) equations of state available for selection combined with the certain mixing rules：&lt;img src="/Media/Default/m/d_bubbledew_1.png" style="float: right; height: 299px; width: 400px;" /&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Soave-Redlich-Kwong (SRK), 1972&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Peng-Robinson (PR), 1978&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Peng-Robinson (PR), 1976&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Peng-Robinson (Magoulas &amp;amp; Tassios revision), 1990&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Adachi-Lu-Sugie (ALS), 1983&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Patel-Teja, 1982&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Valderrama-Patel-Teja, 1990&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Schmidt-Wenzel, 1980&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Yu-Lu, 1987&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Modified Du-Guo, 1989&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Trebble-Bishnoi, 1987&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Salim Modified Trebble-Bishnoi, 1994&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description><pubDate>Sun, 01 Oct 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/bubble-point-and-dew-point</guid></item><item><title>Phase Envelope Diagrams and Isometric Lines (Quality Lines)</title><link>https://www.fluidmodelinggroup.com:443/References/phase-envelope-diagrams-and-isometric-lines-quality-lines</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/PhaseEnvelope"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;On a P-T diagram of a multicomponent mixture, it shows a temperature and pressure region usually encircled by a curve known as phase envelope. The closed area co-exists two phases. The phase envelope usually consists of a bubble point curve, a dew point curve and a critical point.&lt;/p&gt;

&lt;p&gt;In the two-phase region on the P-T diagram, a curve graphing temperature against pressure on which the volume of the mixture remains constant is called isochore or isometric line. For reservoir engineers, the phase envelope and isochore provides essential information to further understand the reservoir fluid properties and make strategic plan on reservoir production.&lt;/p&gt;

&lt;p&gt;Technically, the phase envelope may be obtained through a series of bubble point and dew point calculations. It is, however, time consuming and sometime causes a non-converging issue. In this module of the cloud computing, the method established by Michael L. Michelsen (1980) is adopted for the calculations of phase envelope and isometric lines.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;There are twelve (12) equations of state available for selection combined with the certain mixing rules：&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/m/d_bubbledew.png" style="height: 238px; width: 400px; float: right;" /&gt;&lt;/p&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;div&gt;&amp;nbsp;&lt;/div&gt;

&lt;ul&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Soave-Redlich-Kwong (SRK), 1972&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Peng-Robinson (PR), 1978&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Peng-Robinson (PR), 1976&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Peng-Robinson (Magoulas &amp;amp; Tassios revision), 1990&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Adachi-Lu-Sugie (ALS), 1983&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Patel-Teja, 1982&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Valderrama-Patel-Teja, 1990&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Schmidt-Wenzel, 1980&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Yu-Lu, 1987&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Modified Du-Guo, 1989&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Trebble-Bishnoi, 1987&lt;/li&gt;
	&lt;li style="margin-left: 0.5in;"&gt;Salim Modified Trebble-Bishnoi, 1994&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Fri, 01 Sep 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/phase-envelope-diagrams-and-isometric-lines-quality-lines</guid></item><item><title>Cricondentherm Hydrocarbon Dew Point</title><link>https://www.fluidmodelinggroup.com:443/References/cricondentherm-hydrocarbon-dew-point</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/PhaseEnvelope"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;&lt;img src="/Media/Default/m/d_chdp.png" style="height: 268px; width: 400px; float: right;" /&gt;&lt;/p&gt;

&lt;p&gt;The hydrocarbon dew point is the temperature at which the first &amp;ldquo;dew&amp;rdquo; comes out from a gas mixture for a given pressure. And the highest dew point temperature on a liquid-vapor curve is called cricondentherm hydrocarbon dew point (CHDP) (see the plot).&lt;/p&gt;

&lt;p&gt;It is very important for the transportation companies to manage and control the hydrocarbon dew point in the gas transportation through pipelines and production facilities. The necessary measures must be taken to prevent hydrocarbon condensation at the cold conditions. By so doing it not only assures the quality of the gas streams but also prevents pipe corrosion due to the liquids (hydrocarbon and water) forming in the low areas and avoids potential fire and explosion hazards.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;The module of cricondentherm hydrocarbon dew point can be integrated into a company&amp;rsquo;s Supervisory Control and Data Acquisition (SCADA) system to provide the online real-time dew point predictions for multiple sites monitor and control.&lt;/p&gt;

&lt;p&gt;As shown in the schematic diagram, a service designed to handle requests from multiple computers in online real-time mode runs as a back process, which receives the data from SCADA through TCP/IP, calls the module to perform the dew point calculations and sends the results back through TCP/IP.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description><pubDate>Tue, 01 Aug 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/cricondentherm-hydrocarbon-dew-point</guid></item><item><title>Vapor-Liquid Equilibrium</title><link>https://www.fluidmodelinggroup.com:443/References/vapor-liquid-equilibrium</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/calc/TwophaseFlash"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;The calculation of vapor-liquid equilibrium is also named P-T flash calculation. It performs the calculation of the compositions in both vapor and liquid phases should the system exists vapor and liquid phases.&lt;/p&gt;

&lt;p&gt;There are twelve (12) equations of state available for selection combined with the certain mixing rules：&lt;/p&gt;

&lt;ul&gt;
	&lt;li style="margin-left: 36pt;"&gt;Soave-Redlich-Kwong (SRK), 1972&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Peng-Robinson (PR), 1978&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Peng-Robinson (PR), 1976&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Peng-Robinson (Magoulas &amp;amp; Tassios revision), 1990&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Adachi-Lu-Sugie (ALS), 1983&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Patel-Teja, 1982&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Valderrama-Patel-Teja, 1990&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Schmidt-Wenzel, 1980&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Yu-Lu, 1987&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Modified Du-Guo, 1989&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Trebble-Bishnoi, 1987&lt;/li&gt;
	&lt;li style="margin-left: 36pt;"&gt;Salim Modified Trebble-Bishnoi, 1994&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the reservoir fluids contain Cn&lt;sup&gt;+&lt;/sup&gt; (end) fraction, it may be required to perform a characterization on it (please see the calculation module of Characterization of End Fraction in Reservoir Fluids). The calculation results are displayed in term of table and plot.&lt;/p&gt;
</description><pubDate>Sat, 01 Jul 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/vapor-liquid-equilibrium</guid></item><item><title>Vapor-Oil-Water Phase Equilibrium</title><link>https://www.fluidmodelinggroup.com:443/References/Vapor-Oil-Water-Phase-Equilibrium</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/calc/MultiphaseFlash"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;&lt;img src="/Media/Default/m/d_mpvle.png" style="height: 250px; width: 400px; float: right;" /&gt;&lt;/p&gt;

&lt;p&gt;The calculation of multiphase equilibrium is also called multiphase P-T flash calculation. This module of cloud computing performs the calculation of multiphase equilibria in the systems containing more than two phases: a gas phase, a liquid hydrocarbon phase, an aqueous phase and solid phase should the system exist multiple phases. At certain conditions, the system exists a CO&lt;sub&gt;2&lt;/sub&gt;-rich liquid phase. The equilibrium state is characterized by minimizing the Gibbs free energy. The method established by Michael L. Michelsen (1980) is adopted.&lt;/p&gt;

&lt;p&gt;The table below shows the prediction results of vapor-liquid 1(HC liquid)-liquid 2(aqueous phase)-liquid 3(CO&lt;sub&gt;2&lt;/sub&gt;-rich liquid phase) equilibria.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;img src="/Media/Default/m/d_mpvle2.png" /&gt;&lt;/strong&gt;&lt;/p&gt;
</description><pubDate>Thu, 01 Jun 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/Vapor-Oil-Water-Phase-Equilibrium</guid></item><item><title>Characterization of End Fraction in Reservoir Fluids</title><link>https://www.fluidmodelinggroup.com:443/References/characterization-of-end-fraction-in-reservoir-fluids</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/Characterization"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;The characterization of the end fraction in reservoir fluids plays an important role in predicting the fluids properties and its phase behavior using equations of state. The reservoir fluid samples analyzed by the laboratory consist of an end fraction (C&lt;sub&gt;n&lt;/sub&gt;&lt;sup&gt;+&lt;/sup&gt;) which is a mixture with unknown properties. The characterization on the end fraction is to use a group of pseudo-components to represent it by estimating the physical properties (critical temperature, &lt;em&gt;T&lt;sub&gt;c&lt;/sub&gt;&lt;/em&gt;, critical pressure &lt;em&gt;P&lt;sub&gt;c&lt;/sub&gt;&lt;/em&gt; and acentric factor, &lt;em&gt;&amp;omega;&lt;/em&gt;), so that the cubic equations of state may perform the calculations.&lt;/p&gt;

&lt;p&gt;The certain rules have to be followed in the characterization of the end fraction in reservoir fluids including selection of a number of pseudo-components and appropriate correlations for the critical properties. There are three aspects in the fluid characterization:&lt;img src="/Media/Default/blog/chara-1.png" style="float: right; height: 338px; width: 450px;" /&gt;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;To determine a distribution function for the reservoir fluid components&lt;/li&gt;
	&lt;li&gt;To define a number of pseudo-components and group lumping technic&lt;/li&gt;
	&lt;li&gt;To select the appropriate correlations for the critical properties of the pseudo-component&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Please note the results of the characterization for the same fluid sample could be significantly altered by the choice of the distribution functions and the correlations of the critical properties.&lt;/p&gt;

&lt;p&gt;In this module, the multiple distribution functions and a group of correlations for critical properties are provided for selection as well as a default setting.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description><pubDate>Mon, 01 May 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/characterization-of-end-fraction-in-reservoir-fluids</guid></item><item><title>Composition Gradient with Depth in Reservoir</title><link>https://www.fluidmodelinggroup.com:443/References/composition-gradient-with-depth-in-reservoir</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/CompositionalGradient"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;The temperature and pressure as well as the compositions of the reservoir fluids vary with depth. While the deeper the depth, the higher the temperature and pressure, the compositions of the reservoir fluids are not necessarily changed monotonously. In general, the concentrations of the light components decrease with the depth while that of the heavy components increase. The changes of the compositions cause the changes of the fluid properties, such as, density and viscosity, etc. It is, therefore, very important to understand the composition gradient with the depth in reservoir in order to assess the reservoir and to make strategic plan in exploration and production.&lt;/p&gt;

&lt;p&gt;There are many factors that lead to the variation of the reservoir fluid compositions, for example, biodegradation, and mass transfer caused by the convection of the reservoir fluids. In this module of cloud computing, the equations of state are applied for the calculations of fluid compositions and properties changed with the depth in reservoir that are driven by fluid gravity, heat diffusivity and&amp;nbsp;chemical potential.&lt;/p&gt;

&lt;p&gt;The results of the calculations are displayed in terms of tables and 3-D phase diagram. The attached plot shows the phase behavior changed at the depth of 2,500 meter to 2,520 meter for a given reservoir fluid.&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/m/d_comp_grad.png" /&gt;&lt;/p&gt;
</description><pubDate>Sat, 01 Apr 2017 07:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/composition-gradient-with-depth-in-reservoir</guid></item><item><title>Contamination Analysis of Reservoir Fluids by OBM</title><link>https://www.fluidmodelinggroup.com:443/References/contamination-analysis-of-reservoir-fluids-by-obm</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/Contamination"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;The oil-based muds (OBM) are commonly used in the drilling process of crude oil due to its resistance to high temperature and corrosion, good lubrication and least to formation damage. However, the samples taken from the underground after the well completion are often contaminated by the OBM which fail to represent the compositions and properties of the original reservoir fluids. It is, therefore, necessary to determine the contamination degree of the samples and to correct the PVT properties that are measured based on the contaminated samples, such as, saturation pressure, GOR, viscosity, density and formation volume factor, etc. In general, the compositions of the &amp;ldquo;clean samples&amp;rdquo; appear to follow a certain distribution pattern which can be used to determine the contamination of the fluid samples.&lt;img src="/Media/Default/m/d_cont-1.png" style="height: 271px; width: 400px; float: right;" /&gt;&lt;/p&gt;

&lt;p&gt;There are two methods to determine the contamination for a given sample: the Subtracting Method where the composition of the OBM is known; and the Skimming Method where the composition of the OBM is unknown.&lt;/p&gt;

&lt;p&gt;Once the contamination is determined, i.e., the compositions of the &amp;ldquo;clean sample&amp;rdquo; are obtained, the correction of the PVT properties can be done following the procedures below:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Performing the characterization using a couple of pseudo-components to represent the OBM (see &lt;em&gt;Characterization of End Fraction in Reservoir Fluids&lt;/em&gt;);&lt;/li&gt;
	&lt;li&gt;Creating a &amp;ldquo;new oil sample&amp;rdquo; to include the pseudo-components;&lt;/li&gt;
	&lt;li&gt;Tuning the EOS model to match the measured the PVT properties based on the contaminated sample;&lt;/li&gt;
	&lt;li&gt;Predicting the PVT properties of the &amp;ldquo;clean oil sample&amp;rdquo; (setting compositions of the pseudo-components to zero) and comparing them to that of the contaminated oil sample. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
</description><pubDate>Wed, 01 Mar 2017 08:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/contamination-analysis-of-reservoir-fluids-by-obm</guid></item><item><title>PVT Properties</title><link>https://www.fluidmodelinggroup.com:443/References/pvt-properties</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/PVTTools"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Currently, four common PVT properties are provided:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Gas FVF&lt;/li&gt;
	&lt;li&gt;Oil FVF&lt;/li&gt;
	&lt;li&gt;GOR&lt;/li&gt;
	&lt;li&gt;Gas Recovery&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The future development includes the following calculations of the PVT properties of oil, gas and formation water using the equations of state and the correlations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Oil&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Oil Formation volume factor, FVF（B&lt;sub&gt;o&lt;/sub&gt;）&lt;/li&gt;
	&lt;li&gt;Bubble point&lt;/li&gt;
	&lt;li&gt;GOR&lt;/li&gt;
	&lt;li&gt;Viscosity of live oil (saturated)&lt;/li&gt;
	&lt;li&gt;Viscosity of live oil (unsaturated)&lt;/li&gt;
	&lt;li&gt;Viscosity of dead oil&lt;/li&gt;
	&lt;li&gt;Live oil compressibility (saturated, P&amp;lt;P&lt;sub&gt;b&lt;/sub&gt;)&lt;/li&gt;
	&lt;li&gt;Live oil compressibility (unsaturated, P&amp;gt;P&lt;sub&gt;b&lt;/sub&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Gas&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Critical Properties (known gas compositions)&lt;/li&gt;
	&lt;li&gt;Critical Properties (known gas gravity)&lt;/li&gt;
	&lt;li&gt;Z Factor&lt;/li&gt;
	&lt;li&gt;Gas viscosity&lt;/li&gt;
	&lt;li&gt;Gas Compressibility&lt;/li&gt;
&lt;/ul&gt;

&lt;p style="margin-left:27.0pt;"&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formation water&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Water formation volume factor, FVF（B&lt;sub&gt;o&lt;/sub&gt;）&lt;/li&gt;
	&lt;li&gt;Solution gas-water ratio&lt;/li&gt;
	&lt;li&gt;Viscosity&lt;/li&gt;
	&lt;li&gt;Compressibility (saturated, P&amp;lt;P&lt;sub&gt;b&lt;/sub&gt;)&lt;/li&gt;
	&lt;li&gt;Compressibility (unsaturated, P&amp;gt;P&lt;sub&gt;b&lt;/sub&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description><pubDate>Wed, 01 Feb 2017 08:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/pvt-properties</guid></item><item><title>PVT Tests Simulation (CCE, DL, CVD, Separator)</title><link>https://www.fluidmodelinggroup.com:443/References/pvt-test-simulation-cce-dl-cvd</link><description>&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/PVTTests"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;CCE (Constant Composition Expansion / Constant Mass Expansion) Test&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To optimize the exploration and production from oil and gas fields, the reservoir fluid samples are taken and sent to the laboratory for a series of tests to gain the knowledge of producing best quality products in a most economical way under the changes of pressure and temperature of the reservoir. For example, it is essential to understand at what conditions the initial one-phase fluid splits into two phases and the compositions and the properties of each phase, etc. Such tests are called PVT tests and the properties PVT properties which usually are expressed as functions of pressure and temperature.&lt;/p&gt;

&lt;p&gt;Once the compositions are determined at the laboratory, the CCE test is usually the first undergo test for either conventional oil or gas condensates. The test starts from the pressure higher than bubble point pressure at the reservoir temperature, and gradually decreases the pressure (hence the volume being expended at constant composition). The bubble point or dew point and the fluid properties changed with pressure and temperature are obtained from the test (see the schematic diagram).&lt;/p&gt;

&lt;p&gt;This module of cloud computing is the process simulation of the CCE teat by the laboratory and can also be used to make a plan for a test workflow and an estimate of the test results.&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/m/p_cce.png" style="height: 315px; width: 600px;" /&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;DL (Differential Liberation) Test&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The DL test starts from the bubble point pressure (for conventional oil) or dew point pressure (for gas condensate), and gradually decreases the pressure at a constant temperature. The volumes of the oil and the gas at each step are measured and the depleted gas is collected. Like CCE test, the purpose of the DL test is to understand the phase behavior and the PVT properties of the reservoir fluid at the reservoir conditions. It is also to obtain the information of the oil volume at the reservoir conditions as compared to that at the standard conditions, i.e., the oil formation volume factor, &lt;em&gt;B&lt;sub&gt;o&lt;/sub&gt;&lt;/em&gt; and the gas formation volume factor, &lt;em&gt;B&lt;sub&gt;g&lt;/sub&gt;&lt;/em&gt;.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/m/p_dl.png" style="height: 335px; width: 600px;" /&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;CVD (Constant Volume Depletion) Test&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The CVD test starts at the dew point pressure of the gas condensate, and measures the saturation volume at the dew point, &lt;em&gt;V&lt;sub&gt;sat&lt;/sub&gt;&lt;/em&gt;. As the pressure decreases, the volume increases to form the gas-oil two phases. The gas is depleted from a valve at the top of the cylinder to keep the total volume of the two phases equal to the saturation volume at a constant pressure (see the schematic diagram). The percentage of the depleted gas as to the original gas is measured as well as the percentage of the liquid dropout of the liquid volume as to the saturation volume.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;The PVT properties of the gas condensate or the volatile oil as they may change with each stage in the productions are obtained.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/m/p_cvd.png" style="height: 332px; width: 600px;" /&gt;&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Separator Test&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The objective of the separator test is to optimize the amount of oil produced at the surface. The test is carried out for either oil and gas condensate in single or multiple separators with the last stage at atmospheric pressure and temperature.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;A sample of reservoir fluid is placed in the laboratory cell and brought to reservoir temperature and bubble point pressure. Then the oil is expelled from the cell to the next separator stage while the gas is let out and transferred to standard conditions. The process is repeated until stock tank conditions are reached. The solution GOR and the oil formation volume factor, &lt;em&gt;Bo&lt;/em&gt; are measured in the test.&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/m/p_sep.png" style="height: 269px; width: 600px;" /&gt;&lt;/p&gt;
</description><pubDate>Wed, 01 Feb 2017 08:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/pvt-test-simulation-cce-dl-cvd</guid></item><item><title>Formation of Gas Hydrate</title><link>https://www.fluidmodelinggroup.com:443/References/formation-of-gas-hydrate</link><description>
&lt;p&gt;&lt;a class="btn btn-primary" href="/Calc/GasHydrate"&gt;Run Module&lt;/a&gt;&lt;/p&gt;

&lt;hr /&gt;&lt;p&gt;&lt;img src="/Media/Default/blog/水合物生成预测_intro.jpg" style="float: right; height: 256px; width: 250px; margin: 20px;" /&gt;&lt;/p&gt;

&lt;p&gt;The gas hydrate is an &amp;ldquo;ice-like&amp;rdquo; crystal and formed by certain gas molecules trapped inside of &amp;quot;cages&amp;quot; of water molecules through hydrogen bonds. It is usually formed at high pressure and low temperature, but can also be formed at an ambience temperature.&lt;/p&gt;

&lt;p&gt;Once it forms, the clathrate hydrates may quickly grow and block the pipelines and/or the production facilities, and result in the cease of production and even in the explosion. It is, therefore, a serious issue that the industry needs to pay attention in the oil field production and the process design and development.&lt;/p&gt;

&lt;p&gt;Beside to keep the production facility and the pipeline working at the high temperature and low pressure conditions, the industry uses hydrate inhibitors to prevent hydrate from forming. There are two types of hydrate inhibitors: thermodynamic inhibitors and kinetic inhibitors. The application of the former ones is to drop the hydrate formation temperature at a given pressure; and that of the latter one is to delay the hydrate forming time.&lt;/p&gt;

&lt;p&gt;Formation water contains some salts, such as, NaCl, KCl and CaCl&lt;sub&gt;2&lt;/sub&gt; which are actually hydrate inhibitors and can be used together with some organic inhibitors to effectively drop the hydrate formation temperature at a given pressure.&amp;nbsp; &amp;nbsp;&lt;/p&gt;

&lt;p&gt;This module of cloud computing performs the accurate and reliable predictions of hydrate formation conditions in the absence / presence of hydrate inhibitor or inhibitors (the hydrate formation curve); the maximum water contents before the hydrate could form; and the minimum injection of hydrate inhibitor to prevent hydrate from forming.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description><pubDate>Sun, 01 Jan 2017 08:00:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/formation-of-gas-hydrate</guid></item><item><title>Lumping and De-lumping of Reservoir Fluids</title><link>https://www.fluidmodelinggroup.com:443/References/lumping-and-de-lumping-of-reservoir-fluids</link><description>&lt;p&gt;&lt;strong&gt;Lumping and De-lumping of Reservoir Fluids&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The reservoir fluid usually consists of dozens, even hundreds of components. To perform the fluid property and phase equilibrium calculations for such a large group of mixture is quite time consuming and unpractical, especially to feed them as input to a reservoir simulator to perform simulations. It is, therefore, desirable to reduce that number into a few pseudo-components (usually less than 10) to accurately represent the original mixture. The process requires &amp;ldquo;lumping&amp;rdquo; technics in which the critical properties (&lt;em&gt;T&lt;sub&gt;c&lt;/sub&gt;&lt;/em&gt;, &lt;em&gt;P&lt;sub&gt;c&lt;/sub&gt;&lt;/em&gt; and &lt;em&gt;&amp;omega;&lt;/em&gt;) of the individual carbon number fractions are averaged to one set of the critical properties for the lumped pseudo-component or group. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;On the other hand, when performing downstream process simulation, it is required to have the detailed fluid compositions which are heavily lumped in the process of reservoir simulation. Also, the reservoir fluid samples taken and analyzed in-situ often consist of only a few components that require &amp;ldquo;de-lumping&amp;rdquo; technics to revert to reservoir fluid as much as possible.&amp;nbsp; &amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img src="/Media/Default/blog/lumping-de-1.png" style="height: 254px; width: 400px;" /&gt;&lt;img src="/Media/Default/blog/原油组分的归并和拆分_intro.jpg" style="height: 307px; width: 400px;" /&gt;&lt;/p&gt;

&lt;p&gt;Lumping and de-lumping technics that couple the calculations in upstream and downstream processes are involved in a serial of the thermodynamic steps.&amp;nbsp;&lt;/p&gt;
</description><pubDate>Wed, 06 Jan 2016 18:10:00 GMT</pubDate><guid isPermaLink="true">https://www.fluidmodelinggroup.com:443/References/lumping-and-de-lumping-of-reservoir-fluids</guid></item></channel></rss>