From 8108947140ecfc116f4e1c9090499c1b4ad4c3b7 Mon Sep 17 00:00:00 2001 From: Miha <miha.fosnaric@fe.uni-lj.si> Date: Fri, 15 Jul 2016 10:18:21 +0000 Subject: [PATCH] Mean curvature averaged over vesicle area added. --- src/tape | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/tape b/src/tape index 0e4f777..16a5480 100644 --- a/src/tape +++ b/src/tape @@ -86,9 +86,10 @@ #NirGov branch only! #number of vertices with spontaneous curvature (integer) -number_of_vertices_with_c0=30 +number_of_vertices_with_c0=100 #spontaneous curvature (float) c0=0.5 #energy of attraction of vertices with spontaneous curvature (float, positive value for attraction) -w=100.0 - +w=10.0 +#direct force on vesicles with spontaneous curvature (float) +F=2.0 -- Gitblit v1.9.3