-
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.
Add Turbulence to Basic and Validation examples (#42)
This PR adds turbulent quantities to the `basic.py` and `validation.py` examples. For `basic.py`, plots of the turbulent kinetic energy are added. For `validation.py` comparison is made with newly extracted turbulence intensity values from the Mycek experiment. Other changes are as follows: * The interpolation of the turbulent kinetic energy from the edges to the face centres was improved. Note, however, that the results differ between Linux and Windows platforms. * The Transect class now requires an integer id as its first argument. For the Validate class, all transects stored within must have a unique ID. This change allows consistent "naming" of the stored transects when new ones are added - before they may have been renumbered based on the alphabetical order. * The workflows using setup-miniconda were modified to use native shells where possible as cygwin is not working on Windows, currently. * Bump to version 0.8.0
- Loading branch information
Showing
25 changed files
with
370 additions
and
97 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.7.0" %} | ||
{% set version = "0.8.0" %} | ||
|
||
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
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
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.7.0 | ||
version = 0.8.0 | ||
author = Mathew Topper | ||
author_email = [email protected] | ||
description = Automated verification of SNL-Delft3D-CEC based on the 2014 Mycek experiment | ||
|
Oops, something went wrong.