-
Notifications
You must be signed in to change notification settings - Fork 458
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
Reduced order models: AeroDisk and Simplified-ElastoDyn (SED) #1295
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2b72582 - Browse repository at this point
Copy the full SHA 2b72582View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffea9e7 - Browse repository at this point
Copy the full SHA ffea9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38490eb - Browse repository at this point
Copy the full SHA 38490ebView commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1eacabc - Browse repository at this point
Copy the full SHA 1eacabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d9256 - Browse repository at this point
Copy the full SHA 25d9256View commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac901df - Browse repository at this point
Copy the full SHA ac901dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301d01b - Browse repository at this point
Copy the full SHA 301d01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3623097 - Browse repository at this point
Copy the full SHA 3623097View commit details -
Configuration menu - View commit details
-
Copy full SHA for b876951 - Browse repository at this point
Copy the full SHA b876951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114442d - Browse repository at this point
Copy the full SHA 114442dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de3079 - Browse repository at this point
Copy the full SHA 2de3079View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e4078 - Browse repository at this point
Copy the full SHA e1e4078View commit details -
[BugFix] AD15 nacelle reference position was set to hub position #2
Forgot to remove an override of the position for the Nacelle mesh in PR OpenFAST#982.
Configuration menu - View commit details
-
Copy full SHA for 3875993 - Browse repository at this point
Copy the full SHA 3875993View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb53b22 - Browse repository at this point
Copy the full SHA cb53b22View commit details -
[BugFix] BeamDyn nodal outputs occasionally segfaulted
The cause was an index that never got set. So this could result in attempting to retrieve a value from the output mapping array using an out of bounds index (sometimes a very large negative number). This never appeared in gcc compiled versions, but occasionally would appear in certain intel compiled versions (others initialized the value apparently).
Configuration menu - View commit details
-
Copy full SHA for 7546c48 - Browse repository at this point
Copy the full SHA 7546c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe8c5a - Browse repository at this point
Copy the full SHA 7fe8c5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efed89 - Browse repository at this point
Copy the full SHA 9efed89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4df44 - Browse repository at this point
Copy the full SHA 2a4df44View commit details
Commits on Feb 15, 2022
-
ADsk: add rough code placeholders and rough driver placeholder
It all compiles, but does nothing
Configuration menu - View commit details
-
Copy full SHA for 2c59462 - Browse repository at this point
Copy the full SHA 2c59462View commit details -
SED: add rough code placeholders and rough driver placeholder
It all compiles, but does nothing
Configuration menu - View commit details
-
Copy full SHA for 9bbd523 - Browse repository at this point
Copy the full SHA 9bbd523View commit details
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 04329da - Browse repository at this point
Copy the full SHA 04329daView commit details
Commits on Feb 22, 2022
-
NWTC_IO: ParseVarWDefault was putting double entries in echo files if…
… not default value
Configuration menu - View commit details
-
Copy full SHA for cd0a6c1 - Browse repository at this point
Copy the full SHA cd0a6c1View commit details -
ADsk: add input file passing/parsing
- Also add a bit to the driver
Configuration menu - View commit details
-
Copy full SHA for 524e408 - Browse repository at this point
Copy the full SHA 524e408View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0fa1d - Browse repository at this point
Copy the full SHA cd0fa1dView commit details
Commits on Feb 25, 2022
-
aerodisk: set outparams and add some table handling at init
- also added a generic table writer that will write to whatever unit specified
Configuration menu - View commit details
-
Copy full SHA for 61e4326 - Browse repository at this point
Copy the full SHA 61e4326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ee070 - Browse repository at this point
Copy the full SHA 38ee070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1be4d - Browse repository at this point
Copy the full SHA 8a1be4dView commit details -
aerodisk: update OutlistParameters.xslx to match IO
This goes with commit 61e4326, but got missed somehow
Configuration menu - View commit details
-
Copy full SHA for ea3bad8 - Browse repository at this point
Copy the full SHA ea3bad8View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cfeee20 - Browse repository at this point
Copy the full SHA cfeee20View commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2212b4e - Browse repository at this point
Copy the full SHA 2212b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2364e1f - Browse repository at this point
Copy the full SHA 2364e1fView commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c852cf - Browse repository at this point
Copy the full SHA 3c852cfView commit details
Commits on Apr 6, 2022
-
ADsk: add interpolation, calculations, and outputs
Moved a few variables to MiscVars to simplify the passing of data and keep the IO in the separate file (not terribly pleased with this arrangement as it adds clutter to miscvars)
Configuration menu - View commit details
-
Copy full SHA for ebf917e - Browse repository at this point
Copy the full SHA ebf917eView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4dc96e5 - Browse repository at this point
Copy the full SHA 4dc96e5View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e378952 - Browse repository at this point
Copy the full SHA e378952View commit details
Commits on Apr 14, 2022
-
ADsk: initial glue code commit
Not functional, but passes existing regression tests. Added placeholder AeroDisk regression tests
Configuration menu - View commit details
-
Copy full SHA for ceb39d9 - Browse repository at this point
Copy the full SHA ceb39d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb2489 - Browse repository at this point
Copy the full SHA 7fb2489View commit details -
ADsk: bugfix -- used integer where real should have been used in inte…
…rpolation routine
Configuration menu - View commit details
-
Copy full SHA for 2ccd706 - Browse repository at this point
Copy the full SHA 2ccd706View commit details
Commits on Apr 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ab10885 - Browse repository at this point
Copy the full SHA ab10885View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e16ddf - Browse repository at this point
Copy the full SHA 7e16ddfView commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8eb66f5 - Browse repository at this point
Copy the full SHA 8eb66f5View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 26bc0f0 - Browse repository at this point
Copy the full SHA 26bc0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f42c0 - Browse repository at this point
Copy the full SHA f0f42c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5604a11 - Browse repository at this point
Copy the full SHA 5604a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c09e45 - Browse repository at this point
Copy the full SHA 3c09e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792920d - Browse repository at this point
Copy the full SHA 792920dView commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f1daa7c - Browse repository at this point
Copy the full SHA f1daa7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 396ccdc - Browse repository at this point
Copy the full SHA 396ccdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9caf058 - Browse repository at this point
Copy the full SHA 9caf058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c72518 - Browse repository at this point
Copy the full SHA 0c72518View commit details
Commits on Apr 30, 2022
-
SED: rearrange some of code for initialization
also start populating solver routines one minor update to AeroDisk (if statement)
Configuration menu - View commit details
-
Copy full SHA for 74397f5 - Browse repository at this point
Copy the full SHA 74397f5View commit details -
SED: change how mesh outputs are calculated (little bit simpler with …
…mappings) and fix a few errors in matrix manipulations of orientations
Configuration menu - View commit details
-
Copy full SHA for d629e01 - Browse repository at this point
Copy the full SHA d629e01View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3d87ae5 - Browse repository at this point
Copy the full SHA 3d87ae5View commit details -
SED: add in the correct logic for solvers
The HSSBrake may still cause the rotor to spin backwards. Logic required to fix this.
Configuration menu - View commit details
-
Copy full SHA for 6c57ecf - Browse repository at this point
Copy the full SHA 6c57ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6957a76 - Browse repository at this point
Copy the full SHA 6957a76View commit details
Commits on May 21, 2022
-
SED: Fix AB4 algorithm -- rotor speed changed at 3rd timestep
The OtherState%xdot(i) values were incorrectly set. We know the exact value of these at initialization, so set them then rather than use RK4 3 times to set them (ED uses 2, but may this wasn't getting the OtherState%xdot(OtherState%IC(4)) values set correctly here).
Configuration menu - View commit details
-
Copy full SHA for 74362af - Browse repository at this point
Copy the full SHA 74362afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f315ae - Browse repository at this point
Copy the full SHA 5f315aeView commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d91edc2 - Browse repository at this point
Copy the full SHA d91edc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 397a9fd - Browse repository at this point
Copy the full SHA 397a9fdView commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b134b05 - Browse repository at this point
Copy the full SHA b134b05View commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 792e571 - Browse repository at this point
Copy the full SHA 792e571View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90837b - Browse repository at this point
Copy the full SHA f90837bView commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 758735d - Browse repository at this point
Copy the full SHA 758735dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2922d05 - Browse repository at this point
Copy the full SHA 2922d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a79f4 - Browse repository at this point
Copy the full SHA 70a79f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4915194 - Browse repository at this point
Copy the full SHA 4915194View commit details
Commits on Jun 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5f0add - Browse repository at this point
Copy the full SHA d5f0addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ea615 - Browse repository at this point
Copy the full SHA 94ea615View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f06bf4 - Browse repository at this point
Copy the full SHA 4f06bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for db09e08 - Browse repository at this point
Copy the full SHA db09e08View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05c4b8d - Browse repository at this point
Copy the full SHA 05c4b8dView commit details -
SED: add velocities and accelerations into meshes
-- TranslationVel was not getting set in blade roots because that field was missing in the HubPtMotion mesh
Configuration menu - View commit details
-
Copy full SHA for 8c2e69a - Browse repository at this point
Copy the full SHA 8c2e69aView commit details
Commits on Jun 14, 2022
-
SED: fix sign error on blade pitch (does not follow right hand rule)
Also explicitly set some variables passed to ServoDyn to zero (does not change anything)
Configuration menu - View commit details
-
Copy full SHA for 4ae48bd - Browse repository at this point
Copy the full SHA 4ae48bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f9b4c - Browse repository at this point
Copy the full SHA c4f9b4cView commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c26608 - Browse repository at this point
Copy the full SHA 3c26608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9e22a - Browse repository at this point
Copy the full SHA 6c9e22aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6b4cd - Browse repository at this point
Copy the full SHA fb6b4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5715b5 - Browse repository at this point
Copy the full SHA d5715b5View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ebfc816 - Browse repository at this point
Copy the full SHA ebfc816View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1aed691 - Browse repository at this point
Copy the full SHA 1aed691View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f9002 - Browse repository at this point
Copy the full SHA f9f9002View commit details
Commits on Jul 30, 2022
-
- added output of hub velocity (at actual hub location) - initialize VFlowAngle to 0 in case it is not listed - close echo file - added `HubVel` output to IfW (also in linearization) - modified `DiskVel` output to IfW (also in linearization) - add routines to calculate rotor-averaged mean velocity, `DiskVel` - ADDed input (HubPosition) and output (DiskVel) values to linearization - added option in driver to convert files to Uniform wind files - add option for horizontal shear in native bladed formats - added `WrUniform` to driver input file - added WriteOutputs to InfowWind for Hub and DiskVel output values
Configuration menu - View commit details
-
Copy full SHA for 29cff7f - Browse repository at this point
Copy the full SHA 29cff7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 036206b - Browse repository at this point
Copy the full SHA 036206bView commit details
Commits on Aug 1, 2022
-
executePythonRegressionCase.py: fix undefined variable
was getting error `Error generating plots: name 'localOutFile' is not defined`
Configuration menu - View commit details
-
Copy full SHA for 7d02e8a - Browse repository at this point
Copy the full SHA 7d02e8aView commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 914d385 - Browse repository at this point
Copy the full SHA 914d385View commit details
Commits on Aug 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2575b7a - Browse repository at this point
Copy the full SHA 2575b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d291129 - Browse repository at this point
Copy the full SHA d291129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2cc4e - Browse repository at this point
Copy the full SHA 0f2cc4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for abcabcd - Browse repository at this point
Copy the full SHA abcabcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57ce51c - Browse repository at this point
Copy the full SHA 57ce51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78027d7 - Browse repository at this point
Copy the full SHA 78027d7View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc392da - Browse repository at this point
Copy the full SHA bc392daView commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b0f983 - Browse repository at this point
Copy the full SHA 6b0f983View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7719364 - Browse repository at this point
Copy the full SHA 7719364View commit details
Commits on Sep 6, 2022
-
IfW update: deprecate DWM as it will not work well with the inflowwin…
…d changes AD14 and DWM will be deprecated shortly.
Configuration menu - View commit details
-
Copy full SHA for 649ed3c - Browse repository at this point
Copy the full SHA 649ed3cView commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f39ba94 - Browse repository at this point
Copy the full SHA f39ba94View commit details -
Configuration menu - View commit details
-
Copy full SHA for e39c002 - Browse repository at this point
Copy the full SHA e39c002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d7534 - Browse repository at this point
Copy the full SHA 21d7534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ad38e - Browse repository at this point
Copy the full SHA 34ad38eView commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d9932c - Browse repository at this point
Copy the full SHA 5d9932cView commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca72bc4 - Browse repository at this point
Copy the full SHA ca72bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd4302 - Browse repository at this point
Copy the full SHA 1dd4302View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac4506 - Browse repository at this point
Copy the full SHA 3ac4506View commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c371533 - Browse repository at this point
Copy the full SHA c371533View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91b591 - Browse repository at this point
Copy the full SHA e91b591View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9961cf - Browse repository at this point
Copy the full SHA b9961cfView commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0665ecb - Browse repository at this point
Copy the full SHA 0665ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cb431 - Browse repository at this point
Copy the full SHA 65cb431View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d4cc21 - Browse repository at this point
Copy the full SHA 1d4cc21View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 766d672 - Browse repository at this point
Copy the full SHA 766d672View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3190f - Browse repository at this point
Copy the full SHA bb3190fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69252a6 - Browse repository at this point
Copy the full SHA 69252a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a05e98 - Browse repository at this point
Copy the full SHA 9a05e98View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 309a091 - Browse repository at this point
Copy the full SHA 309a091View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 181ea10 - Browse repository at this point
Copy the full SHA 181ea10View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a71d77 - Browse repository at this point
Copy the full SHA 4a71d77View commit details
Commits on Nov 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ecca02 - Browse repository at this point
Copy the full SHA 1ecca02View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dbeb5c3 - Browse repository at this point
Copy the full SHA dbeb5c3View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8f31ca - Browse repository at this point
Copy the full SHA c8f31caView commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1020c90 - Browse repository at this point
Copy the full SHA 1020c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6474bfd - Browse repository at this point
Copy the full SHA 6474bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06676b8 - Browse repository at this point
Copy the full SHA 06676b8View commit details
Commits on Dec 14, 2022
-
2
Configuration menu - View commit details
-
Copy full SHA for d3a9724 - Browse repository at this point
Copy the full SHA d3a9724View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf72547 - Browse repository at this point
Copy the full SHA cf72547View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f0234 - Browse repository at this point
Copy the full SHA a3f0234View commit details
Commits on Dec 21, 2022
-
ROM: add VS projects for SED and ADsk
Added final completion message from drivers -- weird windows error otherwise (unit 7 cannot close)
Configuration menu - View commit details
-
Copy full SHA for d99086f - Browse repository at this point
Copy the full SHA d99086fView commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 53dcf86 - Browse repository at this point
Copy the full SHA 53dcf86View commit details -
GetNewUnit: increase allowed number of open files to 16384
As of GCC 4.5 and Ifort ~10, the maximum allowed unit number is 2**31-1. We are setting this to 16384, which is the limit on Eagle. However, the OS may impose a limit: - macos -- 256 (change with ulimit -n) - linux -- 1024 typically (change with ulimit -n -- may require elevated permissions on clusters) - windows -- probably 255 (no clue how to change)
Configuration menu - View commit details
-
Copy full SHA for 5aab8a2 - Browse repository at this point
Copy the full SHA 5aab8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d82d05 - Browse repository at this point
Copy the full SHA 4d82d05View commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c39288a - Browse repository at this point
Copy the full SHA c39288aView commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5d19013 - Browse repository at this point
Copy the full SHA 5d19013View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fafe19 - Browse repository at this point
Copy the full SHA 9fafe19View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea09d9d - Browse repository at this point
Copy the full SHA ea09d9dView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13b5852 - Browse repository at this point
Copy the full SHA 13b5852View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2efae59 - Browse repository at this point
Copy the full SHA 2efae59View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ae783 - Browse repository at this point
Copy the full SHA d6ae783View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b6373 - Browse repository at this point
Copy the full SHA f6b6373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9974622 - Browse repository at this point
Copy the full SHA 9974622View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a06b1 - Browse repository at this point
Copy the full SHA b1a06b1View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd40956 - Browse repository at this point
Copy the full SHA dd40956View commit details
Commits on Jul 22, 2024
-
Merge remote-tracking branch 'OpenFAST/dev' into f/ReducedOrdModel
Things compile, but don't necessarily run correctly yet. there may be some outstanding issues still to resolve, particularly with IfW for AeroDisk
Configuration menu - View commit details
-
Copy full SHA for 354c5bd - Browse repository at this point
Copy the full SHA 354c5bdView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec4dcc0 - Browse repository at this point
Copy the full SHA ec4dcc0View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be0412d - Browse repository at this point
Copy the full SHA be0412dView commit details
Commits on Aug 8, 2024
-
ADsk: correct issue with wind in ADsk
- incorrect spatial average -- used RotorRad before it was set - missing wind pointer passing to ADsk in OF
Configuration menu - View commit details
-
Copy full SHA for 91e8f83 - Browse repository at this point
Copy the full SHA 91e8f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af5bb8 - Browse repository at this point
Copy the full SHA 6af5bb8View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 638e084 - Browse repository at this point
Copy the full SHA 638e084View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88c78e - Browse repository at this point
Copy the full SHA b88c78eView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de9628c - Browse repository at this point
Copy the full SHA de9628cView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fe4483 - Browse repository at this point
Copy the full SHA 2fe4483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6219c8a - Browse repository at this point
Copy the full SHA 6219c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8051787 - Browse repository at this point
Copy the full SHA 8051787View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cab6f - Browse repository at this point
Copy the full SHA f4cab6fView commit details -
Update modules/aerodisk/CMakeLists.txt
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d22b531 - Browse repository at this point
Copy the full SHA d22b531View commit details -
Update modules/aerodisk/src/AeroDisk.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a5660a - Browse repository at this point
Copy the full SHA 4a5660aView commit details -
Update modules/aerodisk/src/AeroDisk.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 743ac42 - Browse repository at this point
Copy the full SHA 743ac42View commit details -
Update modules/aerodisk/src/AeroDisk_IO.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bc1e5df - Browse repository at this point
Copy the full SHA bc1e5dfView commit details -
Update modules/aerodisk/src/driver/AeroDisk_Driver_Subs.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ad3f73 - Browse repository at this point
Copy the full SHA 6ad3f73View commit details -
Update modules/simple-elastodyn/src/driver/SED_Driver.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5e6bdbc - Browse repository at this point
Copy the full SHA 5e6bdbcView commit details -
Update modules/aerodisk/src/driver/AeroDisk_Driver_Types.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e215dde - Browse repository at this point
Copy the full SHA e215ddeView commit details -
Apply suggestions from code review
Change dates on copywrites, and remove unused code blocks from reg-testing Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 538295e - Browse repository at this point
Copy the full SHA 538295eView commit details -
Update modules/simple-elastodyn/src/SED_IO.f90
Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c2c0568 - Browse repository at this point
Copy the full SHA c2c0568View commit details
Commits on Aug 26, 2024
-
Update r-test input files for AD
Updated a few var names in the AD input fles changed label in CTest from `aerodyn15` to `aerodyn`
Configuration menu - View commit details
-
Copy full SHA for 2e1a48d - Browse repository at this point
Copy the full SHA 2e1a48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a7a60 - Browse repository at this point
Copy the full SHA 77a7a60View commit details