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

The structure of the thermodynamics of the FJC model in the modified canonical 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.

§asymptotic: FJC

The thermodynamic functions of the model in the isotensional ensemble approximated using an asymptotic approach.

Implementations§

The implemented functionality of the thermodynamics of the FJC model in the modified canonical ensemble.

Initializes and returns an instance of the thermodynamics of the FJC model in the modified canonical ensemble.

The expected end-to-end length as a function of the applied potential distance, potential stiffness, and temperature.

The expected end-to-end length per link as a function of the applied potential distance, potential stiffness, and temperature.

The expected nondimensional end-to-end length as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

The expected nondimensional end-to-end length per link as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

The expected force as a function of the applied potential distance, potential stiffness, and temperature.

The expected nondimensional force as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

The helmholtz free energy as a function of the applied potential distance, potential stiffness, and temperature.

The helmholtz free energy per link as a function of the applied potential distance, potential stiffness, and temperature.

The relative helmholtz free energy as a function of the applied potential distance, potential stiffness, and temperature.

The relative helmholtz free energy per link as a function of the applied potential distance, potential stiffness, and temperature.

The nondimensional helmholtz free energy as a function of the applied nondimensional potential distance, nondimensional potential stiffness, and temperature.

The nondimensional helmholtz free energy per link as a function of the applied nondimensional potential distance, nondimensional potential stiffness, and temperature.

The nondimensional relative helmholtz free energy as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

The nondimensional relative helmholtz free energy per link as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

The gibbs free energy as a function of the applied potential distance, potential stiffness, and temperature.

The gibbs free energy epr link as a function of the applied potential distance, potential stiffness, and temperature.

The relative gibbs free energy as a function of the applied potential distance, potential stiffness, and temperature.

The relative gibbs free energy per link as a function of the applied potential distance, potential stiffness, and temperature.

The nondimensional gibbs free energy as a function of the applied nondimensional potential distance, nondimensional potential stiffness, and temperature.

The nondimensional gibbs free energy per link as a function of the applied nondimensional potential distance, nondimensional potential stiffness, and temperature.

The nondimensional relative gibbs free energy as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

The nondimensional relative gibbs free energy per link as a function of the applied nondimensional potential distance and nondimensional potential stiffness.

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.