| | |
| | | ####### Vesicle definitions ########### |
| | | # nshell is a number of divisions of dipyramid |
| | | nshell=17 |
| | | nshell=10 |
| | | # dmax is the max. bond length (in units l_min) |
| | | dmax=1.7 |
| | | # dmin_interspecies in the min. dist. between different vertex species (in units l_min) |
| | |
| | | |
| | | #NirGov branch only! |
| | | #number of vertices with spontaneous curvature (integer) |
| | | number_of_vertices_with_c0=300 |
| | | number_of_vertices_with_c0=30 |
| | | #spontaneous curvature (float) |
| | | c0=0.5 |
| | | #energy of attraction of vertices with spontaneous curvature (float, positive value for attraction) |
| | | w=10.0 |
| | | w=100.0 |
| | | |