Skip to content
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

Linear Turbine Models #20

Merged
merged 30 commits into from
Nov 6, 2020
Merged

Linear Turbine Models #20

merged 30 commits into from
Nov 6, 2020

Conversation

dzalkind
Copy link
Collaborator

@dzalkind dzalkind commented Oct 23, 2020

I am adding linearization tools to WEIS, including generating linear models using aeroelasticse, setting up linear turbine model objects using mbc3, and simulating a linear turbine in an example script.

Major Changes:

  • Added mbc3 tools to generate linear time invariant models of a turbine
  • Added LinearFAST.py to aeroelasticse for generating linear models
  • Added LinearModel.py to weis/control for setting up linear turbine and control models

Minor Changes:

  • I needed to make a minor change to the ROSCO_Toolbox that will be pulled in ROSCO related updates and controller optimizations #16. There is a small change in a pCrunch example that excludes MoorDyn outputs from the output file processing list.
  • Some other related example scripts were included: run_PC_sweep.py and run_mass_sweep.py for varying control and model parameters for an initial CCD problem demo
  • Ignoring output files from WEIS. Are these needed for testing purposes and we should be saving results elsewhere?

TODO:

  • We may need to update setup.py because there is an additional python dependency to include: control

Scripts to test:

  1. LinearFAST.py in WEIS/aeroelasticse/
  2. run_lin_turbine.py in WEIS/examples/control_opt/

git-subtree-dir: python-toolbox
git-subtree-split: 166a531b762b7d071672ca5f0a541bc80a87fcdf
c38bf9ec Merge remote-tracking branch 'upstream/master' into me_apc
a761dc10 Update example DISCON
f8ca28b8 Add open loop power control vs. wind speed
70d6b9be Add soft start to example_12
5120690f Add open-loop power writing function, sigma helper function, SoftStart
ba27ade2 Update power control names and yaml input
e981714f Append R > 1 pitch values
b61b9b71 Update example 12
bac96ada Add example for power control
7a991567 Add initial power control
c8c3f9c1 Merge branch 'weis/pitch_act' into weis/apc
94c8eb02 Update local examples & ROSCO pointer w/ Pitch Act
1223344f Add pitch actuator bandwidth to tuning, file writing
REVERT: 571baad Merge branch 'develop' of https://github.com/NREL/ROSCO_toolbox into develop
REVERT: 4d43650 fix previous commit with channel names
REVERT: 446186d fix previous commit
REVERT: 2bf1888 load binaries

git-subtree-dir: ROSCO_toolbox
git-subtree-split: c38bf9ecb6b07a2c01672618944cc327e47da910
This reverts commit 2c56268, reversing
changes made to f11b4fa.
@dzalkind dzalkind marked this pull request as ready for review October 30, 2020 21:41
@dzalkind dzalkind changed the base branch from master to develop October 30, 2020 21:49
@johnjasa johnjasa self-requested a review November 2, 2020 17:34
Copy link
Collaborator

@johnjasa johnjasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, @dzalkind. I'm working on running the examples locally now. Feel free to add control as a requirement to setup.py here: https://github.com/WISDEM/WEIS/blob/develop/setup.py#L110

Does it make sense to add the examples you created to the automated testing platform here? If they don't take too long to run (<10 mins each), it'd be good to have this functionality tested. Or, if there's some way to shorten the run time for those examples so they could be more easily tested, I welcome that. If you think it's possible to have those examples be run as part of the CI, please add those calls into the CI_WEIS.yml.

@gbarter
Copy link
Member

gbarter commented Nov 2, 2020

Instead of adding custom code and runs to the CI script with each addition, maybe we create a separate pytest-like call to a dedicated examples directory? Could use the test_examples.py template in WISDEM if that is helpful.

@johnjasa
Copy link
Collaborator

johnjasa commented Nov 2, 2020

Great idea, Garrett! I'll work to get something like that here for WEIS and will submit my own PR.

@dzalkind
Copy link
Collaborator Author

dzalkind commented Nov 6, 2020

The examples run_PC_sweep.py and run_mass_sweep.py are probably more examples of things we can do with aeroelasticse than good tests. I don't think they cover any more code than run_DLC.py does and they take longer than ~10 mins, so we could exclude them or move them out of examples. run_lin_turbine.py does cover the new things I've added in this PR.

