Changes between Initial Version and Version 1 of Ticket #1201, comment 3
- Timestamp:
- Oct 29, 2018 4:58:30 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1201, comment 3
initial v1 38 38 39 39 40 The old cylinder ER expression is as follows: 41 {{{ 42 def ER(radius, length): 43 ddd = 0.75 * radius * (2 * radius * length + (length + radius) * (length + pi * radius)) 44 return 0.5 * (ddd) ** (1. / 3.) 45 }}} 46 I don't see it in [Pedersen 1997], and don't know where it comes from. Maybe [Fournet 1951]? 40 47 48 Parallelepipeds used the long axis to define the equivalent cylinder. 49 50 Would adding Rg for everything be useful? This is yet another 51