Bond fluctuation model

From HandWiki
Revision as of 01:30, 15 June 2021 by imported>TextAI2 (fixing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The BFM (bond fluctuation model or bond fluctuation method) is a lattice model for simulating the conformation and dynamics of polymer systems. There are two versions of the BFM used: The earlier version was first introduced by I. Carmesin and Kurt Kremer in 1988,[1] and the later version by J. Scott Shaffer in 1994.[2] Conversion between models is possible.[3]

Model

Carmesin and Kremer version

In this model the monomers are represented by cubes on a regular cubic lattice with each cube occupying eight lattice positions. Each lattice position can only be occupied by one monomer in order to model excluded volume. The monomers are connected by a bond vector, which is taken from a set of typically 108 allowed vectors. There are different definitions for this vector set. One example for a bond vector set is made up from the six base vectors below using permutation and sign variation of the three vector components in each direction:

[math]\displaystyle{ \mathbf{B} = \mathbf{P_\pm} \left( \begin{matrix} 2 \\ 0 \\ 0 \end{matrix} \right) \cup \!\ \mathbf{P_\pm} \left( \begin{matrix} 2 \\ 1 \\ 0 \end{matrix} \right) \cup \!\ \mathbf{P_\pm} \left( \begin{matrix} 2 \\ 1 \\ 1 \end{matrix} \right) \cup \!\ \mathbf{P_\pm} \left( \begin{matrix} 2 \\ 2 \\ 1 \end{matrix} \right) \cup \!\ \mathbf{P_\pm} \left( \begin{matrix} 3 \\ 0 \\ 0 \end{matrix} \right) \cup \!\ \mathbf{P_\pm} \left( \begin{matrix} 3 \\ 1 \\ 0 \end{matrix} \right) }[/math]

The resulting bond lengths are [math]\displaystyle{ 2, \sqrt{5}, \sqrt{6}, 3 }[/math] and [math]\displaystyle{ \sqrt{10} }[/math].

The combination of bond vector set and monomer shape in this model ensures that polymer chains cannot cross each other, without explicit test of the local topology.

The basic movement of a monomer cube takes place along the lattice axes

[math]\displaystyle{ \mathbf{\Delta B} = \mathbf{P_\pm} \left(1, 0, 0 \right) }[/math]

so that each of the possible bond vectors can be realized.[4]

Shaffer's version

As in the case of the Carmesin-Kremer BFM, the Shaffer BFM is also constructed on a simple-cubic lattice. However, the lattice points, or vertices of each cube are the sites that can be occupied by a monomer. Each lattice point can be occupied by one monomer only. Successive monomers along a polymer backbone are connected by bond vectors. The allowed bond vectors must be one of: (a) A cube edge (b) A face diagonal or (c) A solid diagonal. The resulting bond lengths are [math]\displaystyle{ 1, \sqrt{2}, \sqrt{3} }[/math]. In addition to the bond length constraint, polymers should not be allowed to cross. This is done most efficiently by the use of a secondary lattice which is twice as fine as the original lattice. The secondary lattice tracks the midpoints of the bonds in the system, and forbids the overlap of bond midpoints. This effectively leads to disallowing polymers from crossing each other.

Monte Carlo step

In both versions of the BFM, a single attempt to move one monomer consists of the following steps which are standard for Monte Carlo methods:

  1. Select a monomer m and a direction [math]\displaystyle{ \Delta \mathbf{B} \in \mathbf{P}_\pm(1,0,0) }[/math] randomly
  2. Check list of conditions (see below)
  3. If all conditions are fulfilled, perform move

The conditions to perform a move can be subdivided into mandatory and optional ones.

Mandatory conditions for Carmesin–Kremer BFM

  1. Four lattice sites next to monomer m in the direction d are empty.
  2. The move does not lead to bonds that are not contained in the bond vector set.

Mandatory conditions for Shaffer BFM

  1. The lattice site to which the chosen monomer is going to be moved is empty.
  2. The move does not lead to bonds that are not contained in the bond vector set.
  3. The move does not lead to overlapping of bond midpoints.

Optional conditions

If the move leads to an energetic difference [math]\displaystyle{ \Delta U }[/math] for example due to an electric field or an adsorbing force to the walls. In this case a Metropolis algorithm is applied: The Metropolis rate [math]\displaystyle{ p_M }[/math] which is defined as

[math]\displaystyle{ p_M = e^{-\Delta U/k_B T} \, }[/math]

is compared to a random number r from the interval [0, 1). If the Metropolis rate is smaller than r the move is rejected, otherwise it is accepted.

The number of Monte Carlo steps of the total system is defined as:

[math]\displaystyle{ \# MCS = \frac{\#\text{ attempts}}{\#\text{ monomers}} }[/math]

Notes

  1. Carmesin, I.; Kremer, Kurt (1988). "The bond fluctuation method: a new effective algorithm for the dynamics of polymers in all spatial dimensions". Macromolecules 21 (9): 2819–2823. doi:10.1021/ma00187a030. ISSN 0024-9297. Bibcode1988MaMol..21.2819C. 
  2. Shaffer, J. Scott (1994). "Effects of chain topology on polymer dynamics: Bulk melts". The Journal of Chemical Physics 101 (5): 4205–4213. doi:10.1063/1.467470. ISSN 0021-9606. Bibcode1994JChPh.101.4205S. 
  3. Subramanian, Gopinath; Shanbhag, Sachin (2008). "On the relationship between two popular lattice models for polymer melts". The Journal of Chemical Physics 129 (14): 144904. doi:10.1063/1.2992047. ISSN 0021-9606. PMID 19045165. Bibcode2008JChPh.129n4904S. 
  4. Deutsch, H. P.; Binder, K. (1991). "Interdiffusion and self-diffusion in polymer mixtures: A Monte Carlo study". The Journal of Chemical Physics 94 (3): 2294. doi:10.1063/1.459901. ISSN 0021-9606. Bibcode1991JChPh..94.2294D. 

External links

  • JBFM – a Java applet from the Leibniz Institute of Polymer Research Dresden (Germany ) for simulating polymers with the BFM