Skip to content

Commit

Permalink
update version number + merge PR #191
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Oct 12, 2024
1 parent 62d25d5 commit f9eb6d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: sedfoam-binary
path: /usr/lib/openfoam/openfoam2312/site
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: sedfoam-binary
path: /usr/lib/openfoam/openfoam2312/site
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: sedfoam-binary
path: /usr/lib/openfoam/openfoam2312/site
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: sedfoam-binary
path: /usr/lib/openfoam/openfoam2312/site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install git
- name: Check out repository code
uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: sedfoam-doc
path: html
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ url: "https://github.com/sedfoam/sedfoam"
cff-version: "1.2.0"
date-released: 2021-07-13
message: "If you use this software, please cite it as below."
version: 3.3
version: 2312
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dateModified": "2022-07-08",
"issueTracker": "https://github.com/sedfoam/sedfoam/issues",
"name": "sedFoam",
"version": "3.3",
"version": "2312",
"identifier": "https://doi.org/10.5281/zenodo.836642",
"description": "A three-dimensional two-phase flow solver, SedFoam, has been developed for sediment transport applications. The solver is extended from twoPhaseEulerFoam available in the 2.1.0 release of the open-source CFD (computational fluid dynamics) toolbox OpenFOAM. In this approach the sediment phase is modeled as a continuum, and constitutive laws have to be prescribed for the sediment stresses. In the proposed solver, two different intergranular stress models are implemented: the kinetic theory of granular flows and the dense granular flow rheology μ(I). For the fluid stress, laminar or turbulent flow regimes can be simulated and three different turbulence models are available for sediment transport: a simple mixing length model (one-dimensional configuration only), a k − ε, a classical k − ω and a k − ω from Wilcox (2006).",
"applicationCategory": "Fluid Mechanics",
Expand Down

0 comments on commit f9eb6d1

Please sign in to comment.