You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLIMED (Subdivision-limit membrane dynamics) model is established with triangular mesh and optimized using an energy function. The installation instructions and dependencies are provided in README.rst. The first step requires setting up the triangular mesh model to approximate the membrane's geometry applying Loop's subdivision method. The lowest energy search model minimizes the membrane energy evaluated by the energy function. The Brownian Dynamics model simulates the moving membrane's surface with a displacement equation, performed on the limit surface with the help of a conversion matrix. Three types of boundary conditions are available: Fixed, Periodic, and Free, all defined for "ghost vertices" on the boundary of the triangular mesh.
7
38
8
39
## Installation
@@ -14,13 +45,57 @@ To install the model, follow these steps:
To compile and run continuum membrane lowest energy conformation search with OpenMP parallelization. See section 5 for model details.
22
97
23
-
OpenMP parallel:
98
+
OpenMP parallelization:
24
99
25
100
```console
26
101
make omp
@@ -57,44 +132,50 @@ Input parameter file is located in the root directory: ``continuum_membrane/inpu
57
132
The goal for the lowest energy search model is to minimize the membrane energy evaluated by the energy function, which is the sum of membrane bending energy, area constraint energy (or elastic area change energy), and volume constraint energy:
R., Thorkelsdottir, G., Sodt, A.J. & Johnson, M.E. (2019) An implicit
119
-
lipid model for efficient reaction-diffusion simulations of protein binding to surfaces of arbitrary topology. *J Chem Phys.* 151 (12), 124115. <doi:%6010.1063/1.5120516%60_>
200
+
lipid model for efficient reaction-diffusion simulations of protein binding to surfaces of arbitrary topology. *J Chem Phys.* 151 (12), 124115.
0 commit comments