pub fn nondimensional_gibbs_free_energy_per_link(
    number_of_links: &u8,
    link_length: &f64,
    hinge_mass: &f64,
    nondimensional_potential_distance: &f64,
    nondimensional_potential_stiffness: &f64,
    temperature: &f64
) -> f64
Expand description

The nondimensional Gibbs free energy per link as a function of the applied nondimensional potential distance, nondimensional potential stiffness, and temperature, parameterized by the number of links, link length, and hinge mass.