Struct polymers::physics::single_chain::wlc::thermodynamics::WLC
source · pub struct WLC {
pub hinge_mass: f64,
pub link_length: f64,
pub number_of_links: u8,
pub persistance_length: f64,
pub isometric: WLC,
pub isotensional: WLC,
}Expand description
The structure of the thermodynamics of the WLC model.
Fields§
§hinge_mass: f64The mass of each hinge in the chain in units of kg/mol.
link_length: f64The length of each link in the chain in units of nm.
number_of_links: u8The number of links in the chain.
persistance_length: f64The persistance length of the chain in units of nm.
isometric: WLCThe thermodynamic functions of the model in the isometric ensemble.
isotensional: WLCThe thermodynamic functions of the model in the isotensional ensemble.
Implementations§
Auto Trait Implementations§
impl Freeze for WLC
impl RefUnwindSafe for WLC
impl Send for WLC
impl Sync for WLC
impl Unpin for WLC
impl UnwindSafe for WLC
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