pub struct Ideal {
    pub hinge_mass: f64,
    pub link_length: f64,
    pub number_of_links: u8,
    /* private fields */
}
Expand description

The structure of the thermodynamics of the ideal chain model in the isometric ensemble.

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.

Implementations§

The implemented functionality of the thermodynamics of the ideal chain model in the isometric ensemble.

Initializes and returns an instance of the thermodynamics of the ideal chain model in the isometric ensemble.

The expected force as a function of the applied end-to-end length and temperature.

The expected nondimensional force as a function of the applied nondimensional end-to-end length per link.

The helmholtz free energy as a function of the applied end-to-end length and temperature.

The helmholtz free energy per link as a function of the applied end-to-end length and temperature.

The relative helmholtz free energy as a function of the applied end-to-end length and temperature.

The relative helmholtz free energy per link as a function of the applied end-to-end length and temperature.

The nondimensional helmholtz free energy as a function of the applied nondimensional end-to-end length per link and temperature.

The nondimensional helmholtz free energy per link as a function of the applied nondimensional end-to-end length per link and temperature.

The nondimensional relative helmholtz free energy as a function of the applied nondimensional end-to-end length per link.

The nondimensional relative helmholtz free energy per link as a function of the applied nondimensional end-to-end length per link.

The equilibrium probability density of end-to-end vectors as a function of the end-to-end length.

The nondimensional equilibrium probability density of nondimensional end-to-end vectors per link as a function of the nondimensional end-to-end length per link.

The equilibrium probability density of end-to-end lengths as a function of the end-to-end length.

The nondimensional equilibrium probability density of nondimensional end-to-end lengths per link as a function of the nondimensional end-to-end length per link.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.