-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test data, fixed ptyhon code to run with the test data added de…
…pendency
- Loading branch information
1 parent
ff84f88
commit 7c7ec3a
Showing
8 changed files
with
62 additions
and
5 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,3 +1,16 @@ | ||
# Lockgate | ||
|
||
Modules to calcualte the forces on lock gates. | ||
Modules to calculate the forces on lock gates. | ||
It consists of different modules to calcualte the force for different situations. | ||
The following modules are identified: | ||
|
||
1. Lockgate1: | ||
2. Lockgate2: | ||
3. Lockgate3: | ||
4. Lockgate4: | ||
5. Lockgate5: | ||
6. Lockgate6: | ||
7. Lockgate7: | ||
8. Lockgate8: | ||
|
||
More info can be found on read the docs |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ dynamic = ["version"] | |
authors = [ | ||
{ name = "Sam van der Zwan", email = "[email protected]" }, | ||
] | ||
description = "Modules to calcualte the forces on lock gates." | ||
description = "Modules to calculate the forces on lock gates." | ||
readme = "README.md" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
|
@@ -19,7 +19,9 @@ classifiers = [ | |
"Topic :: Scientific/Engineering :: Physics", | ||
] | ||
|
||
dependencies = ["coloredlogs~=15.0.1"] | ||
dependencies = ["coloredlogs~=15.0.1", | ||
"numpy~=1.21.2", | ||
] | ||
|
||
[project.optional-dependencies] | ||
dev = [ | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-5.00 12.00 | ||
-4.90 12.50 0.40 1.00 0.00 | ||
13.00 1.50 | ||
0.90 0.70 0.90 0.70 | ||
0.00 | ||
1000. 0.02 | ||
-.01309 |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
** Hv Zk | ||
0.00 -4.00 | ||
** LAB LCD LEF LGH LIJ LKL | ||
3.75 7.50 7.50 7.50 7.50 3.75 | ||
** BAB BCD BEF BGH BIJ BKL | ||
25.00 22.00 19.00 16.00 13.00 10.00 | ||
** dt tinit tend | ||
0.05 0.00 240.00 | ||
** NTM | ||
4 | ||
** TM QM | ||
-10.00 10.00 | ||
0.00 10.00 | ||
100.00 10.00 | ||
500.00 10.00 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
0.00 -4.00 | ||
7.50 15.00 15.00 15.00 15.00 7.50 | ||
40.00 34.00 28.00 22.00 16.00 10.00 | ||
0.1 0.00 240.00 | ||
4 | ||
-10.00 10.00 | ||
0.00 10.00 | ||
100.00 10.00 | ||
500.00 10.00 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
0.00 -4.00 | ||
7.50 15.00 15.00 15.00 15.00 7.50 | ||
40.00 40.00 40.00 40.00 40.00 40.00 | ||
0.1 0.00 240.00 | ||
4 | ||
-10.00 10.00 | ||
0.00 10.00 | ||
100.00 10.00 | ||
500.00 10.00 |