Struct polymers::physics::single_chain::fjc::thermodynamics::modified_canonical::asymptotic::FJC
source · pub struct FJC {
pub hinge_mass: f64,
pub link_length: f64,
pub number_of_links: u8,
pub weak_potential: FJC,
pub strong_potential: FJC,
}
Expand description
The structure of the thermodynamics of the FJC model in the modified canonical ensemble approximated using an asymptotic approach.
Fields§
§hinge_mass: f64
The mass of each hinge in the chain in units of kg/mol.
link_length: f64
The length of each link in the chain in units of nm.
number_of_links: u8
The number of links in the chain.
weak_potential: FJC
The thermodynamic functions of the model in the isotensional ensemble approximated using an asymptotic approach valid for weak potentials.
strong_potential: FJC
The thermodynamic functions of the model in the isotensional ensemble approximated using an asymptotic approach valid for strong potentials.
Implementations§
Auto Trait Implementations§
impl Freeze for FJC
impl RefUnwindSafe for FJC
impl Send for FJC
impl Sync for FJC
impl Unpin for FJC
impl UnwindSafe for FJC
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