Solid-liquid interface¶
This tutorial will help you to:
create an aluminum slab
add a solvent (water)
set different thermostats (temperatures) for different regions of the system.
run the molecular dynamics simulation and see what happens
For this simulation we will use the ReaxFF force field through the AMS driver program.
Note
The purpose of this tutorial is to demonstrate how to technically set up and run a simulation. The employed Al-H2O ReaxFF force field was parameterized to handle similar, but not exactly the same, types of systems as in this tutorial. Always do your own testing to see if the results from a simulation are reasonable.
Step 1: Start AMSinput in ReaxFF mode¶
Step 2: Creating the surface¶
Bulk aluminum has an fcc crystal structure, with a lattice constant of 4.05 Å of the conventional unit cell.
To create the surface, we first build the primitive unit cell of bulk aluminum:
In your molecule editor screen you should see a picture of the bulk aluminum structure. The primitive unit cell contains one atom. As ReaxFF input by default does not show repeated cells, it had to be turned on explicitly. Otherwise you see only the single atom in the unit cell.
Tip
In the menu bar, select View → Properties (including estimated) to see some properties of the system, such as stoichiometry, angles between lattice vectors, and the system density.
Now create the surface. Surfaces are constructed by specifying the Miller indices, which requires that the conventional (and not primitive) cell be used.
0
, 0
, 1
.2
You should be able to see it is a four-layer slab.
In this case we do not want just one unit cell, but a much bigger piece of the slab:
12
, 12
on the diagonalNow we have a slab of aluminum, four layers thick.
Step 3: Add solvent¶
The next step is to add water to the system.
50.0
wa
in the line with ‘Fill box with’1200
copies.Note
After the water has been added, the density \(\rho_{\textrm{tot}} = 1.045\) g/mL. This is the density of the entire system, including the Al slab. The resulting density of the added water can be estimated as \(\rho_{\textrm{water}} = \frac{m_{\textrm{tot}}-m_{\textrm{Al}}}{V_{\textrm{tot}}-V_{\textrm{Al}}} = \frac{\rho_{\textrm{tot}}V_{\textrm{tot}} - \rho_{\textrm{Al}}V_{\textrm{Al}}}{V_{\textrm{tot}}-V_{\textrm{Al}}} = \frac{10^{-24}}{10^{-24}}\cdot\frac{1.045\cdot59045-2.97\cdot2.86378246^2\cdot4.05\cdot2\cdot12\cdot12}{59045-2.86378246^2\cdot4.05\cdot2\cdot12\cdot12} = 0.67\) g/mL. In this tutorial, this lower density (compared to liquid water) is used because the water will be heated to a very high temperature (see Step 4)
Step 4: Set up the simulation, including a temperature regime¶
Now we will set up the MD-simulation. We will use the Al-water force field and a Nose-Hoover thermostat with a default damping constant of 100 fs:
1000000
100.0
fsFor the purpose of this tutorial we want to quickly see something happen in our simulation. We will therefore use a very high temperature for the water, but try to keep the aluminum cool. Also, we will start with a low temperature MD to relax the initial set-up. This can all be accomplished using several thermostats for different regions.
For this we first need to define two new regions: one for the aluminum slab, and one for the water. In AMSinput, regions are just defined as a collection of atoms, which can be set up via the Regions panel:
Auto_Generated
regionBy pressing the select button you have selected all atoms in the Auto_Generated
region. This region will always contain the atoms that are added by the Builder tool we used earlier. Thus, as you can see, all water molecules are selected.
For clarity, let us rename the Auto_Generated
region to Water
:
Auto_Generated
and change it into Water
Now that we have a region defined that contains all water molecules, let us also make a region that contains just the aluminum slab.
Select → Select atoms of the same type
.Region_2
to Al
Water
region to highlight itYou should now see the two different regions highlighted in different colors:
You can also set the visualization style per region:
Water
and Al
region linesAl
region line, and select the Wireframe visualization optionThe aluminum slab is now shown in wireframe style.
Now that we have defined the regions we needed, we will set up the temperature regime. We will start the water with a temperature of 300 K for 4000 steps, then warm it up to 2000 K within 4000 steps and maintain this temperature for the rest of the simulation.
300 300 2000
into the Temperature(s) field4000 4000
into the Duration(s) fieldHint
Note that with time-dependent thermostats the set temperatures are always connected with a linear ramp. The Temperatures field should therefore always contain one number more than the Durations field, as the last temperature will be held indefinitely. In the example above, in order to have a constant temperature of 300 K in the beginning, we explicitly specified that the temperature should go from 300 K to 300 K within the first 4000 steps.
We now have the time-dependent thermostat of the water set up. Let us add another thermostat that just keeps the aluminum slab cold.
300
K100.0
fsYour thermostat setup should look like this:
Step 5: Run the simulation¶
Now we can run our set up:
Al-water
as filenameYou will see many water molecules adsorb on the aluminum surface almost immediately. Around frame 40 (that is MD step 4000) you will see the temperature increase, as the water thermostat starts heating its region. After some time, you will also see some of the adsorbed water molecules loose one hydrogen. The lone proton will likely drift off into the water, while the remaining OH goes into a bridge-like configuration with two of the surface Al. This configuration can already be seen in the picture above.
You can leave the simulation running to see what will happen. It will take a long time though. If you do leave it running for a while, you will see that the OH in the aforementioned bridge configuration tend to pull one of the Al atoms out of the surface, essentially roughening it and allowing more water to adsorb. You might also see aluminum atoms completely detach from the surface an become dissolved in the water layer as AlO3H3. Eventually a rough aluminum oxide layer forms, while the split off protons combine to form molecular hydrogen.
You can download the movie here
if it does not play in your browser.
We can use the molecular composition analysis tools in AMSmovie to get a bit clearer picture of that process. Let us plot the number of H2O, H3O and H2 molecules in our simulation:
To make it easier to see what is going on, hide all the H2O molecules:
If you do not want to wait for the simulation to finish, you can now request the job to stop:
Your job will quit after the next sampled MD step.