|
| 1 | +WLC model thermodynamics (isometric) |
| 2 | +==================================== |
| 3 | + |
| 4 | +.. toctree:: |
| 5 | + :maxdepth: 1 |
| 6 | + |
| 7 | + Legendre <isometric/legendre> |
| 8 | + |
| 9 | +.. autoclass:: polymers.physics.single_chain.wlc.thermodynamics.isometric::WLC(number_of_links, link_length, hinge_mass, persistance_length) |
| 10 | + |
| 11 | + .. autoattribute:: number_of_links |
| 12 | + .. autoattribute:: link_length |
| 13 | + .. autoattribute:: hinge_mass |
| 14 | + .. autoattribute:: persistance_length |
| 15 | + .. autoattribute:: legendre |
| 16 | + .. automethod:: force(end_to_end_length, temperature) |
| 17 | + .. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) |
| 18 | + .. automethod:: helmholtz_free_energy(end_to_end_length, temperature) |
| 19 | + .. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) |
| 20 | + .. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) |
| 21 | + .. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) |
| 22 | + .. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) |
| 23 | + .. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) |
| 24 | + .. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) |
| 25 | + .. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
| 26 | + .. automethod:: equilibrium_distribution(end_to_end_length) |
| 27 | + .. automethod:: nondimensional_equilibrium_distribution(nondimensional_end_to_end_length_per_link) |
| 28 | + .. automethod:: equilibrium_radial_distribution(end_to_end_length) |
| 29 | + .. automethod:: nondimensional_equilibrium_radial_distribution(nondimensional_end_to_end_length_per_link) |
| 30 | + |
| 31 | +.. raw:: |
| 32 | + html |
| 33 | +
|
| 34 | + <hr> |
| 35 | +
|
| 36 | +.. footbibliography:: |
0 commit comments