Equilibrium Partitioning Model Tutorial

The Equilibrium Partitioning Model used in this course is a Java translation of the "Fugacity" spreadsheet model originally developed by Brett Towler of the Montana State University Civil Engineering Department.  The model is used to solve equilibrium partitioning problems in a control volume of arbitrary fractions of soil, water, air, and NAPL phases. 

This version of the model is an web-based model and runs as a Java applet within the Equilibrium Partitioning Model web page.  Because the model was developed using the Java 2 Platform, there are several issues that must be addressed before the model can be used.  

See the Getting Started page to verify that you have the Java plug-in installed.

This tutorial consists of three main sections:

 


Using the Equilibrium Partitioning Model

After verifying that the appropriate Java plug-in is installed and enabled, the model can be loaded and manipulated.  The purpose of this tutorial is to acquaint the user with the model and the use of its features.  At this point, it is not necessary to understand the underlying meaning of any of the data values or their corresponding calculations. 

The figure below shows the Equilibrium Partitioning Model as it appears when it is first loaded.  The model is initially populated with values from a default data sample and consists of the following components:

 

Figure
Screenshot of the Equilibrium Partitioning Model

 

Each of the three sections consists of tabbed areas allowing the user to view various types of information by clicking the appropriate tab.  Input values may be modified via the tables in the Inputs section.  The tables in this section work much like a spreadsheet in that the value cells shaded in blue may be modified by first clicking in the desired value cell, then typing in a new value, and finally pressing the "enter" key.  For example, to change the water saturation ratio (theta) value associated with the Soil Properties, follow the these steps:

 

Figure

Screenshot of the Equilibrium Partitioning Model after selecting the Soil Properties tab, clicking in the Water Saturation Ratio value cell, and prior to changing the Water Saturation Ratio value.

 

Figure

Screenshot of the Equilibrium Partitioning Model after completing the change to the Water Saturation Ratio value.

 

 

The Chemical Properties tab in the Inputs Section is used to define the various properties associated with the constituents in the model.  These values may be adjusted in the same way as shown in the Water Saturation Ratio value example shown above.  It is also possible to rename a constituent ... this will effectively replace a currently defined constituent with a different constituent to be considered.  For example, to eliminate Toluene in the default sample and replace it with a new constituent named "A new name", follow these steps:

Figure

Screenshot of the Equilibrium Partitioning Model before right clicking Toluene for rename.  The tooltip ("Right click constituent name to rename constituent") is shown when the mouse hovers over the name Toluene.

 

Figure

Screenshot of the Equilibrium Partitioning Model after clicking Toluene for rename.  The Input dialog box has been presented and the user has typed in the name "A new name".

 

 

Figure
Screenshot of the Equilibrium Partitioning Model after clicking the OK button in the Input dialog box.

 

Figure

Screenshot of the Equilibrium Partitioning Model after clicking the NO button in the "Select an Option" dialog box and after clicking in the input Molecular weight value cell associated with the new constituent.

 

Figure
Screenshot of the Equilibrium Partitioning Model illustrating an Incomplete input condition.  Note that the chemical property values for the new constituent are not complete and, therefore, the Calculations tab in the Solution section shows that the input is incomplete.  Also, note that the constituent does not have an associated bar chart in the % Mol Fraction tab in the Charts section.

 


The model's menu bar consists of two menus:

 

Back to top

 


Loading the Model

The Load Model menu allows the user to reload the default data model sample.  Use the following steps to reload the default model:

 

Figure
Screenshot of the Equilibrium Partitioning Model as the Default sample model is being selected for loading.

 

Figure
Screenshot of the Equilibrium Partitioning Model after the Default sample model has been (re) loaded.

 

Back to top

 


Printing the Model

The model cannot be printed by using your browser's print button or by using your browser's Print menu. Instead, use the Print Model menu within the model itself. The Print Model menu has two options: Print preview and Print.

 

Figure
Screenshot of the Equilibrium Partitioning Model after the Print Model menu has been selected.

 

The Print preview option produces a window showing the first page of the model's data. Use the buttons at the top of this window to page through the data and to close the preview. NOTE: Currently, the only chart printed from the model is the % Mol Fraction bar chart.

 

Figure
Screenshot of the Equilibrium Partitioning Model's Print Preview Window.

 

The Print option will first produce a Java Security Warning. Click the OK buttion to allow the model (named Fugacity_Applet) to be printed on your printer.

 

Figure
Screenshot of the Equilibrium Partitioning Model after the selecting Print... from the Print Model menu.

 

Back to top