pub struct Flory;Expand description
Flory (most probable) chain length distribution.
Characteristic of step-growth (polycondensation) polymers. The number distribution is geometric: P(n) = (1−p)·p^(n−1), where p = 1 − 1/Xn is the extent of reaction.
PDI is inherently ≈ 1+p (approaches 2.0 for high conversion);
the pdi parameter is ignored.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flory
impl RefUnwindSafe for Flory
impl Send for Flory
impl Sync for Flory
impl Unpin for Flory
impl UnsafeUnpin for Flory
impl UnwindSafe for Flory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more