-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR adds new variables which can be configured in the templates using the `CaseStudy` class. These are: * `bed_roughness`: set the uniform bed roughness as a manning number * `turbine_turbulence_model`: choose between the default turbulence model for the turbine wake or a canopy model. * `beta_p`: set the turbine turbulence canopy model "production" coefficient for the canopy model * `beta_d`: set the turbine turbulence canopy model "dissipation" coefficient for the canopy model * `c_epp`: set the turbine turbulence canopy model "production" closure coefficient for the canopy model * `c_epd`: set the turbine turbulence canopy model "dissipation" closure coefficient for the canopy model Additionally, the model files created in the `basic.py` example can now be kept for inspection by passing the `--persistent` flag as a command line argument. Bump to version 0.8.2
- Loading branch information
Showing
13 changed files
with
184 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "0.8.1" %} | ||
{% set version = "0.8.2" %} | ||
|
||
package: | ||
name: snl-delft3d-cec-verify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = SNL-Delft3D-CEC-Verify | ||
version = 0.8.1 | ||
version = 0.8.2 | ||
author = Mathew Topper | ||
author_email = [email protected] | ||
description = Automated verification of SNL-Delft3D-CEC based on the 2014 Mycek experiment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.