These subroutines calculate various hydrodynamic properties.
Usage:
Description:
Calculate the translational diffusion rate of the following
hydrodynamical shapes:
&calcDt
Summary:
Calculates translational diffusion rates from hydrodynamics theory
$Dt = &calcDt( "s", $eta, $temp_c, $a );
or
$Dt = &calcDt( "pe", $eta, $temp_c, $a, $b );
or
$Dt = &calcDt( "c", $eta, $temp_c, $a, $b );
$eta = viscosity of solvent
$temp_c = temperature in celcius
$a = length of the long axis
$b = length of the short axis
Sphere, "s"
Prolate Ellipse, "pe"
Cylinder, "c"