-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flapping device #170
Closed
+2,161
−169
Closed
flapping device #170
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1e3759c
incomplete draft
ryancoe 45b520f
Merge branch 'master' into flappingDevice
H0R5E 85725d0
Add example with rectangular panels
H0R5E e6a8ba3
Add a dummy function structure for the gmsh version of makeMesh
H0R5E 7ecadb7
Add depth correction and centre
H0R5E a3e7c16
Move depth correction to translate command
H0R5E 6270fdd
Add Gmsh infrastructure
H0R5E 99d142a
Finish Gmsh mesh generation and demo in Flapper_caseA
H0R5E 3a26124
Rename geo files for opencascade versus traditional model
H0R5E bcc7085
Merge branch 'master' into flappingDevice
H0R5E 32abd25
Make the first value of getRegularFrequencies be dw
H0R5E 04d6750
Redesign NEMOH class makeMesh method input for greater control
H0R5E a590235
Extract results of forces in roll from NEMOH
H0R5E f7a96c0
Describe waterDepth option to NEMOH.getHydro
H0R5E 1a30e10
Calculate power production using complex conjugate control
H0R5E 057f552
Update documentation
H0R5E e59dd58
Remove unused template file
H0R5E 51789a1
Minor update to docstring of makeMesh
H0R5E 3db6d2b
Use moment of inertia rather than just mass.
H0R5E 01af0e1
Simulate different depths and calculate I outside of simulateDevice
H0R5E 2942eea
Merge branch 'master' into flappingDevice
H0R5E 3f6dca5
Hack in some scaling to the "moment force"
H0R5E a85a394
Move application of scaling to designDevice
H0R5E f1885bb
Minor change
H0R5E b52f384
Add P and PS controllers and change variable names to angular convention
H0R5E e8af81e
Trigger build with gmsh
H0R5E 3b8a133
Merge branch 'master' into flappingDevice
H0R5E 06ba4c9
Merge remote-tracking branch 'public/master' into flappingDevice
H0R5E c26f1a0
Update travis file to download and install Gmsh
H0R5E 1d1825e
Forgot the file extension
H0R5E 214729b
Add installation instructions to README and try Travis again
H0R5E c7bcae2
Update installation instructions in docs
H0R5E 0e8dc30
Remove unused geo file
H0R5E bc3de99
Make sure everything has license boilerplate
H0R5E 2a7e78c
Add tests for Gmsh makeMesh and installExternal
H0R5E 5d4442d
Merge branch 'master' into flappingDevice
H0R5E 4b42066
Fix bug I added to installExternal and harden tests.
H0R5E 2c330e8
Fix simulateDevice docstrings for constraints
H0R5E File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move application of scaling to designDevice
commit a85a3940ae4fa2def6aea292eab3564e4349ad66
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At this point, we need to create a file that NEMOH can use. It looks like one of the MATLAB tools that comes with NEMOH (https://github.com/LHEEA/Nemoh/blob/master/matlab%20routines/Mesh.m) may be able to do this for us.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already done by the NEMOH class. What we need is a gmsh equivalent of the AxiMesh class.