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

Reduced order models: AeroDisk and Simplified-ElastoDyn (SED) #1295

Merged
merged 163 commits into from
Aug 26, 2024

Commits on Oct 25, 2021

  1. Update IfW docs

    bjonkman committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2b72582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffea9e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38490eb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    1eacabc View commit details
    Browse the repository at this point in the history
  2. ROM: minor doc update

    andrew-platt committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    25d9256 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    ac901df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301d01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3623097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b876951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    114442d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de3079 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1e4078 View commit details
    Browse the repository at this point in the history
  8. [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.
    andrew-platt committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3875993 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb53b22 View commit details
    Browse the repository at this point in the history
  10. [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).
    andrew-platt committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7546c48 View commit details
    Browse the repository at this point in the history
  11. SED: add registry

    andrew-platt committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7fe8c5a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9efed89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a4df44 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. ADsk: add rough code placeholders and rough driver placeholder

    It all compiles, but does nothing
    andrew-platt committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2c59462 View commit details
    Browse the repository at this point in the history
  2. SED: add rough code placeholders and rough driver placeholder

    It all compiles, but does nothing
    andrew-platt committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9bbd523 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    04329da View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    cd0a6c1 View commit details
    Browse the repository at this point in the history
  2. ADsk: add input file passing/parsing

    - Also add a bit to the driver
    andrew-platt committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    524e408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd0fa1d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. aerodisk: set outparams and add some table handling at init

    - also added a generic table writer that will write to whatever unit specified
    andrew-platt committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    61e4326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ee070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a1be4d View commit details
    Browse the repository at this point in the history
  4. aerodisk: update OutlistParameters.xslx to match IO

    This goes with commit 61e4326, but got missed somehow
    andrew-platt committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ea3bad8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    cfeee20 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    2212b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2364e1f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    3c852cf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. 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)
    andrew-platt committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ebf917e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. ADsk: add VS-build stuff

    andrew-platt committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4dc96e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    e378952 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. ADsk: initial glue code commit

    Not functional, but passes existing regression tests.
    
    Added placeholder AeroDisk regression tests
    andrew-platt committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ceb39d9 View commit details
    Browse the repository at this point in the history
  2. ADsk: all calls to ADsk and mappings

    However, not working yet
    andrew-platt committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7fb2489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ccd706 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    ab10885 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    7e16ddf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    8eb66f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    26bc0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0f42c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5604a11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c09e45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    792920d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    f1daa7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396ccdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9caf058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c72518 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. SED: rearrange some of code for initialization

    also start populating solver routines
    
    one minor update to AeroDisk (if statement)
    andrew-platt committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    74397f5 View commit details
    Browse the repository at this point in the history
  2. SED: change how mesh outputs are calculated (little bit simpler with …

    …mappings)
    
    and fix a few errors in matrix manipulations of orientations
    andrew-platt committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    d629e01 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    3d87ae5 View commit details
    Browse the repository at this point in the history
  2. SED: add in the correct logic for solvers

    The HSSBrake may still cause the rotor to spin backwards. Logic required to fix this.
    andrew-platt committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6c57ecf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6957a76 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. 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).
    andrew-platt committed May 21, 2022
    Configuration menu
    Copy the full SHA
    74362af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f315ae View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    d91edc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397a9fd View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    b134b05 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    792e571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90837b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    758735d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2922d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a79f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4915194 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    d5f0add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94ea615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f06bf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db09e08 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    05c4b8d View commit details
    Browse the repository at this point in the history
  2. SED: add velocities and accelerations into meshes

    -- TranslationVel was not getting set in blade roots because that field was missing in the HubPtMotion mesh
    andrew-platt committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8c2e69a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. 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)
    andrew-platt committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4ae48bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f9b4c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    3c26608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c9e22a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6b4cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5715b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    ebfc816 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    1aed691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f9002 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. IfW: sync code

    - 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
    bjonkman committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    29cff7f View commit details
    Browse the repository at this point in the history
  2. Update r-test

    bjonkman committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    036206b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. executePythonRegressionCase.py: fix undefined variable

    was getting error `Error generating plots: name 'localOutFile' is not defined`
    bjonkman committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7d02e8a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    914d385 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    2575b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d291129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2cc4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abcabcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57ce51c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78027d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    bc392da View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    6b0f983 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    7719364 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. IfW update: deprecate DWM as it will not work well with the inflowwin…

    …d changes
    
    AD14 and DWM will be deprecated shortly.
    andrew-platt committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    649ed3c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    f39ba94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39c002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d7534 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ad38e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    5d9932c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    ca72bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd4302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ac4506 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    c371533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e91b591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9961cf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    0665ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65cb431 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    1d4cc21 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    766d672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3190f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69252a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a05e98 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    309a091 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    181ea10 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    4a71d77 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    1ecca02 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    dbeb5c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    c8f31ca View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    1020c90 View commit details
    Browse the repository at this point in the history
  2. ROM: uninitialized vars

    andrew-platt committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6474bfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06676b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. 2 Configuration menu
    Copy the full SHA
    d3a9724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf72547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3f0234 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. ROM: add VS projects for SED and ADsk

    Added final completion message from drivers -- weird windows error otherwise (unit 7 cannot close)
    andrew-platt committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d99086f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    53dcf86 View commit details
    Browse the repository at this point in the history
  2. 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)
    andrew-platt committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5aab8a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d82d05 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    c39288a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    5d19013 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    9fafe19 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    ea09d9d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    13b5852 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    2efae59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6ae783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6b6373 View commit details
    Browse the repository at this point in the history
  4. ROM: update test cases

    andrew-platt committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9974622 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1a06b1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    dd40956 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. 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
    andrew-platt committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    354c5bd View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    ec4dcc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    be0412d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. ADsk: correct issue with wind in ADsk

    - incorrect spatial average -- used RotorRad before it was set
    - missing wind pointer passing to ADsk in OF
    andrew-platt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    91e8f83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af5bb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    638e084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b88c78e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    de9628c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2fe4483 View commit details
    Browse the repository at this point in the history
  2. api_change: typo fix

    andrew-platt committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6219c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8051787 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4cab6f View commit details
    Browse the repository at this point in the history
  5. Update modules/aerodisk/CMakeLists.txt

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d22b531 View commit details
    Browse the repository at this point in the history
  6. Update modules/aerodisk/src/AeroDisk.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4a5660a View commit details
    Browse the repository at this point in the history
  7. Update modules/aerodisk/src/AeroDisk.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    743ac42 View commit details
    Browse the repository at this point in the history
  8. Update modules/aerodisk/src/AeroDisk_IO.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bc1e5df View commit details
    Browse the repository at this point in the history
  9. Update modules/aerodisk/src/driver/AeroDisk_Driver_Subs.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6ad3f73 View commit details
    Browse the repository at this point in the history
  10. Update modules/simple-elastodyn/src/driver/SED_Driver.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5e6bdbc View commit details
    Browse the repository at this point in the history
  11. Update modules/aerodisk/src/driver/AeroDisk_Driver_Types.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e215dde View commit details
    Browse the repository at this point in the history
  12. 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>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    538295e View commit details
    Browse the repository at this point in the history
  13. Update modules/simple-elastodyn/src/SED_IO.f90

    Co-authored-by: Derek Slaughter <deslaughter@gmail.com>
    andrew-platt and deslaughter authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c2c0568 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. 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`
    andrew-platt committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2e1a48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a7a60 View commit details
    Browse the repository at this point in the history