generated from vivarium-collective/vivarium-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6094fd
commit c988f83
Showing
3 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
% Actin filaments with advanced rendering | ||
% F. Nedelec, November 2015 | ||
|
||
set simul system | ||
{ | ||
time_step = 0.001 | ||
viscosity = 1 | ||
display = ( point_value=0.001; style=3; ) | ||
} | ||
|
||
set space cell | ||
{ | ||
shape = sphere | ||
} | ||
|
||
new cell | ||
{ | ||
radius = 0.125 | ||
} | ||
|
||
set fiber actin | ||
{ | ||
rigidity = 0.05 | ||
segmentation = 0.0055 %that is 4 monomers | ||
confine = inside, 200 | ||
display = ( style=actin; color=red, dark_red; end_color=yellow; ) | ||
} | ||
|
||
new 10 actin | ||
{ | ||
length = 0.25 | ||
} | ||
|
||
run 5000 system | ||
{ | ||
nb_frames = 10 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters