Skip to content

Commit 3234d1c

Browse files
committed
julia fjc mod can
1 parent 80fb48c commit 3234d1c

File tree

5 files changed

+1133
-12
lines changed
  • src/physics/single_chain

5 files changed

+1133
-12
lines changed

src/physics/single_chain/fjc/thermodynamics/isometric/mod.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ struct FJC
4444
helmholtz_free_energy::Function
4545
"""
4646
The Helmholtz free energy per link ``\\psi/N_b`` as a function of the applied end-to-end length ``\\xi`` and temperature ``T``.
47-
4847
"""
4948
helmholtz_free_energy_per_link::Function
5049
"""
@@ -68,7 +67,7 @@ struct FJC
6867
"""
6968
nondimensional_relative_helmholtz_free_energy::Function
7069
"""
71-
The nondimensional relative Helmholtz free energy per link ``\\Delta\\vartheta\\equiv\\beta\\Delta\\psi/N_b`` as a function of the applied nondimensional end-to-end length per link ``\\gamma``
70+
The nondimensional relative Helmholtz free energy per link ``\\Delta\\vartheta\\equiv\\beta\\Delta\\psi/N_b`` as a function of the applied nondimensional end-to-end length per link ``\\gamma``.
7271
"""
7372
nondimensional_relative_helmholtz_free_energy_per_link::Function
7473
"""
@@ -396,7 +395,7 @@ function nondimensional_helmholtz_free_energy_per_link(
396395
end
397396

398397
"""
399-
The nondimensional relative Helmholtz free energy ``N_b\\Delta\\vartheta=\\beta\\Delta\\psi`` as a function of the applied nondimensional end-to-end length per link ``\\gamma`` and temperature ``T``,
398+
The nondimensional relative Helmholtz free energy ``N_b\\Delta\\vartheta=\\beta\\Delta\\psi`` as a function of the applied nondimensional end-to-end length per link ``\\gamma``,
400399
parameterized by the number of links ``N_b``,
401400
402401
```math
@@ -426,7 +425,7 @@ function nondimensional_relative_helmholtz_free_energy(
426425
end
427426

428427
"""
429-
The nondimensional relative Helmholtz free energy per link ``\\Delta\\vartheta\\equiv\\beta\\Delta\\psi/N_b`` as a function of the applied nondimensional end-to-end length per link ``\\gamma`` and temperature ``T``,
428+
The nondimensional relative Helmholtz free energy per link ``\\Delta\\vartheta\\equiv\\beta\\Delta\\psi/N_b`` as a function of the applied nondimensional end-to-end length per link ``\\gamma``,
430429
parameterized by the number of links ``N_b``,
431430
432431
```math

src/physics/single_chain/fjc/thermodynamics/isotensional/mod.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function end_to_end_length(
120120
end
121121

122122
"""
123-
The expected end-to-end length ``\\xi`` as a function of the applied force ``f`` and temperature ``T``,
123+
The expected end-to-end length per link ``\\xi/N_b=\\ell_b\\gamma`` as a function of the applied force ``f`` and temperature ``T``,
124124
parameterized by the link length ``\\ell_b``.
125125
126126
$(TYPEDSIGNATURES)
@@ -149,7 +149,7 @@ function end_to_end_length_per_link(
149149
end
150150

151151
"""
152-
The expected nondimensional end-to-end length ``\\gamma\\equiv\\xi/N_b\\ell_b`` as a function of the applied nondimensional force ``\\eta``,
152+
The expected nondimensional end-to-end length ``N_b\\gamma\\equiv\\xi/\\ell_b`` as a function of the applied nondimensional force ``\\eta``,
153153
parameterized by the number of links ``N_b``.
154154
155155
$(TYPEDSIGNATURES)

0 commit comments

Comments
 (0)