-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #177 from sandialabs/efjc-isometric-legendre
EFJC isometric legendre
- Loading branch information
Showing
89 changed files
with
17,128 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
docs/source/physics/single_chain/efjc/thermodynamics/isometric.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
EFJC model thermodynamics (isometric) | ||
===================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Asymptotic <isometric/asymptotic> | ||
Legendre <isometric/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: asymptotic | ||
.. autoattribute:: legendre |
19 changes: 19 additions & 0 deletions
19
docs/source/physics/single_chain/efjc/thermodynamics/isometric/asymptotic.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
EFJC model thermodynamics (isometric/asymptotic) | ||
================================================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Alternative <asymptotic/alternative> | ||
Reduced <asymptotic/reduced> | ||
Legendre <asymptotic/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.asymptotic::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: alternative | ||
.. autoattribute:: reduced | ||
.. autoattribute:: legendre |
15 changes: 15 additions & 0 deletions
15
...e/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/alternative.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
EFJC model thermodynamics (isometric/asymptotic/alternative) | ||
============================================================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Legendre <alternative/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.asymptotic.alternative::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: legendre |
19 changes: 19 additions & 0 deletions
19
.../single_chain/efjc/thermodynamics/isometric/asymptotic/alternative/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
EFJC model thermodynamics (isometric/asymptotic/alternative/legendre) | ||
===================================================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.asymptotic.alternative.legendre::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
19 changes: 19 additions & 0 deletions
19
...urce/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
EFJC model thermodynamics (isometric/asymptotic/legendre) | ||
========================================================= | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.asymptotic.legendre::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
15 changes: 15 additions & 0 deletions
15
...ource/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/reduced.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
EFJC model thermodynamics (isometric/asymptotic/reduced) | ||
======================================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Legendre <reduced/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.asymptotic.reduced::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: legendre |
19 changes: 19 additions & 0 deletions
19
...sics/single_chain/efjc/thermodynamics/isometric/asymptotic/reduced/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
EFJC model thermodynamics (isometric/asymptotic/reduced/legendre) | ||
================================================================= | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.asymptotic.reduced.legendre::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
19 changes: 19 additions & 0 deletions
19
docs/source/physics/single_chain/efjc/thermodynamics/isometric/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
EFJC model thermodynamics (isometric/legendre) | ||
============================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.efjc.thermodynamics.isometric.legendre::EFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/source/physics/single_chain/swfjc/thermodynamics/isometric.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
SWFJC model thermodynamics (isometric) | ||
====================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Legendre <isometric/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.swfjc.thermodynamics.isometric::SWFJC(number_of_links, link_length, hinge_mass, well_width) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: well_width | ||
.. autoattribute:: legendre |
23 changes: 23 additions & 0 deletions
23
docs/source/physics/single_chain/swfjc/thermodynamics/isometric/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
SWFJC model thermodynamics (isometric/legendre) | ||
=============================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.swfjc.thermodynamics.isometric.legendre::SWFJC(number_of_links, link_length, hinge_mass, well_width) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: well_width | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: equilibrium_distribution(end_to_end_length) | ||
.. automethod:: nondimensional_equilibrium_distribution(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: equilibrium_radial_distribution(end_to_end_length) | ||
.. automethod:: nondimensional_equilibrium_radial_distribution(nondimensional_end_to_end_length_per_link) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
docs/src/physics/single_chain/efjc/thermodynamics/isometric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# EFJC model thermodynamics (isometric) | ||
|
||
* [EFJC model thermodynamics (isometric/asymptotic)](../../../../asymptotic) | ||
* [EFJC model thermodynamics (isometric/legendre)](../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric] | ||
``` |
9 changes: 9 additions & 0 deletions
9
docs/src/physics/single_chain/efjc/thermodynamics/isometric/asymptotic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EFJC model thermodynamics (isometric/asymptotic) | ||
|
||
* [EFJC model thermodynamics (isometric/asymptotic/alternative)](../../../../../alternative) | ||
* [EFJC model thermodynamics (isometric/asymptotic/reduced)](../../../../../reduced) | ||
* [EFJC model thermodynamics (isometric/asymptotic/legendre)](../../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Asymptotic] | ||
``` |
7 changes: 7 additions & 0 deletions
7
...rc/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/alternative.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# EFJC model thermodynamics (isometric/asymptotic/alternative) | ||
|
||
* [EFJC model thermodynamics (isometric/asymptotic/alternative/legendre)](../../../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Asymptotic.Alternative] | ||
``` |
5 changes: 5 additions & 0 deletions
5
...s/single_chain/efjc/thermodynamics/isometric/asymptotic/alternative/legendre.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# EFJC model thermodynamics (isometric/asymptotic/alternative/legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Asymptotic.Alternative.Legendre] | ||
``` |
5 changes: 5 additions & 0 deletions
5
docs/src/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/legendre.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# EFJC model thermodynamics (isometric/asymptotic/legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Asymptotic.Legendre] | ||
``` |
7 changes: 7 additions & 0 deletions
7
docs/src/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/reduced.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# EFJC model thermodynamics (isometric/asymptotic/reduced) | ||
|
||
* [EFJC model thermodynamics (isometric/asymptotic/reduced/legendre)](../../../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Asymptotic.Reduced] | ||
``` |
5 changes: 5 additions & 0 deletions
5
...ysics/single_chain/efjc/thermodynamics/isometric/asymptotic/reduced/legendre.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# EFJC model thermodynamics (isometric/asymptotic/reduced/legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Asymptotic.Reduced.Legendre] | ||
``` |
5 changes: 5 additions & 0 deletions
5
docs/src/physics/single_chain/efjc/thermodynamics/isometric/legendre.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# EFJC model thermodynamics (isometric/legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Efjc.Thermodynamics.Isometric.Legendre] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/src/physics/single_chain/swfjc/thermodynamics/isometric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# SWFJC model thermodynamics (isometric) | ||
|
||
* [SWFJC model thermodynamics (isometric/legendre)](../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Swfjc.Thermodynamics.Isometric] | ||
``` |
5 changes: 5 additions & 0 deletions
5
docs/src/physics/single_chain/swfjc/thermodynamics/isometric/legendre.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# SWFJC model thermodynamics (isometric/legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Swfjc.Thermodynamics.Isometric.Legendre] | ||
``` |
Empty file.
Empty file.
Empty file.
Empty file.
50 changes: 50 additions & 0 deletions
50
src/physics/single_chain/efjc/thermodynamics/isometric/asymptotic/alternative/legendre/ex.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_force(number_of_links: u8, link_length: f64, link_stiffness: f64, end_to_end_length: f64, temperature: f64) -> f64 | ||
{ | ||
super::force(&number_of_links, &link_length, &link_stiffness, &end_to_end_length, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_nondimensional_force(nondimensional_link_stiffness: f64, nondimensional_end_to_end_length_per_link: f64) -> f64 | ||
{ | ||
super::nondimensional_force(&nondimensional_link_stiffness, &nondimensional_end_to_end_length_per_link) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_helmholtz_free_energy(number_of_links: u8, link_length: f64, hinge_mass: f64, link_stiffness: f64, end_to_end_length: f64, temperature: f64) -> f64 | ||
{ | ||
super::helmholtz_free_energy(&number_of_links, &link_length, &hinge_mass, &link_stiffness, &end_to_end_length, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_helmholtz_free_energy_per_link(number_of_links: u8, link_length: f64, hinge_mass: f64, link_stiffness: f64, end_to_end_length: f64, temperature: f64) -> f64 | ||
{ | ||
super::helmholtz_free_energy_per_link(&number_of_links, &link_length, &hinge_mass, &link_stiffness, &end_to_end_length, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_relative_helmholtz_free_energy(number_of_links: u8, link_length: f64, link_stiffness: f64, end_to_end_length: f64, temperature: f64) -> f64 | ||
{ | ||
super::relative_helmholtz_free_energy(&number_of_links, &link_length, &link_stiffness, &end_to_end_length, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_relative_helmholtz_free_energy_per_link(number_of_links: u8, link_length: f64, link_stiffness: f64, end_to_end_length: f64, temperature: f64) -> f64 | ||
{ | ||
super::relative_helmholtz_free_energy_per_link(&number_of_links, &link_length, &link_stiffness, &end_to_end_length, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_nondimensional_helmholtz_free_energy(number_of_links: u8, link_length: f64, hinge_mass: f64, nondimensional_link_stiffness: f64, nondimensional_end_to_end_length_per_link: f64, temperature: f64) -> f64 | ||
{ | ||
super::nondimensional_helmholtz_free_energy(&number_of_links, &link_length, &hinge_mass, &nondimensional_link_stiffness, &nondimensional_end_to_end_length_per_link, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_nondimensional_helmholtz_free_energy_per_link(number_of_links: u8, link_length: f64, hinge_mass: f64, nondimensional_link_stiffness: f64, nondimensional_end_to_end_length_per_link: f64, temperature: f64) -> f64 | ||
{ | ||
super::nondimensional_helmholtz_free_energy_per_link(&number_of_links, &link_length, &hinge_mass, &nondimensional_link_stiffness, &nondimensional_end_to_end_length_per_link, &temperature) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_nondimensional_relative_helmholtz_free_energy(number_of_links: u8, nondimensional_link_stiffness: f64, nondimensional_end_to_end_length_per_link: f64) -> f64 | ||
{ | ||
super::nondimensional_relative_helmholtz_free_energy(&number_of_links, &nondimensional_link_stiffness, &nondimensional_end_to_end_length_per_link) | ||
} | ||
#[no_mangle] | ||
pub extern fn physics_single_chain_efjc_thermodynamics_isometric_asymptotic_alternative_legendre_nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_link_stiffness: f64, nondimensional_end_to_end_length_per_link: f64) -> f64 | ||
{ | ||
super::nondimensional_relative_helmholtz_free_energy_per_link(&nondimensional_link_stiffness, &nondimensional_end_to_end_length_per_link) | ||
} |
Oops, something went wrong.
81f62b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
81f62b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/82020
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: