From: W. Trevor King Date: Tue, 13 Sep 2011 15:16:06 +0000 (-0400) Subject: Close parens in gamma calculation in manual's timescale discussion. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=19ff30c04333ead9466575688eb3f00f0b95c03a;ds=sidebyside Close parens in gamma calculation in manual's timescale discussion. --- diff --git a/src/sawsim.nw b/src/sawsim.nw index 5f89121..2e0f0c4 100644 --- a/src/sawsim.nw +++ b/src/sawsim.nw @@ -684,7 +684,7 @@ relative to the simulation timestep $dt$, so that tension is uniform along the chain. The quality of this assumption depends on your particular chain. For example, a damped spring thermalizes on a timescale of order $\tau = 1/\gamma$ where the damping ratio $\gamma -\equiv \omega_0(-\zeta \pm \sqrt{\zeta^2-1}$, the natural angular +\equiv \omega_0(-\zeta \pm \sqrt{\zeta^2-1})$, the natural angular frequency $\omega_0 \equiv \sqrt{k/m}$, $\zeta \equiv b/2\sqrt{km}$, and $b$ sets the drag $F_b = -bv$. For our cantilevers $\tau$ is on the order of milliseconds, which is longer than a timestep.