🔢 load
collect(group["fila/1/load"])
Filament end load forces (pN).
Each row is the load force on the minus and plus ends of a filament.
🔢 newm
collect(group["fila/1/newm"])
Number of newly added monomers to the filament minus ends since last minimization.
🔢 newp
collect(group["fila/1/newp"])
Number of newly added monomers to the filament plus ends since last minimization.
🔢 clen
collect(group["fila/1/clen"])
Number of cylinders per filament.
🔢 mlen
collect(group["fila/1/mlen"])
Number of monomers per filament.
🔢 nm
collect(group["fila/1/nm"])
The monomer ids at the minus ends of the cylinders.
|
-----+-----|-----+-----
minus end <---- M | M | (M) | M ----> plus end
-----+-----|-----+-----
|
^ A nodeposition is indicated by the line.
The monomer id with parenthesis (M) will in node_mids
🔢 np
collect(group["fila/1/np"])
Each row is a node position in nm.
🔢 ms
collect(group["fila/1/ms"])
Monomer states.
🔢 mdir
collect(group["fila/2/mdir"])
This array only exists if the filament type is twistable. Each row is the material direction associated with the center of each chem cylinder.
🔢 tsm
collect(group["fila/1/tsm"])
Snapshotted minus-end tip positions (nm).
Each row is the minus-end tip position of a filament, set at the end of minimize_energy! / baoab!. NaN before the first mechanics cycle. Used by fila_tip_cutoff reactions.
May be absent in older snapshots (defaults to NaN when loading).
See fila_tip_snapshot.
🔢 tsp
collect(group["fila/1/tsp"])
Snapshotted plus-end tip positions (nm).
Same semantics as tsm but for plus ends.
See fila_tip_snapshot.
🔢 tom
collect(group["fila/1/tom"])
Minus-end tip extensions in monomer spacings.
Each entry is the tip extension for a filament’s minus end. 0=monomer center (default).
May be absent in older snapshots (defaults to 0.0 when loading).
See fila_tip_extension.
🔢 top
collect(group["fila/1/top"])
Plus-end tip extensions in monomer spacings.
Same semantics as tom but for plus ends.
See fila_tip_extension.