-
Notifications
You must be signed in to change notification settings - Fork 9
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
design of experiments/parametric variation ('shape study') #3
Comments
It looks like DAKOTA will do a very good job at performing this task, along with what is mentioned in issue SNL-WaterPower/WecOptTool_old#14 . I will try to get interfaces set up for both issues by the end of the week. I am thinking that a Box-Wilson Central Composite Design would be a good approach for both, as it is supported natively by DAKOTA, and it has the nice property of placing test points equidistant around the starting point. |
@ryancoe The first issue, which I found a workaround to using scp, is that Git LFS isn't installed on the Linux machines. This made it rather difficult to get the RM3_BEM.mat file to download properly. The cloned file only included the SHA256 signature, but not the actual file. I'm still not entirely sure what the issue was, but I got around it by downloading it onto the windows machine then using scp to copy the file to the correct location on the Linux machine, The second, and currently more pressing issue that I have come across is that on line 11 of the RM3_debug.m file, you call a function called Thank You, |
Zach,
On the Git LFS: You can install a local version of Git with LFS on the Linux machine and point to this if you like.
On Wafo: Yes, this is a dependency, good catch! I think I state this in the root/README.md, but can’t remember. Either way, I think it be good if we had a “setup” script that alters the Matlab path to include the WecOptTool directories and checks if Wafo is in the path.
Ryan
…--
Ryan Coe, PhD
Water Power Technologies (Org. 8822) | Sandia National Laboratories
Email: [email protected]<mailto:[email protected]> | Office: (505)845-9064<tel:(505)845-9064> | Mobile: (513)910-8809<tel:(513)910-8809>
On May 29, 2019, at 1:30 PM, zmorrell-sand <[email protected]<mailto:[email protected]>> wrote:
@ryancoe<https://github.com/ryancoe>
I am having some issues with the RM3_debug.m file.
The first issue, which I found a workaround to using scp, is that Git LFS isn't installed on the Linux machines. This made it rather difficult to get the RM3_BEM.mat file to download properly. The cloned file only included the SHA256 signature, but not the actual file. I'm still not entirely sure what the issue was, but I got around it by downloading it onto the windows machine then using scp to copy the file to the correct location on the Linux machine,
The second, and currently more pressing issue that I have come across is that on line 11 of the RM3_debug.m file, you call a function called bretschneider, which is not in the WecOptTool source code as near as I can tell. I did a little bit of digging online, and I think that you are calling it from a tool called Wafo. Is Wafo a dependency for this tool, or is there somewhere else that I need to be looking for the file to add it to the path?
Thank You,
Zachary Morrell
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://github.com/SNL-WaterPower/WecOptTool/issues/11?email_source=notifications&email_token=ABKUW77XSUDA4UNT6TO4NUDPX24UNA5CNFSM4HNP4DA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWQCF4A#issuecomment-497033968>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABKUW74PX2YNTT5IKFLMTUDPX24UNANCNFSM4HNP4DAQ>.
|
@zmorrell-sand - Just wanted to note our conversation here:
|
Let's pick this back up again with the goal of demonstrating the usage of a parametric variation study to understand the objective function sensitivity to various design variables (e.g., by creating an example script). |
@ssolson - Per our discussion, let's do a study on the WaveBot. For example, you could vary all of the geometric variables along with
Here's a MATLAB toolbox that I found a year ago that I thought might be interesting to look into. You can also just use Pianosi, Francesca, Fanny Sarrazin, and Thorsten Wagener. "A Matlab toolbox for global sensitivity analysis." Environmental Modelling & Software 70 (2015): 80-85. https://www.sciencedirect.com/science/article/pii/S1364815215001188 You can see where I did a version of this for the |
@ssolson - I was reading the paper below last night and it has a lot of good/relevant points that can be referenced and/or evaluated by this study. Falnes Johannes and Hals Jørgen 2012Heaving buoys, point absorbers and arraysPhil. Trans. R. Soc. A.370246–277 |
Using the nominal design variables (r_1 = 20 m, r_2 = 30 m, d_1 = ?, d_2 = 42 m) and ranges given in SNL-WaterPower/WecOptTool#1, conduct a design of experiments study to better understand the sensitivity of the system to the different design variables.
The text was updated successfully, but these errors were encountered: