Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

MOF Book Example Chapter 2 (Advanced)

Chapter 2: MOF Adsorption and Simulation

This chapter is an advanced continuation of the MOF introduction, showcasing more available features and interactive code.

2.1 Basics of Adsorption Isotherms

In applications such as gas storage and separation by MOFs, adsorption isotherms are critical characterization tools.

The typical Langmuir isotherm can be written as:

q(P)=qmaxbP1+bPq(P) = q_{\max} \frac{b P}{1 + b P}

Where:


2.2 Visualization of MOF Adsorption Isotherms

Different MOFs exhibit distinct adsorption properties, for example, the MOF structures shown in Chapter 1, Section 1.2: Typical Structure Illustration and Unit Cell.

The following example illustrates the adsorption isotherm characteristics of various MOF materials. Here, we use the Langmuir model to simulate typical MOF adsorption behavior.

<Figure size 1000x600 with 1 Axes>
<Figure size 800x600 with 1 Axes>

2.3 Simulation of Gas Molecule Diffusion in MOF Channels

Below is a static visualization example that simulates the distribution and diffusion behavior of gas molecules in MOF channels. We use a random walk model to simulate the distribution of molecules at different timesteps.

<Figure size 1400x600 with 2 Axes>
<Figure size 1200x1200 with 8 Axes>

2.4 Definitions of Gas Molecule Behaviors in MOF Channels

2.4.1 Definitions of Different Molecular Behaviors

Adsorption
Desorption
Diffusion

Adsorption is the process where gas or liquid molecules are “adsorbed onto” the surface or into the pores of a solid.

2.4.2 Brief Introduction to Adsorption Process Simulation

Introduction to GCMC Method

GCMC (Grand Canonical Monte Carlo) is one of the commonly used methods to simulate adsorption processes.
At a given temperature TT and chemical potential μ\mu (or pressure PP), the number of particles NN in the system can fluctuate.
It is widely used for simulating MOF gas adsorption isotherms.


2.5 Simple GCMC Simulation

The following interactive GCMC (Grand Canonical Monte Carlo) visualization is implemented using Altair to simulate the adsorption process in MOFs. You can drag the slider for the chemical potential μ\mu to dynamically observe the evolution and distribution of the mean number of gas molecules.

Loading...

You can drag the slider of “μ\mu (chemical potential)” to dynamically observe under different μ\mu (representing different gas pressure/concentration):

This interactive visualization enables researchers or students to intuitively understand and explore the MOF adsorption process and the GCMC concept.