Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CB-Lim authored Apr 24, 2024
1 parent cb5eaf1 commit 75ead8e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IHSetDean
# IHSetBernabeu

Dean (1991) have proposed the concept of an equilibrium beach profile. Dean (1991) derived the equilibrium beach profile model with the wave energy dissipation similar to other previous works (e.g., Bruun, 1954). The equilibrium beach profile equation is very simple, but has been used by many researchers for coastal engineering.

Expand All @@ -8,18 +8,18 @@ Dean (1991) have proposed the concept of an equilibrium beach profile. Dean (199
To install this module use:

```sh
pip install https://github.com/IHCantabria/IHSetDean/archive/refs/tags/latest.zip
pip install https://github.com/IHCantabria/IHSetBernabeu/archive/refs/tags/latest.zip
```

Run tests to validate:

```sh
ihsetdean-tests
ihsetbernabeu-tests
```

## Documentation

Documentation is available at https://ihcantabria.github.io/IHSetDean
Documentation is available at https://ihcantabria.github.io/IHSetBernabeu

## Credits

Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
from IHSetDean.__init__ import __version__
# from IHSetBernabeu.__init__ import __version__


project = "IHSetDean"
__version__ = "0.1.0"
project = "IHSetBernabeu"
copyright = "2024, Lim, Changbin"
author = "Lim, Changbin"
version = release = __version__

html_context = {
"display_github": True, # Integrate GitHub
"github_user": "ihcantabria", # Username
"github_repo": "IHSetDean", # Repo name
"github_repo": "IHSetBernabeu", # Repo name
"github_version": "main", # Version
"conf_py_path": "/docs/",
}
Expand Down
14 changes: 9 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# IHSetDean
# IHSetBernabeu

## Summary

Dean (1991) have proposed the concept of an equilibrium beach profile. Dean (1991) derived the equilibrium beach profile model with the wave energy dissipation similar to other previous works (e.g., Bruun, 1954). The equilibrium beach profile equation is very simple, but has been used by many researchers for coastal engineering.

## Model formula

Dean (1991) suggested an equilibrium beach profile model based on the wave energy dissipation as follows:
Dean (1991) suggested a simple equilibrium beach profile equation based on the wave energy dissipation as follows:

```text
h=Ay^(2/3)
h : the water depth
y : the offshore distance
A : the beach scale factor
```
y : the seaward distance
A : the Dean parameter
```

![Definition sketch of equilibrium beach profile model](_static/images/Imagen1.png)

Fig. Definition sketch of equilibrium beach profile model (Dean, 1991).

0 comments on commit 75ead8e

Please sign in to comment.