You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/physics/single_chain/efjc/thermodynamics/isotensional/asymptotic/alternative/legendre/mod.jl
+45-11
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,38 @@ struct EFJC
29
29
The stiffness of each link in the chain ``k_0`` in units of J/(mol⋅nm^2).
30
30
"""
31
31
link_stiffness::Float64
32
+
"""
33
+
The Helmholtz free energy ``\\psi`` as a function of the applied force ``f`` and temperature ``T``.
34
+
"""
35
+
helmholtz_free_energy::Function
36
+
"""
37
+
The Helmholtz free energy per link ``\\psi/N_b`` as a function of the applied force ``f`` and temperature ``T``.
38
+
"""
39
+
helmholtz_free_energy_per_link::Function
40
+
"""
41
+
The relative helmholtz free energy ``\\Delta\\psi\\equiv\\psi(f,T)-\\psi(0,T)`` as a function of the applied force ``f`` and temperature ``T``.
42
+
"""
43
+
relative_helmholtz_free_energy::Function
44
+
"""
45
+
The relative helmholtz free energy per link ``\\Delta\\psi/N_b`` as a function of the applied force ``f`` and temperature ``T``.
46
+
"""
47
+
relative_helmholtz_free_energy_per_link::Function
48
+
"""
49
+
The nondimensional helmholtz free energy ``N_b\\vartheta=\\beta\\psi`` as a function of the applied nondimensional force ``\\eta`` and temperature ``T``.
50
+
"""
51
+
nondimensional_helmholtz_free_energy::Function
52
+
"""
53
+
The nondimensional helmholtz free energy per link ``\\vartheta\\equiv\\beta\\psi/N_b`` as a function of the applied nondimensional force ``\\eta`` and temperature ``T``.
The nondimensional relative helmholtz free energy ``N_b\\Delta\\vartheta=\\beta\\Delta\\psi`` as a function of the applied nondimensional force ``\\eta``.
The nondimensional relative helmholtz free energy per link ``\\Delta\\vartheta\\equiv\\beta\\Delta\\psi/N_b`` as a function of the applied nondimensional force ``\\eta``.
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:
git tag -a v0.1.2 -m "<description of version>" 4011c9ba0e70d090aa4a9c50677c3cb316363926
git push origin v0.1.2
Also, note the warning: Version 0.1.2 skips over 0.1.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
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:
git tag -a v0.1.2 -m "<description of version>" 4011c9ba0e70d090aa4a9c50677c3cb316363926
git push origin v0.1.2
Also, note the warning: Version 0.1.2 skips over 0.1.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
7 commit comments
mrbuche commentedon Mar 1, 2023
@JuliaRegistrator register branch=main
mrbuche commentedon Mar 1, 2023
@JuliaRegistrator register
JuliaRegistrator commentedon Mar 1, 2023
Registration pull request created: JuliaRegistries/General/78772
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:
Also, note the warning: Version 0.1.2 skips over 0.1.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
mrbuche commentedon Mar 1, 2023
@JuliaRegistrator register
JuliaRegistrator commentedon Mar 1, 2023
Registration pull request updated: JuliaRegistries/General/78772
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:
Also, note the warning: Version 0.1.2 skips over 0.1.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
mrbuche commentedon Mar 1, 2023
@JuliaRegistrator register
JuliaRegistrator commentedon Mar 1, 2023
Registration pull request updated: JuliaRegistries/General/78772
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: