Skip to content

Commit

Permalink
Merge pull request #23 from ClapeyronThermo/vini/thermolangmuirmodel
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
viniviena authored Nov 14, 2024
2 parents a350309 + d267f55 commit 1af5028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Langmuir"
uuid = "c62cc850-d7ca-4cc1-a95b-48008b40dc90"
authors = ["Andrés Riedemann <longemen3000@gmail.com>", "Vinicius Santana <vinicius.viena1@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
Expand Down
4 changes: 1 addition & 3 deletions docs/src/tutorials/isosteric_heat.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ The Gibbs excess free energy term, $\frac{g^E}{RT}$, is expressed as:

$\frac{g^E}{RT} = \frac{\theta_i \theta_\phi \tau_{i\phi} (G_{i\phi} - 1)}{\theta_i G_{i\phi} + \theta_\phi}$

where:

$B_{i\phi}$ is a model parameter, $\tau_{i\phi} = B_{i\phi} / T$, $G_{i\phi} = \exp(-0.3 \cdot \tau_{i\phi})$.
where, $B_{i\phi}$ is a model parameter, $\tau_{i\phi} = B_{i\phi} / T$, $G_{i\phi} = \exp(-0.3 \cdot \tau_{i\phi})$.

Here, $\theta_i$ and $\theta_\phi$ are the coverage terms for the adsorbed species and adsorption sites,
respectively ($\theta_i + \theta_{\phi} = 1$), and $T$ is the temperature.
Expand Down

2 comments on commit 1af5028

@viniviena
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/119440

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.1 -m "<description of version>" 1af50280cd3a8829216dbf422482ee5d36f799f7
git push origin v0.1.1

Please sign in to comment.