@johnjasa johnjasa merged commit 9acd646 into WISDEM:develop Nov 6, 2020
ptrbortolotti added a commit that referenced this pull request Dec 4, 2020
aa5eb02ff Merge pull request #33 from WISDEM/f/new_mod_options
88206386d Merge pull request #35 from johnjasa/update_new_mod
2454fcc32 Merge commit 'ec306ad5b3594b1332b39eff711cb8d7c8b38667' as 'WISDEM'
ec306ad5b Squashed 'WISDEM/' content from commit ba930c4b
72266e642 Fully removed WISDEM
58318f414 Updated geometry_schema based on WISDEM dev version
7a40d5a37 mod options level 3
d1b6f482a fix leftover flag
e2bb4f71e tests may pass now?
58b391a43 Merge commit '4f7b332ec801f61ba9485412e11edc40d2733bcb' into f/new_mod_options
4f7b332ec Squashed 'WISDEM/' changes from c9209f61..ba930c4b
58dc86abf fix flag openfast in mpi
944948ffc Merge pull request #32 from johnjasa/newest_wisdem
99a4b159b Merging latest WISDEM develop
7ef9b9dd9 Squashed 'WISDEM/' changes from bac650da..c9209f61
454de2be6 fix dac script
1ab4fc530 Merge branch 'f/new_mod_options' of github.com:WISDEM/WEIS into f/new_mod_options
b2f23c22b fix error in towercd array indexing
c7bb2ce8c Squashed 'WISDEM/' changes from a056dc2c..bac650da
022f8de5c Merge commit 'c7bb2ce8cddbf97e4ced0fc6a05dccf4ecba5420' into f/new_mod_options
0c5a540f8 accommodating new tower to elastodyn connection
3dd07390b rho promoted twice
5ad5cfbf9 common caps on SS and PS from other ref turbs
3cf68da2f removing nan values from input yaml
79ab042ea Merge branch 'f/new_mod_options' of github.com:WISDEM/WEIS into f/new_mod_options
0163a1b3d Update CI_WEIS.yaml
5504e033a more fixes
b9416f789 Merge branch 'develop' of https://github.com/WISDEM/WEIS into f/new_mod_options
723c9c1d4 going through the tests
9c8443422 examples aeroelasticse fixed
6d47f8083 update to latest wisdem, OF crashes
3afbca9cd Merge commit 'bf8d862c90b07899b632cce7d99017ebc93c8e17' into f/new_mod_options
bf8d862c9 Squashed 'WISDEM/' changes from fd4bb290..a056dc2c
333aec61b Merge branch 'develop' into f/new_mod_options
b7f7f3938 update for latest wisdem version
c82d34e4e final formatting
7a9001103 try for mpi
1a9b6df71 another try
df459e308 Merge branch 'f/BRFM' into f/new_mod_options
6b5a7d795 restructure examples
356720729 fix typo2
1004b5b6d fix typo
a2b09407b trying out cleaner actions file with environment yaml
f72f95218 update examples
94437c2f0 things start to work now
3f2551143 it runs, but problem with TMax
a60b5cbee main fst inputs in
18ede593b ED and InflowWind working
8f8de58e2 ED out except for channels
8b1b6d5bc Squashed 'WISDEM/' changes from 407d118a..fd4bb290
0b07a8e29 Merge commit '8b1b6d5bcc81903ba3cb63250fa85c567a1c2c5a' into f/new_mod_options
8f6a91eae help debug
3d81b5e3e populating schema with missing inputs
e86d8e636 moving ahead!
766891120 Squashed 'WISDEM/' changes from 61a24b05..407d118a
ecaccd592 Merge commit '766891120b62199caf193cd2afdc0d0682c3cac9' into f/new_mod_options
67eb81644 small fixes
77376a58f Squashed 'WISDEM/' changes from 3821b3aa..61a24b05
9f0e74e4d Merge commit '77376a58fae58e5d575e29b245a1f3f820a43992' into f/new_mod_options
59624c621 Merge commit 'af0be471f7768ed8283fa5b0644b024d3ad55b36' into f/new_mod_options
af0be471f Squashed 'WISDEM/' changes from 1c2c4ef1..3821b3aa
fad1b62e5 add rosco defaults
47e62c559 Merge branch 'develop' into f/new_mod_options
7373c258b work in progress
d5c4c820c work is slowly progressing
a7861ac14 fix settings for WT simulation
16e5bac91 aeroelasticse call OLAF
ad31249bd Merge pull request #29 from WISDEM/b/EDgages
58800dafd stall margin from OF
d38109f94 grid must be dimensional!
3bf4c3a17 combining WISDEM and WEIS modeling input files
36f48b83d work in progress
3e56f1bc3 Merge pull request #28 from WISDEM/f/iea3.4
0c79f65c5 forgot an underscore
f3c975ea0 fix possible bug in location of blade gages in ED
d13b0c4f0 link web and SC rotation to twist
0e7e5c735 Squashed 'WISDEM/' changes from c8678788..1c2c4ef1
545318136 Merge commit '0e7e5c73539acf477d7ba7d378b1d6dcd46a7a79' into f/iea3.4
b8a318e49 iea 3.4MW added among examples
8a17720c7 P T Q M out of ccblade
acb69e0c6 Merge pull request #26 from WISDEM/no_torsion_modes
1dcda881a Squashed 'WISDEM/' changes from 34396b9c..c8678788
3d7e99d61 Merge commit '1dcda881a577e669c7abc4a9db740a278f51e781' into no_torsion_modes
c9896e3e6 simplified glue code withtout need for extra modal calculations and using WiSDEM as a preprocessor
bc221b57a Merge pull request #25 from WISDEM/optdriver
d2776d4d3 moving posing of optimizaiton problem out of main driver code
1d77a260b max blade root flapwise moment out of openfast
9cb312067 separating out gearbox and generator efficiency in tune_rosco and aeroelasticse
95d60cee1 Squashed 'WISDEM/' changes from 99dcf1c5..34396b9c
927f19bd3 Merge commit '95d60cee1696be03fdfb9c8116ba7bc4e4610aae' into develop
536affb49 adding objective, contraint, driver, etc
26711f1e8 adding analysis options example
7ae7896a3 finished floating design variable example with small mooring tweak
9acd64685 Merge pull request #20 from dzalkind/lin_models
77a5f0857 Exclude PC_sweep and mass_sweep from examples
421789402 creating analysis schema that supports intended design variables
71c9fd96c Changed example formatting for testing
9ee0bab88 Merge pull request #24 from WISDEM/f/update_DAC
f33c3e27b Merge branch 'develop' into lin_models
e626bd173 Fix example for testing
04e331d52 Catch error if linear models missing, enable only 1 linearization ws
64898d59a Set up linearization for test
ba27de216 increase min allowable overspeed + comment out DAC
eb7a09e52 Add control to dependencies
8f9eaa15b last few bugs
337b51a15 Squashed 'WISDEM/' changes from d9283b55..99dcf1c5
84188031d Merge commit '337b51a15a58b330eea9bf1524366ab26578b3c3' into f/update_DAC
5c8980895 update BAR model with DAC
cd5aef5b0 Merge pull request #16 from nikhar-abbas/rosco_updates
0d14f8050 Merge pull request #23 from johnjasa/update_PR
5d22b1c43 Added PR and issue templates, expanded doc on how to contribute to WEIS
3497d8ca9 remove BAR for testing
cd249ceba Merge commit '3157338499493a64e2f4a7a8c210f97635764b23' into rosco_updates
f8332ffe4 Change control_opt example to IEA15MW-Monopile
315733849 Merge pull request #22 from johnjasa/update_testing
a168a3017 Updated CI_WEIS to run the examples test script
d667061c3 Merge commit '9bb80e6a007d61a9f7f5d7160ca32569aa118967' into rosco_updates
9bb80e6a0 Squashed 'WISDEM/' changes from d9ec4ea2..d9283b55
72376fd97 fix tip deflection ratio type
8bfdb0e9e shorten example time
3c1c338ce Update schema with tip_deflection ratio
3b8d61461 Load tip deflection ratio from analysis_options.yaml
95929238f Revert "Enable multiprocessing for af_flap_coords"
d6b204285 Add control_opt folder testing
c946cfcf0 add final s to ballasts
ab71983a1 work in progress floating ontology
c3c299354 Squashed 'WISDEM/' changes from d9ec4ea2..8a6b6348
663a74613 work in progress floating ontology
26de8ba91 Merge branch 'develop' of https://github.com/WISDEM/WEIS into schema
9412c4f43 Merge remote-tracking branch 'upstream/develop' into lin_models
890e2d08a Merge commit '271df25404c382d98190ed61b4ec28dbac120a38' into rosco_updates
7bafbcab8 Save pCrunch stats and simple plots during optimization
8ce2d1c2f print rotor overspeed during optimization
3891ddc4c formatting and parameter updates
dc5d85691 Add rotor overspeed as merit figure
af0fdbcce update commenting
271df2540 requesting 2 nodes instead of 4
2f9efe53b restoring simpy
1561aaa72 trying actions again
3918f3f9a trying actions again
7e3cb0070 trying actions again
fce19c4ff trying actions again
95d8fbbf9 testing debugging
4ae6a8e34 Merge branch 'schema' of github.com:WISDEM/WEIS into schema
bf04579e3 working example
ded710629 Merge pull request #21 from WISDEM/fix_pont_outer_diameter
ad91f5135 Update nrel5mw-semi_oc4.yaml
ea7871e20 put in new control structure
ea6796078 adding in more than just the python bare-bones
691a43780 merged develop into schema
d9c15969d now using cylindrical coordinates
3e6818e10 adding cylindrical coordinate systems
555c264a7 resolve difficult implicit loop of generator efficiency (for now)
b4639e537 Squashed 'WISDEM/' changes from 4e122757..d9ec4ea2
9cd15e9e9 Merge commit 'b4639e537af25dde63f3a7e632c9f35bc3fd6662' into develop
65e9c4679 debugging temporary fix
853cb588a Revert OpenFAST compilation to double precision
12cbf04e5 Revert pCrunch class changes
b95b973ea compliant examples and documentation generator
0f175d7d2 Add simple example for generating linear models and running a linear turbine model in simulation
efa78a080 Remove python-toolbox
6e19fd83f now geometry schema and examples are validated
ca61558ae adding in axial joints and gridded diameter/thickness
48e51beef adding semi
943125a35 correction of anchor depth
9d62ed342 adding nrel5mw with oc3 spar example
493d3d97f make consistent with wisdem nacelle yaml
ce9556875 running better now
c74bb3b4b Merge branch 'master' into develop
1e17791d7 catching up on drivetrain
6157bc244 Squashed 'WISDEM/' changes from e793f097..4e122757
d9a4ca955 Merge commit '6157bc2447fc56424bb7e7692678c74aed63d506' into develop
003ebdfb8 Merge commit 'b3f4bf5ddbfebe98ca498bd0c41df916754e3a0a' into master
b3f4bf5dd Squashed 'WISDEM/' changes from e793f097..4e122757
fe7aa6345 incorporate recent WISDEM changes into this branch
2f94c09a1 Merge remote-tracking branch 'upstream/master' into lin_models
524614e72 completed merge
bedb0fa37 Merge commit '68add60399e04f16d3e2086b2f2f2a6c8437a8b1' into rosco_updates
516fc0828 fix paths and dlcs
602325dde update rotor overspeed constraints
136cc9204 Update windspeed read methods for DELs
68add6039 Merge pull request #17 from dzalkind/unique_seeds
b6ae358a4 Add MBC3, initial example running in weis-env
1e9866a95 Merge remote-tracking branch 'upstream/master' into lin_models
123f79af3 Add pitch control param sweep example
b715b96c5 Merge remote-tracking branch 'upstream/master' into unique_seeds
c8f6ffb37 remove extra line
62622b7d8 Delete travis CI yams input file
68e01ee5d CI on GitHub Actions
2f2ae2869 add BLFLAPX to outlist if DAC
6479c2788 Stop  subprocesses on all ranks
44a1ba1ad patch to avoid duplication of min rotor rpm
5ab0624ff if statement bug fix
3e9091a84 Change DEL TwrBsMyt ref to 1e4
3a496c29f Re-org to separate merit figures and opt vars
0f0c8f183 Include IPC inputs
d7f3fbfc6 Merge commit '588c7364f607472a7e56390c902fba4388235e61' into rosco_updates
588c7364f Squashed 'ROSCO/' changes from 8a5fef0..cffa234
a890ba3c7 Include controller optimization example
77b4f469f Merge commit 'e975071f4695c6c594faef8626ee39a2717eedb2' into rosco_updates
e975071f4 Squashed 'pCrunch/' changes from ab9249a..996e329
d744c5aec Include wave excitation models
d998f9d60 Modify member joint for single precision stability
25bf2ff0f fix ROSCO binary path
d62e86326 Merge commit 'ceb67b1a957a50875b1b6563616bafb64f59ab7e' into rosco_updates
ceb67b1a9 Squashed 'ROSCO_toolbox/' changes from 235e515..0c5fada
8d29a57b9 load ws from caselist if not run_power_curve
65bf27e8b load n_te_flaps from modeling_options
295a1a8b0 Print trailing edge flap position, cleanup
417df9f7f aeroelastic typo fix
28f86d3c8 fix indentation issues, TwrBsMyt DEL typo
344fcdae8 ignore temporary files
c5cfae0cc add rotor overspeed constraint
4f81f2cad use dac_ivc for te_flap design var
624ee8b4c update methods for initializing analysis.power_production
cf0cbaae3 IPC_KI bug fix
c27f121ef update for lowercase load_fast_out
3273a3843 Set GenTiStp to True for DLCs
65960b102 ignore vscode data
6b2592e3a ignore openfast outputs
ff4f2f1eb some progress on annalysis file
65bccd1c9 Merge remote-tracking branch 'dzalkind/rosco_testing' into rosco_updates
99269e798 Add unique wind/wave seeds to IEC case gen
c279e80b9 Add IPC gains to ROSCO part of FAST_writer
0687d1fc1 Merge remote-tracking branch 'upstream/master' into lin_models
560d2396d Merge remote-tracking branch 'upstream/master' into rosco_updates
8cf6e80be move controller design variables to tune_rosco_ivc
f910407d3 put run_dir in self
c824a07f0 Enable multiprocessing for af_flap_coords
ac2b6642f Cleanup for multiprocessing
5ab1716d4 Fix controller path
a6a7ff5c8 Merge remote-tracking branch 'origin/f/IPC_optimization' into rosco_updates
ceb65c069 no dels computed if run iec false
e5943484c Squashed 'ROSCO_toolbox/' changes from 610755e..235e515
8f348af34 Merge commit 'e5943484c65fcc36ff95dec62ab2f3b45eaf8179' into rosco_updates
8d11cede0 fatigue only running if run IEC true
566e76d5d Merge commit '01606542d18c271a45c876f4307cbecbe9a928b1' into rosco_updates
01606542d Squashed 'ROSCO_toolbox/' changes from 571baad..610755e
ea9304d32 Add tower and blade DELs to pCrunch analysis, add mass sweep example
d7ad572fb Update README.md
9bc45ae6d Update README.md
af96be724 added beamdyn options
bbd49f49f fix description on level3
b597775a4 added elastodyn and fixed line end character confusion
f1ed50b13 Add state space hydro inputs, update fast linearization script
962fbdbc9 Compile OpenFAST in single precision
8b7c21b0b Merge commit '0dea50243337b43eb66be228def56478a56d0fc2' into master
0dea50243 Squashed 'ROSCO/' changes from 66e620c..8a5fef0
8caa866bc Merge pull request #12 from dzalkind/model_servo
04cdb15fa Add ServoDyn and ROSCO modelling schema, add modelling defaults, remove schema/ dir
3135bb0e3 Exclude outputs/ from git
237cba24c Merge remote-tracking branch 'upstream/schema' into model_servo
255b9db78 Exclude outputs/ from git
6899f733a Initial add of linear controller opt
2678066af adding simulation options too
0d8ab5d38 Revert "Merge dzalkind/ROSCO_toolbox into lin_models"
c69349edb more robust running of steady cases
5de5f4ca2 removing unused default files
7a1fc6a9f adding openfast modeling options for aerodyn, hydrodyn, subdyn, and moordyn
8bac5a89d adding default compiler optimizations for release
127f213a5 add rotor aero thrust outputs
8861bb01f correct monopile base diam and thickness
51a708dc5 add torque and thrust to default outputs
8d9b23474 fix GenPwr OpenFAST (GB ratio was off)
9390cb922 Merge remote-tracking branch 'upstream/master' into lin_models
46097d4f2 Update linear DEL input
c4b812ae1 optimize Kp IPC
84e135cca Updated OpenFAST simulation time to 120 secs and tests accordingly
159033aa2 Update README.md
eb34b64b4 Merge commit '9312f3d463cdbcfe524ed5ba4ab65caa88da1467'
9312f3d46 Squashed 'WISDEM/' changes from 229b8942..e793f097
b51090e2c Update README.md
e4bf7496b Merge commit 'd653f888ebfa487609422676b29f3eb62e5a6673'
d653f888e Squashed 'WISDEM/' changes from 68171e4f..229b8942
ce356181e multifidelity P ok
d8caade64 multifidelity on power
0cf80074c no need to provide paths OF TurbSim ROSCO
f28cfad2d few more comments to run_general.py
8034303bc more examples to run aeroelasticse
f3ce099ce cleaner files multifidelity runs
7bd332fc5 Removed BOS
a690b61d0 Merge branch 'master' of https://github.com/WISDEM/WEIS
56214cc03 Add pyOptSparse to WEIS as subtree'd repo (#11)
766c40b21 Added pyoptsparse to WEIS but optimizers aren't imported correctly on my local machine
ff4709360 Merge commit '539be1acd389d5d8ce295baf0cc31806f1521bfe' as 'pyoptsparse'
539be1acd Squashed 'pyoptsparse/' content from commit 74e77046
a6cca1d32 support for 2 blades and no DEL for short sims
2c562686d Merge dzalkind/ROSCO_toolbox into lin_models
8ba953d60 Squashed 'ROSCO_toolbox/' changes from 571baad3..c38bf9ec
f11b4fa7a Change wisdem to weis, fix imports in runLinTurbine
82d9591f0 Merge commit '72df4fbce1f4f03f6dadecaa6979ec349f8690e1' as 'python-toolbox'
72df4fbce Squashed 'python-toolbox/' content from commit 166a531
f29c3cb72 improved readme
46c83bbd5 Change validation script for model schema
fcca36fa2 Update rosco options and descriptions
ab582e6f3 Update modelling defaults, strings in servodyn schema
b23fbe22e Add servodyn schema, move rosco modes to rosco schema
c457cb2bc no need to specify powercurve wind
99b0dc652 update paths to OF models
3b64a96b6 point to weis schemas
b308095bb Merge pull request #9 from WISDEM/f/glue_code
33520835a using the ontology4all versions
0403df2e5 first import of schemas
383850a79 Updating multifidelity codes with new runWEIS API
6d602ae55 Added multifidelity options to runWEIS and runWISDEM
a5d012028 Merge commit '9543bbfbe532b4129230325a8f908b7297745a4d' into f/glue_code
9543bbfbe Squashed 'WISDEM/' changes from 6dcca75f..68171e4f
fe8444db2 Delete launch.json
b7b6ed3dc few changes to dac opt settings
d36ed748f Squashed 'WISDEM/' changes from c7d58770..6dcca75f
85c6c9e15 Merge commit 'd36ed748fd8c5ab41320910f5a7611be55c3ebc1' into f/glue_code
d4c2a406c Squashed 'WISDEM/' changes from 049805e4..c7d58770
663378a62 Merge commit 'd4c2a406cefba7bed9fbdceb10a72ce001a495de' into f/glue_code
6dcca75f2 spanwise grid manipulation for te flaps
e4a57debc dac capabilities in
a414c7f9f openfast runs!
107d74c8c making progress linking openfast
16b528f34 example runs glue code w/out OF
736109857 Merge pull request #8 from WISDEM/aeroelasticse
87203ea21 run on all platforms
f1a59977f changed from wisdem. to weis.
a2c4283c5 Squashed 'WISDEM/' content from commit 049805e4
2ff5912fc Merge commit 'a2c4283c530c93dd5f64089a7e8103a52ccf9024' as 'WISDEM'
1a2843f66 Removed IEAontology4all version of WISDEM
deb8c3865 add files from IEAontology4all
dab3d60ca path to compile turbsim, more but shorter dlc sims
dd4646afc forgot init file in weis
5af980d7e catching travis up with setup
5d85de904 Merge branch 'master' of github.com:WISDEM/WEIS
78ccbe899 shifting to static linking
148429dbb Merge pull request #7 from johnjasa/add_docs
eb5c6afbe Added skeletal docs structure
f49d8a986 Fixed trust region bug
b3b2bfca7 Added commented line for pip install packages to setup
66a980710 invoke nested setup scripts
063a9273b Redid setup.py so it uses URL-pulls for repos
0d909879d Revert "Debugging init file linking"
332c3357c Revert "Added init files"
c3167dc77 Debugging init file linking
87207af18 Merge branch 'circular_deps' of https://github.com/johnjasa/WEIS
8dc3991b9 Merge pull request #3 from WISDEM/examples
1ee3e7d4a Fixed scalar in test
608a2793f Added init files
7e5901e38 second set of example files
3d441bc31 run aeroelasticse with IEA15MW
0bcbd40c8 trying to fix namespace on imports
dba093074 Updated setup.py
7efc68951 adding first basic gitignore
61f399cbc Began migrating multifidelity codes and drivers. Tests not passing
80a39e97f Added 30 min travis timer
a28d87203 Made travis setup verbose; taking quite a while
7b8484b54 Updated Travis for new cmake
b19418299 Updated travis
b53df2833 Added initial Travis file
94e001157 working on windows build
b5476d7b9 working on windows build
8e867009f adding pCrunch and checking that imports succeeded
97723f254 Merge branch 'master' of https://github.com/WISDEM/WEIS
619744536 Squashed 'pCrunch/' content from commit ab9249a3
f8f15d7f4 Merge commit '619744536ac71405c889c8906e77dbc91de9f7e5' as 'pCrunch'
460ef1dbf making setup a little more readable
82848b047 Merge branch 'master' of github.com:WISDEM/WEIS
089bd8473 working setup.py
4f9d9881d Update README.md
c86d62a79 Renamed wisdem -> WISDEM
df866116f Squashed 'ROSCO_toolbox/' content from commit 571baad3
38ef82f6a Merge commit 'df866116f7e4daa30c41173215ae9614bc05df37' as 'ROSCO_toolbox'
b2cb9223e Squashed 'ROSCO/' content from commit 66e620c6
04ee4dcc7 Merge commit 'b2cb9223ee4825c7ec72e682507199dba49054ef' as 'ROSCO'
cf7eed2e8 Merge commit 'd5b0890be82f5e1be87889322728a34a4b64fa87' as 'OpenFAST'
d5b0890be Squashed 'OpenFAST/' content from commit f2517ec6
a2b81f7a3 Minor changes to setup
204a5c893 Merge commit '97170430629bb85d6b1bcdab8814e745895208c1' as 'wisdem'
971704306 Squashed 'wisdem/' content from commit 4ff38d1
f60197a13 Adding initial setup
REVERT: f2517ec66 Workaround DOUBLE_PRECISION macro when building with HPE MPT (#524)
REVERT: 8fca5c925 [BugFix] InflowWind_driver crashes due to incorrect file closing (#521)
REVERT: 1cde44ac8 Merge pull request #508 from rafmudaf/feature/ranlux
REVERT: 69e070a55 Ranlux: add NWTC_RandomNumber to VS projects (#13)
REVERT: 8b5995ccd Add a generic random number interface for reals
REVERT: 4b6c980c6 Rename random number module unit test
REVERT: aabb9d968 Switch HD module reg test to use RANLUX
REVERT: f52dba152 Add random number module unit test
REVERT: 0a659f497 Connect random number module to HD
REVERT: 1af36a08b Add a random number module to NWTC Library
REVERT: 55bf67ace Add a HydroDyn module regression test case
REVERT: 3d749c065 Suppress output from CheckArgs unit test
REVERT: c63a7bdbc Merge pull request #515 from ptrbortolotti/noise
REVERT: cc00b1551 Merge pull request #9 from andrew-platt/f/noise
REVERT: dd258fc26 Merge pull request #8 from rafmudaf/noise
REVERT: 6b360393b AA: fix possible absolute path issue in AFinfo with BL_file
REVERT: 5f115ebf7 AA: set dummy vars to avoid compiler warnings
REVERT: e04d8940c Merge remote-tracking branch 'rafmudaf/noise' into f/noise
REVERT: 053e2b4bc AA: turn off warnings in AeroDyn_Driver.vfproj and FASTlib.vfproj
REVERT: 4ec51925e AA: remove unneccessary pieces from AeroDyn_Driver.vfproj
REVERT: 18fecfc2b Update aeroacoustics reg test baseline
REVERT: a60e79a0a Add aeroacoustics reg test to CI
REVERT: b28d72744 Merge pull request #7 from andrew-platt/f/noise
REVERT: 1f88a8b24 AA: update VS build
REVERT: 239d8702e AA: vs project update
REVERT: 4b177ae21 AA: fix typo in docs
REVERT: bf761c98e Merge remote-tracking branch 'Pietro/noise' into f/noise
REVERT: 3b9be15ec updated docs AA
REVERT: 69ce958c8 AA: update vs-build FASTlib and AD driver projects
REVERT: 9347ee15a AA: update AD15 docs on AA inputs
REVERT: f7df9ea3d Merge remote-tracking branch 'OpenFAST/dev' into f/noise
REVERT: b3cec44f9 updated r-tests AA
REVERT: 2dbbadb45 Introduce checks for Fortran 2008 features (#512)
REVERT: 04fdcd6d3 Merge pull request #6 from andrew-platt/f/noise
REVERT: 06b5c15cd AA: typo in doc
REVERT: 16c5a96fa AA: documentation appendix format and cross ref
REVERT: acf6be680 Minor equation align in OLAF docs and syntax highlight
REVERT: 7a37e9d76 AA: update documentation, fix references+eqs+crossrefs
REVERT: a58255f2f Merge remote-tracking branch 'Pietro/noise' into f/noise
REVERT: 590484ee0 AA: add bibtex style bibliography
REVERT: ee11e4179 Merge pull request #5 from ptrbortolotti/directivity
REVERT: 34136cbbb atan2 instead of atan
REVERT: fd925b35f Fix GH Actions Checkout usage (#513)
REVERT: f6a9e1df6 AA: initial commit of documentation.
REVERT: af1375d02 AA: add regression test.  Update docker run
REVERT: b89cf4613 Fix AD15 input file documentation for OLAF (#511)
REVERT: 0d4e65084 AA: remove extra makefile that should not be in repo
REVERT: f95a493f7 AA: change formatting of aeroacoustic output files [1-4]
REVERT: a703df317 Merge pull request #510 from bjonkman/b/VSbuild
REVERT: 2b666da61 AA: rearrange source code slightly
REVERT: 772e9e0e7 Remove unnecessary project dependencies
REVERT: f3b0485e1 Remove extra (unnecessary) MKL setting
REVERT: 22a10e7fa Merge pull request #4 from andrew-platt/f/noise
REVERT: 708ef244d Merge remote-tracking branch 'Pietro/noise' into f/noise
REVERT: 6cedc1178 Merge remote-tracking branch 'OpenFAST/dev' into f/noise
REVERT: de4985e43 AA: update API change info, update regression test cases
REVERT: 91ad82f85 fourth output file
REVERT: 5933788b5 Update CTestList for WP linear description
REVERT: 0ce471a5a Merge remote-tracking branch 'OpenFAST/dev' into f/noise
REVERT: fdf2291b4 Explicitly import a function from external module (#507)
REVERT: 35a746161 AA: change the way the AAStart time is handled
REVERT: 43191a90b Merge pull request #506 from andrew-platt/b/RTD-fix
REVERT: 67daa66d2 Merge pull request #491 from rafmudaf/dev
REVERT: d587d86c5 Remove the is-ready-to-merge question from PR template
REVERT: 140b4b41b Disable Ideal_Beam test cases
REVERT: 51028e002 Bug fix in printing linear reg test errors
REVERT: 811ccd18a Improve logging in entrypoint.sh script
REVERT: 4785b1a00 Add the appropriate remote in CI test
REVERT: 6a4d4de5d Exit test script on error
REVERT: 211939ce9 Update minimum sphinx requirement for docs
REVERT: c8e8f8caa [BugFix] duplicate tags in sphinx-html bibliographies
REVERT: 5aacf65cb Merge pull request #447 from andrew-platt/f/vc
REVERT: 36922c324 FVW: r-test dev pointer
REVERT: bd6a5f2f7 Merge remote-tracking branch 'OpenFAST/dev' into f/noise
REVERT: c0b1ac338 Update Intel compiler baselines
REVERT: 58aaa3705 Update baselins macos/linux-gnu
REVERT: 63210b2ca OLAF docs: minor update to remove sphinx-html errors
REVERT: 55fd24f9a Merge pull request #5 from ptrbortolotti/noise
REVERT: 1e5af9e3e OLAF: update API changes
REVERT: 63e26566c Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: e77fabec6 Sphinx docs bug fix
REVERT: 0cc07df56 cleaner input file
REVERT: d954b76f8 Merge pull request #373 from bjonkman/f/Linear
REVERT: 62369e432 Merge pull request #17 from rafmudaf/pr373
REVERT: 4a81a8561 Update r-test commit
REVERT: e4d45d82d Merge remote-tracking branch 'OpenFAST/dev' into f/noise
REVERT: d45d05e64 Fix bug that could cause incorrect augmented mesh in L2-L2 or L2-P load (#488)
REVERT: 9376dd07e Merge pull request #4 from ptrbortolotti/noise
REVERT: 729cf90c5  MoorDyn bug fix for tensions changing part-way through simulation. (#486)
REVERT: 82178f2d3 CMake: explicitly pass fortran compiler to pfunit project (#484)
REVERT: 90012d54f NodeOuts: fix indexing when invalid channels
REVERT: cf611e3ca AD15: update units in nodal outputs Uin, Uit, Uir
REVERT: 17f82487c AD15: change description of Uin, Uit, Uir nodal outputs in documentation
REVERT: 3dda67f98 AD15: add nodal outputs for OLAF/FVW
REVERT: 9a215a9d7 AD15: rearrange FVW output channel calculations
REVERT: db80b79d4 FVW: remove code redundancy in output calculations
REVERT: 3585776c3 FVW: add miscvars for calculating outputs at nodes
REVERT: 8ff0b43cb FVW: update the nodal outputs for AD15
REVERT: cd674edcd cleaner code directivity
REVERT: 0d826cf9a right directivity angles
REVERT: 347601910 AD15: set invalid criteria for CpMin
REVERT: a8d0286fb AD15: fix the invalid channel info for SgCav, SigCr, Gam
REVERT: 277ed683d Some updates to reg test input files
REVERT: ea8b10308 Fix for merge: glue code data hanlding bad merge
REVERT: db50ef196 Merge remote-tracking branch 'bjonkman/f/Linear' into f/vc_merge373
REVERT: 28aa5cd3a Merge pull request #3 from ptrbortolotti/noise
REVERT: c0167e9ff Merge pull request #14 from andrew-platt/f/Linear
REVERT: 06161b059 Remove DBG_OUTS from AD15
REVERT: 86dc8930f Merge branch 'f/vc' of github.com:andrew-platt/openfast into f/vc
REVERT: beea78834 Documentation error.
REVERT: 2645008f2 FVW: removed openmp from vs solutions
REVERT: 4d2ecb43a Merge pull request #13 from andrew-platt/f/AD15_remove_DBG_OUTS
REVERT: b775d2bb9 Remove DBG_OUTS from AD15
REVERT: c239d629b Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: 4e23ee514 Fix copy-paste errors in documentation
REVERT: f7345f2e6 Merge pull request #12 from andrew-platt/f/Linear
REVERT: ad1dd8687 Merge pull request #11 from rafmudaf/f/Linear
REVERT: b89ae359e Nodal Outputs: finalize documentation for nodal outputs
REVERT: fd033060d Reg test: Update the linearization output format
REVERT: e2e116cfd Nodal Outputs: documentation on ElastoDyn Nodal Outputs
REVERT: 5e3e53505 Nodal outputs: minor error handling updates
REVERT: 66565f441 Merge remote-tracking branch 'OpenFAST/dev' into f/Linear
REVERT: ce93f7c58 clarifying installer text (#475)
REVERT: d603d0eaa Update API changes doc for HAWC wind (PR #437)
REVERT: 6a68cb71c Minor docs formatting so sphinx doesn't complain
REVERT: 8a7a6056d Merge branch 'f/Linear' of github.com:bjonkman/openfast into f/Linear
REVERT: 4c7e6b448 Merge remote-tracking branch 'bjonkman/f/Linear' into f/Linear
REVERT: 071b6d723 Merge remote-tracking branch 'andrew-platt/f/Linear' into f/Linear
REVERT: 9e6602e89 Undo previous commit on setting wavedir (wrong location)
REVERT: b32598cdc Make mode-shape input files specified relative to the input file
REVERT: 9df32ac3a HD bug fix: WaveDir isn't always initialized
REVERT: 4132035eb [BugFix] unitialized WaveDir when no waves
REVERT: ce5acabc4 Updated reg-test
REVERT: 3e9dc0ee5 Merge pull request #10 from andrew-platt/f/Linear
REVERT: b3d70a8ff Update 5MW_Land_BD_DLL_WTurb test case results
REVERT: c9c25b2b9 Change warning on nodal outputs, update tests
REVERT: 9170dfbc2 OLAF: minor update to r-test cases for OLAF
REVERT: 81930bc85 Change github action to only list names of files that are different
REVERT: fc66b8ab2 Add OLAF free vortex wake unit test to github actions
REVERT: 865f5bf2d Update github action for OLAF regression tests
REVERT: 8f552046e FVW: update test cases
REVERT: 41d39b6b0 Bug fix: AddOrSub2Pi had infinite loop if angles were exactly pi apart
REVERT: 766b9cc6c Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: cd236789c Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: d8225f997 FVW: add elliptical wing test case
REVERT: 1b229cc0d FVW: add helical wake test case
REVERT: 226008c63 Merge pull request #350 from ghaymanNREL/f/FloatingLin
REVERT: c0c499aa0 Get new test case, update existing offshore cases
REVERT: 295bd7df3 Merge remote-tracking branch 'openfast/dev' into f/FloatingLin
REVERT: 71e78d2e5 Add error for linearization with MoorDyn or FEAM
REVERT: 0eec1b429 Fix Blade Rotational Velocity in ElastoDyn
REVERT: 5e3b73144 FVW/OLAF: rename docs directory
REVERT: 7d9000a32 FVW: docs.  update index
REVERT: c6a8f1408 FVW: docs.  minor equation edit to match TR
REVERT: b692556b9 FVW: update OLAF documentation for readthedocs
REVERT: f85ff069f Fix index for BD current input OP in TrimSolution and mode shape
REVERT: d41004287 Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: f5a0767b4 FVW: merge r-test
REVERT: 59958cbde FVW: fix bug with vtk_fvw outputs
REVERT: 3e46b9a01 Merge pull request #461 from andrew-platt/f/YawBrTDisp
REVERT: 42509f4c6 Update the 5MW blade damping in BeamDyn
REVERT: 306e04a3f ExtPtfm: move lapack interfaces to NWTC_LAPACK
REVERT: 50f854c7c Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: 1def0fe2a Merge pull request #460 from bjonkman/b/YawIntegration
REVERT: 6a1147d80 ElastoDyn: add alias TwrTpTD[xyz]i to the YawBrTD[xyz]i outputs
REVERT: 8a8aa9384 ElastoDyn: add YawBrTD[xyz]i output channels
REVERT: 5d974d8d6 fudge factor TI Guidati activated
REVERT: 7eb39c194 SrvD: make sure that the new YawPosComInt state isn't updated twice
REVERT: 5e6c486df bug fix in OSPL computation
REVERT: 09d5d3cd1 fix syntax in regression test python script
REVERT: 16bccb4f5 SrvD: add variable for integrated yaw commands (#456)
REVERT: 885caa6ac Merge pull request #344 from ebranlard/ext
REVERT: 1b250fc89 Merge remote-tracking branch 'openfast/dev' into ext
REVERT: 5c654be73 Add ExtPtfm r-test case
REVERT: b251bb319 Bug fix in CMake
REVERT: b14919935 Merge pull request #3 from andrew-platt/f/noise
REVERT: bfba82c45 AA: rearrange the TNO routine and put qk61 wrapper into library
REVERT: 4ea6a89c5 Check for availability of compiler_version with ifort compiler (#454)
REVERT: 38c359a24 AA: Add cmake flags to allow recursion on TNO module
REVERT: 514d2caf6 AA:  remove unused variables
REVERT: 7d3fa75a2 TNO: combine all TNO code into single module for AA
REVERT: 32bbc7751 TNO: move qk61.f into NWTC library in 'slatec'
REVERT: 87f9162ec FAST: put all modules' initialization data in a type
REVERT: 1729e9aba Noise: add input line for TICalcTabFile and some tab removal from source files
REVERT: 89f4cd32e AD bug fix: return DTAero to glue code
REVERT: 5fc483ea6 Merge remote-tracking branch 'OpenFAST/dev' into f/noise
REVERT: 3ad48d2b4 fix typos
REVERT: 862d753d1 update r-test
REVERT: 66e308e86 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: 89b1c6981 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: d4254d65d ED linear: fix issue with rotations on blade mesh with TrimSolution
REVERT: 804a6bee6 Orcaflex interface: load DLL by default
REVERT: 8707e486d Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: 50c58f37e FVW: update cmake for AD15 / fvw.  It wasn't compiling the test.
REVERT: ced487c83 Docs: Remove CDash references
REVERT: da4817a0a Docs: Update Python version required for tests
REVERT: bf89cfc7e Merge pull request #428 from rafmudaf/feature/version_flag
REVERT: d7c516929 FVW: add unit tests and update stale ED_Types file
REVERT: d0455706d Merge remote-tracking branch 'upstream/dev' into f/noise
REVERT: 989f281fb FVW: rogue STOP in the middle of outputs section causing issues
REVERT: 8f46e2328 Merge remote-tracking branch 'openfast/dev' into feature/version_flag
REVERT: 76cb1e1ac Remove unused variables
REVERT: 9a86ebea8 Add comment describing the use of an ifdef
REVERT: fc52ec7a2 FVW: add output channels to AD15
REVERT: 00a1bd079 FVW: bug fix in UA_UpdateState_Wrapper
REVERT: 0ff23b7d3 FVW: move bChangeFrame out of types
REVERT: abbeb9bc2 FVW: decided to remove the vtk temp vars out of miscvars in the registry
REVERT: fa1d016a6 FVW: remove save variables
REVERT: b796a9d8d FVW docs: add info on the OpenMP option
REVERT: b1757e75c Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: 61fb39d0d FVW: update reg-tests to OpenFAST/dev pointer
REVERT: 1da36b11e FVW docs: minor updates
REVERT: 6ba8b29cb FVW docs: updated to match LaTeX document
REVERT: 1ad8c287a Merge remote-tracking branch 'ebranlard/f/vc' into f/vc
REVERT: 0718c721a FVW docs: more theory updates to match the LaTeX document.
REVERT: bfe6e936e FVW: restructuring input file
REVERT: 80b972e9b C++ API: Uncomment line that writes to HDF5 file (#445)
REVERT: 49bac513d Docs: move eq numbers to right of eqs in html
REVERT: 3910de46b FVW docs: update Outputs.rst
REVERT: 1e6f0d99b FVW docs: input file description updated
REVERT: 7387ca301 FVW: updating documentation to match the technical report
REVERT: 78f095010 FVW: adding inputs for tree
REVERT: 61ad9e963 FVW: implemented Tree and Part for wake, need input file flags
REVERT: 7bac25766 FVW: adding conversion segments to particles
REVERT: 29711ba65 FVW: adding tree functions with tests
REVERT: 5bb8b2d8c FVW: adding Biot-Savart particle functions and tests
REVERT: 4d7aa4a96 FVW: possibility to remove shed vorticity effect from UA, but UA with FVW needs more work
REVERT: c7f5dac9a FVW: small change to match BEMT handling of UA Otherstate
REVERT: b1c9b49a6 FVW: increased readibility of UA dbg outs
REVERT: 26b2533c1 FVW: integrated UA with FVW, needs further checking
REVERT: 4b822f9b8 FVW: started UA implementation
REVERT: f4276e946 FVW: preparing for additional input file parameters
REVERT: 64fc66dc8 FVW: exporting convection velocity with NW and FW vtks
REVERT: 96398e422 FVW: using buffer storage for segments
REVERT: 63de719a1 Minor updates
REVERT: 07ff3b578 add backup xlsx file type to gitignore
REVERT: 58d4a8cc7 minor update to batch file in vs-build
REVERT: fc15a8eef merge from OpenFAST/dev
REVERT: 23a2a6f66 FVW: openmp parallelization for inflowwind TS and Uniform
REVERT: 5f1dc3fb2 FVW: adding a small margin to avoid stagnation points in tower shadow
REVERT: 336d1fb75 FVW: adding output of induced velocities in polar plane
REVERT: 2fd9a053b FVW: adding AD outputs that had been previously commented
REVERT: 1365da712 Merge pull request #437 from ewquon/feature/update_IfW_HAWC
REVERT: 6ef9e0fa2 Merge pull request #439 from andrew-platt/f/DocUpdate_Solver
REVERT: 29f67b004 R-test pointer update
REVERT: 0655e7459 Docs: merge all OutlistParameters and put in docs
REVERT: c6ab4c81d Docs: add some other documentation to development
REVERT: f74db2ab3 Docs: add supporting docs not in RST format
REVERT: ef7dd8006 FVW: implemented mirrored vorticity for ground effect
REVERT: 9b528b81c FVW: displaying useful info to screen
REVERT: 6b177226c FVW: implementing tower shadow
REVERT: 392f5f0eb HAWCwind -- updated with an initial X offset (optional last item in the HAWCwind section of IfW input)
REVERT: 289de69cd Add precision about DBEMT (#436)
REVERT: 9a3a03123 Fix timestep output in summary file
REVERT: ae64be77d Add option to _not_ add on a mean velocity profile
REVERT: 0fea7ae54 Merge branch 'dev' of https://github.com/openfast/openfast into dev
REVERT: 35f5db478 Merge pull request #435 from andrew-platt/bug/AD15_sub_brent
REVERT: 9b5d3afbc AD15: error in error handling in sub_brent
REVERT: e617635ef FVW: added OPENMP option flag for cmake
REVERT: 9ddda5ea3 FVW: display whether openmp is supported
REVERT: 52e264e50 FVW: note of subcycling
REVERT: b5e5e496e FVW: error handling for circulation file
REVERT: d0bea93dc FVW: fixed gamma scaling
REVERT: 018d533f2 FVW: introducing a crude engineering fix for vorticies entering the ground
REVERT: a15e444b2 FVW: fixed issue for repetitive update state calls at same time
REVERT: 6cf10d2b2 FVW: initializing circulations to zero for first call to calcoutput
REVERT: 855b7fa4f FVW: introduced possibility to had NA points for debugging
REVERT: 2b008fd69 FVW: display when compiled with DBG_Outs
REVERT: a93c561b1 FVW: safe mean of empty array slices
REVERT: ec2b3cbd0 FVW: fix issue with one NW panel and polar circ solving
REVERT: c186ffaca FVW: fix sub-cycling, storing RHS and substeps with dtaero
REVERT: 722c1cadd FVW: using FVWFile as variable name to be consistent with other inputs files
REVERT: 5d69e3340 FVW: add documentation
REVERT: 5f31f3bd9 FVW: glue code outputs in global, possibility for FVW to output in both
REVERT: f2419c5d1 Release version 2.3.0
REVERT: 41908dfb6 FVW: update of visual studio solutions (FVW+OpenMP)
REVERT: 48ae72747 FVW: handling of unused variables
REVERT: 13afa0ed4 FVW: reverting some of the Ad14 changes
REVERT: d78f41975 Update version to 2.3.0 and update docs
REVERT: 2f754b15c List Bokeh as a reg test dependency for plotting
REVERT: 36a6ae8b3 Fixed indexing bug SubDyn_Driver (#431)
REVERT: 9669076b7 ExtPtfm: removed warning for small float
REVERT: 8878a4209 ExtPtfm: removed print statements
REVERT: c22ed0d9d Merge branch 'dev' into ext
REVERT: c0beb2029 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: f1a9bc2b0 Print debugging info in Actions entrypoint script
REVERT: 845b72485 Various documentation updates
REVERT: 5aa3e3769 Add a unit test for the version flag
REVERT: 80053e821 Update drivers to support help and version flags
REVERT: 66b80e987 Allow the version to be set through CMake
REVERT: f8bd2d1ce Set error status for normal abort arguments
REVERT: 29e4d78e1 Bug fix for using an intent(out) variable
REVERT: 70f2d1904 Update driver codes calling display routines
REVERT: 493fdb533 Simplify subroutine signature to display copyright
REVERT: 59a520b4e Include program compile, runtime info in NWTC Lib
REVERT: f24ff7869 Add support for a version flag
REVERT: 90c23bb2e Merge pull request #405 from andrew-platt/PR391_to_update
REVERT: afdf240be Move CI tests to an entrypoint script
REVERT: afe9a1b9b Merge remote-tracking branch 'upstream/dev' into PR391_to_update
REVERT: 74318630c Merge pull request #429 from rafmudaf/bugfix/actions_from_fork
REVERT: 5a7aa069d Checkout the GITHUB_REF branch
REVERT: a8dddcab4 Updated reg-tests for PR391
REVERT: b432f334e update comment
REVERT: 5f750f35c Merge pull request #425 from psakievich/dev
REVERT: 6fd8978c3 Update assert include to cassert
REVERT: 29e973708 Inline std::vector func
REVERT: 0dae0f898 Add stack compatible functions to cpp API
REVERT: 544b05d60 Merge pull request #424 from ebranlard/f/unit-fix
REVERT: 50bc3ad50 Fixed units for axial and tangential inductions
REVERT: 6ec412105 Merge pull request #421 from rafmudaf/dev
REVERT: 849b4f71e OpenFAST should exit normally on help prompt
REVERT: c027410f3 Merge pull request #408 from rafmudaf/feature/improve_argument_parsing
REVERT: f3fe05dff Add unit tests for NWTC Library CheckArgs
REVERT: 27ac262a6 Explicitly parse each command line argument
REVERT: ed494aa6e AA: error handling on the BL_Param_Interp routine
REVERT: 57ff3ca7c Merge remote-tracking branch 'upstream/dev' into f/noise
REVERT: e8d1dab14 FVW: more digits in time output
REVERT: 58657c8ea FVW: bug fix, last shed segment of FW
REVERT: c091ab03c FVW: fixed bug in azimuth dimension
REVERT: 3ae2e0832 FVW: fixed bug for n=1
REVERT: 20b0173df FVW: dt earlier in input file, and default smooth circulation
REVERT: a1806a41d FVW: default circulation criteria more strict, and more eddy visc
REVERT: 745819e94 FVW: fixed FW convection if no FWEFF panel present
REVERT: 2bee941ca FVW: removing last NW shed vorticity when FW has no shed vorticity
REVERT: 774c00268 FVW: lin. extrap for 1st and last point passed to AD
REVERT: f11eab6d3 FVW: using full cosine approximation for CP panelling
REVERT: 8fd2e8fc7 FVW: output to vtk_fvw, now using rootname
REVERT: e7939002a FVW: adding simple step timing
REVERT: eacb7c567 FVW: adding some status to screen
REVERT: a9648c48e FVW: added comment for future root/tip vortex location
REVERT: 613780155 FVW: cleanup or stdout and error handling, introduced DEV_VERSION param, kept few temporary STOPS
REVERT: bedce970e FVW: scaling of gamma reverse before iteration
REVERT: 82015dd8e FVW: fixed bug in far wake wind
REVERT: aaac942c7 FVW: including length into denominator offset regularizatino
REVERT: 220a7f22c FVW: fixed hub coordinate system export
REVERT: 9cbb64538 FVW: fixed bug when nFW=0
REVERT: f08b6ca1b FVW: adding option for FW shed vorticity
REVERT: bf527b3db FVW: default values for nFWPanelsFree
REVERT: 2f7640328 FVW: possibility to export in Hub coordinate system with
REVERT: 0c1ac3bd1 FVW: fixed curvilinear spanwise coordinate
REVERT: ef6f347be FVW: starting auto-reg, computing panel diagonals
REVERT: 4b0a32c8f FVW: introducing core-spreading regularization, better regularization handling, more input params
REVERT: f2c060ca5 Update README.rst
REVERT: 4e16a100d FVW: storing IJ indices when packing, outputing age
REVERT: 098f72bf9 FVW: adding Biot-Savart tests
REVERT: f1f4e1579 FVW: RegParam has length [m], simplifying BiotSavart, branching outside of for loop (copy-pasting)
REVERT: abc0dc6a9 FVW: default time it aero time
REVERT: dba939a3c FVW: vtk files have step index
REVERT: ded607eb6 Merge pull request #410 from psakievich/memoryLeak
REVERT: e523d03f4 Fix memory memory leak during shutdown
REVERT: 157002199 Merge pull request #395 from Ben-Mertz/feature/flap_control
REVERT: 8262753cf HD inputs from ED set before option 1 solve in fixed-bottom cases.
REVERT: c4db7dd84 Merge pull request #4 from andrew-platt/BMertz/f/flap_control
REVERT: 8c3b9ae87 AA: remove tab characters and align
REVERT: c54a99fc2 Merge remote-tracking branch 'upstream/dev' into f/noise
REVERT: 6233ada57 Flap: add optional channel names for flap control signals
REVERT: 6447cdcea Flap control: safety logic and updated naming
REVERT: 6bd2e0a4e Merge pull request #391 from bjonkman/b/EDBladeMesh_Issue39
REVERT: 1a41952b9 Merge pull request #404 from andrew-platt/bugfix/MoorDyn_no_outputs
REVERT: 2372174c7 MoorDyn: remove extra line to make cleaner PR`
REVERT: 7046303d0 [BugFix] MoorDyn crash if no outputs requested
REVERT: 5a275638d Fix driver builds
REVERT: f00934e5f FVW: bugfix to get calculation of Wake and VTK output at T=0
REVERT: 4277463fd FVW: bugfix -- move the incrementing of the NW panels to later (see code for reasoning)
REVERT: fe4eb08c8 FVW: cleanup the routine to set requested wind points
REVERT: 3999723ac Merge pull request #390 from bjonkman/b/SD_Discrt
REVERT: 99c6fed93 SD: Fix bug with setting initial properties introduced in #356
REVERT: 282cd1772 FVW: add option to reduce VTK output frequency
REVERT: b2a1147c2 Merge pull request #13 from ptrbortolotti/noise
REVERT: 42af30024 stall angle passed, bugs tno fixed, cleaner code
REVERT: 0e660bf9b ED: add rotational velocity and translational acceleration
REVERT: 2a6f6acd5 FVW: finalize DTfvw for only calculating interaction terms on DTfvw timesteps
REVERT: 894a34677 FVW: bug in orientation matrix kind
REVERT: 231b477c0 Merge remote-tracking branch 'manu/f/vc' into f/vc
REVERT: 7abd1d076 FVW: add DTfvw option
REVERT: 5651d1367 Registry: fix issue with multi-dimension arrays in extrap/interp routine
REVERT: a53a1e707 AD: removed some unused code
REVERT: 0e430fa53 FVW: input file default values and update of some IDs to start at 1
REVERT: 28b302aae Merge pull request #12 from ptrbortolotti/noise
REVERT: c59bc05f2 FVW: interpolating output on aerodyn nodes, extrap to consider for end points
REVERT: c8e2efae9 FVW: most aerodyn outputs computed with FVW
REVERT: b51f5605e FVW: storing pitch and twist
REVERT: 827fe1434 FVW: adding gamma to Aerodyn Dbg outs
REVERT: 82b693b29 FVW: fixed units in dbg outs
REVERT: 7e0e4af13 Merge pull request #2 from ebranlard/noise
REVERT: d1a314db3 FVW: minor update to Re calc in FVW_Wings
REVERT: bbef92bce FVW: some outputs with the DBG_OUTS flag
REVERT: 7a63db62e FVW: more changes for outputs.  Compiles now.
REVERT: e033a8845 FVW: start of updates for outputs -- incomplete.
REVERT: e1cd5f870 docs: fixed some spelling errors
REVERT: e4e813093 Noise: taking stall angle from alpha1 of airfoil info, no more stall level column
REVERT: 57efb707e Linear: update code for testing OLD_AD_LINEAR
REVERT: 1c2b04ece FVW: split SetInputsForBEMT routine into smaller pieces
REVERT: 64f874466 FVW: fix mistake in InflowWind shortcuts I added
REVERT: b0110cb48 FVW: turn off all BEMT stuff if using FVW. Set placeholders for outputs
REVERT: 142f9cc70 Merge remote-tracking branch 'OpenFAST/dev' into f/vc
REVERT: f5997c611 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: 6d9e2b9f4 Fixed output member ID issue (fix #378)
REVERT: 7e7393b75 Error handling: write info message
REVERT: 3b50028b9 docs: updated api_change.rst
REVERT: 3ee30af5e Merge remote-tracking branch 'bjonkman/f/Linear' into f/Linear
REVERT: b32524404 Merge pull request #8 from ebranlard/f/Linear
REVERT: 2b1f7fd77 Update of VS solution
REVERT: e8fa37e16 FVW: added AFInfo into the CirculationFromPolarData routine
REVERT: ec59dd919 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: 4fbb3f466 Merge pull request #13 from bjonkman/f/FloatingLin
REVERT: a51fffaab Using Findloc in SubDyn (#356)
REVERT: 18290960d Merge remote-tracking branch 'NREL/dev' into f/FloatingLin
REVERT: 5e1604f35 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: b6bc63c91 Unsteady Aero changes (#226)
REVERT: 477e78063 re_flag changed to logical and err message
REVERT: cb80bc690 Stop flag to prevent errors in Re interpolation
REVERT: 473562032 Bug in the positions of LE and TE fixed
REVERT: 4495f6283 A-weighting active on all outputs
REVERT: 1f5fc05d6 Comments out
REVERT: bd17f7dd9 Merge pull request #9 from ptrbortolotti/noise
REVERT: b2e464e51 Reshuffled structure of the input file
REVERT: 070dbfcc1 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: e15e964be update comments
REVERT: 5a8dfc078 Manual regression tests: Fix plot labels (#371)
REVERT: 5f8ecc8a4 Merge branch 'b/Reg-Test-Plots' into f/Linear
REVERT: 45f9d0fd7 Fix plot labels
REVERT: 181e12ebc Added flap control
REVERT: df311829b update prefix of AeroDyn channels in nodal output
REVERT: cd7a15d80 sync OutListParameters.xlsx
REVERT: b64b54cd0 Update documentation for nodal outputs
REVERT: 81c370f7c Add AllBldNdOuts for ElastoDyn
REVERT: b6cf2d3d2 regression test plots: fix syntax
REVERT: 5ad320697 FVW: add short cut to IfW to skip any points at (0.0,0.0,0.0)
REVERT: 53c3d0a21 FVW: missing allocation of vind far wake.
REVERT: f0b00b570 FVW: rearrange and get IfW passing completely functional
REVERT: d27de1096 Merge pull request #1 from ebranlard/noise
REVERT: 7cfafbf85 Sync FAST_Prog
REVERT: eeace1e72 Allow channel lengths up to 20 characters
REVERT: 11215bddd Noise: removed TInoise, cleanup of TNO module
REVERT: 0aa675266 Noise: removed full Guidati, replaced IInflow=3 with IInflow=2
REVERT: f8efc4763 Noise: removed unused files
REVERT: 923c023ae Merge branch 'dev' into noise
REVERT: 4c9ce56a7 Merge pull request #8 from ptrbortolotti/noise
REVERT: 63692827c NWTC Library: removed OutParmFFType
REVERT: 2ff0fb12e Updates to python scripts for regression tests (#370)
REVERT: 3d79060f2 Merge branch 'b/manual_reg_test' into f/Linear
REVERT: ee37085a9 Updates to python scripts for regression tests
REVERT: 681b5e4ef some cleaning
REVERT: cc60a6996 bug fixing in the TI noise model implementation
REVERT: 132444c8d removed more unused variables
REVERT: 204da8004 docs: update NREL 5MW damping in BD input file
REVERT: 12f3ef2bd remove unused variables
REVERT: 986e9bb1d NWTC_Lib: add code to write binary files with more than 10-char headers
REVERT: 1e85ffb48 Merge remote-tracking branch 'NREL/dev' into f/Linear
REVERT: 7571e58bc Add interactive regression test plots (#330)
REVERT: d67d3089e BD docs [bug fix]: Update example input files
REVERT: 09fcd621b Update autogenerated _Types.f90 files
REVERT: d65ce0dbf Merge branch 'b/Envision-UA' into f/Linear
REVERT: 1005b814e Merge branch 'f/vc-AD15' of https://github.nrel.gov/aplatt/openfast-fvw into f/vc-AD15
REVERT: 13ccf671e FVW: more wind passing stuff
REVERT: a821f71ae Merge remote-tracking branch 'NREL/dev' into b/Envision-UA
REVERT: 3c247cdbd Sync FAST library
REVERT: 6baaba4ce Merge remote-tracking branch 'OpenFAST/dev' into f/vc-AD15
REVERT: ea8e03db2 FVW: some changes for IfW points/velocity passing
REVERT: 2c6b78dc5 Added option for 2D airfoil interpolation (#213)
REVERT: d121b62a1 SrvD linear bug fix: units on YawMomCom
REVERT: 4955d0f56 SrvD: fix issue if only one blade is used
REVERT: eeba9d822 Merge pull request #12 from bjonkman/f/FloatingLin
REVERT: e75b28260 FVW: fix segfault on interp order 2 from glue code
REVERT: 722d92953 FVW: fix segfault on interp order 2 from glue code
REVERT: 36cd7e419 FVW: some bugfixes on interp order etc.
REVERT: 15b258916 FVW: add orientation info to getting leading and trailing edges
REVERT: ef47601db FVW bugfix: wrong fields in meshes used for wake propogation
REVERT: 4d4f5d215 Merge remote-tracking branch 'manu/f/vc' into f/vc-AD15
REVERT: 96363be44 FVW: updated so that FVW_CalcOutput now does something.
REVERT: 40f76abde FVW: small change for Elliptic
REVERT: 208d7d486 FVW: using maxval
REVERT: 7df9f2c34 FVW: using openmp
REVERT: 1a315c315 FVW: small fix of convection of FW when not needed
REVERT: 92655db11 FVW: Adding checks and screen outputs
REVERT: b17933b43 FVW: Control points put exactly on the lifting line (should be changed for no flow through
REVERT: dad353950 FVW: Bug Fix: chord was modified instead of settting CP_LL
REVERT: b9bcda133 FVW: using a better guess for first wing solve iteration
REVERT: 1f64e2819 FVW: Introducing a hack parameter for convenience
REVERT: b85b7493b FVW: Bug Fix: mapping required before final circulation solve
REVERT: 4a4b55c4a FVW: Bug Fix: starting at iDepth
REVERT: c92367596 FVW: VTK output option and WingRegFactor added (not used)
REVERT: 0cf390aa9 FVW: Implemented circulation solving (need mode work), added VTK options and HACK
REVERT: e02bacae4 FVW: Introducing number of free FW panels, and FW nSpan
REVERT: be89139dd FVW: Implementation of FarWake
REVERT: aae7ddad7 FVW: Regularization options in input file
REVERT: b8e942859 FVW: Number of panels from input file
REVERT: fd53976bf FVW: Added the output of wakes -- not functional
REVERT: 2597e8d63 FVW: LL part of NW
REVERT: 258d99f1b FVW: add FVW updateStates and FVW_End calls from AD15
REVERT: f17af3542 FVW: dedicated function for wake inductions, depth start index for packing
REVERT: 4f00887ab FVW: Rearrange the WingsMesh.
REVERT: 3e055521d FVW: add the WingsMesh passing from AD15
REVERT: dd9b61f33 FVW: starting circulation solving and unpacking of ui
REVERT: 0e1a0240e FVW: adding inputs for circulation solving
REVERT: ce0928d45 FVW: fix index error
REVERT: b7db329d4 FVW: pack functions, intent(out), and no seg at t=0
REVERT: fce0d4436 FVW: Adding induced velocity functions
REVERT: a64486e8e FVW ad15: registry items in AD15.  Start init mods
REVERT: 69590e348 FVW AD15: rename FVW registry
REVERT: 1e2a89027 [BugFix]  vtk output with AD15 WakeMod==0 segfaults
REVERT: 6a38af5b9 FVW: remove FVW from AD14, and move files to AD15
REVERT: db6fc4e0f change file to permissions 644
REVERT: 3f711422e VC-AD15: start changing AD15 to include FVW
REVERT: 4a71dfcb7 Merge remote-tracking branch 'manu/f/vc' into f/vc
REVERT: 63207cb90 FVW: Implemented near wake
REVERT: e998d6f80 FVW: adding vortex tools, Biot-Savart and test, LatticeToSegment
REVERT: 53f78e74d Add array interpolation routine to library.
REVERT: 8ed374fa8 Sync ServoDyn
REVERT: f0053622e Sync BeamDyn
REVERT: 18f9366e8 Sync AeroDyn driver
REVERT: 6e66429a1 fix length of AD all nodes output  names
REVERT: 30e4fd986 Sync AeroDyn
REVERT: f7c511996 Sync ElastoDyn
REVERT: 8b10bd24b Sync HydroDyn
REVERT: 8885d9b71 Merge branch 'f/Envision-linear' into f/Linear
REVERT: 118db2dd0 Update Registry and NWTC Library
REVERT: f2892cae6 Merge branch 'f/Airfoil-interp' into f/Linear
REVERT: 695b7a416 C++ API: Get rel velocity at actuator nodes (#360)
REVERT: 9aeeb56d7 Improve the GitHub Actions test script
REVERT: f95b4d6dc Merge remote-tracking branch 'NREL/dev' into f/Airfoil-interp
REVERT: 347ff0669 Node outputs in AD15 using DBG_OUTS preprocessor directive (#359)
REVERT: e8226fc66 FVW: Starting implementation with main function placeholders and registry types
REVERT: e4faf27b7 Release v2.2.0
REVERT: 2cd45dd8c fix syntax in UnsteadyAero.vfproj file
REVERT: ee7446528 fix syntax in UnsteadyAero.vfproj file
REVERT: 23bdc2534 Merge branch 'f/Linear' into f/FloatingLin
REVERT: e2ae28cc0 Cleanup of MAP_dll vs-build project
REVERT: 91a8c78c7 Remove override of C++ library paths in vs-build build of MAP library
REVERT: 6f0f70bf8 Merge remote-tracking branch 'ghaymanNREL/f/FloatingLin' into f/Linear
REVERT: e2960a34c update auto-generated types files
REVERT: 275c6a0a3 Merge branch 'f/FloatingLin' into f/Linear
REVERT: ad0879689 Merge branch 'b/Envision-UA' into f/Linear
REVERT: 1ea2dee4b Merge branch 'f/Airfoil-interp' into b/Envision-UA
REVERT: b1240acb8 Merge remote-tracking branch 'NREL/dev' into f/Airfoil-interp
REVERT: 33a4f8447 Structural revision and updates to the existing documentation (#341)
REVERT: b2c1b991f Add an initial GitHub Actions workflow (#355)
REVERT: 52a05c38c Solve Option 2 Performance enhancements (#164)
REVERT: 2a753e17f UA: add (unnecessary) initialization to avoid compiler warning
REVERT: f79000260 updated types files
REVERT: 2cfae422d Merge branch 'f/Airfoil-interp' into b/Envision-UA
REVERT: 3ea7af719 Fix format of write statement in SysGnuWin
REVERT: 2cf9b8857 Update auto-generated types files
REVERT: 36d9a4e88 Merge remote-tracking branch 'NREL/dev' into AFI-attempt2
REVERT: e0b165dba rename files that git thinks were deleted (not renamed) on nrel/dev
REVERT: 7714d34f2 Cleanup of SubDyn module (#351)
REVERT: 6ea940f8d Add a print statement in linear reg test driver
REVERT: 28bda5672 Update support for OpenFAST-Simulink interface (#204)
REVERT: 100e92aae Merge pull request #11 from rafmudaf/f/FloatingLin
REVERT: d76f7e85e TravisCI: run the linearization cases in serial
REVERT: 5332ba3ba Merge pull request #10 from rafmudaf/f/FloatingLin
REVERT: 2fccdbf30 Run linearization reg test cases in CI
REVERT: 953bff5fa Update linear reg test baselines
REVERT: de5b74904 Merge pull request #348 from rafmudaf/bugfix/ad14_optimization_segfault
REVERT: bf7f1f22e Update the types-files for linearization
REVERT: b79532c4c Merge remote-tracking branch 'openfast/dev' into f/FloatingLin
REVERT: c854019cc AD14: Restructure loop to fix optimization bug
REVERT: 7d4d21004 Merge branch 'ext' of https://github.com/ebranlard/openfast into ext
REVERT: 0b7eb3f76 Merge branch 'dev' into ext
REVERT: 7312c1e21 Merge branch 'dev' into ext
REVERT: 0259e463c Remove the default dependency on the OpenFAST Registry (#337)
REVERT: b05e73f04 Added comments (including notes marked "mhall:") to Morison. (#291)
REVERT: 5f7888022 Update linux-gnu regression test with results on Eagle (#333)
REVERT: 3cb7fec06 Merge pull request #9 from rafmudaf/F/FloatingLin
REVERT: 6f09bfd1c Merge pull request #7 from ptrbortolotti/noise
REVERT: a40f66109 Merge remote-tracking branch 'origin/dev' into F/FloatingLin
REVERT: 96b6200d9 Update r-test commit
REVERT: f633ee568 BL files now called from AF files
REVERT: d24976166 Merge pull request #7 from rafmudaf/f/FloatingLin
REVERT: 38fc45a80 Merge pull request #321 from rafmudaf/dev
REVERT: b9e760a69 Merge pull request #326 from rafmudaf/testing/update_rtest
REVERT: 307cdf63d Fix outdated r-test baselines and README
REVERT: 83bd0ff2a Merge pull request #324 from jjonkman/f/SmallAeroDynBug
REVERT: d16c6069b Small AeroDyn Linearization Bug Fix
REVERT: 86568f8f2 further cleaning of the input file
REVERT: 8faf1cd9a Removed xfoil source
REVERT: e9c30a63a Merge pull request #6 from ptrbortolotti/noise
REVERT: a8cbec895 no more xfoil options in the code
REVERT: bf9e9c2c0 bug fixed: Re not in millions
REVERT: d1d085067 Merge pull request #5 from ptrbortolotti/noise
REVERT: 85c6752cb vs-build: remove override of default C++ library paths
REVERT: 1243ab2d8 changes to read new files with BL properties
REVERT: c51ce548d Improve grammar in the opening paragraphs
REVERT: 05597e55a Add documentation for developer contribution
REVERT: ebfbad5f5 Merge pull request #4 from mattrphillips/noise
REVERT: 81a02ef77 included option for output of large txt and bin files
REVERT: aa17ec95f Merge pull request #318 from rafmudaf/dev
REVERT: 6b472932a Increase the default 2MB stack size to 16 MB
REVERT: badd3f5cc _update of makefile
REVERT: ac2fc86cb _update of makefile
REVERT: 9c5bf1961 _update of makefile
REVERT: 75dff3952 _minor fix (Closes #3)
REVERT: acc3f9807 Merge pull request #231 from ebranlard/feature/issue12
REVERT: 49bb8df38 Merge pull request #315 from rafmudaf/docs/bug_fix
REVERT: 9c16bbf2d Fix incorrect paths in regression test docs
REVERT: 10895d4b3 Merge pull request #314 from rafmudaf/bugfix/error_message
REVERT: d031f0bfe Merge pull request #286 from ebranlard/feature/memberlength
REVERT: e05836e0d Merge pull request #311 from rafmudaf/bugfix/map_build
REVERT: d9f44d59b Bug fix for #12, reversed member hydro coeffs (Closes #12)
REVERT: ce4e10c72 Fix an error message in HydroDyn
REVERT: a12b3fed6 Merge remote-tracking branch 'openfast/dev' into bugfix/map_build
REVERT: 088ddc0ed Merge pull request #313 from rafmudaf/bugfix/cpp_api
REVERT: 247d2446c Run BD driver cases in parallel
REVERT: fe86a8dec Merge pull request #2 from mattrphillips/noise
REVERT: e5fff9a99 Change search order for yaml-cpp library
REVERT: bc3ae602f Bug fix in travis ci cmake flags
REVERT: 175db7c9a updated AA output files and included further documentation on AA f90 files
REVERT: bb125929d Try debug mode
REVERT: 1230b5e95 Dont update apt
REVERT: b0e077129 Check for optimization flag
REVERT: db9cdc993 Use O2 optimization
REVERT: 2460af617 Merge pull request #1 from ebranlard/noise-dev
REVERT: 3bb8578ac _small fix
REVERT: c31e99a0a Calling xfoil for tabulated boundary layer properties implemented, more clean up, possibility to output with XfoiTabOut
REVERT: d99ce4c2e Improve the include matrix
REVERT: 7d3036d61 New format implemented, xfoil tabulation todo
REVERT: c9a4af4ea Add c++ interface dependencies
REVERT: 58d1a68c5 Bug fix in Travis config
REVERT: df8e5aa07 Setting VisualStudio project
REVERT: 8ebe32b9e Fixing type conversion issues, and small clean up
REVERT: 155b59e87 Bug Fix: unused variable with wrong index
REVERT: a94afde89 _cleanup of old fortran, adding a warning for FullGuidati, appear wrong
REVERT: fbf31a431 _fix kind issue for VPAR_noise
REVERT: becd3392d _starting to add xfoil capabilities
REVERT: a57514b02 Merge pull request #1 from rafmudaf/noise
REVERT: 4d520a250 Use the generated types file rather than static one
REVERT: 6fc942cf0 Improve CMake targets, subdirectories, and dependencies
REVERT: 6677211ef Use ISO instead of PRECISION for portability
REVERT: 259a8c92d Add compiler flags for CXX in CMAKE
REVERT: e4c19e0ca Add baseline solutions for reg test
REVERT: bbb34286b Bug fix in linux build
REVERT: e674b2ea2 Rework and improve (?) the travis config
REVERT: bab0bd37d Build c++ api in CI
REVERT: 15deec077 Registry updates (+ corresponding change in NWTC Library)
REVERT: c6c40cb4d update formatting and removed unnecessary variables in HD
REVERT: 202bad9eb Merge remote-tracking branch 'NREL/dev' into f/Envision-linear
REVERT: 9892f7650 Merge branch 'f/FloatingLin' into f/Envision-linear
REVERT: 765dd1dc8 Merge remote-tracking branch 'ghaymanNREL/f/FloatingLin' into f/FloatingLin
REVERT: 8a7d094aa fixed format in SysGnuWin.f90
REVERT: a6bab14b1 Merge pull request #306 from bjonkman/b/minor_fixes
REVERT: f215319db SrvD: fix error handling
REVERT: cf2cdeb67 IfW: initialize linearization index for lidar output channels
REVERT: 6c34332da TurbSim: fix index on user-defined profiles below grid
REVERT: 6db36cf39 Using BLAS for multiplications
REVERT: 7662de206 Merge branch 'dev' into ext
REVERT: 3df10c544 Using PtfmRefzt for ExtPtfm Mesh Node
REVERT: 215591ac9 Merge remote-tracking branch 'origin/f/FloatingLin' into f/FloatingLin
REVERT: 21df9503a Bug Fixes: SS_Rdtn linearization channel naming, writing HD Sum File
REVERT: 1942aff89 Merge remote-tracking branch 'origin/f/FloatingLin' into f/FloatingLin
REVERT: 394ec2966 _renamed ActiveDOFList to ActiveCBDOF
REVERT: b4d617da5 Possibility to slect active CB DOF
REVERT: 298e43976 _renamed registry variables and added 6 interpolated input loads
REVERT: 824658ac7 Adding missing C12 in C matrix
REVERT: 4bd326e1c Add openfast floating linear case to reg tests
REVERT: b4f4c8103 Merge pull request #288 from bjonkman/b/vs-build-spaces
REVERT: 1dda33d50 Merge pull request #297 from andrew-platt/bug/HD_arraylimit
REVERT: 6c0d9c81f [BugFix] Update array bounds in calculation in Morrison.f90
REVERT: b0508706e Merge branch 'f/FloatingLin' into f/Envision-linear
REVERT: 940b95fee Merge remote-tracking branch 'NREL/dev' into f/ModesViz
REVERT: 2d9230df4 Merge pull request #294 from bjonkman/b/minor-bug-fixes
REVERT: e3677b7b7 AD bug fix: node number in linearization error messages was wrong
REVERT: 3883ab9bf linearization: make sure lin files are closed if error occurs
REVERT: 38cf22700 ED linear: fix issue with OP if blade pitch isn't equal on all blades
REVERT: af3f71022 HD syntax fix
REVERT: ebd13d423 HD syntax fix
REVERT: b14798d58 Merge remote-tracking branch 'NREL/dev' into f/FloatingLin
REVERT: b044af4c5 Merge branch 'f/linear' into f/FloatingLin
REVERT: ddb41bca9 ED linear: fix issue with OP if blade pitch isn't equal on all blades
REVERT: 02e68512a Merge pull request #292 from rafmudaf/docs/general_update
REVERT: 72fa9af01 Spell check!
REVERT: 4ba365be9 Add the VTune screenshot
REVERT: ed4872d00 Add info on how the profiling was accomplished
REVERT: a589afd47 Add a summary in the intro
REVERT: 711dc757a Cleanup, grammar updates
REVERT: 822956e32 Improve the methodology explanation
REVERT: b5c71623e Add an Approach section
REVERT: f27c79272 Add a section on future work
REVERT: 5f57dc030 Add Intel performance page
REVERT: 56c5f4e37 Update the documentation version
REVERT: f0a9560f0 Consolidate to make the main page more meaningful
REVERT: 7935cea6c linearization: make sure lin files are closed if error occurs
REVERT: a76c9d174 AD bug fix: node number in linearization error messages was wrong
REVERT: a8def92cd Merge pull request #285 from ebranlard/feature/initXY
REVERT: b20de9460 vs-build: fix for spaces in paths in other project files
REVERT: e2f199b94 vs-build: add quotes around version info to allow spaces in path name
REVERT: 56901966a _increasing size of line to allow for many DOFs
REVERT: 26d88857e _small edits
REVERT: 0469a8ab6 _precision needs to be R8Ki for Jacobians
REVERT: 2dbfcb23a Bug Fix: linearized matrix B was set using D
REVERT: f289c0a1e _adding ReadR4AryFromStr for single precision
REVERT: a7cb01f63 _removed file added by mistake
REVERT: a429bcd74 _using safer reading routines
REVERT: c3bc24c6c _ununsed variables
REVERT: 08b14fa7d Initial Pos and Vel, future options for ActiveDOFs and EquilStart
REVERT: 648cd550f vs build: removed debug warnings about _Types.f90 and .f files
REVERT: 77db03525 renamed a few files missed in merge
REVERT: eb3b3c289 Implemented linearization at module level with WriteOutputs
REVERT: dfbea39b6 Merge pull request #284 from ebranlard/feature/sumprint
REVERT: d939e62ef Merge remote-tracking branch 'NREL/dev' into f/FloatingLin
REVERT: 3780ea48e _implemented GetOP
REVERT: f2acee65b Merge remote-tracking branch 'ebra/dev' into noise
REVERT: 7db70458a Merged with latest dev (modules moved)
REVERT: e30241ec2 Member length computed using JointID lookup
REVERT: 1cd8ea0b8 Always initializing WaveElevSeries if WaveElevXY is set
REVERT: c3ff937c2 Only printing summary file when requested
REVERT: 8c4c7af40 _using fileformat from module input file
REVERT: fdc80933a _removed some unused variables and added IO to vs-build
REVERT: 73e5e3c79 _small fix for IO closing
REVERT: 41c0dd5ea _change of units for CB modes
REVERT: 833a68977 Merge pull request #279 from rafmudaf/dev
REVERT: c0db95ba1 Fix integer-type in gfortran FSTAT
REVERT: a9efc96d6 Partially revert changes to SysGnuWin
REVERT: f01cbd78a Merge pull request #271 from rafmudaf/build_system/cygwin
REVERT: 2d0f1f1c1 Use linux sys file for cygwin
REVERT: 69e1ff4c0 Remove a redundant compiler flag
REVERT: d23e9643a Merge pull request #270 from rafmudaf/feature/directory_cleanup
REVERT: 0dc8f13bf Merge branch 'dev' into feature/directory_cleanup
REVERT: a5cc44326 Merge pull request #276 from bjonkman/b/ErrorProfiling
REVERT: 3f599b2a2 _transfered some IO routines to _IO
REVERT: c6c6cfc60 _cleanup of IO
REVERT: 3390f7393 Add OpenFAST Library README
REVERT: 313a1831c Bug Fix:…
dzalkind pushed a commit to dzalkind/WEIS that referenced this pull request Sep 14, 2021
ptrbortolotti added a commit that referenced this pull request Jan 20, 2023
e8ec53f9c Merge pull request #1386 from OpenFAST/dev
8ad9e9754 Update r-test pointer for 3.4.0
27314ad89 update conf.py for 3.4.0
f89e37812 Merge remote-tracking branch 'OpenFAST/main' into dev
c85d456f3 Docs: update example InflowWind and FAST.Farm input files (#1406)
c51790cc8 GetNewUnit: increase allowed number of open files to 16384 (#1392)
efc80896d change np.float to float in regression test scripts
9946fb0fc Update api_change.rst for v3.4.0 release
650b60520 Add `regression_tests` to the ALL target. (#1376)
3271b8123 MoorDyn v2 C-bindings interface (#848)
60e3cc0d3 MoorDyn bending bugfix and message updates for v2 (#1371)
aef318c7e OpFM: fix mesh access in DEBUG_OPENFOAM option
4eba321a4 OLAF: fix documentation
4d331e7a2 UA: adding UA_Driver outputs, fix separation function for UAMod=6, and adding r-tests (#1369)
8a446ceca OLAF: Adding free near wake panels (#1355)
220adf42a OpFM: [bugfix] test for warning condition was broken
524c6c274 TurbSim: User-defined time series updates
785bd1d61 CI: exclude bokeh 3.0.[0-3] -- broken plots
ae73af430 BeamDyn: output summary file in yaml format (#1335)
381660f91 NWTC_Lib: Adding Yaml and VTK to library (moved from SD and AD) (#1333)
0ffa0c059 AeroDyn/UnsteadyAero_Driver: Fix for bug #1346 (#1356)
28f2647ad Merge pull request #1324 from andrew-platt/b/openfoam_mesh
afc5cabba AD15: line endings in AeroDyn_Driver_Types.f90
6beae107c OpFM: add docs on intermediate meshes, updates from PR feedback
87173deb5 OpFM: add error if number of blade points from CFD is significantly larger than AD15 mesh points
09f374eac OpFM: remove unnecessary meshs
57c1a4d34 OpFM: remove ED, and AD14 from OpFM
1defb56d8 add version info to c-binding libraries (#1327)
dfca46063  FF: update of guidelines for Curled wake dr and DT_low (#1328)
4e85fa628 Documentation fixes (#1332)
ca595c443 VTKLin: being more forgiving with number of modes (#1330)
3fff3f475 VTK output: add safety checks (#1321)
6feb60940 Glue VTK: cleanup HD meshes written to VTK files (#1319)
88386bf97 Registry: tweaks to allow extrap/interp of types without module name (#1318)
11dac9e88 Fix for Visual Studio builds with ADI (#1317)
4fbac48cf FF: additional OpenMP parallelizations in FAST.Farm (#1310)
39d37e6be NWTC_IO: nullifying DLL (on restart)  if not present when packing (#1311)
d2c9fef49 Cleanup of OutlistParameters.xlsx
96006c5ff Implementation of the curled-wake model in FAST.Farm (#931)
71d19e5d8 FF: Cartesian grid for AWAE and WD outputs (#1305) - change of FF r-test
b1ed3386c Merge remote-tracking branch 'openfast/main' into dev
5f3fb6ef7 Merge pull request #1291 from OpenFAST/rc-v3.3
b85e3e09e Include NAWEA 2022 slides
3210dac8e API docs bug fix
777a2c48c FF: API changes for future curl wake implementation, WD restructuring (Cq, OMP, skew filt) (#1304)
d1ed5a81a FF: Small reorganization and clean up of FAST.Farm r-test input files, upload of artifact(#1303)
13cd8bcf8 Update version to v3.3
8b8177f01 Add a super-controller library target to CMake (#889)
2e7c97b83 Update of r-test to point to dev branch after #1240
c719778a7 Improvements to the InflowWind disk averaged velocity calculations (#1240)
fb9aec734 AA: using new BL r-test input files for IEA_LB
1ca61657c New AeroDynInflow (ADI) module with c-bindings interface (#1110)
8d2b79947 Update of r-test to point to dev branch
abdb47ebc ED/AD: reactivating rotor furling and tailfin aerodynamics (#1277)
a449a52ce Minor error handling and code cleanup (#1293)
70635c51f AD: add new projection method and BEM methods (#1283)
ce24848b3 Merge pull request #957 from hkross/feature/Buoyancy
ffdd6809f Adjust syntax in api_change.rst
76d2a72a4 Remove redundant paragraph in AD docs
7b2015c15 GH Actions: Update artifact upload action version
ccf25ad4b AD/MHK: update of r-test
6ccb32c36 AD/MHK: placing hub and nacelle prop before tower
dd3c56c40 AD: allowing blade input file without cuoyancy columns
9007f776d Update regression tests
5a50b5397 Merge remote tracking branch upstream/dev into feature/Buoyancy
839bb62da Update regression tests
fd4fab06c Use mesh mapping routines for tower buoyant loads
4051210a2 Add back in blade root hub buoyancy correction
b4886e733 Use mesh mapping routines for blade buoyant loads
35a28725a Bug Fix: OLAF: particles are NaN when vortex segments have zero length (#1276)
dcdc7c33c Linear Trim Solution Improvements (#1275)
a9927602e Merge pull request #1263 from bjonkman/b/Farm_OMP
22b997517 Merge pull request #1267 from ebranlard/f/olaf-doc
8e9a44ec2 OLAF: documentationr: updated guidelines, using nFWPanels
16b2d82ec Merge pull request #1266 from ebranlard/f/ifw-omp
e387ff7ca IfW: removing OMP in inflowwind until pointer implemented (see #1265)
95ce92217 Remove blade root corrections and use element length based on aerodynamic centers for defining per unit length loads
aa9c459b5 GitHub Workflow: adding build-all-debug-single to check types on compile (#1264)
6906dfcbb Simplify code in Farm_SetOutParam
99113d0a3 FAST.Farm: Update types files + remove OutStrLenM1 parameter
624dfab19 Merge remote-tracking branch 'bjonkman/test/OMP_FF' into b/Farm_OMP
bfa9eb148 VS build of FAST.Farm OMP: remove dependency on MKL libraries
284152d08 FAST.Farm OutListParameters: fix issue with Windows/Intel/OMP
1b4a1ac38 Merge pull request #1248 from bjonkman/f/Registry
ba6e89b37 Merge pull request #1000 from ebranlard/f/ua-dbemt
2e9ea7cf2 VS FAST.Farm OMP build: use static libraries
6661940d6 UA/DBEMT: update of r-test
9fea6a62a Merge branch 'dev' into f/ua-dbemt
42774c9d0 Merge branch 'dev' into f/ua-dbemt
e3f401f86 Merge pull request #1037 from bjonkman/b/BEM_TSR_turnoff
f558a6391 Merge branch 'dev' into f/Registry
c6dc52e47 update r-test
620c60b16 Remove unnecessary artifact upload step
27e418bc3 Compile and run Registry in GH Actions
5773f704f Merge remote-tracking branch 'NREL/dev' into b/BEM_TSR_turnoff
782d4aea7 Merge pull request #1254 from bjonkman/f/WriteOutput
3a6e5c68f update r-test
172b020c3 Merge remote-tracking branch 'NREL/dev' into f/WriteOutput
ef6d6baa1 Merge pull request #1061 from bjonkman/f/Aero_Sync
77ad92e07 Merge branch 'dev' into f/Aero_Sync
8bb1bc229 Merge pull request #1042 from bjonkman/f/AD_TwrShadow
98d86ee14 Merge pull request #20 from rafmudaf/f/AD_TwrShadow
673b437d8 Update r-test baselines for AOC cases
936f18e75 Merge branch 'dev' into f/AD_TwrShadow
49ca7ad91 Remove redundant parameter from Waves
23ce9743c MAP: fix compiler warning about parameter being different than declaration
9162ee89e NWTC_IO: update GetWords to return the number actually read
4e034aa47 NWTC Lib: add `OutStrLenM1` and `FindValidChannelIndx`
6e5c3e88c Registry: fix typo in error message text
56aaad362 NWTC Lib: fix uninitialized ErrStat in FreeDynamicLib
35d8bb356 Update Types files
e1969eb6b Update Registry to use pointers when requested
8ad56a7cc Merge pull request #1086 from mattEhall/MDv2-farm
637b93fc0 MDv2: update api_change.rst
15e2480e1 MDv2: add MD documenation (linked to another readthedocs for now)
679d85054 Merge pull request #28 from andrew-platt/MDv2-farm
4791e9a31 MDv2: update regression tests using MD
f067eb998 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
066807917 Merge pull request #999 from ebranlard/f/hd-am-end
66582caf7 HD: regression test update after added mass fix
23fb58fd5 Merge remote-tracking branch 'OpenFAST/dev' into f/hd-am-end
59fa0db66 Merge pull request #1199 from ebranlard/f/linviz
1a1091f79 Lin: close default vtk circle shape
b5c449160 Lin: minor update to error handling in SetVTKDefaultBladeParams
1dc43e6b6 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
0f8237e78 Merge pull request #1244 from andrew-platt/f/DisableRegTests
de6e54466 testing: cpp testing failing from last commit due to missing .yaml file
8b776ce08 FF: add warning if a turbine using shared moorings is using SD
6ce04ff58 Merge remote-tracking branch 'origin/f/DisableRegTests' into MDv2-farm
83b5f9a41 Merge pull request #1211 from deslaughter/bug/pythonlib
4fff8f218 testing: update test execution scripts to use rtl.copyTree
e1e61744e RegTest: remove a python test and a hd test that were equivalents to OpenFAST tests that were removed.
c5c38fa01 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
1d16cd419 Merge remote-tracking branch 'NREL/dev' into f/Aero_Sync
4506efe2d Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
7228d7f11 Merge remote-tracking branch 'NREL/dev' into b/BEM_TSR_turnoff
b496e46b8 Merge pull request #1230 from andrew-platt/b/HD_KinematicLongInputLine
3770ba9c8 Merge pull request #1239 from ebranlard/f/aa-delta0
f67cfb1c9 AA: fix BL-thickness for heavily-tripped airfoil, and adding equation references (see #1079)
e4392d7ea Merge remote tracking branch upstream/dev into feature/Buoyancy
cc9b71fd4 Add bent blade corrections to buoyancy calculation
28d535ca7 MDv2: use small angle perturbation for angles in Perturb_u
8f93c02fb MDv2: true up FAST_Lin.f90 to match dev (bad merge may have occured at some point)
471c7a646 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
51740e683 MDv2: update r-test cases
179298421 HD: increase max length of line read from kinematics files
b888e4a83 [bugfix] Seg Fault due to hub model and external inflow (#1227)
32a5f3406 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
19b4ca7f3 Merge pull request #1222 from bjonkman/f/Python_RegTests
0a6d2f005 Merge pull request #1228 from andrew-platt/b/CMake_FlagUpdate-rtest
a8b7c89c1 r-test: Remove -m64 in CMAKE_Fortran_FLAG from r-test
458b2b36f Add hub buoyant forces and moments to rotor fluid force and moment outputs
273e9c191 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
fccee33a2 r-test: missing test case after merge of #1217
93b5288b9 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
4923e05d4 Missing r-test commit from previous PR
cd14fab5f fix broken spacing from previous merge conflict
b22fc02d1 python scripts: avoid plotting errors with different numbers of output channels
6adf4ac61 Fix broken manual regression test python script
cec8dfa90 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
7f4e9057e Add some outputs to fixed MHK_RM1 AeroDyn driver r-test and update baseline
1c4866124 Merge remote-tracking branch 'mhall/MDv2-farm' into MDv2-farm
ddcb39270 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
2ea9bcb24 Merge pull request #1217 from rafmudaf/q3/one_baseline
783925f82 Revert path changes (see #1021)
134959cd1 Add legend to error plots
c0453417c Improvements to regression-test python scripts
92ddaf336 Bug fix in finding the channel order of magnitude
705bf08f0 Disable consistently inconsistent test cases
e46cbaa65 Connect tolerance parameters through CMake
5ba94cef1 FastLibAPI: change output_channel_names to vector. Renaming the class member channel_names to output_channel_names created a conflict with a class function prototype which was designed to return a string of channel names. To make FastLibAPI consistent with openfast_library.py, this commit changes output_channel_names to be a vector of strings which is populated by the fast_init method.
8faa2538a Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
31cd646bf FastLibAPI: channel_names -> output_channel_names Class member was renamed for consistency with openfast_library.py.
b427ef7eb openfast_library.py channel_names -> output_channel_names This change was requested to so WEIS, which uses this library, doesn't have to change.
c6b19d963 simulink: updates FAST_SFunc.c from FAST_Library.h Updates FAST_SFunc.c for the new FAST_Sizes function signature which exposes DT_Out.
c4e837bc2 FastLibAPI: update for FAST_Sizes, fix memory leak The C++ interface to openfast-library was updated to match the changes to openfast_library.py - basing output on DT_Out instead of DT. Also, the output_array variable was removed and output_values changed to a vector of vectors so the memory will be freed when FastLibAPI is destroyed. This change also removes the copying of data between arrays.
859f4f44d openfast_library.py: save output based on DT_Out For long simulations openfast_library.py would allocate a large array to hold output values for every step based on DT. This array could consume a significant amount of memory and was inconsistent with the data stored in output files which is based on DT_Out. This commit bases the output array size on DT_Out and changes the data collection to match, which can significantly reduce memory usage. In addition, the output_values array is passed directory to FAST_Update to reduce copying data. Lastly, the channel name processing is moved to fast_init to avoid a memory leak
789eadbf5 Fast_Library: expose DT_Out through FAST_Sizes DT_Out is needed to determine the frequency at which results should be captured from FAST_Update in the programs that use openfast-library. This change exposes the DT_out by adding it the arguments of FAST_Sizes. The corresponding function prototype was updated in FAST_Library.h.
0d8762b24 Add HD module test for OC4 jacket
35875cc76 Update regression tests
c15991270 Merge remote tracking branch upstream/dev into feature/Buoyancy
5dc727265 Host a large file in the docs outside of GitHub
0ffbe85f4 Add a ctest label for fastlib cases
ff1cf541f Set ctest driver paths based on system type
35387f79b Rename openfast library ctest function
d1daab1b0 Make atol a function of the magnitude of the data
8a59edd56 Update a few HD cases to use RANLUX pRNG
ccaabe435 Add more precision to SubDyn tests
abcdb12e8 Test ascii output silently
761ef68fb HD: add precision and update Python driver scripts
7c2215bb8 IfW Driver: Fix output headers and column fmt
0b76b44e2 Add fpic compiler flag for C targets
df1cc9e4b Add a no-run flag to CTest options
c70fb2be8 Mark channels with nan or inf as failing
2d75a7273 Expand precision for BeamDyn and SubDyn module tests
acf2c89a0 Update reg test plotting - bug fixes, Bokeh 2.4
68ed80ae9 Update reg test driver scripts
22e8395ae Unify baselines
b2b3d5c7d Plot pass/fail boundary in error plot
fa66d5b64 Determine passing channels instead of norms
84addf3ad Clean up in rtestlib
6aae04a23 Merge pull request #1203 from rafmudaf/q3/parallel_actions
7763deaba Merge branch 'main' into dev
5099377d2 Build HydroDyn C-interface for interface tests
6d9d1c978 Update ideal beam linearization test baselines
3aa7f39ba Disable variable tracking on all FF modules
78fc18774 Consolidate tests and improve naming
7693fa1fe Add a branch for linearization tests
c4d2ca8f4 Add fPIC flag for MAP++
5a8ec2669 Configure OpenFAST Library as shared library
7ed465503 Add parallel jobs to improve Actions reg test time
1b744a29f Option to disable variable tracking with GNU compiler (#1198)
71940d87a Lin: default rectangular cross section for BD and ED. Using FPS for VTKLinTim=2
2ee8b4ae3 Lin: surface mesh outputs without AD using basic geometries, adding circle/rectangle as options
157cfac8d Lin: unifying some code for VTKLinTim=1,2 and adding screen output
23d2330e1 Lin: create VTK directory on restart (user might have deleted it)
3d415d3ef Add overview presentation from NAWEA 2019
d66bd88df Update types files
3a381817b Merge branch 'main' into dev
09a57eb43 Merge branch 'main' into dev
8539e4e90 MoorDyn Rod bugfixes to solve power cable issues:
da6fb64e1 Merge pull request #1188 from andrew-platt/f/ad_driver_lineVTK
b4c9facb0 AD15: add checks on driver inputs for WrVTK and WrVTK_Type
9e1f8f976 AD15: update documentation for WrVTK_Type in the driver
3a12ac60d AD15: add WrVTK_Type to driver for outputting line mesh info
81c879830 Merge pull request #1183 from rafmudaf/dev
4eb9938f5 Merge pull request #1186 from andrew-platt/f/MAP_keyword_Fixed
924241a59 MAP: allow keyword `fixed` and `fix`
092f4cac4 Merge pull request #1078 from hkross/feature/Cavitation
75879ae50 Simulink: add documentation of channels in FAST_Library.h (#1176)
a21da3b90 Fix name of InflowWind_Driver in syntax help docs
70628ac7d Move IfW API changes to the correct section
da66f9a09 Make test documentation more visible in TOC
eab09f07d UA/DBEMT: linearization with UA_OYE, using 4th state only
cab687b7f Merge remote tracking branch upstream/dev into feature/Buoyancy
eb347694f UA/DBEMT: update of documentation. UAMod=4,5,6 support linearization
fdb59b326 Update regression tests
f049ce3a7 Merge remote tracking branch upstream/dev into feature/Cavitation
de7f525f6 Rename AeroDyn images so they get past ad blockers
461ad532c Link to repo-hosted NWTC Programmer's Handbook
fc9114101 UA/DBEMT: update of r-tests
a2c744950 Merge remote-tracking branch 'origin/dev' into f/ua-dbemt
db3423322 Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
f1de6223c Merge remote tracking branch upstream/dev into feature/Buoyancy
d27b0adf1 UA/DBEMT: update of r-test
729a2afd3 UA/DBEMT: update of documentation and static equation references in code
680361f14 Merge branch 'dev' into f/ua-dbemt
8788b6a43 Merge branch 'dev' of https://github.com/openfast/openfast into dev
c70906c70 Merge branch 'dev' of https://github.com/openfast/openfast into dev
eca838702 SD lin: [BugFix] indexing to SD_y%Y3Mesh start in Indx_y_SD_Y3Mesh_Start
670375e15 MD: fix issue with compiling double with Intel
7844b9350 MoorDyn: add slack-segment 0.5 safety factor for linearization perturbation size
4ac90265c MDv2: update input file format in r-test
e96a0861b MDv2: [BugFix] segfault in logging option. update input files in r-test
6f8dc6fb5 MDv2: merge issue in MoorDyn registry -- registry.exe could not build it
43e22cc24 Merge branch 'dev' of https://github.com/openfast/openfast into dev
461fd87ea MoorDyn updates: linearization, wave stretching, buoyancy, print:
ea6bc8fe6 MDv2: Fix compile issue with the UnLog
3b4f10d23 MDv2: remove tab characters
017910190 Merge branch 'dev' of https://github.com/openfast/openfast into dev
a8b1d091e Enabling and fixing cable bending stiffness capability:
52d1468d4 Merge pull request #20 from andrew-platt/MDv2-farm
490bd8e85 MoorDyn: restoring backward-compatible output names
e908c4b4f MDv2: Check for correct number of columns in each row of each input table -> throw fatal error if wrong number of columns to prevent program crashes and incorrect processing of data
f7b799e5e MDv2: More strict parsing of Type/BodyID for pinned Rods
f2629d685 MDv2: Make parsing of OutList from input file more robust
de041bb30 MoorDyn cylinder hydrodynamics capability
250f7761d Update regression tests
458438987 Enable cavitation calculation using FVW model
82397643c Update regression test metadata
1d89546ee Merge branch 'dev' of https://github.com/openfast/openfast into dev
605de108f MDv2-farm: update regression test cases from @erickaloz
8c12ac0e7 MDv2: update MoorDyn_Types.f90 after regenerating
1230c155b Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
693a56b49 Add description of reference location for MHK turbine inputs
76e74bf08 Merge remote tracking branch upstream/dev into feature/Buoyancy
8448b51e8 Update regression tests
7dc0524ec Update regression tests for AeroDyn module fixed MHK test
47830e425 Move cavitation check call
a42aaf4e2 Merge remote tracking branch upstream/dev into feature/Buoyancy
0a63305c2 Merge remote tracking branch upstream/dev into feature/Buoyancy
f9b5439dd Merge branch 'f/AD_TwrShadow' into f/Aero_Sync
273584958 Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
8156e6c2c AD: fix some typos + convert `pi/180` to `D2R`
5e46952b7 Merge branch 'dev' into f/Aero_Sync_full
48084bcbf FAST lin: update `Indx_y_ED_Nacelle_Start` with suggestion from bjonkman
a612d2a6c MDv2: Fix error message for unidentified Type/BodyID of Connections to show the correct, related wrong user input
c51e7c0ea MDv2: BugFix to ensure correct output of solver options warning and matching line type error
b820815ef Bugfixes for cable bending stiffness
9a28d15c8 Merge pull request #18 from andrew-platt/MDv2-farm
27de1d433 Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
d34239ae3 Merge branch 'dev' of https://github.com/openfast/openfast into dev
4f4b5a8fb HD: allways allocating A,B,C (Closes #1046)
c0c1c29e2 GitHub template: update list of binaries for Windows executable
b2e900a21 Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
78efc1bd2 Improve and correct some error messages and warnings to be more precise and helpful
0b3bc95d0 Merge pull request #16 from ebranlard/f/hd-am-end
81df6721b HD: Fix HD added mass on member end (scaling factor) (Close #992)
4cc8f6d41 Bug fixes for nonlinear tension-strain capability
ebc5c85be Merge pull request #14 from andrew-platt/MDv2-farm
5c39dbe08 AD: merge more of `TwrInfl` and `TwrInflArray` routines
19fe467b0 Merge remote-tracking branch 'origin/f/SrvD_linearization' into mh-MDv2-farm
4f5baa82c Merge remote-tracking branch 'OpenFAST/dev' into f/SrvD_linearization
17795d7c0 AD sync: sort BEMT/FVW outputs in AeroDyn_IO.f90
f4f5f994a Merge remote-tracking branch 'NREL/dev' into f/Aero_Sync
cf58377c8 AD/AA: remove unused variables
92effbf2f Merge branch 'b/minor_updates' into f/Aero_Sync
5d2c84832 AD: do not turn off BEM for all negative TSRs
232279486 MDv2: fix non-standard fortran 'if' statement
c69c1780a MDv2: double precision compiling working
383ba9091 MDv2: convert tabs to spaces
643e51332 MDv2: update CMakeLists.txt
ff59f0f27 Merge pull request #11 from andrew-platt/MDv2-farm into mattehall/MDv2-farm
c825ba244 Fixed some duplication and initialization issues for Rods:
dbe0239df Reset a few VS project file entries to match what is in dev
7fcc6bcc7 Merge branch 'f/SrvD_linearization' into mh-MDv2-farm
fcc732f2f [BugFix] Reset WindowsTargetPlatformVersion to 8.1
c5e26157c [BugFix] reset platformtoolset to v140
74b917dd9 Fix typo in buoyancy calculation
bc5c19bbd Merge remote-tracking branch 'NREL/dev' into b/minor_updates
642e4b27d Merge branch 'NREL/dev' into b/minor_updates
2043993f2 Clean up cavitation calculation
91e9a5789 Increase allowed line length in the FileInfoType parsing
44ef89240 MoorDyn: Improved error handling for Rods and WaterKin
b759ca2d6 Update regression tests
1acb3d466 Merge remote tracking branch upstream/dev into feature/Buoyancy
e5cb26d24 Adjust merged FAST_Lin additions for MDv2-farm compatibility
345669f34 Merge remote tracking branch upstream/dev into feature/Buoyancy
ccdf44d65 MD Lin: add du{MD}/du{MD} term (accel + vel terms)
e8f1a7bc4 MD lin: missing argument to MD_JacobianPInput
56604b116 Adding MoorDyn driver visual studio files
9cb0b1bb9 Cherry picking some overlooked linearization updates from MDv2
04e9cba86 UA/DBEMT: Allowing linearization
c1024dfbe DBEMT: fixing equations for continuous DBEMT
46de657be Update regression tests to include fixed RM1 model
911ef64ba Add fixed MHK regression test to CTestList
5184e3b8d MoorDyn waterkin and i/o updates
104f8fc69 Fix HD added mass on member end (Close #992)
6d469b2ac Clarify hub, nacelle, and water depth reference positions in AeroDyn buoyancy documentation
204fd8c44 Merge remote tracking branch upstream/dev into feature/Buoyancy
3fbfe8e94 Merge remote tracking branch upstream/dev into feature/Buoyancy
5476f0c1e Merge remote tracking branch upstream/dev into feature/Buoyancy
360fcc5d6 DBEMT: temporarily turning off Wdot, and changing tau1
e2942a5b0 UA: update driver to switch between oscillation at mid/chord or AC, and velocity at 3/4 or AC
66955bf46 UA: update of drag to better match HAWC2's implementation
b4f650a19 Merge remote tracking branch upstream/dev into feature/Buoyancy
327a7af7e Merge pull request #2 from andrew-platt/feature/Buoyancy
ff5b24ca1 AD buoyancy: partially resetting meshcopy u_ED_HubPtLoad to how it was
5bb6a5006 AD buoyancy: previous commit missed case of MHK without Solve Option 1
d0254604b AD buoyancy: minor modification of SolveOption1 algorithm
670926d61 Update documentation to include buoyancy
db495114f Correct hub buoyancy calculation and AeroDyn to ElastoDyn mesh mapping
86517c9c4 Fix bug in error handling in buoyant loads calculation
5737fdad2 Merge remote tracking branch upstream/dev into feature/Buoyancy
8294c93e0 Adjust the allocation of a buoyancy parameter
a47a0bae1 Merge remote tracking branch upstream/dev into feature/Buoyancy
f21290e66 Bug fix of transverse/axial friction coefficients
d4f24d01b Merge friction updates from shousner/MDv2-farm-bath into MDv2-farm
3990bce9c Update MoorDyn to new input file Body/Line format/capabilities:
e3eec4abf FASTLib.vfproj update for new MD source files
72fbba80d Merge branch 'f/SrvD_linearization' into MDv2-farm:
8f9853371 MD Driver updates and line output fix:
9406880a7 Move cavitation check inside BEMT call in AeroDyn
26c65a88a Merge remote tracking branch upstream/dev into feature/Buoyancy
070dc2f88 Update regression tests
199d604e5 Update regression tests
bb83995cc Remove added mass inputs and validation checks
d8e620a39 Bug fix in getDepthFromBathymetry: fy, not fx in interpolation
98dab1efb Update regression tests
bfca44637 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
475ac1d03 Remove if statement for variable initialization in FAST_Solver
616c70e25 Update regression tests
24c06af96 Fixed the wrong index for the unit normal vector
d6225f48e Fix uninitialized variables in FAST_Solver
48c9e3e25 Changes in my vs-build FAST sln file
33382c19c A couple bug fixes to the friction code
0d7c83c3a vs-build/FASTlib/FASTlib.vfproj commit
7ffb95e94 Seabed Friction Implementation
d092f6ada Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
3e40ac156 MoorDyn: Implementation of Line bending stiffness
a9ce6e907 Adding unit normal vector to seabed bathymetry interpolation:
f1e6f3ed8 Adding the new MoorDyn sources files I forgot to add in commit 3a1173b2469cde453b938ab8b5977ee189ccc2ee
fcb63e77d Add MD_InitInp Tmax in FAST_Subs
3a1173b24 Restructuring of MoorDyn source and wave/current addition:
e90f8e706 Merge branch 'MDv2-farm-synth' into MDv2-farm
1fd6bf6a1 Remove double-counted weight in fairten outputs
d22feca8f Some water depth variables changed in MoorDyn_Types I'm assuming because I recompiled/rebuilt with Matt's new changes without the water depth variable
75dfc12c9 Added temporary depth variable to make negative and store in tempArray
5a9792a35 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
91373f056 First pass at setting anchor depth based on bathymetry
340610b21 Reorder input parsing in prep for auto anchor depth:
e17a19c0d Merge remote-tracking branch 'stein/MDv2-farm-bath' into MDv2-farm
83c570c05 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
e1cf18eda Getting MD driver to give t=0 output
3770d3e49 Fixed MD driver to support nonzero initial positions:
7c241b45e MD viscoelastic adjustment to input overall static and dynamic stiffnesses
45d4d9e6b Added .fstf input validation and MD driver improvements:
4654dc125 Adding .vs folders to git ignore
c50568335 Fixed inputString/OptValue character length issue that was causing long-named bathymetry files not to work. Also added an error statement call
bafba40b8 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
45463920b Created MDv2 driver and tweaked Rod/Body farm positions:
4d6c96c32 Correct factor of 2 error in buoyancy calculation
41f16628f Implemented simple viscoelastic capability:
d5620011a Corrections in Rod end hydrodynamic added mass and inertia:
9c45c6f3e Some touchups to MoorDyn to get it to compile and run
d4a9e6ff2 Third iteration of fixes for compilation: depth and BathGrid names
5801d166f Debugging error fixes: allocatable issue, syntax errors, etc.
191070f3b Replacing MoorDyn depth parameter with option for bathymetry
a300ec073 Enabling MoorDyn dtOut and FAST.Farm thread/timer output:
12f3a50c5 Update regression test files after correcting merge errors
d3a76f137 Update regression test files after merge with remote branch f/driver
83117efb7 Merge remote branch ebranlard:f/driver into feature/AddedMass_Buoyancy
dc92d7c15 New approach succeeds in applying shared mooring forces:
64373ba9b Finishing up merging of MDv2 and fast-farm branches. Compiles and runs.
82d54d03b MoorDyn_IO fixing bug when specifying output channel node number
73d47e03b MoorDyn further edits to merge MDv2 and shared-mooring farm capablities. Now compiles.
0f1b87079 Adjusted some indenting in MoorDyn
12728ccf6 First batch of changes to make shared mooring ability work with MDv2:
43e06efdf Remaining MD I/O mesh fixes in FAST_Solver and _Lin
aa2fd46db Merge Matt's f/fast-farm (shared moorings) branch into MDv2-farm
926c9aa1f Merge remote-tracking branch 'andy/f/StrucCtrl_controls' into MDv2
356bc6184 Merge branch 'dev' into f/fast-farm
044cc8dbc Fixed/improved error handling edits in FARM_UpdateStates:
c52803218 MoorDyn linearization fixes and default parameters:
0a37d1206 MDv2 lin: missing initialization and unsafe size() of potentially unallocated arrays
dc295314e MDv2: missed wave kin stuff in FAST_Subs for commit ca9380ce
8a4489e0c Revert commit 2ed8c232 changes to cmake setup
ff925dd90 StC ctrl: controller input nominally 0
2ed8c232c SrvD array bugfix from Andy, and proper MD groundBody initialization
93225decd Update user-selectable output names in regression test input files
91a6bbb33 Add user-selectable buoyancy outputs
bbed9fb2c Add buoyancy outputs to OutListParameters.xlsx
ca9380ce9 Removing hard-coded wave grid for general use pending future wave capabilities
ddfdff6c5 Removing 'MD can't linearize' error message
8cd93eeb0 Adding linearization subroutines to MoorDyn v2:
46dbf4f0a Update regression test files to fix typo in speed of sound label
9fdc6f59b Fix typo in speed of sound label
1cbac0c4b Fix hub load point mesh mapping conflict bewteen option 1 and 2 solves
6809ce5d0 Fix typo in nacelle buoyancy calculation
444784635 Adjust nacelle buoyancy calculation
702e736c0 Add buoyancy and added mass inputs to regression test input files
b02033630 Update example input files
efc61b578 Make minor changes to buoyancy and added mass inputs and update types files
7c35bd120 Merge remote tracking branch toan/features/AddMass into feature/AddedMass_Buoyancy
3fa32145d Add hub loads to output mesh
5f9e089af Add AeroDyn hub load point mesh and map to ElastoDyn
824bb9f1e Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
076cca643 Merge pull request #4 from andrew-platt/MDv2_InputFileParsing
6cf549636 Merge pull request #3 from andrew-platt/b/MDv2_minorBugs
137bb775a copyright update
ced03edc2 Add added mass inputs and validation checks
13bb935f9 Add added mass inputs and validation checks
de1c92fbc Merge remote-tracking branch 'hannah/feature/AddedMass_Buoyancy' into features/AddMass
15631e378 MDv2: turn off the verbose input file info
ef18dc22d MDv2: changed index for line number counting to current line instead of next line
45aee88bf MDv2: potential segfault on closing files that were never opened.
8e1a2e4e0 MDv2: added FileInfo_Type parsing of input file
0e6b7dc4b MDv2: add passing of input FileInfo_Type, remove unused var from MDIO_OpenOutput
04e8ab978 Add blade, tower, and nacelle buoyant loads to output meshes
596516291 Merge remote-tracking branch 'origin/b/HD_unitializedVars' into MDv2_InputFileParsing
6d1a1a6f3 MDv2: set some uninitialized variables
b5c6150ff MDv2: remove a few unnecessary REAL conversions
15e59244d Calculate nacelle buoyant loads
556ad48db MDv2: fix some array bounds issues in interpolation routines
1f285c122 MDv2: change InitInp to intent in only
39419ace2 Calculate hub buoyant loads
b104356b2 Replace 1.0/0.0 with NaN -- gcc wouldn't compile
2f77648e3 Replace non-standard tabs with spaces
743b10454 Add some _Types.f90 files back in. Deleted in prior commit????
00139e466 Remove print statements
f4c688e7f Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
1e22dcee1 Updating MD version number
0d4c01298 Trap buoyant load NaN case and set to zero
5f316c129 Calculate tower buoyant loads, rename some buoyancy variables
2d7f58956 Calculate blade buoyant loads, edit buoyancy parameters
2fd0973f5 Fixed up MD input prep in FAST.Farm
7d126cdd2 Handling uncoupled turbines with a dummy node in the MD meshes
e4f93cfbf Fix routineName of Farm_InitMD
ee8f77222 Drafting shared moorings capability in FAST.Farm:
0106cfe38 Calculate buoyancy parameters
4cf50aa50 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
99a982bd3 Add environmental variables to driver input files
29f5dec11 Merge branch 'f/fast-farm' of https://github.com/jjonkman/OpenFAST into f/fast-farm
47f37c54e Fix-ups from merging StrucCtrl with MDv2 work.
e2a0d9416 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
e06154815 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
5d17d6d73 The first version shared for USFLOWT.
6ad0dd0bd Merge remote branch ebranlard:f/driver into feature/AddedMass_Buoyancy
9c7c4bb9a Add MHK turbine type switch and validation checks
95f644e19 Add buoyancy inputs and validation checks
96120686e Merge remote branch ebranlard:f/AD_multi into feature/AddedMass_Buoyancy
1c01e71df Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
82829f7d2 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
42052413a Merge branch 'dev' of https://github.com/OpenFAST/openfast into MDv2
983d4a7c3 Ensuring no side forces in node weights
d31776675 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
fe65caae7 Add input flags for added mass and buoyancy back into AeroDyn_IO (deleted during a merge conflict)
a92ca670e Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy and resolve merge conflict in AeroDyn_IO
82a1d2240 Bug fixes in wave grid implementation and MD Rod Froude-Krylov force.  - Solved memory bug in WameMod=0 case by reordering htings.  - Removing unnecessary USE WAVES and specifying "only..." in MD.  - In MD, now using WaveTimes array rather than (J-1)*dtWave.  - Fixed error in MD Rod Froude Krylov force calculation (was 50% too small)
3ac0590ce Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
24cc24193 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
130547e45 Correction of my earlier edits in FAST_Subs - no if statements for allocating all mooring models' inputs.
f9cd66224 Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
734e2468f Small adjustment/bugfix to wave grid, MoorDyn coupled Rod bugfix, MoorDyn tidying.
938fa0a65 Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
f16b590cd Adjusting hard-coded wave kinematics grid functionality to use public parameters of the Waves module. This makes it quicker to adjust the grid settings and recompile. Also fixed the allocation oversight that prevented WaveMod=0 cases from running (given this wave grid functionality).
2b4a27a78 Tiny registry fix in MD
8813a1667 Properly hooking up CaEnd and CdEnd to Rods in MoorDyn.
2e07a669c Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
701c94723 Major MoorDyn v2 changes. Introducing all the v2 objects and structure. Still some things to work out for buoyancy can applications.
d8ae282c6 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
de02d56ad Added Mod_WaveField input to FAST.Farm for wave load phasing based on turbine positions: - New variable WaveFieldMod is passed through FAST.Farm into each OpenFAST instance   to each HydroDyn module  where it can adjust phases in the complex wave elevation   amplitudes in Waves and Waves2. - This adds a new line for Mod_WaveField below the line for Mod_AmbWind in the   FAST.Farm primary input file: - Mod_WaveField   Wave field handling (-) (switch) {1: use individual HydroDyn inputs   without adjustment, 2: adjust wave phases based on turbine offsets from farm origin}
8aea9125f Combine added mass coefficient input checks into a single loop
a1f01297d Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
21cdf5765 Add input flags and coefficients for added mass and buoyancy
7f604a1c6 Edits to Waves, HydroDyn, and glue code changes to support MoorDyn v2 changes and to hard-code a simple wave kinematics grid to pass this info to MoorDyn for buoyancy cans.
a0254a25f Merge branch 'MDmods' of https://github.com/mattEhall/openfast into TCF-mods2  - This brings in the initial active tension capability and the MoorDyn driver.  - Much of this will be overwritten shortly by MoorDyn v2 code.
426243624  MoorDyn bug fix for tensions changing part-way through simulation.  - Tension amplitudes were sometimes changing, typically at 512 s.  - This was likely caused by use of single-precision time variable with MD_Input_ExtrapInterp.  - All time variables are now double precision, solving the problem.

git-subtree-dir: OpenFAST
git-subtree-split: e8ec53f9c7f9d3f6a13bfb61dba12a0ca04d8a2f
dzalkind added a commit that referenced this pull request Feb 6, 2023
* support novo project (opts with olaf)

* Squashed 'OpenFAST/' changes from 08fffef24..e8ec53f9c

e8ec53f9c Merge pull request #1386 from OpenFAST/dev
8ad9e9754 Update r-test pointer for 3.4.0
27314ad89 update conf.py for 3.4.0
f89e37812 Merge remote-tracking branch 'OpenFAST/main' into dev
c85d456f3 Docs: update example InflowWind and FAST.Farm input files (#1406)
c51790cc8 GetNewUnit: increase allowed number of open files to 16384 (#1392)
efc80896d change np.float to float in regression test scripts
9946fb0fc Update api_change.rst for v3.4.0 release
650b60520 Add `regression_tests` to the ALL target. (#1376)
3271b8123 MoorDyn v2 C-bindings interface (#848)
60e3cc0d3 MoorDyn bending bugfix and message updates for v2 (#1371)
aef318c7e OpFM: fix mesh access in DEBUG_OPENFOAM option
4eba321a4 OLAF: fix documentation
4d331e7a2 UA: adding UA_Driver outputs, fix separation function for UAMod=6, and adding r-tests (#1369)
8a446ceca OLAF: Adding free near wake panels (#1355)
220adf42a OpFM: [bugfix] test for warning condition was broken
524c6c274 TurbSim: User-defined time series updates
785bd1d61 CI: exclude bokeh 3.0.[0-3] -- broken plots
ae73af430 BeamDyn: output summary file in yaml format (#1335)
381660f91 NWTC_Lib: Adding Yaml and VTK to library (moved from SD and AD) (#1333)
0ffa0c059 AeroDyn/UnsteadyAero_Driver: Fix for bug #1346 (#1356)
28f2647ad Merge pull request #1324 from andrew-platt/b/openfoam_mesh
afc5cabba AD15: line endings in AeroDyn_Driver_Types.f90
6beae107c OpFM: add docs on intermediate meshes, updates from PR feedback
87173deb5 OpFM: add error if number of blade points from CFD is significantly larger than AD15 mesh points
09f374eac OpFM: remove unnecessary meshs
57c1a4d34 OpFM: remove ED, and AD14 from OpFM
1defb56d8 add version info to c-binding libraries (#1327)
dfca46063  FF: update of guidelines for Curled wake dr and DT_low (#1328)
4e85fa628 Documentation fixes (#1332)
ca595c443 VTKLin: being more forgiving with number of modes (#1330)
3fff3f475 VTK output: add safety checks (#1321)
6feb60940 Glue VTK: cleanup HD meshes written to VTK files (#1319)
88386bf97 Registry: tweaks to allow extrap/interp of types without module name (#1318)
11dac9e88 Fix for Visual Studio builds with ADI (#1317)
4fbac48cf FF: additional OpenMP parallelizations in FAST.Farm (#1310)
39d37e6be NWTC_IO: nullifying DLL (on restart)  if not present when packing (#1311)
d2c9fef49 Cleanup of OutlistParameters.xlsx
96006c5ff Implementation of the curled-wake model in FAST.Farm (#931)
71d19e5d8 FF: Cartesian grid for AWAE and WD outputs (#1305) - change of FF r-test
b1ed3386c Merge remote-tracking branch 'openfast/main' into dev
5f3fb6ef7 Merge pull request #1291 from OpenFAST/rc-v3.3
b85e3e09e Include NAWEA 2022 slides
3210dac8e API docs bug fix
777a2c48c FF: API changes for future curl wake implementation, WD restructuring (Cq, OMP, skew filt) (#1304)
d1ed5a81a FF: Small reorganization and clean up of FAST.Farm r-test input files, upload of artifact(#1303)
13cd8bcf8 Update version to v3.3
8b8177f01 Add a super-controller library target to CMake (#889)
2e7c97b83 Update of r-test to point to dev branch after #1240
c719778a7 Improvements to the InflowWind disk averaged velocity calculations (#1240)
fb9aec734 AA: using new BL r-test input files for IEA_LB
1ca61657c New AeroDynInflow (ADI) module with c-bindings interface (#1110)
8d2b79947 Update of r-test to point to dev branch
abdb47ebc ED/AD: reactivating rotor furling and tailfin aerodynamics (#1277)
a449a52ce Minor error handling and code cleanup (#1293)
70635c51f AD: add new projection method and BEM methods (#1283)
ce24848b3 Merge pull request #957 from hkross/feature/Buoyancy
ffdd6809f Adjust syntax in api_change.rst
76d2a72a4 Remove redundant paragraph in AD docs
7b2015c15 GH Actions: Update artifact upload action version
ccf25ad4b AD/MHK: update of r-test
6ccb32c36 AD/MHK: placing hub and nacelle prop before tower
dd3c56c40 AD: allowing blade input file without cuoyancy columns
9007f776d Update regression tests
5a50b5397 Merge remote tracking branch upstream/dev into feature/Buoyancy
839bb62da Update regression tests
fd4fab06c Use mesh mapping routines for tower buoyant loads
4051210a2 Add back in blade root hub buoyancy correction
b4886e733 Use mesh mapping routines for blade buoyant loads
35a28725a Bug Fix: OLAF: particles are NaN when vortex segments have zero length (#1276)
dcdc7c33c Linear Trim Solution Improvements (#1275)
a9927602e Merge pull request #1263 from bjonkman/b/Farm_OMP
22b997517 Merge pull request #1267 from ebranlard/f/olaf-doc
8e9a44ec2 OLAF: documentationr: updated guidelines, using nFWPanels
16b2d82ec Merge pull request #1266 from ebranlard/f/ifw-omp
e387ff7ca IfW: removing OMP in inflowwind until pointer implemented (see #1265)
95ce92217 Remove blade root corrections and use element length based on aerodynamic centers for defining per unit length loads
aa9c459b5 GitHub Workflow: adding build-all-debug-single to check types on compile (#1264)
6906dfcbb Simplify code in Farm_SetOutParam
99113d0a3 FAST.Farm: Update types files + remove OutStrLenM1 parameter
624dfab19 Merge remote-tracking branch 'bjonkman/test/OMP_FF' into b/Farm_OMP
bfa9eb148 VS build of FAST.Farm OMP: remove dependency on MKL libraries
284152d08 FAST.Farm OutListParameters: fix issue with Windows/Intel/OMP
1b4a1ac38 Merge pull request #1248 from bjonkman/f/Registry
ba6e89b37 Merge pull request #1000 from ebranlard/f/ua-dbemt
2e9ea7cf2 VS FAST.Farm OMP build: use static libraries
6661940d6 UA/DBEMT: update of r-test
9fea6a62a Merge branch 'dev' into f/ua-dbemt
42774c9d0 Merge branch 'dev' into f/ua-dbemt
e3f401f86 Merge pull request #1037 from bjonkman/b/BEM_TSR_turnoff
f558a6391 Merge branch 'dev' into f/Registry
c6dc52e47 update r-test
620c60b16 Remove unnecessary artifact upload step
27e418bc3 Compile and run Registry in GH Actions
5773f704f Merge remote-tracking branch 'NREL/dev' into b/BEM_TSR_turnoff
782d4aea7 Merge pull request #1254 from bjonkman/f/WriteOutput
3a6e5c68f update r-test
172b020c3 Merge remote-tracking branch 'NREL/dev' into f/WriteOutput
ef6d6baa1 Merge pull request #1061 from bjonkman/f/Aero_Sync
77ad92e07 Merge branch 'dev' into f/Aero_Sync
8bb1bc229 Merge pull request #1042 from bjonkman/f/AD_TwrShadow
98d86ee14 Merge pull request #20 from rafmudaf/f/AD_TwrShadow
673b437d8 Update r-test baselines for AOC cases
936f18e75 Merge branch 'dev' into f/AD_TwrShadow
49ca7ad91 Remove redundant parameter from Waves
23ce9743c MAP: fix compiler warning about parameter being different than declaration
9162ee89e NWTC_IO: update GetWords to return the number actually read
4e034aa47 NWTC Lib: add `OutStrLenM1` and `FindValidChannelIndx`
6e5c3e88c Registry: fix typo in error message text
56aaad362 NWTC Lib: fix uninitialized ErrStat in FreeDynamicLib
35d8bb356 Update Types files
e1969eb6b Update Registry to use pointers when requested
8ad56a7cc Merge pull request #1086 from mattEhall/MDv2-farm
637b93fc0 MDv2: update api_change.rst
15e2480e1 MDv2: add MD documenation (linked to another readthedocs for now)
679d85054 Merge pull request #28 from andrew-platt/MDv2-farm
4791e9a31 MDv2: update regression tests using MD
f067eb998 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
066807917 Merge pull request #999 from ebranlard/f/hd-am-end
66582caf7 HD: regression test update after added mass fix
23fb58fd5 Merge remote-tracking branch 'OpenFAST/dev' into f/hd-am-end
59fa0db66 Merge pull request #1199 from ebranlard/f/linviz
1a1091f79 Lin: close default vtk circle shape
b5c449160 Lin: minor update to error handling in SetVTKDefaultBladeParams
1dc43e6b6 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
0f8237e78 Merge pull request #1244 from andrew-platt/f/DisableRegTests
de6e54466 testing: cpp testing failing from last commit due to missing .yaml file
8b776ce08 FF: add warning if a turbine using shared moorings is using SD
6ce04ff58 Merge remote-tracking branch 'origin/f/DisableRegTests' into MDv2-farm
83b5f9a41 Merge pull request #1211 from deslaughter/bug/pythonlib
4fff8f218 testing: update test execution scripts to use rtl.copyTree
e1e61744e RegTest: remove a python test and a hd test that were equivalents to OpenFAST tests that were removed.
c5c38fa01 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
1d16cd419 Merge remote-tracking branch 'NREL/dev' into f/Aero_Sync
4506efe2d Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
7228d7f11 Merge remote-tracking branch 'NREL/dev' into b/BEM_TSR_turnoff
b496e46b8 Merge pull request #1230 from andrew-platt/b/HD_KinematicLongInputLine
3770ba9c8 Merge pull request #1239 from ebranlard/f/aa-delta0
f67cfb1c9 AA: fix BL-thickness for heavily-tripped airfoil, and adding equation references (see #1079)
e4392d7ea Merge remote tracking branch upstream/dev into feature/Buoyancy
cc9b71fd4 Add bent blade corrections to buoyancy calculation
28d535ca7 MDv2: use small angle perturbation for angles in Perturb_u
8f93c02fb MDv2: true up FAST_Lin.f90 to match dev (bad merge may have occured at some point)
471c7a646 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
51740e683 MDv2: update r-test cases
179298421 HD: increase max length of line read from kinematics files
b888e4a83 [bugfix] Seg Fault due to hub model and external inflow (#1227)
32a5f3406 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
19b4ca7f3 Merge pull request #1222 from bjonkman/f/Python_RegTests
0a6d2f005 Merge pull request #1228 from andrew-platt/b/CMake_FlagUpdate-rtest
a8b7c89c1 r-test: Remove -m64 in CMAKE_Fortran_FLAG from r-test
458b2b36f Add hub buoyant forces and moments to rotor fluid force and moment outputs
273e9c191 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
fccee33a2 r-test: missing test case after merge of #1217
93b5288b9 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
4923e05d4 Missing r-test commit from previous PR
cd14fab5f fix broken spacing from previous merge conflict
b22fc02d1 python scripts: avoid plotting errors with different numbers of output channels
6adf4ac61 Fix broken manual regression test python script
cec8dfa90 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
7f4e9057e Add some outputs to fixed MHK_RM1 AeroDyn driver r-test and update baseline
1c4866124 Merge remote-tracking branch 'mhall/MDv2-farm' into MDv2-farm
ddcb39270 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
2ea9bcb24 Merge pull request #1217 from rafmudaf/q3/one_baseline
783925f82 Revert path changes (see #1021)
134959cd1 Add legend to error plots
c0453417c Improvements to regression-test python scripts
92ddaf336 Bug fix in finding the channel order of magnitude
705bf08f0 Disable consistently inconsistent test cases
e46cbaa65 Connect tolerance parameters through CMake
5ba94cef1 FastLibAPI: change output_channel_names to vector. Renaming the class member channel_names to output_channel_names created a conflict with a class function prototype which was designed to return a string of channel names. To make FastLibAPI consistent with openfast_library.py, this commit changes output_channel_names to be a vector of strings which is populated by the fast_init method.
8faa2538a Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
31cd646bf FastLibAPI: channel_names -> output_channel_names Class member was renamed for consistency with openfast_library.py.
b427ef7eb openfast_library.py channel_names -> output_channel_names This change was requested to so WEIS, which uses this library, doesn't have to change.
c6b19d963 simulink: updates FAST_SFunc.c from FAST_Library.h Updates FAST_SFunc.c for the new FAST_Sizes function signature which exposes DT_Out.
c4e837bc2 FastLibAPI: update for FAST_Sizes, fix memory leak The C++ interface to openfast-library was updated to match the changes to openfast_library.py - basing output on DT_Out instead of DT. Also, the output_array variable was removed and output_values changed to a vector of vectors so the memory will be freed when FastLibAPI is destroyed. This change also removes the copying of data between arrays.
859f4f44d openfast_library.py: save output based on DT_Out For long simulations openfast_library.py would allocate a large array to hold output values for every step based on DT. This array could consume a significant amount of memory and was inconsistent with the data stored in output files which is based on DT_Out. This commit bases the output array size on DT_Out and changes the data collection to match, which can significantly reduce memory usage. In addition, the output_values array is passed directory to FAST_Update to reduce copying data. Lastly, the channel name processing is moved to fast_init to avoid a memory leak
789eadbf5 Fast_Library: expose DT_Out through FAST_Sizes DT_Out is needed to determine the frequency at which results should be captured from FAST_Update in the programs that use openfast-library. This change exposes the DT_out by adding it the arguments of FAST_Sizes. The corresponding function prototype was updated in FAST_Library.h.
0d8762b24 Add HD module test for OC4 jacket
35875cc76 Update regression tests
c15991270 Merge remote tracking branch upstream/dev into feature/Buoyancy
5dc727265 Host a large file in the docs outside of GitHub
0ffbe85f4 Add a ctest label for fastlib cases
ff1cf541f Set ctest driver paths based on system type
35387f79b Rename openfast library ctest function
d1daab1b0 Make atol a function of the magnitude of the data
8a59edd56 Update a few HD cases to use RANLUX pRNG
ccaabe435 Add more precision to SubDyn tests
abcdb12e8 Test ascii output silently
761ef68fb HD: add precision and update Python driver scripts
7c2215bb8 IfW Driver: Fix output headers and column fmt
0b76b44e2 Add fpic compiler flag for C targets
df1cc9e4b Add a no-run flag to CTest options
c70fb2be8 Mark channels with nan or inf as failing
2d75a7273 Expand precision for BeamDyn and SubDyn module tests
acf2c89a0 Update reg test plotting - bug fixes, Bokeh 2.4
68ed80ae9 Update reg test driver scripts
22e8395ae Unify baselines
b2b3d5c7d Plot pass/fail boundary in error plot
fa66d5b64 Determine passing channels instead of norms
84addf3ad Clean up in rtestlib
6aae04a23 Merge pull request #1203 from rafmudaf/q3/parallel_actions
7763deaba Merge branch 'main' into dev
5099377d2 Build HydroDyn C-interface for interface tests
6d9d1c978 Update ideal beam linearization test baselines
3aa7f39ba Disable variable tracking on all FF modules
78fc18774 Consolidate tests and improve naming
7693fa1fe Add a branch for linearization tests
c4d2ca8f4 Add fPIC flag for MAP++
5a8ec2669 Configure OpenFAST Library as shared library
7ed465503 Add parallel jobs to improve Actions reg test time
1b744a29f Option to disable variable tracking with GNU compiler (#1198)
71940d87a Lin: default rectangular cross section for BD and ED. Using FPS for VTKLinTim=2
2ee8b4ae3 Lin: surface mesh outputs without AD using basic geometries, adding circle/rectangle as options
157cfac8d Lin: unifying some code for VTKLinTim=1,2 and adding screen output
23d2330e1 Lin: create VTK directory on restart (user might have deleted it)
3d415d3ef Add overview presentation from NAWEA 2019
d66bd88df Update types files
3a381817b Merge branch 'main' into dev
09a57eb43 Merge branch 'main' into dev
8539e4e90 MoorDyn Rod bugfixes to solve power cable issues:
da6fb64e1 Merge pull request #1188 from andrew-platt/f/ad_driver_lineVTK
b4c9facb0 AD15: add checks on driver inputs for WrVTK and WrVTK_Type
9e1f8f976 AD15: update documentation for WrVTK_Type in the driver
3a12ac60d AD15: add WrVTK_Type to driver for outputting line mesh info
81c879830 Merge pull request #1183 from rafmudaf/dev
4eb9938f5 Merge pull request #1186 from andrew-platt/f/MAP_keyword_Fixed
924241a59 MAP: allow keyword `fixed` and `fix`
092f4cac4 Merge pull request #1078 from hkross/feature/Cavitation
75879ae50 Simulink: add documentation of channels in FAST_Library.h (#1176)
a21da3b90 Fix name of InflowWind_Driver in syntax help docs
70628ac7d Move IfW API changes to the correct section
da66f9a09 Make test documentation more visible in TOC
eab09f07d UA/DBEMT: linearization with UA_OYE, using 4th state only
cab687b7f Merge remote tracking branch upstream/dev into feature/Buoyancy
eb347694f UA/DBEMT: update of documentation. UAMod=4,5,6 support linearization
fdb59b326 Update regression tests
f049ce3a7 Merge remote tracking branch upstream/dev into feature/Cavitation
de7f525f6 Rename AeroDyn images so they get past ad blockers
461ad532c Link to repo-hosted NWTC Programmer's Handbook
fc9114101 UA/DBEMT: update of r-tests
a2c744950 Merge remote-tracking branch 'origin/dev' into f/ua-dbemt
db3423322 Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
f1de6223c Merge remote tracking branch upstream/dev into feature/Buoyancy
d27b0adf1 UA/DBEMT: update of r-test
729a2afd3 UA/DBEMT: update of documentation and static equation references in code
680361f14 Merge branch 'dev' into f/ua-dbemt
8788b6a43 Merge branch 'dev' of https://github.com/openfast/openfast into dev
c70906c70 Merge branch 'dev' of https://github.com/openfast/openfast into dev
eca838702 SD lin: [BugFix] indexing to SD_y%Y3Mesh start in Indx_y_SD_Y3Mesh_Start
670375e15 MD: fix issue with compiling double with Intel
7844b9350 MoorDyn: add slack-segment 0.5 safety factor for linearization perturbation size
4ac90265c MDv2: update input file format in r-test
e96a0861b MDv2: [BugFix] segfault in logging option. update input files in r-test
6f8dc6fb5 MDv2: merge issue in MoorDyn registry -- registry.exe could not build it
43e22cc24 Merge branch 'dev' of https://github.com/openfast/openfast into dev
461fd87ea MoorDyn updates: linearization, wave stretching, buoyancy, print:
ea6bc8fe6 MDv2: Fix compile issue with the UnLog
3b4f10d23 MDv2: remove tab characters
017910190 Merge branch 'dev' of https://github.com/openfast/openfast into dev
a8b1d091e Enabling and fixing cable bending stiffness capability:
52d1468d4 Merge pull request #20 from andrew-platt/MDv2-farm
490bd8e85 MoorDyn: restoring backward-compatible output names
e908c4b4f MDv2: Check for correct number of columns in each row of each input table -> throw fatal error if wrong number of columns to prevent program crashes and incorrect processing of data
f7b799e5e MDv2: More strict parsing of Type/BodyID for pinned Rods
f2629d685 MDv2: Make parsing of OutList from input file more robust
de041bb30 MoorDyn cylinder hydrodynamics capability
250f7761d Update regression tests
458438987 Enable cavitation calculation using FVW model
82397643c Update regression test metadata
1d89546ee Merge branch 'dev' of https://github.com/openfast/openfast into dev
605de108f MDv2-farm: update regression test cases from @erickaloz
8c12ac0e7 MDv2: update MoorDyn_Types.f90 after regenerating
1230c155b Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
693a56b49 Add description of reference location for MHK turbine inputs
76e74bf08 Merge remote tracking branch upstream/dev into feature/Buoyancy
8448b51e8 Update regression tests
7dc0524ec Update regression tests for AeroDyn module fixed MHK test
47830e425 Move cavitation check call
a42aaf4e2 Merge remote tracking branch upstream/dev into feature/Buoyancy
0a63305c2 Merge remote tracking branch upstream/dev into feature/Buoyancy
f9b5439dd Merge branch 'f/AD_TwrShadow' into f/Aero_Sync
273584958 Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
8156e6c2c AD: fix some typos + convert `pi/180` to `D2R`
5e46952b7 Merge branch 'dev' into f/Aero_Sync_full
48084bcbf FAST lin: update `Indx_y_ED_Nacelle_Start` with suggestion from bjonkman
a612d2a6c MDv2: Fix error message for unidentified Type/BodyID of Connections to show the correct, related wrong user input
c51e7c0ea MDv2: BugFix to ensure correct output of solver options warning and matching line type error
b820815ef Bugfixes for cable bending stiffness
9a28d15c8 Merge pull request #18 from andrew-platt/MDv2-farm
27de1d433 Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
d34239ae3 Merge branch 'dev' of https://github.com/openfast/openfast into dev
4f4b5a8fb HD: allways allocating A,B,C (Closes #1046)
c0c1c29e2 GitHub template: update list of binaries for Windows executable
b2e900a21 Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
78efc1bd2 Improve and correct some error messages and warnings to be more precise and helpful
0b3bc95d0 Merge pull request #16 from ebranlard/f/hd-am-end
81df6721b HD: Fix HD added mass on member end (scaling factor) (Close #992)
4cc8f6d41 Bug fixes for nonlinear tension-strain capability
ebc5c85be Merge pull request #14 from andrew-platt/MDv2-farm
5c39dbe08 AD: merge more of `TwrInfl` and `TwrInflArray` routines
19fe467b0 Merge remote-tracking branch 'origin/f/SrvD_linearization' into mh-MDv2-farm
4f5baa82c Merge remote-tracking branch 'OpenFAST/dev' into f/SrvD_linearization
17795d7c0 AD sync: sort BEMT/FVW outputs in AeroDyn_IO.f90
f4f5f994a Merge remote-tracking branch 'NREL/dev' into f/Aero_Sync
cf58377c8 AD/AA: remove unused variables
92effbf2f Merge branch 'b/minor_updates' into f/Aero_Sync
5d2c84832 AD: do not turn off BEM for all negative TSRs
232279486 MDv2: fix non-standard fortran 'if' statement
c69c1780a MDv2: double precision compiling working
383ba9091 MDv2: convert tabs to spaces
643e51332 MDv2: update CMakeLists.txt
ff59f0f27 Merge pull request #11 from andrew-platt/MDv2-farm into mattehall/MDv2-farm
c825ba244 Fixed some duplication and initialization issues for Rods:
dbe0239df Reset a few VS project file entries to match what is in dev
7fcc6bcc7 Merge branch 'f/SrvD_linearization' into mh-MDv2-farm
fcc732f2f [BugFix] Reset WindowsTargetPlatformVersion to 8.1
c5e26157c [BugFix] reset platformtoolset to v140
74b917dd9 Fix typo in buoyancy calculation
bc5c19bbd Merge remote-tracking branch 'NREL/dev' into b/minor_updates
642e4b27d Merge branch 'NREL/dev' into b/minor_updates
2043993f2 Clean up cavitation calculation
91e9a5789 Increase allowed line length in the FileInfoType parsing
44ef89240 MoorDyn: Improved error handling for Rods and WaterKin
b759ca2d6 Update regression tests
1acb3d466 Merge remote tracking branch upstream/dev into feature/Buoyancy
e5cb26d24 Adjust merged FAST_Lin additions for MDv2-farm compatibility
345669f34 Merge remote tracking branch upstream/dev into feature/Buoyancy
ccdf44d65 MD Lin: add du{MD}/du{MD} term (accel + vel terms)
e8f1a7bc4 MD lin: missing argument to MD_JacobianPInput
56604b116 Adding MoorDyn driver visual studio files
9cb0b1bb9 Cherry picking some overlooked linearization updates from MDv2
04e9cba86 UA/DBEMT: Allowing linearization
c1024dfbe DBEMT: fixing equations for continuous DBEMT
46de657be Update regression tests to include fixed RM1 model
911ef64ba Add fixed MHK regression test to CTestList
5184e3b8d MoorDyn waterkin and i/o updates
104f8fc69 Fix HD added mass on member end (Close #992)
6d469b2ac Clarify hub, nacelle, and water depth reference positions in AeroDyn buoyancy documentation
204fd8c44 Merge remote tracking branch upstream/dev into feature/Buoyancy
3fbfe8e94 Merge remote tracking branch upstream/dev into feature/Buoyancy
5476f0c1e Merge remote tracking branch upstream/dev into feature/Buoyancy
360fcc5d6 DBEMT: temporarily turning off Wdot, and changing tau1
e2942a5b0 UA: update driver to switch between oscillation at mid/chord or AC, and velocity at 3/4 or AC
66955bf46 UA: update of drag to better match HAWC2's implementation
b4f650a19 Merge remote tracking branch upstream/dev into feature/Buoyancy
327a7af7e Merge pull request #2 from andrew-platt/feature/Buoyancy
ff5b24ca1 AD buoyancy: partially resetting meshcopy u_ED_HubPtLoad to how it was
5bb6a5006 AD buoyancy: previous commit missed case of MHK without Solve Option 1
d0254604b AD buoyancy: minor modification of SolveOption1 algorithm
670926d61 Update documentation to include buoyancy
db495114f Correct hub buoyancy calculation and AeroDyn to ElastoDyn mesh mapping
86517c9c4 Fix bug in error handling in buoyant loads calculation
5737fdad2 Merge remote tracking branch upstream/dev into feature/Buoyancy
8294c93e0 Adjust the allocation of a buoyancy parameter
a47a0bae1 Merge remote tracking branch upstream/dev into feature/Buoyancy
f21290e66 Bug fix of transverse/axial friction coefficients
d4f24d01b Merge friction updates from shousner/MDv2-farm-bath into MDv2-farm
3990bce9c Update MoorDyn to new input file Body/Line format/capabilities:
e3eec4abf FASTLib.vfproj update for new MD source files
72fbba80d Merge branch 'f/SrvD_linearization' into MDv2-farm:
8f9853371 MD Driver updates and line output fix:
9406880a7 Move cavitation check inside BEMT call in AeroDyn
26c65a88a Merge remote tracking branch upstream/dev into feature/Buoyancy
070dc2f88 Update regression tests
199d604e5 Update regression tests
bb83995cc Remove added mass inputs and validation checks
d8e620a39 Bug fix in getDepthFromBathymetry: fy, not fx in interpolation
98dab1efb Update regression tests
bfca44637 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
475ac1d03 Remove if statement for variable initialization in FAST_Solver
616c70e25 Update regression tests
24c06af96 Fixed the wrong index for the unit normal vector
d6225f48e Fix uninitialized variables in FAST_Solver
48c9e3e25 Changes in my vs-build FAST sln file
33382c19c A couple bug fixes to the friction code
0d7c83c3a vs-build/FASTlib/FASTlib.vfproj commit
7ffb95e94 Seabed Friction Implementation
d092f6ada Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
3e40ac156 MoorDyn: Implementation of Line bending stiffness
a9ce6e907 Adding unit normal vector to seabed bathymetry interpolation:
f1e6f3ed8 Adding the new MoorDyn sources files I forgot to add in commit 3a1173b2469cde453b938ab8b5977ee189ccc2ee
fcb63e77d Add MD_InitInp Tmax in FAST_Subs
3a1173b24 Restructuring of MoorDyn source and wave/current addition:
e90f8e706 Merge branch 'MDv2-farm-synth' into MDv2-farm
1fd6bf6a1 Remove double-counted weight in fairten outputs
d22feca8f Some water depth variables changed in MoorDyn_Types I'm assuming because I recompiled/rebuilt with Matt's new changes without the water depth variable
75dfc12c9 Added temporary depth variable to make negative and store in tempArray
5a9792a35 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
91373f056 First pass at setting anchor depth based on bathymetry
340610b21 Reorder input parsing in prep for auto anchor depth:
e17a19c0d Merge remote-tracking branch 'stein/MDv2-farm-bath' into MDv2-farm
83c570c05 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
e1cf18eda Getting MD driver to give t=0 output
3770d3e49 Fixed MD driver to support nonzero initial positions:
7c241b45e MD viscoelastic adjustment to input overall static and dynamic stiffnesses
45d4d9e6b Added .fstf input validation and MD driver improvements:
4654dc125 Adding .vs folders to git ignore
c50568335 Fixed inputString/OptValue character length issue that was causing long-named bathymetry files not to work. Also added an error statement call
bafba40b8 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
45463920b Created MDv2 driver and tweaked Rod/Body farm positions:
4d6c96c32 Correct factor of 2 error in buoyancy calculation
41f16628f Implemented simple viscoelastic capability:
d5620011a Corrections in Rod end hydrodynamic added mass and inertia:
9c45c6f3e Some touchups to MoorDyn to get it to compile and run
d4a9e6ff2 Third iteration of fixes for compilation: depth and BathGrid names
5801d166f Debugging error fixes: allocatable issue, syntax errors, etc.
191070f3b Replacing MoorDyn depth parameter with option for bathymetry
a300ec073 Enabling MoorDyn dtOut and FAST.Farm thread/timer output:
12f3a50c5 Update regression test files after correcting merge errors
d3a76f137 Update regression test files after merge with remote branch f/driver
83117efb7 Merge remote branch ebranlard:f/driver into feature/AddedMass_Buoyancy
dc92d7c15 New approach succeeds in applying shared mooring forces:
64373ba9b Finishing up merging of MDv2 and fast-farm branches. Compiles and runs.
82d54d03b MoorDyn_IO fixing bug when specifying output channel node number
73d47e03b MoorDyn further edits to merge MDv2 and shared-mooring farm capablities. Now compiles.
0f1b87079 Adjusted some indenting in MoorDyn
12728ccf6 First batch of changes to make shared mooring ability work with MDv2:
43e06efdf Remaining MD I/O mesh fixes in FAST_Solver and _Lin
aa2fd46db Merge Matt's f/fast-farm (shared moorings) branch into MDv2-farm
926c9aa1f Merge remote-tracking branch 'andy/f/StrucCtrl_controls' into MDv2
356bc6184 Merge branch 'dev' into f/fast-farm
044cc8dbc Fixed/improved error handling edits in FARM_UpdateStates:
c52803218 MoorDyn linearization fixes and default parameters:
0a37d1206 MDv2 lin: missing initialization and unsafe size() of potentially unallocated arrays
dc295314e MDv2: missed wave kin stuff in FAST_Subs for commit ca9380ce
8a4489e0c Revert commit 2ed8c232 changes to cmake setup
ff925dd90 StC ctrl: controller input nominally 0
2ed8c232c SrvD array bugfix from Andy, and proper MD groundBody initialization
93225decd Update user-selectable output names in regression test input files
91a6bbb33 Add user-selectable buoyancy outputs
bbed9fb2c Add buoyancy outputs to OutListParameters.xlsx
ca9380ce9 Removing hard-coded wave grid for general use pending future wave capabilities
ddfdff6c5 Removing 'MD can't linearize' error message
8cd93eeb0 Adding linearization subroutines to MoorDyn v2:
46dbf4f0a Update regression test files to fix typo in speed of sound label
9fdc6f59b Fix typo in speed of sound label
1cbac0c4b Fix hub load point mesh mapping conflict bewteen option 1 and 2 solves
6809ce5d0 Fix typo in nacelle buoyancy calculation
444784635 Adjust nacelle buoyancy calculation
702e736c0 Add buoyancy and added mass inputs to regression test input files
b02033630 Update example input files
efc61b578 Make minor changes to buoyancy and added mass inputs and update types files
7c35bd120 Merge remote tracking branch toan/features/AddMass into feature/AddedMass_Buoyancy
3fa32145d Add hub loads to output mesh
5f9e089af Add AeroDyn hub load point mesh and map to ElastoDyn
824bb9f1e Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
076cca643 Merge pull request #4 from andrew-platt/MDv2_InputFileParsing
6cf549636 Merge pull request #3 from andrew-platt/b/MDv2_minorBugs
137bb775a copyright update
ced03edc2 Add added mass inputs and validation checks
13bb935f9 Add added mass inputs and validation checks
de1c92fbc Merge remote-tracking branch 'hannah/feature/AddedMass_Buoyancy' into features/AddMass
15631e378 MDv2: turn off the verbose input file info
ef18dc22d MDv2: changed index for line number counting to current line instead of next line
45aee88bf MDv2: potential segfault on closing files that were never opened.
8e1a2e4e0 MDv2: added FileInfo_Type parsing of input file
0e6b7dc4b MDv2: add passing of input FileInfo_Type, remove unused var from MDIO_OpenOutput
04e8ab978 Add blade, tower, and nacelle buoyant loads to output meshes
596516291 Merge remote-tracking branch 'origin/b/HD_unitializedVars' into MDv2_InputFileParsing
6d1a1a6f3 MDv2: set some uninitialized variables
b5c6150ff MDv2: remove a few unnecessary REAL conversions
15e59244d Calculate nacelle buoyant loads
556ad48db MDv2: fix some array bounds issues in interpolation routines
1f285c122 MDv2: change InitInp to intent in only
39419ace2 Calculate hub buoyant loads
b104356b2 Replace 1.0/0.0 with NaN -- gcc wouldn't compile
2f77648e3 Replace non-standard tabs with spaces
743b10454 Add some _Types.f90 files back in. Deleted in prior commit????
00139e466 Remove print statements
f4c688e7f Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
1e22dcee1 Updating MD version number
0d4c01298 Trap buoyant load NaN case and set to zero
5f316c129 Calculate tower buoyant loads, rename some buoyancy variables
2d7f58956 Calculate blade buoyant loads, edit buoyancy parameters
2fd0973f5 Fixed up MD input prep in FAST.Farm
7d126cdd2 Handling uncoupled turbines with a dummy node in the MD meshes
e4f93cfbf Fix routineName of Farm_InitMD
ee8f77222 Drafting shared moorings capability in FAST.Farm:
0106cfe38 Calculate buoyancy parameters
4cf50aa50 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
99a982bd3 Add environmental variables to driver input files
29f5dec11 Merge branch 'f/fast-farm' of https://github.com/jjonkman/OpenFAST into f/fast-farm
47f37c54e Fix-ups from merging StrucCtrl with MDv2 work.
e2a0d9416 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
e06154815 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
5d17d6d73 The first version shared for USFLOWT.
6ad0dd0bd Merge remote branch ebranlard:f/driver into feature/AddedMass_Buoyancy
9c7c4bb9a Add MHK turbine type switch and validation checks
95f644e19 Add buoyancy inputs and validation checks
96120686e Merge remote branch ebranlard:f/AD_multi into feature/AddedMass_Buoyancy
1c01e71df Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
82829f7d2 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
42052413a Merge branch 'dev' of https://github.com/OpenFAST/openfast into MDv2
983d4a7c3 Ensuring no side forces in node weights
d31776675 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
fe65caae7 Add input flags for added mass and buoyancy back into AeroDyn_IO (deleted during a merge conflict)
a92ca670e Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy and resolve merge conflict in AeroDyn_IO
82a1d2240 Bug fixes in wave grid implementation and MD Rod Froude-Krylov force.  - Solved memory bug in WameMod=0 case by reordering htings.  - Removing unnecessary USE WAVES and specifying "only..." in MD.  - In MD, now using WaveTimes array rather than (J-1)*dtWave.  - Fixed error in MD Rod Froude Krylov force calculation (was 50% too small)
3ac0590ce Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
24cc24193 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
130547e45 Correction of my earlier edits in FAST_Subs - no if statements for allocating all mooring models' inputs.
f9cd66224 Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
734e2468f Small adjustment/bugfix to wave grid, MoorDyn coupled Rod bugfix, MoorDyn tidying.
938fa0a65 Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
f16b590cd Adjusting hard-coded wave kinematics grid functionality to use public parameters of the Waves module. This makes it quicker to adjust the grid settings and recompile. Also fixed the allocation oversight that prevented WaveMod=0 cases from running (given this wave grid functionality).
2b4a27a78 Tiny registry fix in MD
8813a1667 Properly hooking up CaEnd and CdEnd to Rods in MoorDyn.
2e07a669c Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
701c94723 Major MoorDyn v2 changes. Introducing all the v2 objects and structure. Still some things to work out for buoyancy can applications.
d8ae282c6 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
de02d56ad Added Mod_WaveField input to FAST.Farm for wave load phasing based on turbine positions: - New variable WaveFieldMod is passed through FAST.Farm into each OpenFAST instance   to each HydroDyn module  where it can adjust phases in the complex wave elevation   amplitudes in Waves and Waves2. - This adds a new line for Mod_WaveField below the line for Mod_AmbWind in the   FAST.Farm primary input file: - Mod_WaveField   Wave field handling (-) (switch) {1: use individual HydroDyn inputs   without adjustment, 2: adjust wave phases based on turbine offsets from farm origin}
8aea9125f Combine added mass coefficient input checks into a single loop
a1f01297d Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
21cdf5765 Add input flags and coefficients for added mass and buoyancy
7f604a1c6 Edits to Waves, HydroDyn, and glue code changes to support MoorDyn v2 changes and to hard-code a simple wave kinematics grid to pass this info to MoorDyn for buoyancy cans.
a0254a25f Merge branch 'MDmods' of https://github.com/mattEhall/openfast into TCF-mods2  - This brings in the initial active tension capability and the MoorDyn driver.  - Much of this will be overwritten shortly by MoorDyn v2 code.
426243624  MoorDyn bug fix for tensions changing part-way through simulation.  - Tension amplitudes were sometimes changing, typically at 512 s.  - This was likely caused by use of single-precision time variable with MD_Input_ExtrapInterp.  - All time variables are now double precision, solving the problem.

git-subtree-dir: OpenFAST
git-subtree-split: e8ec53f9c7f9d3f6a13bfb61dba12a0ca04d8a2f

* OF3p4 starts to run, AD15 API changes

* fix tfinfile

* update olaf i/o

* aero is now fld in openfast

* fix intel linking errors

* aero vs fld in tests

* temporarily comment out regression test

* update pkl file and bring back reg test

* try string workaround

* Update MoorDyn reader/writer for OF v3.3.0

* fix tower cb bug

* Squashed 'WISDEM/' changes from 03ab8465a..6f15fc9ed

6f15fc9ed Merge pull request #415 from WISDEM/update_weis
241586936 move away from pip editable installs
c06f08c05 Merge pull request #414 from WISDEM/for_weis
14f256a57 add parallelization option for openmp
eec4b1628 unique grid for monopile

git-subtree-dir: WISDEM
git-subtree-split: 6f15fc9ed7f7fd1282d32af5518d2ae37dbc9466

* MoorDyn input file IEA15 updated

* fix olaf example and update olafparams

* Update reader and writer with StC, MoorDyn formatting

* Add MoorDyn info to fst_vt

* fix bug in JDampings SubDyn

* Update README with software versions

---------

Co-authored-by: Garrett Barter <[email protected]>
Co-authored-by: dzalkind <[email protected]>
Co-authored-by: Pietro Bortolotti <[email protected]>
Co-authored-by: dzalkind <[email protected]>
ptrbortolotti added a commit that referenced this pull request Jun 1, 2023
6b8706b75 Merge pull request #1568 from OpenFAST/rc-3.5.0
021594911 docs: address documentation changes requested by @jjonkman for v3.5.0
bdb6d4cb3 Store changelog as markdown (this is GH markdown which is not entirely standard)
d114cac01 Update r-test to point to r-test v3.5.0 tag
794d0dbdf Update conf.py for v3.5.0
e3a22e277 Add changelog notes for v3.5.0
8fe902e67 CMake: add awaelib and wdlib to FAST.Farm dependencies
2d94241b8 CMake: remove extra dependencies on wdlib awaelib from OpenFAST and FAST_SFunc
20d628e22 Add missing FAST_SFunc (Simulink deps)
ddce16935 Merge pull request #1567 from bjonkman/b/AD_divideByZero
54770bb8b Merge pull request #1566 from deslaughter/b/cmake-matlab
c283aa3a3 more divide-by-zero checks
f593904cb AD: Fix divide-by-zero errors
e79b13b2b Fix FAST_SFunc build using wrong libraries
951825d7b Simulink getting incorrect Sys file during compile with CMake
4bf2cf876 Minor updates to documentation -- typos mostly
2bfd58523 Update api_change.rst for 3.5.0
d5bdbbf78 VS-Build: remove windows 10.0 windows target platform
d63e82d42 Roll back to VS toolset v140 instead of v143
700e8a731 Merge pull request #1561 from bjonkman/b/AD_vsbuild
e29dca6ec AD vs-build: fix file list
ac31048e1 Don't set LINKER_LANGUAGE on CMake INTERFACE  Library
f93616b15 Fix module_name in unit_tests/version/CMakeLists.txt
c7fc73a9f Merge pull request #1560 from deslaughter/b/def_dp
716fde2b2 vs-build: define `OPENFAST_DOUBLE_PRECISION` in AeroDyn_Inflow_c_binding
cb8b454c5 vs-build: define `OPENFAST_DOUBLE_PRECISION` instead of `DOUBLE_PRECISION`
214109650 Merge pull request #1559 from andrew-platt/b/RTD
d72db2c34 [BugFix] Limit urllib3 version for readthedocs building
69e71212e Merge pull request #1493 from mchurchf/v3.4.1-branch
8ef2c01cf Removing more (:) from whole-array operations.
821641c88 Small changes to remove comments and replace print statements with WrScr calls.
bb72d2622 Merge pull request #1555 from deslaughter/bug/cmake-undef
1549da9e1 Document that Simulink mex can be built by CMake
a4740d72a Restore openfast_prelib and _postlib, fix simulink
c120fcecd Update Github actions to Ubuntu 22.04 and GCC-12
fb4164cab Move OpenMP to main CMakeLists.txt
1836193b9 Use reg libs in CMake, build FAST_SFunc in CMake
c050f05d7 Merge pull request #1550 from bjonkman/b/TurbSim_textGrids
52a725931 TurbSim bug fix: fix index into Z array for text grid files
2aef0cc0e Merge pull request #1549 from deslaughter/bug/ifw_read
86ad8a6ca IfW: ifort didn't read derived types properly
f7d968bc9 NWTC_IO: incorrect format specifier in ReadLVarWDefault
11c57be73 Merge pull request #1541 from andrew-platt/f/ADIupdates
fe198323b ADI: MHK wasn't getting passed to IfW
b471f7986 IfW: indentation adjust. Change INOUT to IN (InflowWind_SetParameters)
390c0ecdb ADI: update arguments to ADI_ADIW_Solve after rebase
dffd8e5ff ADI: bugfix for segfault if IfW fails to init
312306255 ADI: fix bug in ADI initialization
dc4ef40a0 ADI: modify CMakeLists to compile in 1 shot after incorporating dvr_subs
45ba20f45 ADI_C: call to ADI_ADIW_Solve for IfW setting values, update regression tests
db4a29896 ADI_c: add output file writing to interface
8bd71da87 ADI: remove t_initial, change data structures
fc12d84fa AD driver_subs: optional directory for setVTKparameters routine
bf7933f6a ADI c_binding: move x,xd,z,OtherState into ADI_data
3b7c8dcc2 ADI: make x,xd,z,OtherState allocatable (needed for correction steps in aerodyn_inflow_c) driver_types.f90
354d050b8 ADI: allocatable inputs (u inputTimes) for quadratic interpolation
4c8927532 ADI: use the dvr_Outputs data structure for internal vtk info
3988df19d ADI: set ifw rootname for summary file/echo
d125157dc Merge pull request #1477 from hkross/feature/FloatingMHK
fdb6f2dc9 Update AeroDyn theory documentation to include caveat about modeling MHK turbine support structures and include equation for blade and tower buoyancy volume
6f4bf854c Update r-tests
167884abf Use YAML output for buoyancy parameters in AeroDyn summary file
bc94f0dca Merge remote-tracking branch 'OpenFAST/dev' into feature/FloatingMHK
d6e1bc53a Update r-test pointer
c6b976093 Merge pull request #1543 from deslaughter/bug/ifw-mean-vel
5d4572a6e Update r-tests
f05e7ff70 Merge remote tracking branch upstream/dev into feature/FloatingMHK
70d8b43f3 Merge remote-tracking branch 'upstream/dev' into bug/ifw-mean-vel
bc03780ff IfW: perf changes to IfW_FlowField_GetVelAcc
3bded79bd IfW: SigmaF and PLExp was not set for Bladed files
3c05a6166 IfW: fix incorrect use of p%RefPosition
133836507 r-test: update pointer and add IfW tests
87e27ef01 Update r-tests
accfaee51 Fix typo in CTestList
2fa7bf551 Add floating MHK r-tests
907d23eba Merge pull request #1542 from andrew-platt/b/FLANG_nwtclibs
d518bce9c [BugFix] segfault with gfortran 10.4.0  -- NWTC_Base.f90
e083682dc Merge pull request #1538 from deslaughter/f/flang
e50dcbaa3 Update r-test pointer to include ifw_nativeBladed
e1ad195ef ifw: use correct function to calc mean velocity
55eb00c50 This commit addresses PR comments (#1538)
8774ec43e Add support for Flang (classic) compiler
004a1fae4 AWAE: fix error handling in Init
da48da882 Merge pull request #1535 from deslaughter/bug/cmake-ninja
4e29ef9e2 SD: removing static improvement method (SIM) from SubDyn elastic output mesh (y3 mesh) (#1526)
740d19296 Merge remote-tracking branch 'upstream/dev' into bug/cmake-ninja
1d17dcdbb Merge pull request #1534 from bjonkman/b/IfW_below_ground
1513e2d78 Remove trailing slash in SubDyn warning
06fb934ae SD Bug Fix: diameter not set properly for rectangular beams (#1531)
6575c81e1 Fix local LAPACK to work with ninja
7a3502351 SD: fix continuation statement that doesn't build on my compiler
8a3e6a0ab Fixed CMake on Windows (and Ninja build)
3e1c6a43e IfW: add comment/question
9ed8c74cf IfW: Ensure velocity is zero when Z <= 0
334cb1bb8 Use find_package(LAPACK) to find MKL
9c6d8f376 Fix unit_tests so ninja can build project
e2f56e36c [BugFix] AWAE attempting to get size of possibly unallocated array (from PR #1464)
9d6a009dc Update r-test after merging #1516
84158f3fd Merge pull request #1516 from deslaughter/ifw-mod
fec5f76a1 Merge pull request #1530 from andrew-platt/f/cmake_bugfix_PR1010
168e2941a Resolved inflowwind/CMakeLists.txt issue
179dea0e9 Merge remote-tracking branch 'upstream/dev' into ifw-mod
9c64eedfd Docs: indent issue in SD/input_files.rst
e5df74b83 SD: Implementing directional cosine matrices and section properties for rectangular members (#1413)
c9aa5554a Update buoyancy theory documentation to account for floating MHK turbines
86861b6e7 Merge remote tracking branch upstream/dev into feature/FloatingMHK
f2a3bc2a3 cmake: fix cmakelists.txt for map
8a03232dc cmake: fix for nwtclib_obj compile
86b63a995 Update CMake min version after PR #1010
cb01490ba Merge pull request #1010 from Reoptimize-Systems/static-openfast-cmake-obj-libs
68e5dc1be Merge pull request #1427 from gbarter/mkl_cmake
c6cbb54aa Merge pull request #1506 from pablo-benito/fix/CompileWithLinuxIntel
931305511 IfW: initialized ErrStat/ErrMsg in IfW_Points_Init
47255466e Fix Visual Studio project files
442144966 Updated Visual Studio Files
953139951 IfW: added BoxExceed to driver input, moved accel
4860bc433 IfW put FlowField  back in ParameterType, cleanup
d3dfeeefe IfW: final iteration of tower interpolation
c0fd51886 Updated InflowWind docs for acceleration
05e999e03 IfW: Moved Y bounds checking to reduce calls
e323e90bb Merge remote-tracking branch 'refs/remotes/origin/ifw-mod' into ifw-mod
3059a246f Fix Grid3DField_GetCell returning NaN when Y=0
465d5a914 IfW: fix comment on Point_WindNumber
a8a4de697 Updated api_change.rst for InflowWind changes
bdf7f1827 InflowWind cleanup and better tower grid interp
fbf44875f InflowWind: minor cleanup
aca292eba Missing check for OutputAccel in IfW
10b5f51c3 Added InflowWind acceleration outputs
d48ce4248 Removed inflowwind_driver change
7ac862bf5 Moved IfW_FlowField into MiscVars
5075f9ab6 Removed new InflowwindRegressionCase.py code
c82222d37 Regenerated IfW types and updated r-test
db5ae99d8 Merge remote-tracking branch 'upstream/dev' into ifw-mod
ce12a866f Integrated IfW BoxExceed
a20932781 Merge pull request #1509 from ebranlard/f/ad-cone
68373b978 Merge pull request #1464 from Russell9798/main
d2ab54196 Merge pull request #4 from andrew-platt/f/lidar
900ec4902 Merge remote-tracking branch 'OpenFAST/dev' into f/lidar
0ed1c1ada Merge pull request #3 from andrew-platt/f/lidar
36d255dd2 Update r-test pointer
88157b022 Merge pull request #2 from andrew-platt/f/lidar
4d214b098 AD: new BEM for coning and prebend temporary accessible using WakeMod=11 or 12
cf07578d2 OLAF:fix WrVTK=2
555e5a3ef Code cleanup
0af90e28e Compile Fix
0b7f41ebf Merge remote-tracking branch 'andy/f/IfW_BoxExceed' into ifw-mod
cf5c40647 Update regression test pointer
2621d3151 Check IfW acceleration data in test
cb31cdee5 Updated FASTWrapper for FlowField structure
4240273d8 Fixed bug Grid3DField_GetBoundsT for periodic wind
97bf5084e Fixed code to writes files from inflowwind_driver
da679373f IfW lidar: add input file change to the api_change.rst
5005a3076 Merge pull request #1504 from andrew-platt/f/FF_morePlanes
1642941da Merge remote-tracking branch 'upstream/dev' into ifw-mod
e3df8c03b Changed InflowWind to use new FlowField type
06763abf6 FF: updated FF docs for 99 planes in input file section
e2369d385 FF: allow up to 99 output VTK planes
029c5d80e Lidar IfW: update IfW unit tests
babdb747d Final changes to allow for non-uniform body force node spacing on blades.
5d46b2964 Lidar IfW: more unallocated arrays
c742b9105 Lidar IfW: fix some unallocated variables for lidar in glue code
74d126595 Lidar IfW: cleanup SrvD -- add lidar info to the summary file
c286236a4 Changed the option for blade force point distribution from bool to int (we likely will have more than 2 options in the future)
2e4ac0c7a Various updates to fix incorrect logic in the chord-clustered spacing code.
20b3e2c68 Lidar IfW: format registry files and Lidar file
92f4705fa lidar: get hub info directly from mesh (for later mesh mappings to a lidar mesh)
687722a03 Lidar: revert _Types.f90 for ED to unix line endings
5f7e540cf docs: mispell on figure option `width`
17530fd9e Ifw grid exceed: fix logic error at grid boundary
6966ab97c IfW grid exceed: add warning on first occurance
37cef069e IfW grid exceed: add rough test case placeholder
7f7596d73 IfW grid exceed: fix logic error for points outside box
e351cb7b0 Revert formatting changes
1698843bb IfW grid exceed: add some rudimentary documentation
3a63e7c3c IfW grid exceed: algorithm for extrapolating from tower below grid
d4de50703 IfW: logic for extrapolation of points outside grid
23f8a1cc9 IfW: rearrange FFWind_Interp routine
b370ab7c1 IfW: add flags for handling wind grid exceedence points (only for OLAF)
64a571b46 Merge branch 'dev' into v3.4.1-branch
5014e0164 Small punctuation fix.
9c66ebba2 Removing modifications to UserSubs.f90
515ea0bdc Small formatting clean up.
b23a8436e Cleaned up the OpenFOAM.f90 OpFM_CreateActForceBladeTowerNodes function.
a87e0bb15 Merged dev into f/lidar
4b89b711b Attempting to merge my chord-clustered Aerodyn point distribution option into the newest OpenFAST.
8d701d664 Update r-test
2a7727eb7 Update Lidar.f90
3b114ad60 Merge pull request #1 from Russell9798/Lidar-IfW-Updates
3876a20c5 Add counter for lidar inputs
9e7846a17 Fixed column alignment
02a9fafd2 Fixed column alignment
921a4c31b Update FAST_Solver.f90
97d88b653 Updated Lidar.F90
7699393f9 Moved Lidar Input Section
c4a7375b2 Fixed column alignment
100bcb347 Fixed column alignment
d0a7624a8 Update Lidar.txt
6ecd5a0ca Update Lidar.txt
7daaa1317 Update Lidar.txt
863ad9ba7 Fixed column alignment
d23f3728a Update Lidar.txt
79de88b8c Fixed column alignment
eec4e49f3 hd: add NBodyMod regression tests
f6bdf20ef Update r-test submodule pointer
24c6bd813 Merge pull request #1482 from deslaughter/bug/BD_conv
994936391 Merge pull request #1480 from andrew-platt/b/HD_nbodymod
bb7709df4 Add 5MW_Land_BD_Init test, updated r-test pointer
1f07d1634 BeamDyn missing velocity init in BD_InitAcc
bfd9342ea hd: fix NBody>1 & NBodyMod=1 WAMIT2 bug
f8636c8f7 Update ServoDyn_Registry.txt
e34b0718b Update ServoDyn_Registry.txt
530c7d97d Merge remote tracking branch upstream/dev in feature/FloatingMHK
4acefd77a Update types files
7af0174af Update documentation for floating MHK turbines
b35ab10d8 Merge pull request #1474 from andrew-platt/f/BDdriverVTK
c54940085 AWAE: bugfix -- IfW needs HubPosition and rotor rad (#1476)
9fa2a5458 BD: modify bd_5MW_dynamic_gravity_Az90 to test the TranslationDisp bug in BD driver
f342ad574 BD: fix initial translational displacement in driver
4da3f820c BD: add VTK at T=0 (right after Init)
7e9ca64ff BD: add VTK outputs to driver
59c11c134 Merge pull request #1453 from deslaughter/f/del-quki
76fab2f28 Update to r-test pointer to delete QuKi
fd5cb5b5a [BugFix] FF: uninitialized flag for WAT (#1470)
072389f6b Merge pull request #1419 from andrew-platt/b/RegTestWin_docs
18432374b Merge remote tracking branch upstream/dev into feature/FloatingMHK
75583f17c Flow field supports Bladed wind files
a8942cf57 OLAF: fix documentation issues in circulation solving theory
af3fcb27a FlowField integration and testing with driver
eaab8980c Update ServoDyn_Types.f90
b61a4d6cc Update InflowWind_Types.f90
9c4c22e81 Update Lidar_Types.f90
0c58ee713 Update FAST_Subs.f90
882e4e73e Update Lidar.f90
7de58f3d7 Update FASTWrapper.f90
dde14876d Update AWAE.f90
16b2c4c9d Update FAST_Solver.f90
ccd16565a Update FAST_Subs.f90
b6263367b Update ElastoDyn_Types.f90
a4b9d89bb Update ElastoDyn_Registry.txt
544b84bc0 Update ElastoDyn.f90
44ea7dd8d Update BladedInterface_EX.f90
460b31413 Update ServoDyn.f90
3bc0c851a Update ServoDyn_Types.f90
560274a26 Update ServoDyn_Registry.txt
a91c06f35 Update Lidar.f90
6c919040a Update Lidar_Types.f90
b45a8bf78 Update Lidar.txt
181b9622b Update InflowWind_Subs.f90
24ed5682f Update InflowWind.f90
a8f04db74 Update InflowWind_Types.f90
3ea38c4c0 Update InflowWind.txt
e172534af Update InflowWind.txt
1baa7f579 Updating to ifw-mod branch of r-test
26e690cad Reorg FlowField module, finish VelInterpCubic flag
e0e592690 Added VelInterpOrder to IfW input file
351909526 Moved FlowField module to InflowWind
ed24fc111 flowfield: set end derivatives of cubic spline = 0
385dd41b7 inflowwind: added ExtGrid & ExtPoint to FlowField
fee05ac3e nwtc-library: FlowField smooth Grid and ExtGrid
d58ffc395 inflowwind: add acceleration calc to IfW_FlowField
8d3bf7045 nwtc-library: add acceleration calc for FlowField
67d83e91f inflowwind: add FlowField init to InflowWind_Init
64509d81a inflowwind: adding IfW_FlowField module
f80d45c3a nwtc-library: adding FlowField module
ca3e99812 Merge pull request #1 from bjonkman/f/del-quki
c3aae1cfb Add blade and tower buoyancy volumes to AeroDyn summary file
e0471b069 More updates for new `DbKi=R8Ki` behavior
410d922cd Remove QuKi from OpenFAST
60c02f362 Merge remote-tracking branch 'OpenFAST/main' (v3.4.1) into dev
18704086d Fix api_change.rst
c7ca9784e Merge pull request #1445 from OpenFAST/rc-3.4.1
9ea405347 Update version info and release notes for 3.4.1
861c88461 [BugFix] Doxygen builds failing on rtd, and locally (#1442)
50fa7f7c2 Merge remote tracking branch upstream/dev into feature/FloatingMHK
221c09025 Specify StC Force from External DLL (#1434)
34cc1034f AD15: revert to `Aero` names for output channels (`Fld` is now an alias) (#1428)
c8df56b23 Merge branch 'dev' of https://github.com/openfast/openfast into mkl_cmake
39a1384c6 [BugFix] incorrect routine call in WakeDynamics.f90 caused FF to not compile
61bb4bdc2 prioritize mkl_rt library to avoid runtime errors and eschew preloading libraries
a8cc65a3a Update input files 5MW_Land_ModeShapes
7967f397a Merge pull request #1426 from hkross/f/ADAMSremove
ece8a2481 FAST.Farm: Preliminary implementation of wake-added turbulence (WAT) (#1329)
5265b13db Update types files
19dc800d0 Remove references to ADAMS coupling
6f626a313 SD: SumPrint line in input file had name of SSSum (#1418)
0abd13f9f Update minimum Bokeh version in docs to 2.4+
f1e5b0cc9 Update manualRegressionTest syntax description
9c8d63722 Docs: update manual regression testing syntax for Windows
b428af5c6 Added some comments to CMakeFiles.txt
de00a9ee2 Restore openfastlib to always be shared
1da89dfdf Merge branch 'static-openfast-cmake-obj-libs' of github.com:REOptimize-Systems/openfast into static-openfast-cmake-obj-libs
4c73cdc66 openfast-cpp CMakeLists.txt: ensure fortran implicit libs are linked
515ba3c7d Merge remote tracking branch upstream/dev into feature/FloatingMHK
9e9db8625 SubDyn: documentation fix (missing R_b2g)
ab0d1724c Merge branch 'dev' into static-openfast-cmake-obj-libs
6823d98b8 create_FAST_SFunc.m: need linux-specific mex call COMPFLAGS windows only -MT option differrent in gcc
8b1bec3e0 Use object libraries to avoid missing symbol and linking errors in cpp interface
57dfd99cb openfast-library/CMakeLists.txt: correct target_link_libraries for openfastlib_common_obj and export  openfastlib_common_obj
89d8a8366 Solved circular nwtclibs versioninfo dependency and
5a784895f Adjust OLAF warning for fixed and floating MHK turbines
ae106c52e Merge branch 'dev' into static-openfast-cmake-obj-libs
32237760b Take absolute value of some parameters in AeroDyn for floating MHK turbines
e8ec53f9c Merge pull request #1386 from OpenFAST/dev
8ad9e9754 Update r-test pointer for 3.4.0
27314ad89 update conf.py for 3.4.0
f89e37812 Merge remote-tracking branch 'OpenFAST/main' into dev
c85d456f3 Docs: update example InflowWind and FAST.Farm input files (#1406)
c51790cc8 GetNewUnit: increase allowed number of open files to 16384 (#1392)
dc47c50e4 Take absolute value of additional ElastoDyn variables for floating MHK turbines
608205c6d Merge remote tracking branch upstream/dev into feature/FloatingMHK
415440c4c Correct additional ElastoDyn values for floating MHK turbines
efc80896d change np.float to float in regression test scripts
9946fb0fc Update api_change.rst for v3.4.0 release
650b60520 Add `regression_tests` to the ALL target. (#1376)
3271b8123 MoorDyn v2 C-bindings interface (#848)
60e3cc0d3 MoorDyn bending bugfix and message updates for v2 (#1371)
aef318c7e OpFM: fix mesh access in DEBUG_OPENFOAM option
4eba321a4 OLAF: fix documentation
4d331e7a2 UA: adding UA_Driver outputs, fix separation function for UAMod=6, and adding r-tests (#1369)
8a446ceca OLAF: Adding free near wake panels (#1355)
695c57195 Merge remote tracking branch upstream/dev into feature/FloatingMHK
d2f2df6d9 Take absolute value of some ElastoDyn calcs to prevent negative mass and stiffness for floating MHK
220adf42a OpFM: [bugfix] test for warning condition was broken
524c6c274 TurbSim: User-defined time series updates
785bd1d61 CI: exclude bokeh 3.0.[0-3] -- broken plots
ae73af430 BeamDyn: output summary file in yaml format (#1335)
381660f91 NWTC_Lib: Adding Yaml and VTK to library (moved from SD and AD) (#1333)
0ffa0c059 AeroDyn/UnsteadyAero_Driver: Fix for bug #1346 (#1356)
28f2647ad Merge pull request #1324 from andrew-platt/b/openfoam_mesh
afc5cabba AD15: line endings in AeroDyn_Driver_Types.f90
6beae107c OpFM: add docs on intermediate meshes, updates from PR feedback
87173deb5 OpFM: add error if number of blade points from CFD is significantly larger than AD15 mesh points
09f374eac OpFM: remove unnecessary meshs
57c1a4d34 OpFM: remove ED, and AD14 from OpFM
1defb56d8 add version info to c-binding libraries (#1327)
dfca46063  FF: update of guidelines for Curled wake dr and DT_low (#1328)
4e85fa628 Documentation fixes (#1332)
ca595c443 VTKLin: being more forgiving with number of modes (#1330)
a7b390aa4 Adjust external wind positions for MHK turbines
ec31ce673 Undo TwrInfl index adjustment for floating MHK turbines
b6e3e7b4f Merge remote tracking branch upstream/dev into feature/FloatingMHK
3fff3f475 VTK output: add safety checks (#1321)
6feb60940 Glue VTK: cleanup HD meshes written to VTK files (#1319)
88386bf97 Registry: tweaks to allow extrap/interp of types without module name (#1318)
11dac9e88 Fix for Visual Studio builds with ADI (#1317)
4fbac48cf FF: additional OpenMP parallelizations in FAST.Farm (#1310)
39d37e6be NWTC_IO: nullifying DLL (on restart)  if not present when packing (#1311)
d2c9fef49 Cleanup of OutlistParameters.xlsx
96006c5ff Implementation of the curled-wake model in FAST.Farm (#931)
71d19e5d8 FF: Cartesian grid for AWAE and WD outputs (#1305) - change of FF r-test
b1ed3386c Merge remote-tracking branch 'openfast/main' into dev
5f3fb6ef7 Merge pull request #1291 from OpenFAST/rc-v3.3
b85e3e09e Include NAWEA 2022 slides
3210dac8e API docs bug fix
777a2c48c FF: API changes for future curl wake implementation, WD restructuring (Cq, OMP, skew filt) (#1304)
d1ed5a81a FF: Small reorganization and clean up of FAST.Farm r-test input files, upload of artifact(#1303)
13cd8bcf8 Update version to v3.3
8b8177f01 Add a super-controller library target to CMake (#889)
2e7c97b83 Update of r-test to point to dev branch after #1240
c719778a7 Improvements to the InflowWind disk averaged velocity calculations (#1240)
fb9aec734 AA: using new BL r-test input files for IEA_LB
1ca61657c New AeroDynInflow (ADI) module with c-bindings interface (#1110)
8d2b79947 Update of r-test to point to dev branch
abdb47ebc ED/AD: reactivating rotor furling and tailfin aerodynamics (#1277)
a449a52ce Minor error handling and code cleanup (#1293)
70635c51f AD: add new projection method and BEM methods (#1283)
ce24848b3 Merge pull request #957 from hkross/feature/Buoyancy
ffdd6809f Adjust syntax in api_change.rst
76d2a72a4 Remove redundant paragraph in AD docs
7b2015c15 GH Actions: Update artifact upload action version
ccf25ad4b AD/MHK: update of r-test
6ccb32c36 AD/MHK: placing hub and nacelle prop before tower
dd3c56c40 AD: allowing blade input file without cuoyancy columns
98338fe49 Merge remote tracking branch feature/Buoyancy into feature/FloatingMHK
9007f776d Update regression tests
5a50b5397 Merge remote tracking branch upstream/dev into feature/Buoyancy
839bb62da Update regression tests
fd4fab06c Use mesh mapping routines for tower buoyant loads
4051210a2 Add back in blade root hub buoyancy correction
b4886e733 Use mesh mapping routines for blade buoyant loads
35a28725a Bug Fix: OLAF: particles are NaN when vortex segments have zero length (#1276)
dcdc7c33c Linear Trim Solution Improvements (#1275)
0ae44fad9 Remove platform and tower base geometry checks for floating MHK turbines
a9927602e Merge pull request #1263 from bjonkman/b/Farm_OMP
22b997517 Merge pull request #1267 from ebranlard/f/olaf-doc
8e9a44ec2 OLAF: documentationr: updated guidelines, using nFWPanels
16b2d82ec Merge pull request #1266 from ebranlard/f/ifw-omp
e387ff7ca IfW: removing OMP in inflowwind until pointer implemented (see #1265)
95ce92217 Remove blade root corrections and use element length based on aerodynamic centers for defining per unit length loads
aa9c459b5 GitHub Workflow: adding build-all-debug-single to check types on compile (#1264)
6906dfcbb Simplify code in Farm_SetOutParam
99113d0a3 FAST.Farm: Update types files + remove OutStrLenM1 parameter
624dfab19 Merge remote-tracking branch 'bjonkman/test/OMP_FF' into b/Farm_OMP
bfa9eb148 VS build of FAST.Farm OMP: remove dependency on MKL libraries
284152d08 FAST.Farm OutListParameters: fix issue with Windows/Intel/OMP
1b4a1ac38 Merge pull request #1248 from bjonkman/f/Registry
ba6e89b37 Merge pull request #1000 from ebranlard/f/ua-dbemt
2e9ea7cf2 VS FAST.Farm OMP build: use static libraries
6661940d6 UA/DBEMT: update of r-test
9fea6a62a Merge branch 'dev' into f/ua-dbemt
42774c9d0 Merge branch 'dev' into f/ua-dbemt
e3f401f86 Merge pull request #1037 from bjonkman/b/BEM_TSR_turnoff
f558a6391 Merge branch 'dev' into f/Registry
c6dc52e47 update r-test
620c60b16 Remove unnecessary artifact upload step
27e418bc3 Compile and run Registry in GH Actions
5773f704f Merge remote-tracking branch 'NREL/dev' into b/BEM_TSR_turnoff
782d4aea7 Merge pull request #1254 from bjonkman/f/WriteOutput
3a6e5c68f update r-test
172b020c3 Merge remote-tracking branch 'NREL/dev' into f/WriteOutput
ef6d6baa1 Merge pull request #1061 from bjonkman/f/Aero_Sync
77ad92e07 Merge branch 'dev' into f/Aero_Sync
8bb1bc229 Merge pull request #1042 from bjonkman/f/AD_TwrShadow
98d86ee14 Merge pull request #20 from rafmudaf/f/AD_TwrShadow
673b437d8 Update r-test baselines for AOC cases
936f18e75 Merge branch 'dev' into f/AD_TwrShadow
a0d4f7e76 Also adding in UserSub to do yaw control based on Eric Simley's paper.
49ca7ad91 Remove redundant parameter from Waves
23ce9743c MAP: fix compiler warning about parameter being different than declaration
9162ee89e NWTC_IO: update GetWords to return the number actually read
4e034aa47 NWTC Lib: add `OutStrLenM1` and `FindValidChannelIndx`
6e5c3e88c Registry: fix typo in error message text
56aaad362 NWTC Lib: fix uninitialized ErrStat in FreeDynamicLib
35d8bb356 Update Types files
e1969eb6b Update Registry to use pointers when requested
8ad56a7cc Merge pull request #1086 from mattEhall/MDv2-farm
637b93fc0 MDv2: update api_change.rst
15e2480e1 MDv2: add MD documenation (linked to another readthedocs for now)
679d85054 Merge pull request #28 from andrew-platt/MDv2-farm
4791e9a31 MDv2: update regression tests using MD
f067eb998 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
066807917 Merge pull request #999 from ebranlard/f/hd-am-end
66582caf7 HD: regression test update after added mass fix
23fb58fd5 Merge remote-tracking branch 'OpenFAST/dev' into f/hd-am-end
59fa0db66 Merge pull request #1199 from ebranlard/f/linviz
1a1091f79 Lin: close default vtk circle shape
b5c449160 Lin: minor update to error handling in SetVTKDefaultBladeParams
1dc43e6b6 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
0f8237e78 Merge pull request #1244 from andrew-platt/f/DisableRegTests
de6e54466 testing: cpp testing failing from last commit due to missing .yaml file
8b776ce08 FF: add warning if a turbine using shared moorings is using SD
6ce04ff58 Merge remote-tracking branch 'origin/f/DisableRegTests' into MDv2-farm
83b5f9a41 Merge pull request #1211 from deslaughter/bug/pythonlib
4fff8f218 testing: update test execution scripts to use rtl.copyTree
e1e61744e RegTest: remove a python test and a hd test that were equivalents to OpenFAST tests that were removed.
c5c38fa01 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
1d16cd419 Merge remote-tracking branch 'NREL/dev' into f/Aero_Sync
4506efe2d Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
7228d7f11 Merge remote-tracking branch 'NREL/dev' into b/BEM_TSR_turnoff
a249ec9ac Merge remote tracking branch feature/Buoyancy into feature/FloatingMHK
b496e46b8 Merge pull request #1230 from andrew-platt/b/HD_KinematicLongInputLine
3770ba9c8 Merge pull request #1239 from ebranlard/f/aa-delta0
f67cfb1c9 AA: fix BL-thickness for heavily-tripped airfoil, and adding equation references (see #1079)
e4392d7ea Merge remote tracking branch upstream/dev into feature/Buoyancy
cc9b71fd4 Add bent blade corrections to buoyancy calculation
28d535ca7 MDv2: use small angle perturbation for angles in Perturb_u
8f93c02fb MDv2: true up FAST_Lin.f90 to match dev (bad merge may have occured at some point)
471c7a646 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
51740e683 MDv2: update r-test cases
179298421 HD: increase max length of line read from kinematics files
b888e4a83 [bugfix] Seg Fault due to hub model and external inflow (#1227)
32a5f3406 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
19b4ca7f3 Merge pull request #1222 from bjonkman/f/Python_RegTests
0a6d2f005 Merge pull request #1228 from andrew-platt/b/CMake_FlagUpdate-rtest
a8b7c89c1 r-test: Remove -m64 in CMAKE_Fortran_FLAG from r-test
458b2b36f Add hub buoyant forces and moments to rotor fluid force and moment outputs
273e9c191 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
fccee33a2 r-test: missing test case after merge of #1217
93b5288b9 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
4923e05d4 Missing r-test commit from previous PR
cd14fab5f fix broken spacing from previous merge conflict
b22fc02d1 python scripts: avoid plotting errors with different numbers of output channels
6adf4ac61 Fix broken manual regression test python script
cec8dfa90 Merge remote-tracking branch 'NREL/dev' into f/Python_RegTests
7f4e9057e Add some outputs to fixed MHK_RM1 AeroDyn driver r-test and update baseline
7f1bc2f58 Adjust AeroDyn driver inputs and geometry checks for floating MHK turbines
1c4866124 Merge remote-tracking branch 'mhall/MDv2-farm' into MDv2-farm
ddcb39270 Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
2ea9bcb24 Merge pull request #1217 from rafmudaf/q3/one_baseline
783925f82 Revert path changes (see #1021)
134959cd1 Add legend to error plots
c0453417c Improvements to regression-test python scripts
92ddaf336 Bug fix in finding the channel order of magnitude
705bf08f0 Disable consistently inconsistent test cases
e46cbaa65 Connect tolerance parameters through CMake
5ba94cef1 FastLibAPI: change output_channel_names to vector. Renaming the class member channel_names to output_channel_names created a conflict with a class function prototype which was designed to return a string of channel names. To make FastLibAPI consistent with openfast_library.py, this commit changes output_channel_names to be a vector of strings which is populated by the fast_init method.
8faa2538a Merge remote-tracking branch 'OpenFAST/dev' into MDv2-farm
31cd646bf FastLibAPI: channel_names -> output_channel_names Class member was renamed for consistency with openfast_library.py.
b427ef7eb openfast_library.py channel_names -> output_channel_names This change was requested to so WEIS, which uses this library, doesn't have to change.
c6b19d963 simulink: updates FAST_SFunc.c from FAST_Library.h Updates FAST_SFunc.c for the new FAST_Sizes function signature which exposes DT_Out.
c4e837bc2 FastLibAPI: update for FAST_Sizes, fix memory leak The C++ interface to openfast-library was updated to match the changes to openfast_library.py - basing output on DT_Out instead of DT. Also, the output_array variable was removed and output_values changed to a vector of vectors so the memory will be freed when FastLibAPI is destroyed. This change also removes the copying of data between arrays.
859f4f44d openfast_library.py: save output based on DT_Out For long simulations openfast_library.py would allocate a large array to hold output values for every step based on DT. This array could consume a significant amount of memory and was inconsistent with the data stored in output files which is based on DT_Out. This commit bases the output array size on DT_Out and changes the data collection to match, which can significantly reduce memory usage. In addition, the output_values array is passed directory to FAST_Update to reduce copying data. Lastly, the channel name processing is moved to fast_init to avoid a memory leak
789eadbf5 Fast_Library: expose DT_Out through FAST_Sizes DT_Out is needed to determine the frequency at which results should be captured from FAST_Update in the programs that use openfast-library. This change exposes the DT_out by adding it the arguments of FAST_Sizes. The corresponding function prototype was updated in FAST_Library.h.
bbe030704 Fix typo in cavitation calculation
97ce00c23 Merge remote tracking branch feature/Buoyancy into feature/FloatingMHK
0d8762b24 Add HD module test for OC4 jacket
35875cc76 Update regression tests
c15991270 Merge remote tracking branch upstream/dev into feature/Buoyancy
cbf93de4d Adjust inputs, geometry checks, and buoyancy and cavitation calculations for floating MHK turbines
5dc727265 Host a large file in the docs outside of GitHub
0ffbe85f4 Add a ctest label for fastlib cases
ff1cf541f Set ctest driver paths based on system type
35387f79b Rename openfast library ctest function
d1daab1b0 Make atol a function of the magnitude of the data
8a59edd56 Update a few HD cases to use RANLUX pRNG
ccaabe435 Add more precision to SubDyn tests
abcdb12e8 Test ascii output silently
761ef68fb HD: add precision and update Python driver scripts
7c2215bb8 IfW Driver: Fix output headers and column fmt
0b76b44e2 Add fpic compiler flag for C targets
df1cc9e4b Add a no-run flag to CTest options
c70fb2be8 Mark channels with nan or inf as failing
2d75a7273 Expand precision for BeamDyn and SubDyn module tests
acf2c89a0 Update reg test plotting - bug fixes, Bokeh 2.4
68ed80ae9 Update reg test driver scripts
22e8395ae Unify baselines
b2b3d5c7d Plot pass/fail boundary in error plot
fa66d5b64 Determine passing channels instead of norms
84addf3ad Clean up in rtestlib
6aae04a23 Merge pull request #1203 from rafmudaf/q3/parallel_actions
7763deaba Merge branch 'main' into dev
5099377d2 Build HydroDyn C-interface for interface tests
6d9d1c978 Update ideal beam linearization test baselines
3aa7f39ba Disable variable tracking on all FF modules
78fc18774 Consolidate tests and improve naming
7693fa1fe Add a branch for linearization tests
c4d2ca8f4 Add fPIC flag for MAP++
5a8ec2669 Configure OpenFAST Library as shared library
7ed465503 Add parallel jobs to improve Actions reg test time
1b744a29f Option to disable variable tracking with GNU compiler (#1198)
71940d87a Lin: default rectangular cross section for BD and ED. Using FPS for VTKLinTim=2
2ee8b4ae3 Lin: surface mesh outputs without AD using basic geometries, adding circle/rectangle as options
157cfac8d Lin: unifying some code for VTKLinTim=1,2 and adding screen output
23d2330e1 Lin: create VTK directory on restart (user might have deleted it)
3d415d3ef Add overview presentation from NAWEA 2019
d66bd88df Update types files
232439f02 Adjust inputs, geometry checks, and buoyancy and cavitation calculations for fixed MHK turbines
3a381817b Merge branch 'main' into dev
09a57eb43 Merge branch 'main' into dev
8539e4e90 MoorDyn Rod bugfixes to solve power cable issues:
da6fb64e1 Merge pull request #1188 from andrew-platt/f/ad_driver_lineVTK
b4c9facb0 AD15: add checks on driver inputs for WrVTK and WrVTK_Type
9e1f8f976 AD15: update documentation for WrVTK_Type in the driver
3a12ac60d AD15: add WrVTK_Type to driver for outputting line mesh info
81c879830 Merge pull request #1183 from rafmudaf/dev
4eb9938f5 Merge pull request #1186 from andrew-platt/f/MAP_keyword_Fixed
924241a59 MAP: allow keyword `fixed` and `fix`
092f4cac4 Merge pull request #1078 from hkross/feature/Cavitation
75879ae50 Simulink: add documentation of channels in FAST_Library.h (#1176)
a21da3b90 Fix name of InflowWind_Driver in syntax help docs
70628ac7d Move IfW API changes to the correct section
da66f9a09 Make test documentation more visible in TOC
eab09f07d UA/DBEMT: linearization with UA_OYE, using 4th state only
ffae12952 Merge remote tracking branch feature/Buoyancy into feature/FloatingMHK
cab687b7f Merge remote tracking branch upstream/dev into feature/Buoyancy
eb347694f UA/DBEMT: update of documentation. UAMod=4,5,6 support linearization
fdb59b326 Update regression tests
f049ce3a7 Merge remote tracking branch upstream/dev into feature/Cavitation
de7f525f6 Rename AeroDyn images so they get past ad blockers
461ad532c Link to repo-hosted NWTC Programmer's Handbook
fc9114101 UA/DBEMT: update of r-tests
a2c744950 Merge remote-tracking branch 'origin/dev' into f/ua-dbemt
db3423322 Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
eb54ace83 Adjust inputs for fixed MHK turbines
f1de6223c Merge remote tracking branch upstream/dev into feature/Buoyancy
d27b0adf1 UA/DBEMT: update of r-test
729a2afd3 UA/DBEMT: update of documentation and static equation references in code
36c4dec66 openfast-library/CMakeLists.txt: change order of object files
af56d527f nwtc-library/CMakeLists.txt: put all nwtcsyslib_matlab_obj link libs on one line
54488a2d6 openfast-cpp/CMakeLists.txt: add OpenMP target link libs if necessary
c76948830 Add missing map library objects to openfast-library
221b250c1 odifications to cmake files to ensure each object file is built only once, and also to reduce pollution when building Simulink interface and linking against mex libraries
680361f14 Merge branch 'dev' into f/ua-dbemt
8788b6a43 Merge branch 'dev' of https://github.com/openfast/openfast into dev
c70906c70 Merge branch 'dev' of https://github.com/openfast/openfast into dev
eca838702 SD lin: [BugFix] indexing to SD_y%Y3Mesh start in Indx_y_SD_Y3Mesh_Start
670375e15 MD: fix issue with compiling double with Intel
ea33943d2 All updates to be able to specify chord-based actuator force point clustering.
7844b9350 MoorDyn: add slack-segment 0.5 safety factor for linearization perturbation size
4ac90265c MDv2: update input file format in r-test
e96a0861b MDv2: [BugFix] segfault in logging option. update input files in r-test
6f8dc6fb5 MDv2: merge issue in MoorDyn registry -- registry.exe could not build it
43e22cc24 Merge branch 'dev' of https://github.com/openfast/openfast into dev
4ed7952af Add option to pass in node clustering type for actuator sims
9c7ee2e06 Added Ganesh's implementation of tip clustered force point spacing.
461fd87ea MoorDyn updates: linearization, wave stretching, buoyancy, print:
ea6bc8fe6 MDv2: Fix compile issue with the UnLog
3b4f10d23 MDv2: remove tab characters
017910190 Merge branch 'dev' of https://github.com/openfast/openfast into dev
a8b1d091e Enabling and fixing cable bending stiffness capability:
52d1468d4 Merge pull request #20 from andrew-platt/MDv2-farm
490bd8e85 MoorDyn: restoring backward-compatible output names
e908c4b4f MDv2: Check for correct number of columns in each row of each input table -> throw fatal error if wrong number of columns to prevent program crashes and incorrect processing of data
f7b799e5e MDv2: More strict parsing of Type/BodyID for pinned Rods
f2629d685 MDv2: Make parsing of OutList from input file more robust
de041bb30 MoorDyn cylinder hydrodynamics capability
250f7761d Update regression tests
458438987 Enable cavitation calculation using FVW model
82397643c Update regression test metadata
1d89546ee Merge branch 'dev' of https://github.com/openfast/openfast into dev
605de108f MDv2-farm: update regression test cases from @erickaloz
8c12ac0e7 MDv2: update MoorDyn_Types.f90 after regenerating
1230c155b Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
693a56b49 Add description of reference location for MHK turbine inputs
76e74bf08 Merge remote tracking branch upstream/dev into feature/Buoyancy
8448b51e8 Update regression tests
7dc0524ec Update regression tests for AeroDyn module fixed MHK test
47830e425 Move cavitation check call
a42aaf4e2 Merge remote tracking branch upstream/dev into feature/Buoyancy
0a63305c2 Merge remote tracking branch upstream/dev into feature/Buoyancy
f9b5439dd Merge branch 'f/AD_TwrShadow' into f/Aero_Sync
273584958 Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
8156e6c2c AD: fix some typos + convert `pi/180` to `D2R`
5e46952b7 Merge branch 'dev' into f/Aero_Sync_full
48084bcbf FAST lin: update `Indx_y_ED_Nacelle_Start` with suggestion from bjonkman
a612d2a6c MDv2: Fix error message for unidentified Type/BodyID of Connections to show the correct, related wrong user input
c51e7c0ea MDv2: BugFix to ensure correct output of solver options warning and matching line type error
b820815ef Bugfixes for cable bending stiffness
9a28d15c8 Merge pull request #18 from andrew-platt/MDv2-farm
27de1d433 Merge remote-tracking branch 'OpenFAST/dev' into mh-MDv2-farm
d34239ae3 Merge branch 'dev' of https://github.com/openfast/openfast into dev
4f4b5a8fb HD: allways allocating A,B,C (Closes #1046)
c0c1c29e2 GitHub template: update list of binaries for Windows executable
b2e900a21 Merge remote-tracking branch 'NREL/dev' into f/AD_TwrShadow
78efc1bd2 Improve and correct some error messages and warnings to be more precise and helpful
0b3bc95d0 Merge pull request #16 from ebranlard/f/hd-am-end
81df6721b HD: Fix HD added mass on member end (scaling factor) (Close #992)
4cc8f6d41 Bug fixes for nonlinear tension-strain capability
ebc5c85be Merge pull request #14 from andrew-platt/MDv2-farm
5c39dbe08 AD: merge more of `TwrInfl` and `TwrInflArray` routines
19fe467b0 Merge remote-tracking branch 'origin/f/SrvD_linearization' into mh-MDv2-farm
4f5baa82c Merge remote-tracking branch 'OpenFAST/dev' into f/SrvD_linearization
17795d7c0 AD sync: sort BEMT/FVW outputs in AeroDyn_IO.f90
f4f5f994a Merge remote-tracking branch 'NREL/dev' into f/Aero_Sync
73614b03d Merge branch 'dev' into static-openfast-cmake-obj-libs
cf58377c8 AD/AA: remove unused variables
92effbf2f Merge branch 'b/minor_updates' into f/Aero_Sync
5d2c84832 AD: do not turn off BEM for all negative TSRs
232279486 MDv2: fix non-standard fortran 'if' statement
c69c1780a MDv2: double precision compiling working
383ba9091 MDv2: convert tabs to spaces
643e51332 MDv2: update CMakeLists.txt
ff59f0f27 Merge pull request #11 from andrew-platt/MDv2-farm into mattehall/MDv2-farm
c825ba244 Fixed some duplication and initialization issues for Rods:
dbe0239df Reset a few VS project file entries to match what is in dev
7fcc6bcc7 Merge branch 'f/SrvD_linearization' into mh-MDv2-farm
fcc732f2f [BugFix] Reset WindowsTargetPlatformVersion to 8.1
c5e26157c [BugFix] reset platformtoolset to v140
74b917dd9 Fix typo in buoyancy calculation
bc5c19bbd Merge remote-tracking branch 'NREL/dev' into b/minor_updates
642e4b27d Merge branch 'NREL/dev' into b/minor_updates
2043993f2 Clean up cavitation calculation
91e9a5789 Increase allowed line length in the FileInfoType parsing
44ef89240 MoorDyn: Improved error handling for Rods and WaterKin
b759ca2d6 Update regression tests
1acb3d466 Merge remote tracking branch upstream/dev into feature/Buoyancy
94fd3a7b6 top level CMakeLists.txt: install downloaded lapack in src dir, not system, and do so when openfast is installed, also use correct built lapack library locations for linking before make install is invoked
2a793b4fe openfast-library/CMakeLists.txt: remove object libraries from target_link_libraries, also remove STATIC arg from add_library
a1649712e supercontroller/CMakeLists.txt: add onject libs to install targets
b35ce05cd Add external lapack as dependency when USE_LOCAL_STATIC_LAPACK option is used
2848f6cf2 top level CMakeLists.txt: add option to use locally built lapack and blas libraries
6a14d061c Updating CMakeLists to add object libs to install directives to fix export error, also ensure object lib deps all correct
4f4baff73 servodyn/CMakeLists.txt: correct servodyn_obj target_link_libraries
0d907d3f7 Adding more missing target_include_libraries for object libraries
e5cb26d24 Adjust merged FAST_Lin additions for MDv2-farm compatibility
345669f34 Merge remote tracking branch upstream/dev into feature/Buoyancy
ccdf44d65 MD Lin: add du{MD}/du{MD} term (accel + vel terms)
e8f1a7bc4 MD lin: missing argument to MD_JacobianPInput
56604b116 Adding MoorDyn driver visual studio files
9cb0b1bb9 Cherry picking some overlooked linearization updates from MDv2
04e9cba86 UA/DBEMT: Allowing linearization
c1024dfbe DBEMT: fixing equations for continuous DBEMT
46de657be Update regression tests to include fixed RM1 model
911ef64ba Add fixed MHK regression test to CTestList
0ab29c9f1 More modifying build system to create static libopenfast from object libraries to ensure correct linking
abcd0a522 Modify build system to create static libopenfast from object libraries to ensure correct linking
b009fb7fe Merge branch 'main' into dev
a9512546d create_FAST_SFunc.m: need linux-specific mex call COMPFLAGS windows only -MT option differrent in gcc
e2e2d2b38 openfast-cpp/CMakeLists.txt: fixed wrong case on SC.h causes install failure on linux
5184e3b8d MoorDyn waterkin and i/o updates
104f8fc69 Fix HD added mass on member end (Close #992)
6d469b2ac Clarify hub, nacelle, and water depth reference positions in AeroDyn buoyancy documentation
204fd8c44 Merge remote tracking branch upstream/dev into feature/Buoyancy
3fbfe8e94 Merge remote tracking branch upstream/dev into feature/Buoyancy
5476f0c1e Merge remote tracking branch upstream/dev into feature/Buoyancy
360fcc5d6 DBEMT: temporarily turning off Wdot, and changing tau1
e2942a5b0 UA: update driver to switch between oscillation at mid/chord or AC, and velocity at 3/4 or AC
66955bf46 UA: update of drag to better match HAWC2's implementation
b4f650a19 Merge remote tracking branch upstream/dev into feature/Buoyancy
327a7af7e Merge pull request #2 from andrew-platt/feature/Buoyancy
ff5b24ca1 AD buoyancy: partially resetting meshcopy u_ED_HubPtLoad to how it was
5bb6a5006 AD buoyancy: previous commit missed case of MHK without Solve Option 1
d0254604b AD buoyancy: minor modification of SolveOption1 algorithm
670926d61 Update documentation to include buoyancy
db495114f Correct hub buoyancy calculation and AeroDyn to ElastoDyn mesh mapping
86517c9c4 Fix bug in error handling in buoyant loads calculation
5737fdad2 Merge remote tracking branch upstream/dev into feature/Buoyancy
8294c93e0 Adjust the allocation of a buoyancy parameter
a47a0bae1 Merge remote tracking branch upstream/dev into feature/Buoyancy
f21290e66 Bug fix of transverse/axial friction coefficients
d4f24d01b Merge friction updates from shousner/MDv2-farm-bath into MDv2-farm
3990bce9c Update MoorDyn to new input file Body/Line format/capabilities:
e3eec4abf FASTLib.vfproj update for new MD source files
72fbba80d Merge branch 'f/SrvD_linearization' into MDv2-farm:
8f9853371 MD Driver updates and line output fix:
9406880a7 Move cavitation check inside BEMT call in AeroDyn
26c65a88a Merge remote tracking branch upstream/dev into feature/Buoyancy
070dc2f88 Update regression tests
199d604e5 Update regression tests
bb83995cc Remove added mass inputs and validation checks
d8e620a39 Bug fix in getDepthFromBathymetry: fy, not fx in interpolation
98dab1efb Update regression tests
bfca44637 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
475ac1d03 Remove if statement for variable initialization in FAST_Solver
616c70e25 Update regression tests
24c06af96 Fixed the wrong index for the unit normal vector
d6225f48e Fix uninitialized variables in FAST_Solver
48c9e3e25 Changes in my vs-build FAST sln file
33382c19c A couple bug fixes to the friction code
0d7c83c3a vs-build/FASTlib/FASTlib.vfproj commit
7ffb95e94 Seabed Friction Implementation
d092f6ada Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
3e40ac156 MoorDyn: Implementation of Line bending stiffness
a9ce6e907 Adding unit normal vector to seabed bathymetry interpolation:
f1e6f3ed8 Adding the new MoorDyn sources files I forgot to add in commit 3a1173b2469cde453b938ab8b5977ee189ccc2ee
fcb63e77d Add MD_InitInp Tmax in FAST_Subs
3a1173b24 Restructuring of MoorDyn source and wave/current addition:
e90f8e706 Merge branch 'MDv2-farm-synth' into MDv2-farm
1fd6bf6a1 Remove double-counted weight in fairten outputs
d22feca8f Some water depth variables changed in MoorDyn_Types I'm assuming because I recompiled/rebuilt with Matt's new changes without the water depth variable
75dfc12c9 Added temporary depth variable to make negative and store in tempArray
5a9792a35 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
91373f056 First pass at setting anchor depth based on bathymetry
340610b21 Reorder input parsing in prep for auto anchor depth:
e17a19c0d Merge remote-tracking branch 'stein/MDv2-farm-bath' into MDv2-farm
83c570c05 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
e1cf18eda Getting MD driver to give t=0 output
3770d3e49 Fixed MD driver to support nonzero initial positions:
7c241b45e MD viscoelastic adjustment to input overall static and dynamic stiffnesses
45d4d9e6b Added .fstf input validation and MD driver improvements:
4654dc125 Adding .vs folders to git ignore
c50568335 Fixed inputString/OptValue character length issue that was causing long-named bathymetry files not to work. Also added an error statement call
bafba40b8 Merge remote-tracking branch 'upstream/MDv2-farm' into MDv2-farm-bath
45463920b Created MDv2 driver and tweaked Rod/Body farm positions:
4d6c96c32 Correct factor of 2 error in buoyancy calculation
41f16628f Implemented simple viscoelastic capability:
d5620011a Corrections in Rod end hydrodynamic added mass and inertia:
9c45c6f3e Some touchups to MoorDyn to get it to compile and run
d4a9e6ff2 Third iteration of fixes for compilation: depth and BathGrid names
5801d166f Debugging error fixes: allocatable issue, syntax errors, etc.
191070f3b Replacing MoorDyn depth parameter with option for bathymetry
a300ec073 Enabling MoorDyn dtOut and FAST.Farm thread/timer output:
12f3a50c5 Update regression test files after correcting merge errors
d3a76f137 Update regression test files after merge with remote branch f/driver
83117efb7 Merge remote branch ebranlard:f/driver into feature/AddedMass_Buoyancy
dc92d7c15 New approach succeeds in applying shared mooring forces:
64373ba9b Finishing up merging of MDv2 and fast-farm branches. Compiles and runs.
82d54d03b MoorDyn_IO fixing bug when specifying output channel node number
73d47e03b MoorDyn further edits to merge MDv2 and shared-mooring farm capablities. Now compiles.
0f1b87079 Adjusted some indenting in MoorDyn
12728ccf6 First batch of changes to make shared mooring ability work with MDv2:
43e06efdf Remaining MD I/O mesh fixes in FAST_Solver and _Lin
aa2fd46db Merge Matt's f/fast-farm (shared moorings) branch into MDv2-farm
926c9aa1f Merge remote-tracking branch 'andy/f/StrucCtrl_controls' into MDv2
356bc6184 Merge branch 'dev' into f/fast-farm
044cc8dbc Fixed/improved error handling edits in FARM_UpdateStates:
c52803218 MoorDyn linearization fixes and default parameters:
0a37d1206 MDv2 lin: missing initialization and unsafe size() of potentially unallocated arrays
dc295314e MDv2: missed wave kin stuff in FAST_Subs for commit ca9380ce
8a4489e0c Revert commit 2ed8c232 changes to cmake setup
ff925dd90 StC ctrl: controller input nominally 0
2ed8c232c SrvD array bugfix from Andy, and proper MD groundBody initialization
93225decd Update user-selectable output names in regression test input files
91a6bbb33 Add user-selectable buoyancy outputs
bbed9fb2c Add buoyancy outputs to OutListParameters.xlsx
ca9380ce9 Removing hard-coded wave grid for general use pending future wave capabilities
ddfdff6c5 Removing 'MD can't linearize' error message
8cd93eeb0 Adding linearization subroutines to MoorDyn v2:
46dbf4f0a Update regression test files to fix typo in speed of sound label
9fdc6f59b Fix typo in speed of sound label
1cbac0c4b Fix hub load point mesh mapping conflict bewteen option 1 and 2 solves
6809ce5d0 Fix typo in nacelle buoyancy calculation
444784635 Adjust nacelle buoyancy calculation
702e736c0 Add buoyancy and added mass inputs to regression test input files
b02033630 Update example input files
efc61b578 Make minor changes to buoyancy and added mass inputs and update types files
7c35bd120 Merge remote tracking branch toan/features/AddMass into feature/AddedMass_Buoyancy
3fa32145d Add hub loads to output mesh
5f9e089af Add AeroDyn hub load point mesh and map to ElastoDyn
824bb9f1e Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
076cca643 Merge pull request #4 from andrew-platt/MDv2_InputFileParsing
6cf549636 Merge pull request #3 from andrew-platt/b/MDv2_minorBugs
137bb775a copyright update
ced03edc2 Add added mass inputs and validation checks
13bb935f9 Add added mass inputs and validation checks
de1c92fbc Merge remote-tracking branch 'hannah/feature/AddedMass_Buoyancy' into features/AddMass
15631e378 MDv2: turn off the verbose input file info
ef18dc22d MDv2: changed index for line number counting to current line instead of next line
45aee88bf MDv2: potential segfault on closing files that were never opened.
8e1a2e4e0 MDv2: added FileInfo_Type parsing of input file
0e6b7dc4b MDv2: add passing of input FileInfo_Type, remove unused var from MDIO_OpenOutput
04e8ab978 Add blade, tower, and nacelle buoyant loads to output meshes
596516291 Merge remote-tracking branch 'origin/b/HD_unitializedVars' into MDv2_InputFileParsing
6d1a1a6f3 MDv2: set some uninitialized variables
b5c6150ff MDv2: remove a few unnecessary REAL conversions
15e59244d Calculate nacelle buoyant loads
556ad48db MDv2: fix some array bounds issues in interpolation routines
1f285c122 MDv2: change InitInp to intent in only
39419ace2 Calculate hub buoyant loads
b104356b2 Replace 1.0/0.0 with NaN -- gcc wouldn't compile
2f77648e3 Replace non-standard tabs with spaces
743b10454 Add some _Types.f90 files back in. Deleted in prior commit????
00139e466 Remove print statements
f4c688e7f Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
1e22dcee1 Updating MD version number
0d4c01298 Trap buoyant load NaN case and set to zero
5f316c129 Calculate tower buoyant loads, rename some buoyancy variables
2d7f58956 Calculate blade buoyant loads, edit buoyancy parameters
2fd0973f5 Fixed up MD input prep in FAST.Farm
7d126cdd2 Handling uncoupled turbines with a dummy node in the MD meshes
e4f93cfbf Fix routineName of Farm_InitMD
ee8f77222 Drafting shared moorings capability in FAST.Farm:
0106cfe38 Calculate buoyancy parameters
4cf50aa50 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
99a982bd3 Add environmental variables to driver input files
29f5dec11 Merge branch 'f/fast-farm' of https://github.com/jjonkman/OpenFAST into f/fast-farm
47f37c54e Fix-ups from merging StrucCtrl with MDv2 work.
e2a0d9416 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
e06154815 Merge branch 'f/StrucCtrl_controls' of https://github.com/andrew-platt/openfast into MDv2
5d17d6d73 The first version shared for USFLOWT.
6ad0dd0bd Merge remote branch ebranlard:f/driver into feature/AddedMass_Buoyancy
9c7c4bb9a Add MHK turbine type switch and validation checks
95f644e19 Add buoyancy inputs and validation checks
96120686e Merge remote branch ebranlard:f/AD_multi into feature/AddedMass_Buoyancy
1c01e71df Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
82829f7d2 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
42052413a Merge branch 'dev' of https://github.com/OpenFAST/openfast into MDv2
983d4a7c3 Ensuring no side forces in node weights
d31776675 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
fe65caae7 Add input flags for added mass and buoyancy back into AeroDyn_IO (deleted during a merge conflict)
a92ca670e Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy and resolve merge conflict in AeroDyn_IO
82a1d2240 Bug fixes in wave grid implementation and MD Rod Froude-Krylov force.  - Solved memory bug in WameMod=0 case by reordering htings.  - Removing unnecessary USE WAVES and specifying "only..." in MD.  - In MD, now using WaveTimes array rather than (J-1)*dtWave.  - Fixed error in MD Rod Froude Krylov force calculation (was 50% too small)
3ac0590ce Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
24cc24193 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
130547e45 Correction of my earlier edits in FAST_Subs - no if statements for allocating all mooring models' inputs.
f9cd66224 Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
734e2468f Small adjustment/bugfix to wave grid, MoorDyn coupled Rod bugfix, MoorDyn tidying.
938fa0a65 Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
f16b590cd Adjusting hard-coded wave kinematics grid functionality to use public parameters of the Waves module. This makes it quicker to adjust the grid settings and recompile. Also fixed the allocation oversight that prevented WaveMod=0 cases from running (given this wave grid functionality).
2b4a27a78 Tiny registry fix in MD
8813a1667 Properly hooking up CaEnd and CdEnd to Rods in MoorDyn.
2e07a669c Merge branch 'TCF-mods2' of https://github.com/HaymanConsulting/OpenFAST into MDv2
701c94723 Major MoorDyn v2 changes. Introducing all the v2 objects and structure. Still some things to work out for buoyancy can applications.
d8ae282c6 Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
de02d56ad Added Mod_WaveField input to FAST.Farm for wave load phasing based on turbine positions: - New variable WaveFieldMod is passed through FAST.Farm into each OpenFAST instance   to each HydroDyn module  where it can adjust phases in the complex wave elevation   amplitudes in Waves and Waves2. - This adds a new line for Mod_WaveField below the line for Mod_AmbWind in the   FAST.Farm primary input file: - Mod_WaveField   Wave field handling (-) (switch) {1: use individual HydroDyn inputs   without adjustment, 2: adjust wave phases based on turbine offsets from farm origin}
8aea9125f Combine added mass coefficient input checks into a single loop
a1f01297d Merge remote tracking branch upstream/dev into feature/AddedMass_Buoyancy
21cdf5765 Add input flags and coefficients for added mass and buoyancy
7f604a1c6 Edits to Waves, HydroDyn, and glue code changes to support MoorDyn v2 changes and to hard-code a simple wave kinematics grid to pass this info to MoorDyn for buoyancy cans.
a0254a25f Merge branch 'MDmods' of https://github.com/mattEhall/openfast into TCF-mods2  - This brings in the initial active tension capability and the MoorDyn driver.  - Much of this will be overwritten shortly by MoorDyn v2 code.
426243624  MoorDyn bug fix for tensions changing part-way through simulation.  - Tension amplitudes were sometimes changing, typically at 512 s.  - This was likely caused by use of single-precision time variable with MD_Input_ExtrapInterp.  - All time variables are now double precision, solving the problem.

git-subtree-dir: OpenFAST
git-subtree-split: 6b8706b75698cb1c97c6a8e3e9f42538a63fa71b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants