diff --git a/.decent_ci.yaml b/.decent_ci.yaml index 942325b5db6..29851049b68 100644 --- a/.decent_ci.yaml +++ b/.decent_ci.yaml @@ -2,8 +2,8 @@ results_repository : Myoldmopar/EnergyPlusBuildResults results_path : _posts results_base_url : https://myoldmopar.github.io/EnergyPlusBuildResults regression_repository : NREL/EnergyPlusRegressionTool -regression_branch : main # this is the branch of NREL/EnergyPlusRegressionTool to use (usually main) -regression_baseline_default : develop # this is the NREL/EnergyPlus branch to use as the baseline for regressions +regression_branch : main # this is the branch of NatLabRockies/EnergyPlusRegressionTool to use (usually main) +regression_baseline_default : develop # this is the NatLabRockies/EnergyPlus branch to use as the baseline for regressions regression_baseline_develop : "" regression_baseline_master : "" # notification_recipients: diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index d718b3d5c38..7e493f61077 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -71,4 +71,4 @@ body: You **can supply a link to your IDF if applicable**, or rename it to in.idf.txt and upload it directly here by drag and drop. Ideally, make it a _Minimum, Complete, Verifiable, Example (MCVE)_ by including the smallest possible number of input objects to reproduce the defect. - A good start might be to try to reproduce your issue with one of the EnergyPlus [ExampleFiles](https://github.com/NREL/EnergyPlus/tree/develop/testfiles). + A good start might be to try to reproduce your issue with one of the EnergyPlus [ExampleFiles](https://github.com/NatLabRockies/EnergyPlus/tree/develop/testfiles). diff --git a/.github/workflows/test_pull_requests.yml b/.github/workflows/test_pull_requests.yml index 39e494f6764..79e80de36ae 100644 --- a/.github/workflows/test_pull_requests.yml +++ b/.github/workflows/test_pull_requests.yml @@ -266,7 +266,7 @@ jobs: ${{ steps.upload_regressions.outputs.artifact-url }} - uses: actions/github-script@v8 - if: always() && matrix.run_regressions && steps.regressions.outcome == 'failure' && github.event.pull_request.head.repo.full_name == 'NREL/EnergyPlus' + if: always() && matrix.run_regressions && steps.regressions.outcome == 'failure' && github.event.pull_request.head.repo.full_name == 'NatLabRockies/EnergyPlus' with: script: | const path = require('path') diff --git a/LICENSE.txt b/LICENSE.txt index bdb4dc7dea8..49a636f4b02 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. +EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved. NOTICE: This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so. diff --git a/README.md b/README.md index c2153bb1150..72e041f329c 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,34 @@ -EnergyPlus [![](https://img.shields.io/github/release/NREL/energyplus.svg)](https://github.com/NREL/EnergyPlus/releases/latest) +EnergyPlus [![](https://img.shields.io/github/release/NatLabRockies/energyplus.svg)](https://github.com/NatLabRockies/EnergyPlus/releases/latest) ========== -[![](https://img.shields.io/github/downloads/NREL/EnergyPlus/latest/total?color=5AC451)](https://github.com/NREL/EnergyPlus/releases/latest) -[![](https://img.shields.io/github/downloads/nrel/energyplus/total.svg?color=5AC451&label=downloads_since_v8.1)](https://github.com/NREL/EnergyPlus/releases) +[![](https://img.shields.io/github/downloads/NatLabRockies/EnergyPlus/latest/total?color=5AC451)](https://github.com/NatLabRockies/EnergyPlus/releases/latest) +[![](https://img.shields.io/github/downloads/natlabrockies/energyplus/total.svg?color=5AC451&label=downloads_since_v8.1)](https://github.com/NatLabRockies/EnergyPlus/releases) This is the EnergyPlus Development Repository. EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings. ## Contact/Support - The Department of Energy maintains a [public website for EnergyPlus](https://energyplus.net) where you can find much more information about the program. - - For detailed developer information, consult the [wiki](https://github.com/nrel/EnergyPlusTeam/wiki). + - For detailed developer information, consult the [wiki](https://github.com/NatLabRockies/EnergyPlus/wiki). - Many users (and developers) of EnergyPlus are active on [Unmet Hours](https://unmethours.com/), so that's a great place to start if you have a question about EnergyPlus or building simulation. - For more in-depth, developer-driven support, please utilize the [EnergyPlus Helpdesk](https://energyplushelp.freshdesk.com/). ## Testing -[![](https://github.com/NREL/EnergyPlus/workflows/Code%20Integrity/badge.svg)](https://github.com/NREL/EnergyPlus/actions/workflows/test_code_integrity.yml) -[![](https://github.com/NREL/EnergyPlus/workflows/Documentation/badge.svg)](https://github.com/NREL/EnergyPlus/actions/workflows/build_documentation.yml) +[![](https://github.com/NatLabRockies/EnergyPlus/workflows/Code%20Integrity/badge.svg)](https://github.com/NatLabRockies/EnergyPlus/actions/workflows/test_code_integrity.yml) +[![](https://github.com/NatLabRockies/EnergyPlus/workflows/Documentation/badge.svg)](https://github.com/NatLabRockies/EnergyPlus/actions/workflows/build_documentation.yml) Every commit and every release of EnergyPlus undergoes rigorous testing. The testing consists of building EnergyPlus, of course, then there are unit tests, integration tests, API tests, and regression tests. -Since 2014, most of the testing has been performed by our bots ([Tik-Tok](https://github.com/nrel-bot), [Gort](https://github.com/nrel-bot-2), and [Marvin](https://github.com/nrel-bot-3)), using a fork of the [Decent CI](https://github.com/lefticus/decent_ci) continuous integration system. +Since 2014, most of the testing has been performed a fork of the [Decent CI](https://github.com/lefticus/decent_ci) continuous integration system. We are now adapting our efforts to use the GitHub Actions system to handle more of our testing processes. In the meantime, while Decent CI is still handling the regression and bulkier testing, results from Decent CI are still available on the testing [dashboard](https://myoldmopar.github.io/EnergyPlusBuildResults/). ## Releases -[![](https://github.com/NREL/EnergyPlus/workflows/Windows%20Releases/badge.svg)](https://github.com/NREL/EnergyPlus/actions/workflows/release_windows.yml) -[![](https://github.com/NREL/EnergyPlus/workflows/Mac%20Releases/badge.svg)](https://github.com/NREL/EnergyPlus/actions/workflows/release_mac.yml) -[![](https://github.com/NREL/EnergyPlus/workflows/Linux%20Releases/badge.svg)](https://github.com/NREL/EnergyPlus/actions/workflows/release_linux.yml) +[![](https://github.com/NatLabRockies/EnergyPlus/workflows/Windows%20Releases/badge.svg)](https://github.com/NatLabRockies/EnergyPlus/actions/workflows/release_windows.yml) +[![](https://github.com/NatLabRockies/EnergyPlus/workflows/Mac%20Releases/badge.svg)](https://github.com/NatLabRockies/EnergyPlus/actions/workflows/release_mac.yml) +[![](https://github.com/NatLabRockies/EnergyPlus/workflows/Linux%20Releases/badge.svg)](https://github.com/NatLabRockies/EnergyPlus/actions/workflows/release_linux.yml) EnergyPlus is released twice annually, usually in March and September. It is recommended all use of EnergyPlus in production workflows use these formal, public releases. @@ -53,15 +53,15 @@ The badges above here show the status, and link out to, the `latest` documentati ## License & Contributing Development -[![](https://img.shields.io/badge/license-BSD--3--like-5AC451.svg)](https://github.com/NREL/EnergyPlus/blob/develop/LICENSE.txt) +[![](https://img.shields.io/badge/license-BSD--3--like-5AC451.svg)](https://github.com/NatLabRockies/EnergyPlus/blob/develop/LICENSE.txt) EnergyPlus is available under a BSD-3-like license. -For more information, check out the [license file](https://github.com/NREL/EnergyPlus/blob/develop/LICENSE.txt). +For more information, check out the [license file](https://github.com/NatLabRockies/EnergyPlus/blob/develop/LICENSE.txt). The EnergyPlus team accepts contributions to EnergyPlus source, utilities, test files, documentation, and other materials distributed with the program. The current EnergyPlus contribution policy is now available on the EnergyPlus [contribution policy page](https://www.energyplus.net/contributing). If you are interested in contributing, please start there, but feel free to reach out to the team. ## Building EnergyPlus -A detailed description of compiling EnergyPlus on multiple platforms is available on the [wiki](https://github.com/NREL/EnergyPlus/wiki/Building-EnergyPlus). -Also, as we are adapting to using GitHub Actions, the recipes for building EnergyPlus can be found in our [workflow files](https://github.com/NREL/EnergyPlus/tree/develop/.github/workflows). +A detailed description of compiling EnergyPlus on multiple platforms is available on the [wiki](https://github.com/NatLabRockies/EnergyPlus/wiki/Building-EnergyPlus). +Also, as we are adapting to using GitHub Actions, the recipes for building EnergyPlus can be found in our [workflow files](https://github.com/NatLabRockies/EnergyPlus/tree/develop/.github/workflows). diff --git a/cmake/Install.cmake b/cmake/Install.cmake index 7090005b35f..8154db9584e 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -102,7 +102,7 @@ endif() set(CPACK_PACKAGE_VENDOR "US Department of Energy") set(CPACK_IFW_PACKAGE_PUBLISHER "${CPACK_PACKAGE_VENDOR}") -set(CPACK_PACKAGE_CONTACT "Edwin Lee ") +set(CPACK_PACKAGE_CONTACT "Matt Mitchell ") set(CPACK_PACKAGE_DESCRIPTION "EnergyPlus is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings." ) diff --git a/cmake/PythonCopyStandardLib.py b/cmake/PythonCopyStandardLib.py index b68638c2dfb..d5b414c74bd 100644 --- a/cmake/PythonCopyStandardLib.py +++ b/cmake/PythonCopyStandardLib.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/cmake/PythonFixUpTclTk.py b/cmake/PythonFixUpTclTk.py index 382f8ecf734..9bb7d1f978f 100644 --- a/cmake/PythonFixUpTclTk.py +++ b/cmake/PythonFixUpTclTk.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/cmake/PythonGetBitSize.py b/cmake/PythonGetBitSize.py index a12c3702232..6a6d158f380 100644 --- a/cmake/PythonGetBitSize.py +++ b/cmake/PythonGetBitSize.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/cmake/PythonInstallCLITools.py b/cmake/PythonInstallCLITools.py index 4e6fb64c54b..42209c18ffe 100644 --- a/cmake/PythonInstallCLITools.py +++ b/cmake/PythonInstallCLITools.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/cmake/ReverseDDPostProcess.py b/cmake/ReverseDDPostProcess.py index a328cdfe959..bfb65c5fa18 100644 --- a/cmake/ReverseDDPostProcess.py +++ b/cmake/ReverseDDPostProcess.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/cmake/codesign_doc/conf.py b/cmake/codesign_doc/conf.py index d2856481c0a..57e70f32ef6 100644 --- a/cmake/codesign_doc/conf.py +++ b/cmake/codesign_doc/conf.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/cmake/license.in.txt b/cmake/license.in.txt index bcacbd55b06..3e2021b9f8d 100644 --- a/cmake/license.in.txt +++ b/cmake/license.in.txt @@ -5,7 +5,7 @@ Version: @CMAKE_VERSION_MAJOR@.@CMAKE_VERSION_MINOR@.@CMAKE_VERSION_PATCH@ IMPORTANT -- READ CAREFULLY: THIS END USER LICENSE AGREEMENT ("AGREEMENT") IS A LEGAL AGREEMENT BETWEEN YOU (IN YOUR CAPACITY AS AN INDIVIDUAL AND AS AN AGENT FOR YOUR COMPANY, INSTITUTION OR OTHER ENTITY) (COLLECTIVELY, "YOU" OR "LICENSEE") AND THE REGENTS OF THE UNIVERSITY OF CALIFORNIA, DEPARTMENT OF ENERGY CONTRACT-OPERATORS OF THE ERNEST ORLANDO LAWRENCE BERKELEY NATIONAL LABORATORY ("BERKELEY LAB"). DOWNLOADING, INSTALLING, USING, OR COPYING OF THE SOFTWARE (AS DEFINED BELOW) BY YOU OR BY A THIRD PARTY ON YOUR BEHALF INDICATES YOUR AGREEMENT TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THESE TERMS AND CONDITIONS, DO NOT DOWNLOAD, INSTALL OR USE THE SOFTWARE. -The EnergyPlus(tm) building energy simulation computer program has been developed jointly by the University of Illinois at Urbana-Champaign ("UIUC") and Berkeley Lab under funding from the U.S. Department of Energy. It is a new software program based on concepts from IBLAST, the integrated version of UIUCs BLAST program, and Berkeley Labs DOE-2(tm) program. Berkeley Lab has the authority to administer the licensing of EnergyPlus(tm) software for UIUC. Licensee desires to obtain, and Berkeley Lab is willing to grant, the right to use the specified version of the Software (as defined below), pursuant to the terms and conditions of this Agreement. +The EnergyPlus(tm) building energy simulation computer program has been developed jointly by the University of Illinois at Urbana-Champaign ("UIUC") and Berkeley Lab under funding from the U.S. Department of Energy. It is a new software program based on concepts from IBLAST, the integrated version of UIUC's BLAST program, and Berkeley Lab's DOE-2(tm) program. Berkeley Lab has the authority to administer the licensing of EnergyPlus(tm) software for UIUC. Licensee desires to obtain, and Berkeley Lab is willing to grant, the right to use the specified version of the Software (as defined below), pursuant to the terms and conditions of this Agreement. 1. LICENSE GRANT. Subject to receipt by Berkeley Lab of any required U.S. Department of Energy approvals, Berkeley Lab grants you, and you hereby accept, a non-exclusive, non-transferable, royalty-free perpetual license to install and use the version noted above of the computer software program noted above, in executable code format only, together with any associated media, printed materials, and on-line or electronic documentation (if any) provided by Berkeley Lab (collectively, the "Software"), subject to the following terms and conditions: (a) You may use the Software solely for your own internal use; @@ -22,7 +22,7 @@ The EnergyPlus(tm) building energy simulation computer program has been develope 5. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. BERKELEY LAB, UIUC, THEIR LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. -6. LIMITATION OF LIABILITY. IN NO EVENT WILL BERKELEY LAB, UIUC, OR THEIR LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF BERKELEY LAB, UIUC, OR THEIR LICENSORS HAS BEEN WARNED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. IN NO EVENT SHALL BERKELEY LABS, UIUCS, OR THEIR LICENSORS LIABILITY FOR DAMAGES ARISING FROM OR IN CONNECTION WITH THIS AGREEMENT EXCEED THE AMOUNT PAID BY YOU FOR THE SOFTWARE. +6. LIMITATION OF LIABILITY. IN NO EVENT WILL BERKELEY LAB, UIUC, OR THEIR LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF BERKELEY LAB, UIUC, OR THEIR LICENSORS HAS BEEN WARNED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. IN NO EVENT SHALL BERKELEY LAB'S, UIUC'S, OR THEIR LICENSORS' LIABILITY FOR DAMAGES ARISING FROM OR IN CONNECTION WITH THIS AGREEMENT EXCEED THE AMOUNT PAID BY YOU FOR THE SOFTWARE. 7. INDEMNITY. You shall indemnify, defend, and hold harmless Berkeley Lab, UIUC, the U.S. Government, the Software sponsors, and their agents, officers, and employees, against any and all claims, suits, losses, damage, costs, fees, and expenses arising out of or in connection with this Agreement. You shall pay all costs incurred by Berkeley Lab in enforcing this provision, including reasonable attorney fees. diff --git a/cmake/qtifw/install_script.qs b/cmake/qtifw/install_script.qs index 62b419963e8..3e3825f8e76 100644 --- a/cmake/qtifw/install_script.qs +++ b/cmake/qtifw/install_script.qs @@ -10,9 +10,9 @@ Usage: ``` # You can get the latest version of this script by doing something similar to: -wget https://raw.githubusercontent.com/NREL/EnergyPlus/develop/cmake/qtifw/install_script.qs +wget https://raw.githubusercontent.com/NatLabRockies/EnergyPlus/develop/cmake/qtifw/install_script.qs # Windows Powershell -wget https://raw.githubusercontent.com/NREL/EnergyPlus/develop/cmake/qtifw/install_script.qs -OutFile install_script.qs +wget https://raw.githubusercontent.com/NatLabRockies/EnergyPlus/develop/cmake/qtifw/install_script.qs -OutFile install_script.qs # Linux sudo ./EnergyPlus-9.2.0-0e6e9c08a0-Linux-x86_64.run --verbose --platform minimal --script /path/to/install_script.qs diff --git a/datasets/ElectricityUSAEnvironmentalImpactFactors.idf b/datasets/ElectricityUSAEnvironmentalImpactFactors.idf index 5a9e908e305..f765aaaba61 100644 --- a/datasets/ElectricityUSAEnvironmentalImpactFactors.idf +++ b/datasets/ElectricityUSAEnvironmentalImpactFactors.idf @@ -18,7 +18,7 @@ ! United States Water Emission Fuel Factors are the combined thermoelectric and hydroelectric weighted ! averages from: ! Torcellini, Paul; Long, Nicholas; Judkoff, Ron; "Consumptive Water Use for U.S. Power Production"; -! NREL Report No. TP-550-33905. Golden, CO; 2003; http://www.nrel.gov/docs/fy04osti/33905.pdf; +! NREL Report No. TP-550-33905. Golden, CO; 2003; http://www.nlr.gov/docs/fy04osti/33905.pdf; ! or ! Torcellini, Paul; Long, Nicholas; Judkoff, Ron; "Consumptive Water Use for U.S. Power Production"; ! ASHRAE Transactions 2003, Vol 110, Part 1. Atlanta, GA; January 2004; diff --git a/design/FY2015/EMPD2.md b/design/FY2015/EMPD2.md index a9905b0bc23..326cdc6bb9b 100644 --- a/design/FY2015/EMPD2.md +++ b/design/FY2015/EMPD2.md @@ -93,8 +93,8 @@ For older versions of the .idf, the deep-layer depth and coating thickness will ## References ## -Woods, J., Winkler, J, and Christensen, D. [*Evaluation of the Effective Moisture Penetration Depth Model for Estimating Moisture Buffering in Buildings*](http://www.nrel.gov/docs/fy13osti/57441.pdf), NREL/TP-5500-57441, 2013. +Woods, J., Winkler, J, and Christensen, D. [*Evaluation of the Effective Moisture Penetration Depth Model for Estimating Moisture Buffering in Buildings*](http://www.nlr.gov/docs/fy13osti/57441.pdf), NREL/TP-5500-57441, 2013. -Woods, J., J. Winkler, D. Christensen, E. Hancock, [*Using Whole-House Field Tests to Empirically Derive Moisture Buffering Model Inputs*](http://www.nrel.gov/docs/fy14osti/62456.pdf). NREL/TP-5500-62456, 2014. +Woods, J., J. Winkler, D. Christensen, E. Hancock, [*Using Whole-House Field Tests to Empirically Derive Moisture Buffering Model Inputs*](http://www.nlr.gov/docs/fy14osti/62456.pdf). NREL/TP-5500-62456, 2014. Janssen, H. and S. Roels, [*Qualitative and quantitative assessment of interior moisture buffering by enclosures*](http://www.sciencedirect.com/science/article/pii/S0378778808002387), Energ. Buildings. 41 (2009) 382-94. diff --git a/design/FY2015/LinkInfiltrationToHVACOperation.md b/design/FY2015/LinkInfiltrationToHVACOperation.md index e8aaf17a390..b10957adbed 100644 --- a/design/FY2015/LinkInfiltrationToHVACOperation.md +++ b/design/FY2015/LinkInfiltrationToHVACOperation.md @@ -3,11 +3,11 @@ **Michael J. Witte, GARD Analytics, Inc.** - Original August 7, 2015 - - Add highlights from [NFP-LinkInfiltrationToHVAC.doc](https://github.com/NREL/EnergyPlusDevSupport/blob/master/DesignDocuments/Proposals/NFP-LinkInfiltrationToHVAC.doc) + - Add highlights from [NFP-LinkInfiltrationToHVAC.doc](https://github.com/NatLabRockies/EnergyPlusDevSupport/blob/master/DesignDocuments/Proposals/NFP-LinkInfiltrationToHVAC.doc) ## Background -ZoneAirMassFlowConservation was added in v8.2.0 via pull request [#4245](https://github.com/NREL/EnergyPlus/pull/4245). This PR touched 21 source files. Highlights: +ZoneAirMassFlowConservation was added in v8.2.0 via pull request [#4245](https://github.com/NatLabRockies/EnergyPlus/pull/4245). This PR touched 21 source files. Highlights: - Added ZoneMixingFlow to DataAirLoop structure - Added ZoneMassBalanceHVACReSim to DataHVACGlobales to signal re-simulation when needed @@ -231,7 +231,7 @@ Infiltration(j).VolumeFlowRate = Infiltration(j).MassFlowRate / AirDensity; FlowResolutionNeeded = false; } ``` -This is within the IterAir loop in SimSelectedEquipment and it fires every time IterAir == 1, because FlowMaxAvailAlreadyReset is being set to false within the IterAir loop - seems like thst line should be *out*side the IterAir loop. No, in fact it should be outside this routine. This code was added for CR7781 [#2561](https://github.com/NREL/EnergyPlus/issues/2561) on Feb 27, 2010 which stemmed from problems with some terminal units scheduled off for part of the year. -https://github.com/NREL/EnergyPlusArchive/commit/c8c4ecb752714b44b8b15de074fad81d9139d685 +This is within the IterAir loop in SimSelectedEquipment and it fires every time IterAir == 1, because FlowMaxAvailAlreadyReset is being set to false within the IterAir loop - seems like thst line should be *out*side the IterAir loop. No, in fact it should be outside this routine. This code was added for CR7781 [#2561](https://github.com/NatLabRockies/EnergyPlus/issues/2561) on Feb 27, 2010 which stemmed from problems with some terminal units scheduled off for part of the year. +https://github.com/NatLabRockies/EnergyPlusArchive/commit/c8c4ecb752714b44b8b15de074fad81d9139d685 -[ResetTerminalUnitFlowLimits](https://github.com/NREL/EnergyPlus/blame/develop/src/EnergyPlus/HVACManager.cc#L1613) resets all the terminal unit inlet node MassFlowRateMaxAvail (and Min) to the hard design flow rates without any regard to schedules or other things that may be varying. This is find during FirstHVACIteration, but looks suspicious here. This probably explains why I couldn't get the VAV terminal unit schedule to stick. Note that IterAir is repeated up to six times (hardwired iteration limit) and then goes back up to the main HVAC iteration loop (HVACManagerIteration whcih is the one that has a user-controlled max that defaults to 20). +[ResetTerminalUnitFlowLimits](https://github.com/NatLabRockies/EnergyPlus/blame/develop/src/EnergyPlus/HVACManager.cc#L1613) resets all the terminal unit inlet node MassFlowRateMaxAvail (and Min) to the hard design flow rates without any regard to schedules or other things that may be varying. This is find during FirstHVACIteration, but looks suspicious here. This probably explains why I couldn't get the VAV terminal unit schedule to stick. Note that IterAir is repeated up to six times (hardwired iteration limit) and then goes back up to the main HVAC iteration loop (HVACManagerIteration whcih is the one that has a user-controlled max that defaults to 20). diff --git a/design/FY2016/CoilHeatingOtherFuel.md b/design/FY2016/CoilHeatingOtherFuel.md index 3409fc8bec7..01ac12b2cf2 100644 --- a/design/FY2016/CoilHeatingOtherFuel.md +++ b/design/FY2016/CoilHeatingOtherFuel.md @@ -9,11 +9,11 @@ Other Fuel Heating Coils ## Justification for New Feature ## -Similar to [#5746](https://github.com/NREL/EnergyPlus/issues/5746) , furnaces currently only support gas or electric heating coils. Propane and fuel oil are commonly used fuel types, especially for residential models. This is similar to [#5656](https://github.com/NREL/EnergyPlus/issues/5656) / [#5746](https://github.com/NREL/EnergyPlus/issues/5746) which added a fuel type field to `OtherEquipment`. +Similar to [#5746](https://github.com/NatLabRockies/EnergyPlus/issues/5746) , furnaces currently only support gas or electric heating coils. Propane and fuel oil are commonly used fuel types, especially for residential models. This is similar to [#5656](https://github.com/NatLabRockies/EnergyPlus/issues/5656) / [#5746](https://github.com/NatLabRockies/EnergyPlus/issues/5746) which added a fuel type field to `OtherEquipment`. ## E-mail and Conference Call Conclusions ## -See GitHub issue [#5752](https://github.com/NREL/EnergyPlus/issues/5752). +See GitHub issue [#5752](https://github.com/NatLabRockies/EnergyPlus/issues/5752). ## Overview ## diff --git a/design/FY2016/Design-MoreDaylightingSensors.md b/design/FY2016/Design-MoreDaylightingSensors.md index 381b44af014..4e63217e521 100644 --- a/design/FY2016/Design-MoreDaylightingSensors.md +++ b/design/FY2016/Design-MoreDaylightingSensors.md @@ -58,7 +58,7 @@ The first step will be to implement the code changes described above without per The general approach for refactoring plant components: -[https://github.com/NREL/EnergyPlus/wiki/RefactoringPlantComponentApproach](https://github.com/NREL/EnergyPlus/wiki/RefactoringPlantComponentApproach) +[https://github.com/NatLabRockies/EnergyPlus/wiki/RefactoringPlantComponentApproach](https://github.com/NatLabRockies/EnergyPlus/wiki/RefactoringPlantComponentApproach) will be adapted for the portions of the daylighting code that is touched. No class hierarchy is expected at this point. diff --git a/design/FY2016/OAControllerMakeover-Issue4663.md b/design/FY2016/OAControllerMakeover-Issue4663.md index a7835c7e653..bfbc0fbbcfa 100644 --- a/design/FY2016/OAControllerMakeover-Issue4663.md +++ b/design/FY2016/OAControllerMakeover-Issue4663.md @@ -30,7 +30,7 @@ The current combination of Controller:OutdoorAir plus Controller:MechanicalVenti 1. Trying to set the OA flow to zero at night when using Controller:MechanicalVentilation -[Issue #4633](https://github.com/NREL/EnergyPlus/issues/4633) requires that the Controller:MechanicalVentilation schedule be set to zero as well as the Controller:OutdoorAir Minimum Outdoor Air Schedule (*if* the Controller:OutdoorAir Minimum Outdoor Air Flow Rate is > 0). +[Issue #4633](https://github.com/NatLabRockies/EnergyPlus/issues/4633) requires that the Controller:MechanicalVentilation schedule be set to zero as well as the Controller:OutdoorAir Minimum Outdoor Air Schedule (*if* the Controller:OutdoorAir Minimum Outdoor Air Flow Rate is > 0). 2. Specifying a schedule in DesignSpecification:OutdoorAir only to find that it is ignored by Controller:MechanicalVentilation. diff --git a/design/FY2016/OtherEquipment.md b/design/FY2016/OtherEquipment.md index 06dad25722a..dd87b5f0f30 100644 --- a/design/FY2016/OtherEquipment.md +++ b/design/FY2016/OtherEquipment.md @@ -7,21 +7,21 @@ Add Fuel Use to `OtherEquipment` ## Justification for New Feature ## -See [#5656](https://github.com/NREL/EnergyPlus/issues/5656). EnergyPlus currently has `ElectricEquipment` and `GasEquipment` objects that use electricity or natural gas and contribute to internal gains. There is also a `OtherEquipment` which uses no fuel and contributes to internal gains. Additionally, there is a `Exterior:FuelEquipment` that uses a fuel specified in a field (Electricity, NaturalGas, PropaneGas, FuelOil, etc) but does not contribute to internal gains. +See [#5656](https://github.com/NatLabRockies/EnergyPlus/issues/5656). EnergyPlus currently has `ElectricEquipment` and `GasEquipment` objects that use electricity or natural gas and contribute to internal gains. There is also a `OtherEquipment` which uses no fuel and contributes to internal gains. Additionally, there is a `Exterior:FuelEquipment` that uses a fuel specified in a field (Electricity, NaturalGas, PropaneGas, FuelOil, etc) but does not contribute to internal gains. For residential use there exists equipment that uses fuels other than electricity or natural gas and contributes to internal gains (i.e. a propane oven/range or a propane clothes dryer). Therefore there is a need for a generic object that allows the user to specify a fuel and contributes to internal gains. ## E-mail and Conference Call Conclusions ## -We have not had any emails or conference calls, but there was a lot of discussion on the [GitHub issue](https://github.com/NREL/EnergyPlus/issues/5656). Several options were proposed. Including: +We have not had any emails or conference calls, but there was a lot of discussion on the [GitHub issue](https://github.com/NatLabRockies/EnergyPlus/issues/5656). Several options were proposed. Including: 1. Create a `FuelEquipment` to replace (or deprecate) `GasEquipment` and `ElectricEquipment`. 2. Create a `FuelEquipment` that has all of the fuel types except electricity or natural gas. 3. Create separate `PropaneEquipment`, `FuelOilEquipment`, etc objects. -4. Equipment that replaces all interior/exterior, gas/electric/other. From [below](https://github.com/NREL/EnergyPlus/issues/5656#issuecomment-220482638) -5. Create a `FuelEquipment` to replace `GasEquipment`. From [below](https://github.com/NREL/EnergyPlus/issues/5656#issuecomment-219066932) -6. Add "Fuel Type" field to `OtherEquipment`. From [below](https://github.com/NREL/EnergyPlus/issues/5656#issuecomment-221892458) +4. Equipment that replaces all interior/exterior, gas/electric/other. From [below](https://github.com/NatLabRockies/EnergyPlus/issues/5656#issuecomment-220482638) +5. Create a `FuelEquipment` to replace `GasEquipment`. From [below](https://github.com/NatLabRockies/EnergyPlus/issues/5656#issuecomment-219066932) +6. Add "Fuel Type" field to `OtherEquipment`. From [below](https://github.com/NatLabRockies/EnergyPlus/issues/5656#issuecomment-221892458) | Object | Generates Heat in Zone | Exterior (no zone heat gain) | Generates CO2 | Consumes Electricity | Consumes Natural Gas | Uses District Heat | Consumes any Fuel Type | Consumes no Energy Resource | Net Number of Objects | |------------------------|:----------------------:|:----------------------------:|:-------------:|:--------------------:|:--------------------:|:------------------:|:----------------------:|:---------------------------:|:---------------------:| @@ -160,17 +160,31 @@ It will be updated to reflect the changes accordingly. ### Old Object ``` -OtherEquipment, BASE-1 OthEq 1, !- Name BASE-1, !- Zone Name ALWAYSON, !- SCHEDULE Name EquipmentLevel, !- Design Level calculation method 6766., !- Design Level {W} , !- Power per Zone Floor Area {watts/m2} , !- Power per Person {watts/person} 0, !- Fraction Latent 0.3, !- Fraction Radiant 0; !- Fraction Lost +OtherEquipment, + BASE-1 OthEq 1, !- Name + BASE-1, !- Zone Name ALWAYSON, !- SCHEDULE Name + EquipmentLevel, !- Design Level calculation method 6766., !- Design Level {W} + , !- Power per Zone Floor Area {watts/m2} + , !- Power per Person {watts/person} + 0, !- Fraction Latent 0.3, !- Fraction Radiant + 0; !- Fraction Lost ``` ### New Object ``` -OtherEquipment, BASE-1 OthEq 1, !- Name PropaneGas, !- Fuel Use Type BASE-1, !- Zone Name +OtherEquipment, + BASE-1 OthEq 1, !- Name + PropaneGas, !- Fuel Use Type + BASE-1, !- Zone Name ALWAYSON, !- SCHEDULE Name EquipmentLevel, !- Design Level calculation method - 6766., !- Design Level {W} , !- Power per Zone Floor Area {watts/m2} , !- Power per Person {watts/person} 0, !- Fraction Latent - 0.3, !- Fraction Radiant 0, !- Fraction Lost + 6766., !- Design Level {W} + , !- Power per Zone Floor Area {watts/m2} + , !- Power per Person {watts/person} + 0, !- Fraction Latent + 0.3, !- Fraction Radiant + 0, !- Fraction Lost 1.2E-7, !- Carbon Dioxide Generation Rate SubCategory1; !- End-Use Subcategory ``` diff --git a/design/FY2016/Plant Equipment Autosizing Gaps.md b/design/FY2016/Plant Equipment Autosizing Gaps.md index f65ec781320..f426823340f 100644 --- a/design/FY2016/Plant Equipment Autosizing Gaps.md +++ b/design/FY2016/Plant Equipment Autosizing Gaps.md @@ -89,7 +89,7 @@ sizing factor is used when the component design inputs are autosized: the autosi are performed as usual and the results are multiplied by the sizing factor. For this component the inputs that would be altered by the sizing factor are: Reference Load Side Flow Rate, Reference Source Side Flow Rate, Reference Cooling Capacity, and Reference Cooling Power Consumption. The -Sizing Factor allows the user to size a component to meet part of the plant loops design load while +Sizing Factor allows the user to size a component to meet part of the plant loop's design load while continuing to use the autosizing feature. For example if there are two heat pumps on the supply side, each one could be sized to be half of the design load. @@ -130,7 +130,7 @@ sizing factor is used when the component design inputs are autosized: the autosi are performed as usual and the results are multiplied by the sizing factor. For this component the inputs that would be altered by the sizing factor are: Reference Load Side Flow Rate, Reference Source Side Flow Rate, Reference Heating Capacity, and Reference Heating Power Consumption. The -Sizing Factor allows the user to size a component to meet part of the plant loops design load while +Sizing Factor allows the user to size a component to meet part of the plant loop's design load while continuing to use the autosizing feature. For example if there are two heat pumps on the supply side, each one could be sized to be half of the design load. diff --git a/design/FY2017/Design-ProvideAdditionalLEEDrelatedFeatures.md b/design/FY2017/Design-ProvideAdditionalLEEDrelatedFeatures.md index 3e2323ae641..5eb897769d4 100644 --- a/design/FY2017/Design-ProvideAdditionalLEEDrelatedFeatures.md +++ b/design/FY2017/Design-ProvideAdditionalLEEDrelatedFeatures.md @@ -8,7 +8,7 @@ Design Document - Provide Additional LEED Related Features ## New Feature Proposal -See the file [NFP-ProvideAdditionalLEEDrelatedFeatures.md](https://github.com/NREL/EnergyPlus/blob/Update_LEED_Reporting/design/FY2017/NFP-ProvideAdditionalLEEDrelatedFeatures.md) file for details on the justification, overview, and output description. +See the file [NFP-ProvideAdditionalLEEDrelatedFeatures.md](https://github.com/NatLabRockies/EnergyPlus/blob/Update_LEED_Reporting/design/FY2017/NFP-ProvideAdditionalLEEDrelatedFeatures.md) file for details on the justification, overview, and output description. ## Adding Support for End-Use Subcategory in More Objects diff --git a/design/FY2017/Design_AFNDuctRadiation.md b/design/FY2017/Design_AFNDuctRadiation.md index 855c0eeb7a2..bf83aef4eaa 100644 --- a/design/FY2017/Design_AFNDuctRadiation.md +++ b/design/FY2017/Design_AFNDuctRadiation.md @@ -222,6 +222,6 @@ This will follow the pattern set out by objects such as the ```ZoneHVAC:Baseboar ## OOP/Refactorization -Since the new duct view factor object described here and in the NFP are intended as a *first* step at evaluating the effects of duct radiation, no major refactorization will occur during this phase of the project. If in subsequent phases duct radiation view factors are to be calculated automatically by EnergyPlus, refactorization of the surface heat balance and airflow network will be further evaluated. Converting some of the affected list of component types, as shown [here](https://github.com/NREL/EnergyPlus/blob/ea65c6e0c28a9e40c4846062fadfbf198ede5681/src/EnergyPlus/DataAirflowNetwork.cc#L87) to ```enum``` types could be tasked given team support, though little effort for code refactorization is expected. +Since the new duct view factor object described here and in the NFP are intended as a *first* step at evaluating the effects of duct radiation, no major refactorization will occur during this phase of the project. If in subsequent phases duct radiation view factors are to be calculated automatically by EnergyPlus, refactorization of the surface heat balance and airflow network will be further evaluated. Converting some of the affected list of component types, as shown [here](https://github.com/NatLabRockies/EnergyPlus/blob/ea65c6e0c28a9e40c4846062fadfbf198ede5681/src/EnergyPlus/DataAirflowNetwork.cc#L87) to ```enum``` types could be tasked given team support, though little effort for code refactorization is expected. Lots of spelling errors and end-of-line whitespace--correct those at a minimum. diff --git a/design/FY2017/MultipleAirloopsInOneZone.md b/design/FY2017/MultipleAirloopsInOneZone.md index 3cf2f9aad3b..1ec40beea58 100644 --- a/design/FY2017/MultipleAirloopsInOneZone.md +++ b/design/FY2017/MultipleAirloopsInOneZone.md @@ -273,7 +273,7 @@ Recirculation terminal unit flow rate = Max(0.06375, 0.0) = 0.06375 [m3/s] ### Modified Objects: `ZoneHVAC:AirDistributionUnit` and `AirTerminal:SingleDuct:Uncontrolled` ### -In the `ZoneHVAC:AirDistributionUnit` and `AirTerminal:SingleDuct:Uncontrolled` objects, add the following field at the end of the object. (At some point in the future, plan to address [#4988](https://github.com/NREL/EnergyPlus/issues/4988) which would create a new AirTerminal:SingleDuct:ConstantVolume:NoReheat that sits inside an ADU just like all the other terminal units.) +In the `ZoneHVAC:AirDistributionUnit` and `AirTerminal:SingleDuct:Uncontrolled` objects, add the following field at the end of the object. (At some point in the future, plan to address [#4988](https://github.com/NatLabRockies/EnergyPlus/issues/4988) which would create a new AirTerminal:SingleDuct:ConstantVolume:NoReheat that sits inside an ADU just like all the other terminal units.) *New field: Design Specification Air Terminal Sizing Name* @@ -488,14 +488,14 @@ In struct `SurfaceWindowCalc` (WindowProperty:AirflowControl object) In struct `EquipConfiguration` *2/20/2017 - done* - - Add `bool ZoneHasAirFlowWindowReturn` to avoid [looping over every zone surface](https://github.com/NREL/EnergyPlus/blob/2592ba992c6cba84395eef038be8d3a049304067/src/EnergyPlus/ZoneEquipmentManager.cc#L4178-L4183) every iteration in `ZoneEquipmentManager::CalcZoneLeavingConditions` + - Add `bool ZoneHasAirFlowWindowReturn` to avoid [looping over every zone surface](https://github.com/NatLabRockies/EnergyPlus/blob/2592ba992c6cba84395eef038be8d3a049304067/src/EnergyPlus/ZoneEquipmentManager.cc#L4178-L4183) every iteration in `ZoneEquipmentManager::CalcZoneLeavingConditions` - ~Possibly add an array of just the airflow window surface numbers to avoid looping over all the surfaces in the zone even when there *is* an airflow window~ #### ZoneEquipmentManager::CalcZoneLeavingConditions #### - **NOT DONE** Do some minor reorganization - *Done* Add a for loop over all the return nodes in the zone - - *Done* Add an if on `ZoneHasAirFlowWindow` to skip the for [loop over all the surfaces](https://github.com/NREL/EnergyPlus/blob/2592ba992c6cba84395eef038be8d3a049304067/src/EnergyPlus/ZoneEquipmentManager.cc#L4178-L4183) just to look for an airflow window + - *Done* Add an if on `ZoneHasAirFlowWindow` to skip the for [loop over all the surfaces](https://github.com/NatLabRockies/EnergyPlus/blob/2592ba992c6cba84395eef038be8d3a049304067/src/EnergyPlus/ZoneEquipmentManager.cc#L4178-L4183) just to look for an airflow window - *Done* Add a new argument `ReturnNodeNum` to `InternalHeatGains::SumAllReturnAirConvectionGains` to allocate gains for a specific return air node - *Done* Also add `ReturnAirNodeNum` optional argument to `HeatBalanceInternalHeatGains::SetupZoneInternalGain` - this only applies to Lights, because refrigerated case and airflow windows don't use this system for internal gains? - *Done* Add a new field for `ReturnNodeName` to struct `GenericComponentZoneIntGainStruct` in `DataHeatBalance`. diff --git a/design/FY2017/NFP-AFNPolygonalWindows.md b/design/FY2017/NFP-AFNPolygonalWindows.md index 8e877275fd9..53d5c75160e 100644 --- a/design/FY2017/NFP-AFNPolygonalWindows.md +++ b/design/FY2017/NFP-AFNPolygonalWindows.md @@ -87,7 +87,7 @@ lgu1234 an hour ago National Renewable Energy Laboratory member ###More communications -More communications are available in GitHub: https://github.com/NREL/EnergyPlus/pull/5924 +More communications are available in GitHub: https://github.com/NatLabRockies/EnergyPlus/pull/5924 ## Overview ## diff --git a/design/FY2017/NFP-AllowMultipleSolvers.md b/design/FY2017/NFP-AllowMultipleSolvers.md index 7f12dc40e45..c2e471ec349 100644 --- a/design/FY2017/NFP-AllowMultipleSolvers.md +++ b/design/FY2017/NFP-AllowMultipleSolvers.md @@ -90,9 +90,9 @@ Subject: Re: FW: NFP to allow multiple solvers to find a root in HVAC system sim I've made changes when RegulaFalsi can't find the solution for various reasons. In FanCoils here: -https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/FanCoilUnits.cc#L2154 +https://github.com/NatLabRockies/EnergyPlus/blob/develop/src/EnergyPlus/FanCoilUnits.cc#L2154 when very low water flow rates were needed, and in UnitarySystem (and other places) like this: -https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/HVACUnitarySystem.cc#L7458-L7531 +https://github.com/NatLabRockies/EnergyPlus/blob/develop/src/EnergyPlus/HVACUnitarySystem.cc#L7458-L7531 I don't like doing this and think this new approach would eliminate any need for special cases. @@ -180,7 +180,7 @@ On 5/3/2017 1:39 PM, Michael J Witte wrote: >>> >>> The revised NFP based on conversation with Rich was uploaded a while >>> ago for further review and comments: ->>> https://github.com/NREL/EnergyPlus/blob/AllowMultipleSolversToFindARoot/design/FY2017/NFP-AllowMultipleSolvers.md. +>>> https://github.com/NatLabRockies/EnergyPlus/blob/AllowMultipleSolversToFindARoot/design/FY2017/NFP-AllowMultipleSolvers.md. >>> I also added design document. >>> >>> Thanks. @@ -362,7 +362,7 @@ No transition is needed. ## References ## -[Multiple solvers to find a root](https://github.com/NREL/EnergyPlusDevSupport/blob/master/DesignDocuments/EnhancementList/HVAC_General_2013_04.doc) +[Multiple solvers to find a root](https://github.com/NatLabRockies/EnergyPlusDevSupport/blob/master/DesignDocuments/EnhancementList/HVAC_General_2013_04.doc) ## Design Document diff --git a/design/FY2017/NFP-GlazingEnhancements.md b/design/FY2017/NFP-GlazingEnhancements.md index 588b0509ac0..24f875c3e28 100644 --- a/design/FY2017/NFP-GlazingEnhancements.md +++ b/design/FY2017/NFP-GlazingEnhancements.md @@ -332,7 +332,7 @@ It should be pointed out that four choices are available: enum class BSDFBasis { Small, Quarter, Half, Full }; -The current setting in the #2520943-WindowsCalc-Engine_Intergration branch in https://github.com/NREL/EnergyPlus is **BSDFBasis::Small**. +The current setting in the #2520943-WindowsCalc-Engine_Intergration branch in https://github.com/NatLabRockies/EnergyPlus is **BSDFBasis::Small**. If BSDFBasis::Full is used in CWCEBSDFLayerFactory::init(), the execution speed is expected to be very slow, so that it is not practical to use this setup to perform simple straight forward simulations. diff --git a/design/FY2017/NFP-ProportionalDCVEnhancements.md b/design/FY2017/NFP-ProportionalDCVEnhancements.md index 12eda0ef18e..a988fd18865 100644 --- a/design/FY2017/NFP-ProportionalDCVEnhancements.md +++ b/design/FY2017/NFP-ProportionalDCVEnhancements.md @@ -142,7 +142,7 @@ On 4/21/2017 1:58 PM, Lixing Gu wrote: >> >> An NFP to enhance Proportional Demand Control Ventilation (DCV) is available on github. >> ->> https://github.com/NREL/EnergyPlus/blob/ProportionalDCVEnhancements/d +>> https://github.com/NatLabRockies/EnergyPlus/blob/ProportionalDCVEnhancements/d >> e sign/FY2017/NFP-ProportionalDCVEnhancements.md >> >> Comments are welcome via e-mail or github. Please let me know if you wish to be a reviewer for this task. @@ -262,7 +262,7 @@ This is what Tiejun defined in an enhancement item. On re-reading the enhancement item, I disagree with using the existing Outdoor Air Schedule for calculating the minimum flow. The schedule value is currently multiplied times all of the design level inputs (oa/person, oa/area, oa/zone) regardless of the OA control method. See CalcMechVentController -https://github.com/NREL/EnergyPlus/blob/cecaea1295fd603c9ae24d89a63339bd45fb454e/src/EnergyPlus/MixedAir.cc#L3780-L3802 +https://github.com/NatLabRockies/EnergyPlus/blob/cecaea1295fd603c9ae24d89a63339bd45fb454e/src/EnergyPlus/MixedAir.cc#L3780-L3802 So it is already modifying the design level OA flow for proportional control. It is already included in ZoneOAArea, ZoneOAPeople, ZoneOABZ, etc. @@ -309,7 +309,7 @@ Mike On 4/27/2017 3:10 PM, Lixing Gu wrote: All: -The NFP was updated based on comments. I also added design document. Please review it (https://github.com/NREL/EnergyPlus/blob/ProportionalDCVEnhancements/design/FY2017/NFP-ProportionalDCVEnhancements.md) and give me your feedback. +The NFP was updated based on comments. I also added design document. Please review it (https://github.com/NatLabRockies/EnergyPlus/blob/ProportionalDCVEnhancements/design/FY2017/NFP-ProportionalDCVEnhancements.md) and give me your feedback. Thanks. diff --git a/design/FY2017/NFP-ProvideAdditionalLEEDrelatedFeatures.md b/design/FY2017/NFP-ProvideAdditionalLEEDrelatedFeatures.md index f88327081b8..f8705d644c1 100644 --- a/design/FY2017/NFP-ProvideAdditionalLEEDrelatedFeatures.md +++ b/design/FY2017/NFP-ProvideAdditionalLEEDrelatedFeatures.md @@ -12,7 +12,7 @@ The current Leadership in Energy and Environmental Design (LEED) Summary Report ## E-mail and Conference Call Conclusions ## -Based on the feedback from the [NFP to Update the LEED Summary Report](https://github.com/NREL/EnergyPlus/blob/Update_LEED_Reporting/design/FY2017/NFP-UpdateLEEDSummaryReport.md) we have decided to limit the changes to EnergyPlus to those that need to be in the calculation engine and use OpenStudio measure to create the output report. This NFP has a narrower scope and the original NFP file was left in place for reference. +Based on the feedback from the [NFP to Update the LEED Summary Report](https://github.com/NatLabRockies/EnergyPlus/blob/Update_LEED_Reporting/design/FY2017/NFP-UpdateLEEDSummaryReport.md) we have decided to limit the changes to EnergyPlus to those that need to be in the calculation engine and use OpenStudio measure to create the output report. This NFP has a narrower scope and the original NFP file was left in place for reference. Other feedback received was not have an explicit list of end-uses but just continue to allow any string to differentiate them. @@ -37,16 +37,16 @@ The NFP was based on reviewing the following file which is submitted when using - v4_Minimum Energy Performance Calculator_v04.xlsm -as well as reaching out to stakeholders. More details are available at [NFP to Update the LEED Summary Report](https://github.com/NREL/EnergyPlus/blob/Update_LEED_Reporting/design/FY2017/NFP-UpdateLEEDSummaryReport.md). +as well as reaching out to stakeholders. More details are available at [NFP to Update the LEED Summary Report](https://github.com/NatLabRockies/EnergyPlus/blob/Update_LEED_Reporting/design/FY2017/NFP-UpdateLEEDSummaryReport.md). Several issues related to the LEED reporting may be separately addressed, including: -- https://github.com/NREL/EnergyPlus/issues/5672 EAp2-4/5. Demand data taken from Design Days instead of from Annual Peak -- https://github.com/NREL/EnergyPlus/issues/5559 Add LEED reporting of peak end use and EFLH -- https://github.com/NREL/EnergyPlus/issues/5895 LEED Summary EAp2-4/5 Report Problems -- https://github.com/NREL/EnergyPlus/issues/5613 LEED Tables service water heating doesn't appear -- https://github.com/NREL/EnergyPlus/issues/5956 Report VAV minimum volume setpoint -- https://github.com/NREL/EnergyPlus/issues/5298 Outdoor Air Summary report improvements +- https://github.com/NatLabRockies/EnergyPlus/issues/5672 EAp2-4/5. Demand data taken from Design Days instead of from Annual Peak +- https://github.com/NatLabRockies/EnergyPlus/issues/5559 Add LEED reporting of peak end use and EFLH +- https://github.com/NatLabRockies/EnergyPlus/issues/5895 LEED Summary EAp2-4/5 Report Problems +- https://github.com/NatLabRockies/EnergyPlus/issues/5613 LEED Tables service water heating doesn't appear +- https://github.com/NatLabRockies/EnergyPlus/issues/5956 Report VAV minimum volume setpoint +- https://github.com/NatLabRockies/EnergyPlus/issues/5298 Outdoor Air Summary report improvements ## Testing/Validation/Data Sources ## diff --git a/design/FY2017/NFP-UpdateLEEDSummaryReport.md b/design/FY2017/NFP-UpdateLEEDSummaryReport.md index 179800e9f54..aca85a41d71 100644 --- a/design/FY2017/NFP-UpdateLEEDSummaryReport.md +++ b/design/FY2017/NFP-UpdateLEEDSummaryReport.md @@ -73,12 +73,12 @@ Requested features from were evaluated. More may be included if budget allows. Several issues related to the LEED reporting may be addressed independently prior to the release of EnergyPlus 8.8.0 including: -https://github.com/NREL/EnergyPlus/issues/5672 EAp2-4/5. Demand data taken from Design Days instead of from Annual Peak -https://github.com/NREL/EnergyPlus/issues/5559 Add LEED reporting of peak end use and EFLH -https://github.com/NREL/EnergyPlus/issues/5895 LEED Summary EAp2-4/5 Report Problems -https://github.com/NREL/EnergyPlus/issues/5613 LEED Tables service water heating doesn't appear -https://github.com/NREL/EnergyPlus/issues/5956 Report VAV minimum volume setpoint -https://github.com/NREL/EnergyPlus/issues/5298 Outdoor Air Summary report improvements +https://github.com/NatLabRockies/EnergyPlus/issues/5672 EAp2-4/5. Demand data taken from Design Days instead of from Annual Peak +https://github.com/NatLabRockies/EnergyPlus/issues/5559 Add LEED reporting of peak end use and EFLH +https://github.com/NatLabRockies/EnergyPlus/issues/5895 LEED Summary EAp2-4/5 Report Problems +https://github.com/NatLabRockies/EnergyPlus/issues/5613 LEED Tables service water heating doesn't appear +https://github.com/NatLabRockies/EnergyPlus/issues/5956 Report VAV minimum volume setpoint +https://github.com/NatLabRockies/EnergyPlus/issues/5298 Outdoor Air Summary report improvements ## Testing/Validation/Data Sources ## diff --git a/design/FY2017/PhaseChangeEnhancements/PCMEnhancements.md b/design/FY2017/PhaseChangeEnhancements/PCMEnhancements.md index 56b7a5d35ee..249e498b9d6 100644 --- a/design/FY2017/PhaseChangeEnhancements/PCMEnhancements.md +++ b/design/FY2017/PhaseChangeEnhancements/PCMEnhancements.md @@ -81,7 +81,7 @@ Eliminating them is a small step toward further improved readability with very l #### Arrays and structs re-do -The structs in this module contain a whole lot of arrays that are then allocated individually. For example, [these array member variables](https://github.com/NREL/EnergyPlus/blob/5e3508db490490a804132e81e1e309f042cc4b51/src/EnergyPlus/HeatBalFiniteDiffManager.hh#L104-L106) in the `ConstructionDataFD` struct, which are then allocated individually, but [all to the same size](https://github.com/NREL/EnergyPlus/blob/5e3508db490490a804132e81e1e309f042cc4b51/src/EnergyPlus/HeatBalFiniteDiffManager.cc#L810-L812). +The structs in this module contain a whole lot of arrays that are then allocated individually. For example, [these array member variables](https://github.com/NatLabRockies/EnergyPlus/blob/5e3508db490490a804132e81e1e309f042cc4b51/src/EnergyPlus/HeatBalFiniteDiffManager.hh#L104-L106) in the `ConstructionDataFD` struct, which are then allocated individually, but [all to the same size](https://github.com/NatLabRockies/EnergyPlus/blob/5e3508db490490a804132e81e1e309f042cc4b51/src/EnergyPlus/HeatBalFiniteDiffManager.cc#L810-L812). This results in then having to maintain array indeces much more than if the entire list of variables was one single struct, allocated once, and retrieved once. I also believe there is the possiblity of performance gains here, because in the calculation code, the object could be retrieved once and used by reference much easier than in the current code, allowing better compiler optimization. This hasn't been tested, but just an observation. At a minimum, this will improve code readability. #### Create class with member worker functions diff --git a/design/FY2018/NFP-OnOffThermostat.md b/design/FY2018/NFP-OnOffThermostat.md index 80b7507d7d9..5bb4dc4c982 100644 --- a/design/FY2018/NFP-OnOffThermostat.md +++ b/design/FY2018/NFP-OnOffThermostat.md @@ -89,7 +89,7 @@ Team: An NFP to allow OnOff Thermostat. -https://github.com/NREL/EnergyPlus/blob/OnOffThermostat/design/FY2018/NFP-OnOffThermostat.md +https://github.com/NatLabRockies/EnergyPlus/blob/OnOffThermostat/design/FY2018/NFP-OnOffThermostat.md Comments are welcome via e-mail or github. Please let me know if you wish to be a reviewer for this task. @@ -368,7 +368,7 @@ No transition is needed, since an optional field is added as the last one. A link to the enhancement item is provided below. -https://github.com/NREL/EnergyPlusDevSupport/blob/master/DesignDocuments/EnhancementList/HVAC_General_2013_05.doc +https://github.com/NatLabRockies/EnergyPlusDevSupport/blob/master/DesignDocuments/EnhancementList/HVAC_General_2013_05.doc # Design Document # diff --git a/design/FY2018/NFP-VerticalVenetianBlindsBSDFModel.md b/design/FY2018/NFP-VerticalVenetianBlindsBSDFModel.md index 316041a1968..60e2c8a7566 100644 --- a/design/FY2018/NFP-VerticalVenetianBlindsBSDFModel.md +++ b/design/FY2018/NFP-VerticalVenetianBlindsBSDFModel.md @@ -7,7 +7,7 @@ Lawrence Berkeley National Laboratory ## Overview In last couple of years LBNL has been working extensively on generating new procedure for window attachment ratings. In that process, WINDOW 7 and EnergyPlus calculation engines are used extensively to produce and analyze results. -Last year new airflow algorithm was implemented for horizontal venetians (https://github.com/NREL/EnergyPlus/blob/issue-6790-VRP-D-term/design/FY2017/AERC_Improvements.md). +Last year new airflow algorithm was implemented for horizontal venetians (https://github.com/NatLabRockies/EnergyPlus/blob/issue-6790-VRP-D-term/design/FY2017/AERC_Improvements.md). Also in a process of testing new airflow algorithm, some bugs are discovered and fixed and will be part of this release. ## Justification for New Feature diff --git a/design/FY2018/NFP_PVWatts.md b/design/FY2018/NFP_PVWatts.md index 9eca503ecd3..a3e774c7cf3 100644 --- a/design/FY2018/NFP_PVWatts.md +++ b/design/FY2018/NFP_PVWatts.md @@ -167,5 +167,5 @@ An example file will be created. No others will be modified No transition change ## References ## - - PVWatts Version 5 Manual - - SAM Simulation Core GitHub repository + - PVWatts Version 5 Manual + - SAM Simulation Core GitHub repository diff --git a/design/FY2019/Carroll-MRT.md b/design/FY2019/Carroll-MRT.md index 1d01d9da41d..b974a8229d4 100644 --- a/design/FY2019/Carroll-MRT.md +++ b/design/FY2019/Carroll-MRT.md @@ -34,7 +34,7 @@ $$q=F'_i A_i (T_r^4-T_i^4)$$ ## Input Output Reference Documentation ## -See proposed changes in [Energy+.idd.in](https://github.com/NREL/EnergyPlus/pull/7534/files#diff-23ccf090b80d26e885712256b9a6d888). Will draft document once IDD is reviewed. +See proposed changes in [Energy+.idd.in](https://github.com/NatLabRockies/EnergyPlus/pull/7534/files#diff-23ccf090b80d26e885712256b9a6d888). Will draft document once IDD is reviewed. ## Engineering Reference ## diff --git a/design/FY2019/GPU-Shading.md b/design/FY2019/GPU-Shading.md index 7c85949bfbe..b83b710d268 100644 --- a/design/FY2019/GPU-Shading.md +++ b/design/FY2019/GPU-Shading.md @@ -37,7 +37,7 @@ There are a couple potential solutions to this problem: ## Input Output Reference Documentation ## -See proposed changes in [Energy+.idd.in](https://github.com/NREL/EnergyPlus/pull/7302/files#diff-23ccf090b80d26e885712256b9a6d888). Will draft document once IDD is reviewed. +See proposed changes in [Energy+.idd.in](https://github.com/NatLabRockies/EnergyPlus/pull/7302/files#diff-23ccf090b80d26e885712256b9a6d888). Will draft document once IDD is reviewed. ## Engineering Reference ## diff --git a/design/FY2019/Interzone Air Wall NFP and Design.md b/design/FY2019/Interzone Air Wall NFP and Design.md index f55c67a5b46..5a4448e1781 100644 --- a/design/FY2019/Interzone Air Wall NFP and Design.md +++ b/design/FY2019/Interzone Air Wall NFP and Design.md @@ -352,7 +352,7 @@ through all of the surfaces. ### Grouped Zones for Radiant Exchange ### -In [PR #7267](https://github.com/NREL/EnergyPlus/pull/7267/files) "Streamline ManageSurfaceHeatBalance - Part 1," +In [PR #7267](https://github.com/NatLabRockies/EnergyPlus/pull/7267/files) "Streamline ManageSurfaceHeatBalance - Part 1," new lists of surfaces have been added to streamline loops in `HeatBalanceSurfaceManager::CalcHeatBalanceInsideSurf`: DataSurfaces::AllHTSurfaceList // List of all heat transfer surface diff --git a/design/FY2019/MultiplePartialHVACInOneZoneWithFractions.md b/design/FY2019/MultiplePartialHVACInOneZoneWithFractions.md index 2d64126b363..f9d10c4e002 100644 --- a/design/FY2019/MultiplePartialHVACInOneZoneWithFractions.md +++ b/design/FY2019/MultiplePartialHVACInOneZoneWithFractions.md @@ -8,7 +8,7 @@ Multiple/Partial HVAC Control, now with user specified fractions! ## Justification for New Feature ## -During the implementation of Mike Witte's [Improve Control of Multiple HVAC in One Zone](https://github.com/NREL/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md) NFP it was decided to not specify the fraction of the heating or cooling load that each zone equipment should meet and instead make a `UniformLoad` option available which evenly spreads the load between equipment. In some applications, particularly in residential buildings, the load is not evenly distributed between HVAC equipment. An example would be a central dx coil unit for 80% of the house and a window unit for the addition. Specifying HVAC load fractions is required for Home Energy Score, Energy Rating Index, and Weatherization Assistant modeling. +During the implementation of Mike Witte's [Improve Control of Multiple HVAC in One Zone](https://github.com/NatLabRockies/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md) NFP it was decided to not specify the fraction of the heating or cooling load that each zone equipment should meet and instead make a `UniformLoad` option available which evenly spreads the load between equipment. In some applications, particularly in residential buildings, the load is not evenly distributed between HVAC equipment. An example would be a central dx coil unit for 80% of the house and a window unit for the addition. Specifying HVAC load fractions is required for Home Energy Score, Energy Rating Index, and Weatherization Assistant modeling. ## E-mail and Conference Call Conclusions ## @@ -36,7 +36,7 @@ ZoneHVAC:EquipmentList, 4; !- Zone Equipment 4 Heating or No-Load Sequence ``` -In that case we'd want the ERV to operate on all the load and add some load as they do. Then we want to be able to split the load between `CentralAirConditioner_1` and `CentralAirConditioner_2` with user specified fractions. Finally we want the dehumidifier to see all the remaining latent load. After some discussion with Mike Witte and Scott Horowitz, we now think the best approach is going to be more like ["Option B"](https://github.com/NREL/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md#option-b---remaining-load) in the original NFP. I have revised the Overview and Approach section to reflect our current thinking. +In that case we'd want the ERV to operate on all the load and add some load as they do. Then we want to be able to split the load between `CentralAirConditioner_1` and `CentralAirConditioner_2` with user specified fractions. Finally we want the dehumidifier to see all the remaining latent load. After some discussion with Mike Witte and Scott Horowitz, we now think the best approach is going to be more like ["Option B"](https://github.com/NatLabRockies/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md#option-b---remaining-load) in the original NFP. I have revised the Overview and Approach section to reflect our current thinking. ## Overview and Approach ## @@ -48,7 +48,7 @@ Zone Equipment Sequential Cooling Fraction Zone Equipment Sequential Heating or No-Load Fraction ``` -Similar to (and uapologetically lifted from) Mike Witte's ["Option B"](https://github.com/NREL/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md#option-b---remaining-load), the fractions will be applied as follows: +Similar to (and uapologetically lifted from) Mike Witte's ["Option B"](https://github.com/NatLabRockies/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md#option-b---remaining-load), the fractions will be applied as follows: The zone equipment manager multiplies the current remaining load by the applicable schedule fraction before calling a given piece of equipment. Here is an example where the radiant cooling panels meet 25% of the cooling load and the air system meets the remaining load. @@ -101,4 +101,4 @@ Transition will be required for `ZoneHVAC:EquipmentList`. ## References ## -- Mike Witte - [Improve Control of Multiple HVAC in One Zone](https://github.com/NREL/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md) NFP. +- Mike Witte - [Improve Control of Multiple HVAC in One Zone](https://github.com/NatLabRockies/EnergyPlus/blob/8d7fcb46b41e083a30a872f2b9fc23ca65912c2e/design/FY2017/MultiplePartialHVACInOneZone.md) NFP. diff --git a/design/FY2019/NFP-Connect Split DX to VRF Refrigerant Loop.md b/design/FY2019/NFP-Connect Split DX to VRF Refrigerant Loop.md index f102e28d83e..36990a44f1b 100644 --- a/design/FY2019/NFP-Connect Split DX to VRF Refrigerant Loop.md +++ b/design/FY2019/NFP-Connect Split DX to VRF Refrigerant Loop.md @@ -25,7 +25,7 @@ Currently, VRF systems in EnergyPlus only allow ZoneHVAC terminals to be connect This task will expand the capabilities of the VRF model to allow terminal devices such as split DX DOAS AHUs and split DX AHUs for space conditioning and ventilation to be connected to VRF refrigerant loops. The following figure is excerpt from the Eng. Ref. (Figure 16.51, pg 1163, V9.2) and modified to include VRF air loop and outdoor air equipment (red circle). -Figure 1: ![Figure 1](https://github.com/NREL/EnergyPlus/blob/NFP---Connect-split-DX-to-VRF-refrigerant-loop/design/FY2019/VRFTU%20Allowed%20in%20Airloop-OASys.png) Variable Refrigerant Flow Heat Pump (draw through fan placement) +Figure 1: ![Figure 1](https://github.com/NatLabRockies/EnergyPlus/blob/NFP---Connect-split-DX-to-VRF-refrigerant-loop/design/FY2019/VRFTU%20Allowed%20in%20Airloop-OASys.png) Variable Refrigerant Flow Heat Pump (draw through fan placement) ## Approach ## diff --git a/design/FY2019/NFP-DOAS_MultiAHUs.md b/design/FY2019/NFP-DOAS_MultiAHUs.md index 3be3cb9cc9f..f2056883781 100644 --- a/design/FY2019/NFP-DOAS_MultiAHUs.md +++ b/design/FY2019/NFP-DOAS_MultiAHUs.md @@ -160,7 +160,7 @@ On Monday, March 25, 2019, 9:23:03 AM MDT, Lixing Gu wrote: Larry: -As you may know, I will implement a new feature to Model DOAS Supplying Air to Inlets of Multiple AHUs. The NFP was uploaded in https://github.com/NREL/EnergyPlus/blob/Model-DOAS-to-Multiple-Air-Handling-Units/design/FY2019/NFP-DOAS_MultiAHUs.md. The approach I proposed is a slight modification Fred proposed before. My guess (not sure) is that the Fred’s proposal was discussed in the sizing meeting before. I also know you are interested in this topic. Is it possible to discuss the NFP in the sizing meeting as an agenda item this Wed.? +As you may know, I will implement a new feature to Model DOAS Supplying Air to Inlets of Multiple AHUs. The NFP was uploaded in https://github.com/NatLabRockies/EnergyPlus/blob/Model-DOAS-to-Multiple-Air-Handling-Units/design/FY2019/NFP-DOAS_MultiAHUs.md. The approach I proposed is a slight modification Fred proposed before. My guess (not sure) is that the Fred’s proposal was discussed in the sizing meeting before. I also know you are interested in this topic. Is it possible to discuss the NFP in the sizing meeting as an agenda item this Wed.? Thanks. @@ -368,7 +368,7 @@ Team: An NFP to Model DOAS Supplying Air to Inlets of Multiple AHUs. -https://github.com/NREL/EnergyPlus/blob/Model-DOAS-to-Multiple-Air-Handling-Units/design/FY2019/NFP-DOAS_MultiAHUs.md. +https://github.com/NatLabRockies/EnergyPlus/blob/Model-DOAS-to-Multiple-Air-Handling-Units/design/FY2019/NFP-DOAS_MultiAHUs.md. Comments are welcome via e-mail or github. Please let me know if you wish to be a reviewer for this task. diff --git a/design/FY2019/Streamline ManageSurfaceHeatBalance.md b/design/FY2019/Streamline ManageSurfaceHeatBalance.md index 5f155d0eef9..ee416d22d15 100644 --- a/design/FY2019/Streamline ManageSurfaceHeatBalance.md +++ b/design/FY2019/Streamline ManageSurfaceHeatBalance.md @@ -49,7 +49,7 @@ for a match. In `CalcHeatBalanceInsideSurf`, these are looking for uses of CondF or do other calculations specific to a certain algorithm. It is a small list (only CTF by default), but lots of gymnastics to find a result that could be done once and stored in a bool. The same function used elsewhere in the code for other things. -4.Loop through all surfaces looking for InsideHeatSourceTermSchedule and set QAdditionalHeatSourceInside to a schedule value - +4. Loop through all surfaces looking for InsideHeatSourceTermSchedule and set QAdditionalHeatSourceInside to a schedule value - even if there are none in the simulation. Could add a new bool to skip this if there are no inside sources used. 5. Check if windows have an internal source - why are windows even in this list - they're solved elsewhere? diff --git a/design/FY2019/VAV_ChangeoverBypass_Enhancement.md b/design/FY2019/VAV_ChangeoverBypass_Enhancement.md index 75aca6ea22b..bf30ad0e4e2 100644 --- a/design/FY2019/VAV_ChangeoverBypass_Enhancement.md +++ b/design/FY2019/VAV_ChangeoverBypass_Enhancement.md @@ -10,7 +10,7 @@ Enhancement: VAV Changeover Bypass The existing AirloopHVAC:UnitaryHeatCool:VAVChangeoverBypass model, a constant volume flow system, uses a bypass duct to short-circuit excess supply air back to the inlet of the unit. The following figure from the Engineering Reference illustrates the use and location of the bypass duct. -Figure 1: ![Figure 1](https://github.com/NREL/EnergyPlus/blob/New-Feature-CBVAV-Mods/doc/engineering-reference/media/image5053.png) +Figure 1: ![Figure 1](https://github.com/NatLabRockies/EnergyPlus/blob/New-Feature-CBVAV-Mods/doc/engineering-reference/media/image5053.png) Schematic of Changeover Bypass VAV Unitary System with Blow Through Fan With this configuration the treated supply air that bypasses the zones mixes with the return air prior to entering the outdoor air mixer. At the higher bypass fractions this can lead to unreasonably low or high air temperatures entering the OA mixing box. When the AirloopHVAC:OutdoorAirSystem is used external to this model (upstream of the Air Inlet Node in the previous figure), mixing the bypass air in this fashion (i.e., after the external OA Mixer) leads to unexpected economizer operation since the true mixed air temperature entering the external OA Mixer would be different had the bypass air been mixed prior to the external OA Mixer. @@ -41,7 +41,7 @@ Tiejun Wu at Carrier was the first to notice this problem and last year offered The solution to the above mentioned problem is to move the internal bypass duct away from the model and mix the bypass air using an AirloopHVAC:ReturnPlenum or AirloopHVAC:ZoneMixer (if a plenum is not used). Figure 2 represents the proposed enhancement to the Changeover Bypass model. The bypass duct leaves the system at the Bypass Duct Splitter Node and connects to existing air loop mixing objects. -Figure 2: ![Figure 2](https://github.com/NREL/EnergyPlus/blob/New-Feature-CBVAV-Mods/doc/engineering-reference/media/ChangeoverBypassVAV-ReturnPlenumOrMixer.PNG) +Figure 2: ![Figure 2](https://github.com/NatLabRockies/EnergyPlus/blob/New-Feature-CBVAV-Mods/doc/engineering-reference/media/ChangeoverBypassVAV-ReturnPlenumOrMixer.PNG) Proposed changes to Changeover Bypass VAV Unitary System Model diff --git a/design/FY2020/NFP Li_ion battery model.md b/design/FY2020/NFP Li_ion battery model.md index 79e58e1a39d..096d1b6348d 100644 --- a/design/FY2020/NFP Li_ion battery model.md +++ b/design/FY2020/NFP Li_ion battery model.md @@ -86,7 +86,7 @@ $$Q_{max} = min(Q_{max}^{Li}, Q_{max}^{neg})$$ ### Programming Approach The System Advisor Model (SAM) already has a battery module based on the models described in the previous section. In order to incorporate this module in EnergyPlus, the battery model in SAM and all its dependencies can be imported into the third party library in EnergyPlus. The battery model and its dependencies are contained in two folders of the SAM repository, the 'ssc' folder and the 'shared' folder. The link to the github repository of the SAM model is below. -https://github.com/nrel/ssc +https://github.com/NatLabRockies/ssc The following libraries from the SAM repository would be imported into EnergyPlus. 1. cmod_battery.h diff --git a/design/FY2020/NFP-DehumidimizerDXCoolingCoil.md b/design/FY2020/NFP-DehumidimizerDXCoolingCoil.md index ce47793c479..189f1ab519e 100644 --- a/design/FY2020/NFP-DehumidimizerDXCoolingCoil.md +++ b/design/FY2020/NFP-DehumidimizerDXCoolingCoil.md @@ -139,7 +139,7 @@ Thanks for your comments. Here are my answers to your questions. 1. Coil:Heating:Desuperheater -Luis raised the same question in August. Tiejun made a reply, available in https://github.com/NREL/EnergyPlus/issues/7421. Since the reply has figures, it is better for you to take a look over there, if you have not read it. +Luis raised the same question in August. Tiejun made a reply, available in https://github.com/NatLabRockies/EnergyPlus/issues/7421. Since the reply has figures, it is better for you to take a look over there, if you have not read it. The NFP was written later. I assume the reply justified new object needs already, so that I did not want to repeat it again in the NFP. diff --git a/design/FY2020/NFP-DualUnitReporting.md b/design/FY2020/NFP-DualUnitReporting.md index b92d8af419d..4e21435e27b 100644 --- a/design/FY2020/NFP-DualUnitReporting.md +++ b/design/FY2020/NFP-DualUnitReporting.md @@ -16,11 +16,11 @@ requested by user interface developers. See: -https://github.com/NREL/EnergyPlus/issues/5435 +https://github.com/NatLabRockies/EnergyPlus/issues/5435 and -https://github.com/NREL/OpenStudio/issues/2039 +https://github.com/NatLabRockies/OpenStudio/issues/2039 ## E-mail and Conference Call Conclusions ## @@ -44,7 +44,7 @@ Many different input objects control the production of tabular reports in Energy And additional input objects control the production of timeseries data. A current effort is underway to directly provide timeseries data in CSV format instead of ESO/MTR format: -https://github.com/NREL/EnergyPlus/pull/7904 +https://github.com/NatLabRockies/EnergyPlus/pull/7904 While some refactoring of the input objects that control reporting have been considered and perhaps should be considered in the future, no specific plan is recommended at this point. @@ -105,11 +105,11 @@ conversion that appears in the OutputControl:Table:Style object. Five different are available: - UseOutputControlTableStyle - use the same unit conversion as in OutputControl:Table:Style -- None no conversions performed -- JtoKWH Joules converted into kWh (1 / 3,600,000) -- JtoMJ Joules converted into Megajoules (1 / 1,000,000) -- JtoGJ Joules converted into Gigajoules (1 / 1,000,000,000) -- InchPound convert all annual, monthly, economics and timebins tabular values to common InchPound +- None - no conversions performed +- JtoKWH - Joules converted into kWh (1 / 3,600,000) +- JtoMJ - Joules converted into Megajoules (1 / 1,000,000) +- JtoGJ - Joules converted into Gigajoules (1 / 1,000,000,000) +- InchPound - convert all annual, monthly, economics and timebins tabular values to common InchPound equivalent When no unit conversions is selected the energy is reported in the form of Joules but since the magnitude of those numbers diff --git a/design/FY2020/NFP-EnhancedOutdoorAirReporting.md b/design/FY2020/NFP-EnhancedOutdoorAirReporting.md index 44c0783f441..f9a4d6b5c33 100644 --- a/design/FY2020/NFP-EnhancedOutdoorAirReporting.md +++ b/design/FY2020/NFP-EnhancedOutdoorAirReporting.md @@ -35,7 +35,7 @@ Specific tasks for this include: An issue was started to gather further input on this topic: -https://github.com/NREL/EnergyPlus/issues/5298 +https://github.com/NatLabRockies/EnergyPlus/issues/5298 Which stated: diff --git a/design/FY2020/NFP-PerformanceOverRidesAndReporting.md b/design/FY2020/NFP-PerformanceOverRidesAndReporting.md index ced65ea256f..b94185380a5 100644 --- a/design/FY2020/NFP-PerformanceOverRidesAndReporting.md +++ b/design/FY2020/NFP-PerformanceOverRidesAndReporting.md @@ -30,10 +30,10 @@ Add a single field to the PerformancePrecisionTradeoffs object to override: Add reporting of the PerformancePrecisionTradeoffs object into the EIO file and Tabular Initialization Summary. Also include in the EIO report other performance oriented options that exist such as the -recent sizing speed up work from TRANE [#7567](https://github.com/NREL/EnergyPlus/pull/7567) and -the CarrollMRT method [#7534](https://github.com/NREL/EnergyPlus/pull/7567). +recent sizing speed up work from TRANE [#7567](https://github.com/NatLabRockies/EnergyPlus/pull/7567) and +the CarrollMRT method [#7534](https://github.com/NatLabRockies/EnergyPlus/pull/7567). -When using the PerformancePrecisionTradeoffs, issue a warning message [#7646](https://github.com/NREL/EnergyPlus/issues/7646) +When using the PerformancePrecisionTradeoffs, issue a warning message [#7646](https://github.com/NatLabRockies/EnergyPlus/issues/7646) Add new output variables for: @@ -207,8 +207,8 @@ Output:Variable,*,Site Energy When Any Zone Oscillating Temperatures,hourly; !- The EIO file and Tabular Initialization Summary would be modified to show the values of the PerformancePrecisionTradeoffs object. It could also include other performance oriented options that exist such as the -recent sizing speed up work from TRANE [#7567](https://github.com/NREL/EnergyPlus/pull/7567) and -the CarrollMRT method [#7534](https://github.com/NREL/EnergyPlus/pull/7567). +recent sizing speed up work from TRANE [#7567](https://github.com/NatLabRockies/EnergyPlus/pull/7567) and +the CarrollMRT method [#7534](https://github.com/NatLabRockies/EnergyPlus/pull/7567). A new output file with the extension .perflog would be created whenever the PerformancePrecisionTradeoffs object is present. This log file would consist of the new EIO diff --git a/design/FY2020/NFP-filesystem.md b/design/FY2020/NFP-filesystem.md index 6c2a2602975..796b23f0629 100644 --- a/design/FY2020/NFP-filesystem.md +++ b/design/FY2020/NFP-filesystem.md @@ -8,7 +8,7 @@ Use C++17 std::filesystem library ## Justification for New Feature ## -[#8376](https://github.com/NREL/EnergyPlus/issues/8376) identified a bug with the `EnergyPlus::FileSystem::moveFile(std::string const &filePath, std::string const &destination)` function on Unix that calls the stdio [`rename`](https://www.cplusplus.com/reference/cstdio/rename/). The rename method would fail when `filePath` and `destination` aren't on the same device (eg: two different hard drives). +[#8376](https://github.com/NatLabRockies/EnergyPlus/issues/8376) identified a bug with the `EnergyPlus::FileSystem::moveFile(std::string const &filePath, std::string const &destination)` function on Unix that calls the stdio [`rename`](https://www.cplusplus.com/reference/cstdio/rename/). The rename method would fail when `filePath` and `destination` aren't on the same device (eg: two different hard drives). Looking into the `FileSystem.cc`, it is ridden with macros to conditionally call into win32 API or unix APIs. @@ -18,7 +18,7 @@ Note that there are only a handful of files that use the `FileSystem.hh` header, => **Bottom line**: the proposed changes mainly affects the CLI. -**Note:** [#8376](https://github.com/NREL/EnergyPlus/issues/8376) was fixed by a minimal approach that doesn't include upgrading to `std::filesystem` (see [PR#8410](https://github.com/NREL/EnergyPlus/pull/8410)). +**Note:** [#8376](https://github.com/NatLabRockies/EnergyPlus/issues/8376) was fixed by a minimal approach that doesn't include upgrading to `std::filesystem` (see [PR#8410](https://github.com/NatLabRockies/EnergyPlus/pull/8410)). The `std::filesystem` was kept out of it and moved into this NFP so that it can be reviewed and approved (or not) by the development team. If the minimal approach is taken, it will be a small defect; if the filesystem conversion approach is taken, it will be a larger defect. @@ -35,7 +35,7 @@ There are two things we can do: 2. Move everything to use `fs::path`, including in consumers. * `CommandLineInterface` would no longer use concatenation of std::string, like `std::string outputFilePrefix = std::string{outDirPathName} + std::string{prefixOutName};`, instead it would use `fs::path` and not have to deal with trailing slashes etc, it can just use the operator/ overload, eg: `fs::path outputFilePrefix = fs::path{outDirPathName} / prefixOutName;` -I have - for the most part - implemented Part 1., you can find a difference here: https://github.com/NREL/EnergyPlus/compare/8376_FileSystem_Move_minimal...jmarrec:8376_FileSystem_Move +I have - for the most part - implemented Part 1., you can find a difference here: https://github.com/NatLabRockies/EnergyPlus/compare/8376_FileSystem_Move_minimal...jmarrec:8376_FileSystem_Move ## Testing/Validation/Data Sources ## diff --git a/design/FY2020/StandardizeFuelTypes.md b/design/FY2020/StandardizeFuelTypes.md index b6f83e8fa3b..945738539dd 100644 --- a/design/FY2020/StandardizeFuelTypes.md +++ b/design/FY2020/StandardizeFuelTypes.md @@ -9,9 +9,9 @@ Standardize Fuel Types and Resources (Issue #5941) ## Background ## -Excerpts lifted from [issue #5941](https://github.com/NREL/EnergyPlus/issues/5941) +Excerpts lifted from [issue #5941](https://github.com/NatLabRockies/EnergyPlus/issues/5941) - - This issue was prompted by the discussion of Propane vs PropaneGas as a fuel type in [#5940](https://github.com/NREL/EnergyPlus/pull/5940), + - This issue was prompted by the discussion of Propane vs PropaneGas as a fuel type in [#5940](https://github.com/NatLabRockies/EnergyPlus/pull/5940), which change Coil:Heating:Gas to Coil:Heating:Fuel. - At that time, the concensus was that Propane is preferred over PropaneGas. @@ -42,7 +42,7 @@ searches of the code and IDD show that there are some variations in the list of ## Proposed Standard List of Fuel/Resource Types ## Electricity NaturalGas -Propane (preferred over PropaneGas per discussions in [#5940](https://github.com/NREL/EnergyPlus/pull/5940) +Propane (preferred over PropaneGas per discussions in [#5940](https://github.com/NatLabRockies/EnergyPlus/pull/5940) Diesel Gasoline FuelOil#1 (or FuelOil1) @@ -91,7 +91,7 @@ Once the above decisions are made: - The list of fuel types and corresponding strings will be build with enums similar to the way output units are currently. - - Remove the special JSON schema modifications section in [modify_schema.py](https://github.com/NREL/EnergyPlus/blob/60ed7207c2f3058fe8dc400a1aa741149094bebe/scripts/dev/generate_epJSON_schema/modify_schema.py#L267-L297) + - Remove the special JSON schema modifications section in [modify_schema.py](https://github.com/NatLabRockies/EnergyPlus/blob/60ed7207c2f3058fe8dc400a1aa741149094bebe/scripts/dev/generate_epJSON_schema/modify_schema.py#L267-L297) which allows any old fuel type synonyms to pass through and be valid. diff --git a/design/FY2021/Design-epJSONHelpers.md b/design/FY2021/Design-epJSONHelpers.md index f0769588b31..ed7bddc002d 100644 --- a/design/FY2021/Design-epJSONHelpers.md +++ b/design/FY2021/Design-epJSONHelpers.md @@ -8,7 +8,7 @@ epJSON helper functions to get field values ## Objective ## -From issue [#7632](https://github.com/NREL/EnergyPlus/issues/7632) +From issue [#7632](https://github.com/NatLabRockies/EnergyPlus/issues/7632) It would be useful to have an input processor function that diff --git a/design/FY2021/EquationFitCoilCurveReference.md b/design/FY2021/EquationFitCoilCurveReference.md index 601a6119741..62d785797d0 100644 --- a/design/FY2021/EquationFitCoilCurveReference.md +++ b/design/FY2021/EquationFitCoilCurveReference.md @@ -10,7 +10,7 @@ Change EquationFit coils to reference curve objects (Issue #8352) ## Background ## -Excerpts lifted from [issue #8352](https://github.com/NREL/EnergyPlus/issues/8352) +Excerpts lifted from [issue #8352](https://github.com/NatLabRockies/EnergyPlus/issues/8352) - The EquationFit coil objects (like `Coil:Cooling:WaterToAirHeatPump:EquationFit` and `Coil:Heating:WaterToAirHeatPump:EquationFit`) have curve coefficients embedded in them. @@ -18,7 +18,7 @@ Excerpts lifted from [issue #8352](https://github.com/NREL/EnergyPlus/issues/835 - Embedded coefficients limit the flexibility of using EMS to model coil performance impact when needed. - - Changing EquationFit coils to reference curve objects also allows the user to use different equation forms and to use lookup tables. (From [Mike Witte](https://github.com/NREL/EnergyPlus/issues/8352#issuecomment-724140062)) + - Changing EquationFit coils to reference curve objects also allows the user to use different equation forms and to use lookup tables. (From [Mike Witte](https://github.com/NatLabRockies/EnergyPlus/issues/8352#issuecomment-724140062)) ## E-mail and Conference Call Conclusions ## diff --git a/design/FY2021/NFP-901AppendixCShadingControl.md b/design/FY2021/NFP-901AppendixCShadingControl.md index 56b4306e5e4..7a0d2329397 100644 --- a/design/FY2021/NFP-901AppendixCShadingControl.md +++ b/design/FY2021/NFP-901AppendixCShadingControl.md @@ -88,4 +88,4 @@ Existing test file `WindowTests.idf` is updated with shading of two window surfa - ASHRAE. 2019. ANSI/ASHRAE/IES 90.1-2019, Energy Standard for Buildings Except Low-Rise Residential Buildings. ASHRAE, Atlanta, GA -- [Add additional option for shading control for WindowProperty:ShadingControl object #7081](https://github.com/NREL/EnergyPlus/issues/7081) +- [Add additional option for shading control for WindowProperty:ShadingControl object #7081](https://github.com/NatLabRockies/EnergyPlus/issues/7081) diff --git a/design/FY2021/NFP-AssemblyWindowOutputReporting.md b/design/FY2021/NFP-AssemblyWindowOutputReporting.md index 1912a52ebfc..7b63cd80d33 100644 --- a/design/FY2021/NFP-AssemblyWindowOutputReporting.md +++ b/design/FY2021/NFP-AssemblyWindowOutputReporting.md @@ -13,7 +13,7 @@ U-factors for glazing systems. This task will enhance EnergyPlus output reporting and allow reporting for assembly U-factors for glazing systems. The glazing systems shall include windows and frames. -In addition, [Issue #6530](https://github.com/NREL/EnergyPlus/issues/6530) says: +In addition, [Issue #6530](https://github.com/NatLabRockies/EnergyPlus/issues/6530) says: > Problem: EnergyPlus only reports U-factor, SHGC, and VT for center-of-glass. It > does not report those values for the whole window. diff --git a/design/FY2021/NFP-CodeCompliantEquipmentDataset.md b/design/FY2021/NFP-CodeCompliantEquipmentDataset.md index e32c50d7e67..408efaed032 100644 --- a/design/FY2021/NFP-CodeCompliantEquipmentDataset.md +++ b/design/FY2021/NFP-CodeCompliantEquipmentDataset.md @@ -37,7 +37,7 @@ To ensure the reasonableness of the proposed curves, for each code requirement t ![ASHRAE 62.1 Simplified Procedure](NFP-CodeCompliantEquipmentDataset.png) -The authors would like to point out that to obtain the IPLV.IP and IPLV.SI specific curves, the actual rated conditions from the AHRI Standard 550/590 and 551/591 were used (with a tolerance of 0.5% in IPLV value). Currently, EnergyPlus uses a mix of rated conditions from both Standard 550/590 and 551/591, see issue [#8967](https://github.com/NREL/EnergyPlus/issues/8967) so the IPLV reported when using the curves included in this PR might differ a bit. As mentioned in the issue, we hope that in the future EnergyPlus can report both a chiller's IPLV.IP and IPLV.SI. +The authors would like to point out that to obtain the IPLV.IP and IPLV.SI specific curves, the actual rated conditions from the AHRI Standard 550/590 and 551/591 were used (with a tolerance of 0.5% in IPLV value). Currently, EnergyPlus uses a mix of rated conditions from both Standard 550/590 and 551/591, see issue [#8967](https://github.com/NatLabRockies/EnergyPlus/issues/8967) so the IPLV reported when using the curves included in this PR might differ a bit. As mentioned in the issue, we hope that in the future EnergyPlus can report both a chiller's IPLV.IP and IPLV.SI. ## Input Output Reference Documentation ## A description of the dataset is added to the "OutputDetailsAndExamples" guide. diff --git a/design/FY2021/NFP-Dedicated_Exhaust_Fans.md b/design/FY2021/NFP-Dedicated_Exhaust_Fans.md index 8e8f88b3dd7..ce30058b8e1 100644 --- a/design/FY2021/NFP-Dedicated_Exhaust_Fans.md +++ b/design/FY2021/NFP-Dedicated_Exhaust_Fans.md @@ -25,7 +25,7 @@ Another application for such exhaust systems is health care. ANSI/ASHRAE/ASHE St - A few email exchanges with the original requester prior to and during the development of the NFP to clarify the development needs; -- Comment in [pull request #9925](https://github.com/NREL/EnergyPlus/pull/8925#issuecomment-891994628) regarding application for health care spaces with requirement that "All Room Air Exhausted Directly to Outdoors." +- Comment in [pull request #9925](https://github.com/NatLabRockies/EnergyPlus/pull/8925#issuecomment-891994628) regarding application for health care spaces with requirement that "All Room Air Exhausted Directly to Outdoors." ### Conference Call Communications ### diff --git a/design/FY2021/NFP-ReturnAir.md b/design/FY2021/NFP-ReturnAir.md index 20f2da8f953..e736ab13a6d 100644 --- a/design/FY2021/NFP-ReturnAir.md +++ b/design/FY2021/NFP-ReturnAir.md @@ -27,7 +27,7 @@ This feature request is based on study of commercial building HVAC design drawin Note: -The above description is mainly from GitHub Issue #8190 at https://github.com/NREL/EnergyPlus/issues/8190 +The above description is mainly from GitHub Issue #8190 at https://github.com/NatLabRockies/EnergyPlus/issues/8190 ## E-mail and Conference Call Conclusions ## diff --git a/design/FY2021/NFP-SimplifiedProcedure/NFP-SimplifiedProcedure.md b/design/FY2021/NFP-SimplifiedProcedure/NFP-SimplifiedProcedure.md index 16b8a01e090..b982ed78506 100644 --- a/design/FY2021/NFP-SimplifiedProcedure/NFP-SimplifiedProcedure.md +++ b/design/FY2021/NFP-SimplifiedProcedure/NFP-SimplifiedProcedure.md @@ -29,7 +29,7 @@ As shown in the previous section, minimum terminal primary air flow can (be requ 2. Add a new `Zone Minimum Air Flow Input Method` for all applicable `AirTerminal:*` objects ### Occupant diversity -The occupant diversity, `D`, is currently calculated by EnergyPlus using user-input design levels and schedules. While this might be convenient for users, extra care should be put into developing schedules so `D`, as calculated by EnergyPlus, match a potentially expected value. Additionally, performance might be somewhat impacted by the current implementation of that routine (see [issue 6487](https://github.com/NREL/EnergyPlus/issues/6487)). We propose to make `D` a user-input in the `Sizing:System` object. If not specified by the user the current routine would be used. +The occupant diversity, `D`, is currently calculated by EnergyPlus using user-input design levels and schedules. While this might be convenient for users, extra care should be put into developing schedules so `D`, as calculated by EnergyPlus, match a potentially expected value. Additionally, performance might be somewhat impacted by the current implementation of that routine (see [issue 6487](https://github.com/NatLabRockies/EnergyPlus/issues/6487)). We propose to make `D` a user-input in the `Sizing:System` object. If not specified by the user the current routine would be used. Letting EnergyPlus calculate `D` can potentially lead to some issues. For instance, if user-input occupancy schedules are normalized. Below is an example where two cases are compared: one using non-normalized schedules (regular case, actual occupancy fractions) and a case using normalized schedules. In both cases the actual modeled occupancy is the same. Each case leads to a different value of `D`. diff --git a/design/FY2021/NFP-ZoneAirTransferModel.md b/design/FY2021/NFP-ZoneAirTransferModel.md index ce1aedd7536..85d1d626f1e 100644 --- a/design/FY2021/NFP-ZoneAirTransferModel.md +++ b/design/FY2021/NFP-ZoneAirTransferModel.md @@ -33,7 +33,7 @@ Looking at the Engineering Ref section on Zone Air Mass Flow Conservation (see a the last equation on the first page says that the dining return flow should be reduced to account for the mixing to the kitchen when ZoneAirmassFlowConservation is active. But it doesn't appear this is happening. mXR and mXS are the mixing flows for receiving and source. So, why isn't this happening? Looking at line 3979 in CalcZoneMassBalance there net mixing flow is included in the equation. -https://github.com/NREL/EnergyPlus/blob/0750c2009f67a3e05268b7ae7ab6cba8781826a7/src/EnergyPlus/ZoneEquipmentManager.cc#L3979-L3995 +https://github.com/NatLabRockies/EnergyPlus/blob/0750c2009f67a3e05268b7ae7ab6cba8781826a7/src/EnergyPlus/ZoneEquipmentManager.cc#L3979-L3995 StdTotalReturnMassFlow = state.dataZoneEquip->ZoneEquipConfig(ZoneNum).TotInletAirMassFlowRate + ZoneMixingNetAirMassFlowRate - (state.dataZoneEquip->ZoneEquipConfig(ZoneNum).TotExhaustAirMassFlowRate - state.dataZoneEquip->ZoneEquipConfig(ZoneNum).ZoneExhBalanced); diff --git a/design/FY2021/ReportIndividualInfiltrationObject.md b/design/FY2021/ReportIndividualInfiltrationObject.md index 6fc00299a2d..d33e98ddc52 100644 --- a/design/FY2021/ReportIndividualInfiltrationObject.md +++ b/design/FY2021/ReportIndividualInfiltrationObject.md @@ -8,10 +8,10 @@ ## Background ## -Excerpts lifted from [issue #8209](https://github.com/NREL/EnergyPlus/issues/8209) +Excerpts lifted from [issue #8209](https://github.com/NatLabRockies/EnergyPlus/issues/8209) - There can be one infiltration object serving multiple zones, and there can be multiple infiltration objects serving the same zone. Currently the output variables only report at zone level, which is good for the first case. However, for the second case, there's no way to obtain, e.g., Sensible Heat Gain Energy specific to each object. - - Some related discussion in [Add Space PR](https://github.com/NREL/EnergyPlus/pull/8394#discussion_r530585696): + - Some related discussion in [Add Space PR](https://github.com/NatLabRockies/EnergyPlus/pull/8394#discussion_r530585696): - Dan Macumber: Is it possible to make infiltration or ventilation at the space level? That would simplify input for cases where ventilation requirements are a function of space type. - Jason Degraw: I think it is possible, I think we probably just want to avoid having both (e.g. SpaceInfiltration _and_ ZoneInfiltration). Moving everything to the space level will probably be more work, but if that's the right solution then we should do that. - Scott Horowitz: Whether it's SpaceInfiltration or ZoneInfiltration, it'd be nice to be able to get individual outputs for each object. With current EnergyPlus, you can have multiple ZoneInfiltration objects in a zone, but can only get aggregate outputs (i.e., the key for Zone Infiltration Sensible Heat Gain Energy is a zone object, not an infiltration object). diff --git a/design/FY2021/SeparateDesignAndControlVariablesFiles/DesignDocSeparateDesignAndControlVariables.md b/design/FY2021/SeparateDesignAndControlVariablesFiles/DesignDocSeparateDesignAndControlVariables.md index a0492d3e8e1..d6d4e0117bd 100644 --- a/design/FY2021/SeparateDesignAndControlVariablesFiles/DesignDocSeparateDesignAndControlVariables.md +++ b/design/FY2021/SeparateDesignAndControlVariablesFiles/DesignDocSeparateDesignAndControlVariables.md @@ -80,15 +80,15 @@ Project to end by April 2021 since Jermy's internship ends by May 2021. The proposed approach is to identify the design variables in the LowTemperatureRadiant and Baseboard objects and create separate design objects for the LowTemperatureRadiant and Baseboard objects. -![How the objects will be split](https://github.com/NREL/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BigSplit.jpg) +![How the objects will be split](https://github.com/NatLabRockies/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BigSplit.jpg) **Figure: How the objects will be split** -![How the design objects will be brokendown](https://github.com/NREL/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BKDwn1.jpg) +![How the design objects will be brokendown](https://github.com/NatLabRockies/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BKDwn1.jpg) -![How the design objects will be brokendown](https://github.com/NREL/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BKDwn2.jpg) +![How the design objects will be brokendown](https://github.com/NatLabRockies/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BKDwn2.jpg) -![How the design objects will be brokendown](https://github.com/NREL/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BKDwn3.jpg) +![How the design objects will be brokendown](https://github.com/NatLabRockies/EnergyPlus/blob/Separate-Design-and-Control-Variables/design/FY2021/SeparateDesignAndControlVariablesFiles/BKDwn3.jpg) **Figure: How the design objects will be brokendown** diff --git a/design/FY2021/ZZZ-OLDNFP Space-2020-04-06-early discussions.md b/design/FY2021/ZZZ-OLDNFP Space-2020-04-06-early discussions.md index b1432d8d599..a2c49fb7d8d 100644 --- a/design/FY2021/ZZZ-OLDNFP Space-2020-04-06-early discussions.md +++ b/design/FY2021/ZZZ-OLDNFP Space-2020-04-06-early discussions.md @@ -420,7 +420,7 @@ parent is easier in terms of sanity and invariant checking and 1-to-1 relationsh decision should be made to simplify model development and editing and if there is no clear favorite there then it should be made to preserve the current structure as much as possible. -Amir - Maybe/probably because I am the least informed person on this thread, this doesn�t make sense to me. In my mind, the current definition +Amir - Maybe/probably because I am the least informed person on this thread, this doesn't make sense to me. In my mind, the current definition of Zone is not broken. What is broken (or at least not clean) is the relationship between Zone and Enclosure. The use of Space as an atom that can tie Zones and Enclosures together cleanly and flexibly (and also serve as an anchor for internal loads) fixes that. diff --git a/design/FY2022/NFP-ElectricCoilStageEMSActuators.md b/design/FY2022/NFP-ElectricCoilStageEMSActuators.md index 91dd59493b4..86ff7963ea3 100644 --- a/design/FY2022/NFP-ElectricCoilStageEMSActuators.md +++ b/design/FY2022/NFP-ElectricCoilStageEMSActuators.md @@ -36,4 +36,4 @@ A new example file built upon the existing file, `UnitarySystem_MultiStageSupple ## Email Discussion -The feature and implementation details were based on [issue 9357](https://github.com/NREL/EnergyPlus/issues/9357) +The feature and implementation details were based on [issue 9357](https://github.com/NatLabRockies/EnergyPlus/issues/9357) diff --git a/design/FY2022/NFP-InitialRulesetModelDescription.md b/design/FY2022/NFP-InitialRulesetModelDescription.md index 1b916906472..bd80382fd15 100644 --- a/design/FY2022/NFP-InitialRulesetModelDescription.md +++ b/design/FY2022/NFP-InitialRulesetModelDescription.md @@ -51,11 +51,11 @@ Based on feedback, several changes are being made and are reflected in this upda - Enhance EnergyPlus to add outputs on case-by-case basis with those added to output ones that are likely to help other use-cases besides this - Read epJSON input directly for now. If this becomes too many items the other approach is to read a new -output file generated by Energyplus that is very thin and just echos the inputs needed. This would reduce +output file generated by Energyplus that is very "thin" and just echos the inputs needed. This would reduce the changes in two places if input change and would ensure consistency of all files - Fix EP-Launch to save JSON output format files (eplusout.JSON and eplusout-hourly.JSON) using user-provided file name. New issue posted as #9403 -- Dont worry about compliance parameters for now, just ignore them. In future maybe merge a JSON file that contains them. +- Don't worry about compliance parameters for now, just ignore them. In future maybe merge a JSON file that contains them. ## Overview ## @@ -63,7 +63,7 @@ Initial implementation of the draft ASHRAE Standard 229 Ruleset Model Descriptio utility that may be part of the EnergyPlus installer in the future which would produce a new JSON output file as described in Issue #8970. -https://github.com/NREL/EnergyPlus/issues/8970 +https://github.com/NatLabRockies/EnergyPlus/issues/8970 The RMD schema is being developed at: @@ -145,22 +145,22 @@ committee yet. For each RMD data group added an analysis of the values in the field need to be performed. The following is an example for the Surface data group. -| RMD Data Element | Data Type | EnergyPlus Input Object | EnergyPlus Field | Output Table | Output Row/Column| Notes | -| ---------------------------- | ----------------------------| ---------------------------- | ---------------------------------- | ---------------- | -----------------| ---------------------------------------------------------------------- | -| id | ID | BuildingSurface:Detailed | Name | | | Many other input objects could contain this (Wall:Exterior, Roof, etc | -| reporting\_name | String | BuildingSurface:Detailed | Name | | | | -| notes | String | | | | | Compliance Parameter | +| RMD Data Element | Data Type | EnergyPlus Input Object | EnergyPlus Field | Output Table | Output Row/Column| Notes | +| ---------------------------- | ----------------------------| ---------------------------- | ---------------------------------- | ---------------- | -----------------|----------------------------------------------------------------------------| +| id | ID | BuildingSurface:Detailed | Name | | | Many other input objects could contain this (Wall:Exterior, Roof, etc. | +| reporting\_name | String | BuildingSurface:Detailed | Name | | | | +| notes | String | | | | | Compliance Parameter | | subsurfaces | \[{Subsurface}\] | FenestrationSurface:Detailed | Building Surface Name | | | Many other input objects could contain this (Window, Door, GlazedDoor, etc.) | -| classification | enumeration | BuildingSurface:Detailed | Surface Type | | | | -| area | Numeric | | | Envelope Summary | Gross Area | | -| tilt | Numeric | | | Envelope Summary | Tilt | | -| azimuth | Numeric | | | Envelope Summary | Azimuth | | -| adjacent\_to | enumeration | | | | |This would be complicated to implement | -| adjacent\_zone | $ID | BuildingSurface:Detailed | Outside Boundary Condition Object | | | | -| does\_cast\_shade | Boolean | ShadowCalculation | Shading Zone Group 1 ZoneList Name | | | | -| construction | {Construction} | BuildingSurface:Detailed | Construction Name | | | | -| surface\_optical\_properties | {SurfaceOpticalProperties} | Construction | Outside Layer | | | | -| status\_type | enumeration | | | | | Compliance Parameter | +| classification | enumeration | BuildingSurface:Detailed | Surface Type | | | | +| area | Numeric | | | Envelope Summary | Gross Area | | +| tilt | Numeric | | | Envelope Summary | Tilt | | +| azimuth | Numeric | | | Envelope Summary | Azimuth | | +| adjacent\_to | enumeration | | | | | This would be complicated to implement | +| adjacent\_zone | $ID | BuildingSurface:Detailed | Outside Boundary Condition Object | | | | +| does\_cast\_shade | Boolean | ShadowCalculation | Shading Zone Group 1 ZoneList Name | | | | +| construction | {Construction} | BuildingSurface:Detailed | Construction Name | | | | +| surface\_optical\_properties | {SurfaceOpticalProperties} | Construction | Outside Layer | | | | +| status\_type | enumeration | | | | | Compliance Parameter | To understand how often data elements would be populated by either EnergyPlus input or EnergyPlus output as the source of the RMD data elements, a special tagged version of the diff --git a/design/FY2022/NFP-Latent_Sizing.md b/design/FY2022/NFP-Latent_Sizing.md index 71210d8a5eb..5375e5e7d78 100644 --- a/design/FY2022/NFP-Latent_Sizing.md +++ b/design/FY2022/NFP-Latent_Sizing.md @@ -34,7 +34,7 @@ During zone sizing calculations, E+ currently predicts the zone sensible load ba A similar approach to the existing zone sensible air flow calculation will be used to determine zone latent air flow rate. The zone condition will be maintained at an assumed or humidistat set point to facilitate an accurate prediction of zone latent loads. It is proposed that zone latent sizing occur based on a user input/request, whether or not a humidistat is present, however, if a humidistat is present the zone humidistat will be used to provide the control point. The results of zone latent sizing will be included in the zone sizing report as the zone latent cooling and heating mass flow rates and zone latent cooling and heating loads. For comparison purposes, four additional reports will be added to document the original zone sensible and latent loads prior to application of a DOAS system as Des Heat Load No DOAS, Des Cool Load No DOAS, Des Latent Heat Load No DOAS and Des Latent Cool Load No DOAS (12 reports per zone). -The proposed methodology allows a user to determine both sensible and latent loads via a loads only type simulation ([PR #9402](https://github.com/NREL/EnergyPlus/pull/9402)). Uncontrolled zones will not have a sensible or latent load and are identified by whether or not a `ZoneHVAC:EquipmentConnections` object is associated with a zone (which identifies the zone supply air node name). +The proposed methodology allows a user to determine both sensible and latent loads via a loads only type simulation ([PR #9402](https://github.com/NatLabRockies/EnergyPlus/pull/9402)). Uncontrolled zones will not have a sensible or latent load and are identified by whether or not a `ZoneHVAC:EquipmentConnections` object is associated with a zone (which identifies the zone supply air node name). ## Approach ## diff --git a/design/FY2022/NFP-MultipleGroundTemperatureReflectance.md b/design/FY2022/NFP-MultipleGroundTemperatureReflectance.md index ba2c329c759..6e3a0860ea7 100644 --- a/design/FY2022/NFP-MultipleGroundTemperatureReflectance.md +++ b/design/FY2022/NFP-MultipleGroundTemperatureReflectance.md @@ -447,7 +447,7 @@ This is average surface reflectance of multiple ground surfaces viewed by an ext ## References ## Bill Marion. 2018. Ground Albedo Measurements and Modeling. Bifacial PV Workshop Lakewood, Colorado. September 11, 2018 -https://www.nrel.gov/docs/fy20osti/72589.pdf +https://www.nlr.gov/docs/fy20osti/72589.pdf diff --git a/design/FY2022/NFP-Space Heat Balance.md b/design/FY2022/NFP-Space Heat Balance.md index f3e27a93474..fe9c1177783 100644 --- a/design/FY2022/NFP-Space Heat Balance.md +++ b/design/FY2022/NFP-Space Heat Balance.md @@ -115,7 +115,7 @@ Key aspects of the surface and air heat balances are listed below with italics i * Zone airflows for infiltration and mixing are currently by zone (ZoneInfiltration, ZoneMixing, ZoneCrossMixing). * *Modify inputs to specify by zone or space (similar to internal gains, but allocated by volume or floor area depending on the input method).* * Air volume is currently by zone. - * *Add input and calculations for Space volume. See [Issue #9362](https://github.com/NREL/EnergyPlus/issues/9362).* + * *Add input and calculations for Space volume. See [Issue #9362](https://github.com/NatLabRockies/EnergyPlus/issues/9362).* * AirflowNetwork inputs and simulation will remain at the zone level. * *Allocate the impact on the air heat balance by space. For this phase AFN zones may need to use a lumped air heat balance.* * ZoneAirBalance:OutdoorAir will remain a zone-level input, and the same method will be applied to all spaces in the zone. diff --git a/design/FY2022/enhacement_to_resilience_metric.md b/design/FY2022/enhacement_to_resilience_metric.md index d5c5e7e0c6e..709be14ea88 100644 --- a/design/FY2022/enhacement_to_resilience_metric.md +++ b/design/FY2022/enhacement_to_resilience_metric.md @@ -34,7 +34,7 @@ The concept of UDH is analogous to that of temperature-weighted exceedance hours UDH is calculated as follows: -![UDH_calc](https://github.com/NREL/EnergyPlus/blob/enhanceResilienceMetrics/design/FY2022/UDH_eq.png) +![UDH_calc](https://github.com/NatLabRockies/EnergyPlus/blob/enhanceResilienceMetrics/design/FY2022/UDH_eq.png) where T is the indoor air temperature [°C]; t is time [h]; and x+ = x if x > 0, or 0 otherwise. Tthreshold is the indoor cooling or heating setpoint [°C] in both the grid-on and grid-off scenarios. A similar metric, the Exceedance Degree-Hour, is recently developed by Salimi et al [4]. Instead of thresholding, this metric weights each hour by the distance from the current SET to the comfort zone [4]. diff --git a/design/FY2023/API_Enhancements_Inputs.md b/design/FY2023/API_Enhancements_Inputs.md index 7568b91699c..e93a8ac1b71 100644 --- a/design/FY2023/API_Enhancements_Inputs.md +++ b/design/FY2023/API_Enhancements_Inputs.md @@ -44,7 +44,7 @@ Any functions here would belong in the data exchange API group, as it relies on The inputs, whether EpJSON or IDF (or CBOR, or...), are already interpreted into a JSON object in the EnergyPlus C++ at runtime. The new endpoints would provide methods to access a list of names for object types, for example: -I already completed this as a small side task in https://github.com/NREL/EnergyPlus/pull/9973, so this is done. +I already completed this as a small side task in https://github.com/NatLabRockies/EnergyPlus/pull/9973, so this is done. ## Design of EMS Magic Number Solution diff --git a/design/FY2023/NFP-EarthTube-1DEnhancement.md b/design/FY2023/NFP-EarthTube-1DEnhancement.md index b011d46c7da..44ac3b2c0a5 100644 --- a/design/FY2023/NFP-EarthTube-1DEnhancement.md +++ b/design/FY2023/NFP-EarthTube-1DEnhancement.md @@ -17,7 +17,7 @@ The improvement of the earth tube model will be done in stages. The first step ## E-mail, Slack, and Conference Call Conclusions ## -Technicalities Meeting (5/3/23): team review the document briefly and stated the desire for this to get additional feedback in the next technicalities meeting. Two initial requests from the team included modifying the proposal to factor in the impact of the soil at the depth of the earth tube since this would be more realistic of the situation (as in, the earth tube in not infinite in width) and to contact John Nelson who has expertise in earth tube modeling and has requested improved earth tube simulation capabilities in EnergyPlus in the past. This update includes a modification of the finite difference scheme to address the concern regarding what is happening at the depth of the earth tube itself. In addition, GitHub was used to contact John Nelson and that conversation is contained in the comments for the GitHub issue regarding earth tubes (https://github.com/NREL/EnergyPlus/issues/6627). John suggested that the model at some point include the ability to model temperature variation axially along the earth tube (something already logged as a potential future enhancement) and also to provide some improved controls where air might bypass the earth tube and use heat recovery in certain situations to save the earth tube’s ability to cool. This is an interesting idea but may also be fairly complicated because it may deal with specific control algorithms and bridging between the zone and air loop simulations. Such a concept is different from what is currently in EnergyPlus and there doesn’t appear to be another model in E+ that bridges with air flow at the zone and air loop level. Such a concept is definitely beyond the scope of this initial enhancement. +Technicalities Meeting (5/3/23): team review the document briefly and stated the desire for this to get additional feedback in the next technicalities meeting. Two initial requests from the team included modifying the proposal to factor in the impact of the soil at the depth of the earth tube since this would be more realistic of the situation (as in, the earth tube in not infinite in width) and to contact John Nelson who has expertise in earth tube modeling and has requested improved earth tube simulation capabilities in EnergyPlus in the past. This update includes a modification of the finite difference scheme to address the concern regarding what is happening at the depth of the earth tube itself. In addition, GitHub was used to contact John Nelson and that conversation is contained in the comments for the GitHub issue regarding earth tubes (https://github.com/NatLabRockies/EnergyPlus/issues/6627). John suggested that the model at some point include the ability to model temperature variation axially along the earth tube (something already logged as a potential future enhancement) and also to provide some improved controls where air might bypass the earth tube and use heat recovery in certain situations to save the earth tube’s ability to cool. This is an interesting idea but may also be fairly complicated because it may deal with specific control algorithms and bridging between the zone and air loop simulations. Such a concept is different from what is currently in EnergyPlus and there doesn’t appear to be another model in E+ that bridges with air flow at the zone and air loop level. Such a concept is definitely beyond the scope of this initial enhancement. Slack Discussion (5/11/23): Neal Kruis brought up two issues in this NFP. First, there is the issue of the infinitely wide domain which is unrealistic. Second, there is the question of what air temperature is being used for heat transfer between the earth tube and the air passing through it. The second issue will be resolved by adding the discussion of the effectiveness-NTU heat exchanger model that is being used. This will be similar in the assumptions as the heat exchanger algorithm used in the low temperature radiant system model (solid side with a “constant” temperature and a fluid side which has a temperature which varies throughout). The first issue will be addressed by modifying the solution domain to have a user-defined width with adiabatic boundary conditions on either side. In reality, at some distance from the earth tube there will be negligible heat transfer toward/away from the earth tube. Making this a user-defined input parameter will allow the width to be studied. diff --git a/design/FY2023/NFP-MultistageEconomizer.md b/design/FY2023/NFP-MultistageEconomizer.md index 5fdac68a6e2..906bb1023b8 100644 --- a/design/FY2023/NFP-MultistageEconomizer.md +++ b/design/FY2023/NFP-MultistageEconomizer.md @@ -105,7 +105,7 @@ A preliminary version of this design has been implemented and tested on the `Uni ## References ## -- GitHub issue, [2 speed operation with Air Economizer in UnitarySystem](https://github.com/NREL/EnergyPlus/issues/6109) +- GitHub issue, [2 speed operation with Air Economizer in UnitarySystem](https://github.com/NatLabRockies/EnergyPlus/issues/6109) - ASHRAE. 2019. ANSI/ASHRAE/IES 90.1-2019, Energy Standard for Buildings Except Low-Rise Residential Buildings. ASHRAE, Atlanta, GA - [Honeywell JADE controller](https://customer.honeywell.com/resources/techlit/TechLitDocuments/62-0000s/62-0331.pdf) diff --git a/design/FY2023/NFP-RulesetModelDescriptionPhase2.md b/design/FY2023/NFP-RulesetModelDescriptionPhase2.md index 5138a3262fb..e6b63280cf6 100644 --- a/design/FY2023/NFP-RulesetModelDescriptionPhase2.md +++ b/design/FY2023/NFP-RulesetModelDescriptionPhase2.md @@ -41,7 +41,7 @@ and proposed RMD file. The original NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md The repo for the script development is here: @@ -287,17 +287,17 @@ such as specific new columns and data elements that are most important. The feedback on prioritization was to first support the selection of baseline HVAC system in Appendix G which includes changes to or new EnergyPlus reports: -- Equipment Summary Fans +- Equipment Summary - Fans - HVAC Topology - Equipment Summary - PlantLoop or CondenserLoop -- Equipment Summary AirTerminals +- Equipment Summary - AirTerminals After that supporting additional central plant reports in EnergyPlus enhancements: -- Equipment Summary Pumps -- Component Sizing Summary PlantLoop -- Equipment Summary Chiller -- Equipment Summary Boiler +- Equipment Summary - Pumps +- Component Sizing Summary - PlantLoop +- Equipment Summary - Chiller +- Equipment Summary - Boiler - Equipment Summary - cooling towers and fluid coolers While the EnergyPlus enhancements are underway, data elements that can be supported by current outputs should be @@ -426,7 +426,7 @@ For each Plant loop and AirLoopHVAC a table is created that has: - Loop side (supply side/demand side) - Order (2nd of 5 items on branch, items in parallel after split would have same number) - Branch Name -- Split (either y/n or split 3 of 5) +- Split (either y/n or split 3 of 5) - node name in (multiple names for mixer) - node name out (multiple names for splitter) - other control objects that reference node in as sensor (or node out?) @@ -662,7 +662,7 @@ as the 2022 work and will continue to include unit tests. This includes: The original NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md The repo for the script development is here: diff --git a/design/FY2023/NFP_MultispeedFans.md b/design/FY2023/NFP_MultispeedFans.md index 2b7c0ca91bf..785a2df9843 100644 --- a/design/FY2023/NFP_MultispeedFans.md +++ b/design/FY2023/NFP_MultispeedFans.md @@ -105,7 +105,7 @@ All: Happy New Year! I came back to the US after Christmas. I started to work from today after a China trip. -The new feature proposal was discussed on Nov. 30, 2022. The main topic is if we use either Fan:SystemModel or UnitarySystemPerformance:Multispeed. I submited my response to show differences between two objects in https://github.com/NREL/EnergyPlus/pull/9746: +The new feature proposal was discussed on Nov. 30, 2022. The main topic is if we use either Fan:SystemModel or UnitarySystemPerformance:Multispeed. I submited my response to show differences between two objects in https://github.com/NatLabRockies/EnergyPlus/pull/9746: Based on discussion in the conference call today, I revised the NFP by adding a section to show differences between between UnitarySystemPerformance:Multispeed and Fan:SystemModel for review. The Fan:SystemModel does not have No Load Supply Air Flow Rate Ratio, and different fan flow ratios between heating and cooling. diff --git a/design/FY2024/NFP-RulesetModelDescriptionPhase3.md b/design/FY2024/NFP-RulesetModelDescriptionPhase3.md index 451bec32f3b..11c09676e76 100644 --- a/design/FY2024/NFP-RulesetModelDescriptionPhase3.md +++ b/design/FY2024/NFP-RulesetModelDescriptionPhase3.md @@ -88,9 +88,9 @@ all the data elements used by the PNNL Ruleset Checking Tool. Since this NFP builds on the efforts described in previous NFPs, some details are skipped that are already described in those ealier NFPs: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md Some lessons learned from the initial effort in initial 2022 are described here: @@ -387,7 +387,7 @@ of input and related outputs should provide the final check if the reporting is While no specific changes for input are expected, we are considering allowing compliance parameters in the IDF/epJSON file by following the generic tag/properties described in this issue: -https://github.com/NREL/EnergyPlus/issues/8775 +https://github.com/NatLabRockies/EnergyPlus/issues/8775 Additional tabular outputs will be described in the IOref. @@ -609,7 +609,7 @@ them out 3. Add new Compliance input objects like existing Compliance:Building and report them in tabular reports 4. Add new Compliance input objects like existing Compliance:Building and parse the epJSON to get them (essentially ignore these inputs by EnergyPlus like HVACTemplate objects are ignored). A preprocessor would need to delete them. -5. Add new generic tag object (https://github.com/NREL/EnergyPlus/issues/8775) to associate new key-value pairs for +5. Add new generic tag object (https://github.com/NatLabRockies/EnergyPlus/issues/8775) to associate new key-value pairs for compliance parameters and create a tabular report that echos them out 6. Create a JSON file that contains the compliance parameters but the layout would need to match the layout of the RMD file so that it could be merged. Use createRMD to make an empty file to make it easier for user to populate @@ -690,11 +690,11 @@ as the 2022 adn 2023 work and will continue to include unit tests. This includes The original NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md The 2023 NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md The repo for the script development is here: diff --git a/design/FY2024/NFP_VariableCondenserFlowRequest.md b/design/FY2024/NFP_VariableCondenserFlowRequest.md index e69cbe3a1ad..cbc26ca8d32 100644 --- a/design/FY2024/NFP_VariableCondenserFlowRequest.md +++ b/design/FY2024/NFP_VariableCondenserFlowRequest.md @@ -6,7 +6,7 @@ Variable Condenser Flow Request ## Justification for New Feature ## -Issue [#7111](https://github.com/NREL/EnergyPlus/issues/7111) +Issue [#7111](https://github.com/NatLabRockies/EnergyPlus/issues/7111) - "User file with Chiller:Electric:EIR always requests full condenser flow rate" - "This is a problem not only when using cooling towers, but also when using seawater cooling by PlantComponent:TemperatureSource. Unlike cooling towers, it is not possible to make a compromise of variable tower fans instead of variable condenser water." diff --git a/design/FY2024/NFP_VariableSpeedPIUs.md b/design/FY2024/NFP_VariableSpeedPIUs.md index d8dc1679f84..d9804e77300 100644 --- a/design/FY2024/NFP_VariableSpeedPIUs.md +++ b/design/FY2024/NFP_VariableSpeedPIUs.md @@ -13,11 +13,11 @@ Certain building energy codes require fan powered VAV boxes to use variable spee All fan powered VAV terminal units (series or parallel) shall be provided with electronically commutated motors. The DDC system shall be configured to vary the speed of the motor as a function of the heating and cooling load in the space. Minimum speed shall not be greater than 66 percent of design airflow required for the greater of heating or cooling operation. Minimum speed shall be used during periods of low heating and cooling operation and ventilation-only operation. -There is also a user request for it, see [here](https://github.com/NREL/EnergyPlus/issues/7311). +There is also a user request for it, see [here](https://github.com/NatLabRockies/EnergyPlus/issues/7311). ## E-mail and Conference Call Conclusions ## -TRANE has agreed to share their variable speed series fan powered terminal units hence this NFP will focus on the implementation of parallel fan powered terminal units. See this [PR](https://github.com/NREL/EnergyPlus/pull/10336) for reference. +TRANE has agreed to share their variable speed series fan powered terminal units hence this NFP will focus on the implementation of parallel fan powered terminal units. See this [PR](https://github.com/NatLabRockies/EnergyPlus/pull/10336) for reference. ## Overview ## @@ -47,7 +47,7 @@ PIU terminals currently don't have a maximum reheat air temperature input but is Currently, both the `CalcSeriesPIU` and `CalcParallelPIU` routine follow a similar approach which is to 1. determine the primary/secondary airflow rates, 2. simulate the fan, 3. simulate the heating coil. The new implementation will use a "two-step" approach when the terminal sees a heating load: First, the `Calc` methods will force the terminal to run at its minimum flow rate, if the maximum reheat temperature is reached and the load is not met, then flow rate will be increased so the load can be met (at that maximum reheat temperature). The "Deadband" and "Cooling" sequences of operations specified above can be implemented using the current structure of the routines (see 1.). -TRANE has shared some documentation that describe how their product operate. This document is the bases for [PR #10336](https://github.com/NREL/EnergyPlus/pull/10336). The following figures shows how staged and modulated heating elements can be controlled along with variable speed fans in parallel fan powered terminals to meet space loads. +TRANE has shared some documentation that describe how their product operate. This document is the bases for [PR #10336](https://github.com/NatLabRockies/EnergyPlus/pull/10336). The following figures shows how staged and modulated heating elements can be controlled along with variable speed fans in parallel fan powered terminals to meet space loads. ![Sequence of Operation of a VAV parallel FPB with staged heating](vav_parallel_fpb_trane_staged.png) @@ -63,7 +63,7 @@ During heating operations and during the first stage of heating, the terminal fa ## Approach ## -After presenting to the development team, feedback was that the Guideline 36 are specific to high performance building system. Hence, the TRANE sequences will be implemented in EnergyPlus to align with [PR #10336](https://github.com/NREL/EnergyPlus/pull/10336). +After presenting to the development team, feedback was that the Guideline 36 are specific to high performance building system. Hence, the TRANE sequences will be implemented in EnergyPlus to align with [PR #10336](https://github.com/NatLabRockies/EnergyPlus/pull/10336). The following new inputs will be added to the `AirTerminal:SingleDuct:ParallelPIU:Reheat`: - `Fan Control Type` diff --git a/design/FY2025/NFP-DuctModelSingleLoop.md b/design/FY2025/NFP-DuctModelSingleLoop.md index 12012b53166..b60ee0a04f8 100644 --- a/design/FY2025/NFP-DuctModelSingleLoop.md +++ b/design/FY2025/NFP-DuctModelSingleLoop.md @@ -878,6 +878,6 @@ The major revisions will be performed in 3 modules, UnitarySystem, MultispeedHea ## References ## -NFP-DuctHeatTransfer.md: https://github.com/NREL/EnergyPlus/blob/develop/design/FY2024/NFP-DuctHeatTransfer.md +NFP-DuctHeatTransfer.md: https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2024/NFP-DuctHeatTransfer.md -DuctModelRoadMap.md: https://github.com/NREL/EnergyPlus/blob/develop/design/FY2024/DuctModelRoadMap.md +DuctModelRoadMap.md: https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2024/DuctModelRoadMap.md diff --git a/design/FY2025/NFP-RulesetProjectDescriptionPhase4.md b/design/FY2025/NFP-RulesetProjectDescriptionPhase4.md index 63e93935495..943638a6922 100644 --- a/design/FY2025/NFP-RulesetProjectDescriptionPhase4.md +++ b/design/FY2025/NFP-RulesetProjectDescriptionPhase4.md @@ -94,11 +94,11 @@ borrowed. Since this NFP builds on the efforts described in previous NFPs, some details are skipped that are already described in those earlier NFPs: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2024/NFP-RulesetModelDescriptionPhase3.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2024/NFP-RulesetModelDescriptionPhase3.md Some lessons learned from the initial effort in 2022 are described here: @@ -889,7 +889,7 @@ This new input echo report may not be necessary if reading the epJSON is done in Add a switch to disable rounding or truncating digits for tabular reports. -https://github.com/NREL/EnergyPlus/issues/10896 +https://github.com/NatLabRockies/EnergyPlus/issues/10896 The Equipment Summary - Air Heat Recovery table does not show the input object type and should instead just shows "generic" for each one, and the outdoor and exhaust airflow columns show zeros for some example files (not yet posted). @@ -959,15 +959,15 @@ previous work and will continue to include unit tests. This includes: The original NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2022/NFP-InitialRulesetModelDescription.md The 2023 NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2023/NFP-RulesetModelDescriptionPhase2.md The 2023 NFP is here: -https://github.com/NREL/EnergyPlus/blob/develop/design/FY2024/NFP-RulesetModelDescriptionPhase3.md +https://github.com/NatLabRockies/EnergyPlus/blob/develop/design/FY2024/NFP-RulesetModelDescriptionPhase3.md The repo for the script development is here: diff --git a/design/FY2025/NFP-epJSON-Editor-Enhancements.md b/design/FY2025/NFP-epJSON-Editor-Enhancements.md index 520d1b39554..e2eabdd14af 100644 --- a/design/FY2025/NFP-epJSON-Editor-Enhancements.md +++ b/design/FY2025/NFP-epJSON-Editor-Enhancements.md @@ -56,7 +56,7 @@ https://github.com/ORNL-BTRIC/epJSON-Editor/issues/15 The origin for editor came from this issue: -https://github.com/NREL/EnergyPlus/issues/7418 +https://github.com/NatLabRockies/EnergyPlus/issues/7418 That issue also includes a summary of a meeting with users of IDF Editor and what features they found most important. @@ -64,11 +64,11 @@ Two issues related to convertInputFormat are planned to be addressed as part of Populate comments (!-) from IDD/schema when converting from epJSON to IDF -https://github.com/NREL/EnergyPlus/issues/8987 +https://github.com/NatLabRockies/EnergyPlus/issues/8987 Add ConvertInputFormat options to preserve object order and comments to facilitate round-tripping -https://github.com/NREL/EnergyPlus/issues/8969 +https://github.com/NatLabRockies/EnergyPlus/issues/8969 One widget that is not included in Tkinter that will be used is Tksheet diff --git a/doc/engineering-reference/src/integrated-solution-manager/moisture-predictor-corrector.tex b/doc/engineering-reference/src/integrated-solution-manager/moisture-predictor-corrector.tex index d7c8cda3fff..645d16babf2 100644 --- a/doc/engineering-reference/src/integrated-solution-manager/moisture-predictor-corrector.tex +++ b/doc/engineering-reference/src/integrated-solution-manager/moisture-predictor-corrector.tex @@ -214,4 +214,4 @@ \subsection{Which moisture buffering model is best?} Woods, J., J. Winkler, D. Christensen, \href{http://www.techstreet.com/products/1868073}{\emph{Moisture modeling: Effective moisture penetration depth versus effective capacitance}}, in Thermal Performance of the Exterior Envelopes of Whole Buildings XII International Conference. 2013a: Clearwater, FL. -Woods, J., Winkler, J, and Christensen, D. \href{http://www.nrel.gov/docs/fy13osti/57441.pdf}{\emph{Evaluation of the Effective Moisture Penetration Depth Model for Estimating Moisture Buffering in Buildings}}, NREL/TP-5500-57441, 2013b. +Woods, J., Winkler, J, and Christensen, D. \href{http://www.nlr.gov/docs/fy13osti/57441.pdf}{\emph{Evaluation of the Effective Moisture Penetration Depth Model for Estimating Moisture Buffering in Buildings}}, NREL/TP-5500-57441, 2013b. diff --git a/doc/engineering-reference/src/on-site-generation/photovoltaic-arrays.tex b/doc/engineering-reference/src/on-site-generation/photovoltaic-arrays.tex index 238aa23e252..feba57d79e9 100644 --- a/doc/engineering-reference/src/on-site-generation/photovoltaic-arrays.tex +++ b/doc/engineering-reference/src/on-site-generation/photovoltaic-arrays.tex @@ -419,8 +419,8 @@ \subsubsection{References}\label{references-1-014} \subsection{PVWatts}\label{pvwattsgenerator} -The PVWatts model was developed by NREL to calculate the energy production of a grid-connected PV system based on a few simple inputs. It was originally developed and maintained for the System Advisor Model software and is also available as a stand-alone web API. It is implemented as Generator and Inverter objects in EnergyPlus rather than as a photovoltaic performance object because the inputs are more high-level than Generator:Photovoltaic. Full details of the PVWatts model are explained in \href{https://www.nrel.gov/docs/fy14osti/62641.pdf}{PVWatts Version 5 Manual}. +The PVWatts model was developed by NREL to calculate the energy production of a grid-connected PV system based on a few simple inputs. It was originally developed and maintained for the System Advisor Model software and is also available as a stand-alone web API. It is implemented as Generator and Inverter objects in EnergyPlus rather than as a photovoltaic performance object because the inputs are more high-level than Generator:Photovoltaic. Full details of the PVWatts model are explained in \href{https://www.nlr.gov/docs/fy14osti/62641.pdf}{PVWatts Version 5 Manual}. \subsubsection{References}\label{references-pvwatts} -Dobos, Aron P. \textit{PVWatts Version 5 Manual}. National Renewable Energy Laboratory, Golden, CO 80401, September 2014. \url{https://www.nrel.gov/docs/fy14osti/62641.pdf} +Dobos, Aron P. \textit{PVWatts Version 5 Manual}. National Renewable Energy Laboratory, Golden, CO 80401, September 2014. \url{https://www.nlr.gov/docs/fy14osti/62641.pdf} diff --git a/doc/engineering-reference/src/surface-heat-balance-manager-processes/effective-moisture-penetration-depth-empd.tex b/doc/engineering-reference/src/surface-heat-balance-manager-processes/effective-moisture-penetration-depth-empd.tex index 586d2acc34b..b580e8cce94 100644 --- a/doc/engineering-reference/src/surface-heat-balance-manager-processes/effective-moisture-penetration-depth-empd.tex +++ b/doc/engineering-reference/src/surface-heat-balance-manager-processes/effective-moisture-penetration-depth-empd.tex @@ -197,11 +197,11 @@ \subsection{References}\label{references-019} Build. Phys. 34 (2011) 223-46. Woods, J., Winkler, J, and Christensen, D. -\href{http://www.nrel.gov/docs/fy13osti/57441.pdf}{\emph{Evaluation of +\href{http://www.nlr.gov/docs/fy13osti/57441.pdf}{\emph{Evaluation of the Effective Moisture Penetration Depth Model for Estimating Moisture Buffering in Buildings}}, NREL/TP-5500-57441, 2013. Woods, J., J. Winkler, D. Christensen, E. Hancock, -\href{http://www.nrel.gov/docs/fy14osti/62456.pdf}{\emph{Using +\href{http://www.nlr.gov/docs/fy14osti/62456.pdf}{\emph{Using Whole-House Field Tests to Empirically Derive Moisture Buffering Model Inputs}}. NREL/TP-5500-62456, 2014. diff --git a/doc/getting-started/src/energyplus-overview/energyplus-documentation-library.tex b/doc/getting-started/src/energyplus-overview/energyplus-documentation-library.tex index ff8e1c3bb50..c6ca14d2b1c 100644 --- a/doc/getting-started/src/energyplus-overview/energyplus-documentation-library.tex +++ b/doc/getting-started/src/energyplus-overview/energyplus-documentation-library.tex @@ -1,6 +1,6 @@ \section{EnergyPlus Documentation Library}\label{energyplus-documentation-library} -The documentation library for EnergyPlus has historically been provided in the form of pdf's packaged with the release. As of the 8.5.0 release, a major conversion was completed where the source of the docs was changed to \LaTeX. Source code for the documentation is provided on the EnergyPlus GitHub.com code repository \url{www.github.com/nrel/energyplus}. +The documentation library for EnergyPlus has historically been provided in the form of pdf's packaged with the release. As of the 8.5.0 release, a major conversion was completed where the source of the docs was changed to \LaTeX. Source code for the documentation is provided on the EnergyPlus GitHub.com code repository \url{www.github.com/natlabrockies/energyplus}. \subsection{User Information Documents}\label{user-information-documents} diff --git a/doc/getting-started/src/energyplus-overview/why-does-energyplus-exist-and-what-were-its.tex b/doc/getting-started/src/energyplus-overview/why-does-energyplus-exist-and-what-were-its.tex index 17c6191d3ae..e37e81d4e37 100644 --- a/doc/getting-started/src/energyplus-overview/why-does-energyplus-exist-and-what-were-its.tex +++ b/doc/getting-started/src/energyplus-overview/why-does-energyplus-exist-and-what-were-its.tex @@ -23,7 +23,7 @@ \section{Why does EnergyPlus exist and what were its original goals?}\label{why- The key benefit of modularity is that researchers can develop modules concurrently without interfering with other modules under development and with only a limited knowledge of the entire program structure. This feature is critical to promoting both widespread use and broad development of program models. EnergyPlus can only be successful if the pool of potential model developers increases significantly so that interest and economics drives what models are added to the program rather than have its extensions limited by a lack of intellectual resources. Thus, modularity and structure improvements in EnergyPlus solve the problems of not having enough experts to keep up with technology and the large start-up time and expense previously needed to bring someone up to speed on program additions. -Since the original version (2001), EnergyPlus code and structure continued to evolve and adopt the ever changing Fortran Standard. However, in 2014, a full conversion of the simulation code to C++ was completed. The development team also adapted workflows and open sourced the code and posted it on \href{https://github.com/NREL/EnergyPlus}{Github}. Just like how the Fortran simulation code utilized modern Fortran standard capabilities, the C++ code utilizes modern (C++11\ldots{}) C++ standard capabilities. +Since the original version (2001), EnergyPlus code and structure continued to evolve and adopt the ever changing Fortran Standard. However, in 2014, a full conversion of the simulation code to C++ was completed. The development team also adapted workflows and open sourced the code and posted it on \href{https://github.com/NatLabRockies/EnergyPlus}{Github}. Just like how the Fortran simulation code utilized modern Fortran standard capabilities, the C++ code utilizes modern (C++11\ldots{}) C++ standard capabilities. \textbf{\emph{Established Links:}} The modularity of EnergyPlus makes it easier for other developers to quickly add other component simulation modules. This means that it will be significantly easier to establish links to other programming elements. Since initially the EnergyPlus code will contain a significant number of existing modules, there will be many places within the HVAC code where natural links to new programming elements can be established. These are fully documented to assist other developers in a swift integration of their research into EnergyPlus. In addition to these more natural links in the HVAC section of the code, EnergyPlus will also have other more fluid links in areas such as the heat balance that will allow for interaction where the modules might be more complex or less component based. Again, the goal of this feature of EnergyPlus is maximize the number of developers who can quickly integrate their work into EnergyPlus for the minimum investment of resources. The following diagram depicts how other programs have already been linked to EnergyPlus and a big picture view of how future work can impact the program. diff --git a/doc/input-output-reference/src/overview/api-usage.tex b/doc/input-output-reference/src/overview/api-usage.tex index 876e63810e4..73bac330f7d 100644 --- a/doc/input-output-reference/src/overview/api-usage.tex +++ b/doc/input-output-reference/src/overview/api-usage.tex @@ -337,7 +337,7 @@ \subsection{Data Exchange API}\label{subsec:data-exchange-api} \subsection{Full Examples}\label{subsec:full-examples} Demonstrations of these APIs are available on the EnergyPlus repository in both Python and C form. -For the latest development version, they are at \href{https://github.com/NREL/EnergyPlus/tree/develop/tst/EnergyPlus/api}{this page}. +For the latest development version, they are at \href{https://github.com/NatLabRockies/EnergyPlus/tree/develop/tst/EnergyPlus/api}{this page}. \subsection{Building and Linking}\label{subsec:building-and-linking} diff --git a/doc/input-output-reference/src/overview/group-advanced-surface-concepts.tex b/doc/input-output-reference/src/overview/group-advanced-surface-concepts.tex index 8ded5b3edfa..970a562e0ec 100644 --- a/doc/input-output-reference/src/overview/group-advanced-surface-concepts.tex +++ b/doc/input-output-reference/src/overview/group-advanced-surface-concepts.tex @@ -2709,7 +2709,7 @@ \subsubsection{Outputs}\label{outputs-gndSrfs} \subsubsection{References}\label{references-gnd-srfs} Bill Marion. 2018. Ground Albedo Measurements and Modeling. Bifacial PV Workshop Lakewood, Colorado. September 11, 2018. -NREL/PR-5K00-72589. https://www.nrel.gov/docs/fy20osti/72589.pdf +NREL/PR-5K00-72589. https://www.nlr.gov/docs/fy20osti/72589.pdf \subsection{SurfaceProperty:LocalEnvironment}\label{surfacePropertylocalEnvironment} diff --git a/doc/output-details-and-examples/src/data-sets/simple-list-data-sets.tex b/doc/output-details-and-examples/src/data-sets/simple-list-data-sets.tex index 78d5bfbf22c..623a37b5eab 100644 --- a/doc/output-details-and-examples/src/data-sets/simple-list-data-sets.tex +++ b/doc/output-details-and-examples/src/data-sets/simple-list-data-sets.tex @@ -370,7 +370,7 @@ \subsection{Electricity USA Environmental Impact Factors.idf}\label{electricity- United States 1999 national average electricity emissions factors based on eGRID, 1605, AirData. United States Water Emission Fuel Factors are the combined thermoelectric and hydroelectric weighted averages from: -Torcellini, Paul; Long, Nicholas; Judkoff, Ron; ``Consumptive Water Use for U.S. Power Production'';NREL Report No. TP-550-33905. Golden, CO; 2003; \url{http://www.nrel.gov/docs/fy04osti/33905.pdf}; +Torcellini, Paul; Long, Nicholas; Judkoff, Ron; ``Consumptive Water Use for U.S. Power Production'';NREL Report No. TP-550-33905. Golden, CO; 2003; \url{http://www.nlr.gov/docs/fy04osti/33905.pdf}; or diff --git a/doc/readthedocs/doxygen/header.html b/doc/readthedocs/doxygen/header.html index 26139a67687..7005a02005f 100644 --- a/doc/readthedocs/doxygen/header.html +++ b/doc/readthedocs/doxygen/header.html @@ -39,7 +39,7 @@

Links

diff --git a/doc/readthedocs/sphinx/.templates/footer.html b/doc/readthedocs/sphinx/.templates/footer.html index fbbf792678e..cb42197fb2e 100644 --- a/doc/readthedocs/sphinx/.templates/footer.html +++ b/doc/readthedocs/sphinx/.templates/footer.html @@ -1,6 +1,6 @@ {% extends "!footer.html" %} {%- block contentinfo %} EnergyPlus Web Site
- EnergyPlus Github Repo
+ EnergyPlus Github Repo
API Documentation Home
{%- endblock %} diff --git a/doc/readthedocs/sphinx/acknowledgments/acknowledgments.rst b/doc/readthedocs/sphinx/acknowledgments/acknowledgments.rst index 85b2b4a1f57..e1b0d6f0144 100644 --- a/doc/readthedocs/sphinx/acknowledgments/acknowledgments.rst +++ b/doc/readthedocs/sphinx/acknowledgments/acknowledgments.rst @@ -695,14 +695,14 @@ The building-integrated photovoltaic thermal (BIPVT) model was contributed by CanmetENERGY-Ottawa, Natural Resources Canada (https://www.nrcan.gc.ca/energy/offices-labs/canmet/ottawa-research-centre/5753). See SolarCollectorPerformance:PhotovoltaicThermal:BIPVT and Pull Request -9594 (https://github.com/NREL/EnergyPlus/pull/9594). +9594 (https://github.com/NatLabRockies/EnergyPlus/pull/9594). The fuel-fired absorption heat pump (HeatPump:AirToWater:FuelFired:Heating and Cooling) model development was funded by Utilization Technology Development (https://www.utd-co.org) on a subcontract with GTI Energy (https://www.gti.energy/). See Pull Request 9405 -(https://github.com/NREL/EnergyPlus/pull/9405). +(https://github.com/NatLabRockies/EnergyPlus/pull/9405). .. [1] http://www.ashrae.org/ diff --git a/doc/readthedocs/sphinx/auxiliary-programs/auxiliary-programs.rst b/doc/readthedocs/sphinx/auxiliary-programs/auxiliary-programs.rst index 6a590e238ca..55d37387814 100644 --- a/doc/readthedocs/sphinx/auxiliary-programs/auxiliary-programs.rst +++ b/doc/readthedocs/sphinx/auxiliary-programs/auxiliary-programs.rst @@ -4212,8 +4212,8 @@ SAMSON Data Set/Format A highly reliable source of historical data for U.S. locations is the Solar and Meteorological Surface Observational Network (SAMSON) data set -assembled by the National Renewable Energy Laboratory (NREL) in Golden, -CO: http://www.nrel.gov/. The SAMSON data set contains a 30 year (1961 +assembled by the National Laboratory of the Rockies (NLR) in Golden, +CO: http://www.nlr.gov/. The SAMSON data set contains a 30 year (1961 to 1990) period of record for 239 locations and are available from the NCDC. @@ -5262,7 +5262,7 @@ Typical Meteorological Years Derived from the 1961-1990 National Solar Radiation Data Base*, June 1995, CD-ROM. Golden, Colorado: National Renewable Energy Laboratory. -http://rredc.nrel.gov/solar/pubs/tmy2/ +http://rredc.nlr.gov/solar/pubs/tmy2/ Numerical Logics. 1999. Canadian Weather for Energy Calculations, Users Manual and CD-ROM. Downsview, Ontario: Environment Canada. @@ -12537,7 +12537,7 @@ arguments. The arguments may be listed by typing ``energyplus --help`` (on any operating system) and ``man energyplus`` (on Unix-based operating systems, Mac OS X and Linux). For more information about the command line interface, see -https://github.com/NREL/EnergyPlus/blob/develop/doc/running-energyplus-from-command-line.md. +https://github.com/NatLabRockies/EnergyPlus/blob/develop/doc/running-energyplus-from-command-line.md. The remainder of this section describes running EnergyPlus in legacy mode (i.e. no command-line arguments) on Windows OS. diff --git a/doc/readthedocs/sphinx/conf.py b/doc/readthedocs/sphinx/conf.py index 4b1abe1764e..5edad6e20ff 100644 --- a/doc/readthedocs/sphinx/conf.py +++ b/doc/readthedocs/sphinx/conf.py @@ -18,8 +18,8 @@ # -- Project information ----------------------------------------------------- project = "EnergyPlus" -copyright = "2023, National Renewable Energy Laboratory for the United States Department of Energy" -author = "National Renewable Energy Laboratory for the United States Department of Energy" +copyright = "2023, National Laboratory of the Rockies for the United States Department of Energy" +author = "National Laboratory of the Rockies for the United States Department of Energy" version = "23.1" # The short X.Y version release = "23.1" # The full version, including alpha/beta/rc tags @@ -261,7 +261,7 @@ master_doc, "EnergyPlusPythonAPIDocumentation.tex", "EnergyPlus Python API Documentation Documentation", - "National Renewable Energy Laboratory for the United States Department of Energy", + "National Laboratory of the Rockies for the United States Department of Energy", "manual", ), ] diff --git a/doc/readthedocs/sphinx/essentials/essentials.rst b/doc/readthedocs/sphinx/essentials/essentials.rst index b6bba7b580f..441c1395f62 100644 --- a/doc/readthedocs/sphinx/essentials/essentials.rst +++ b/doc/readthedocs/sphinx/essentials/essentials.rst @@ -278,12 +278,12 @@ Open Source `EnergyPlus `__ is an `Open Source `__ program so all the `source -code `__ is available to inspect and +code `__ is available to inspect and modify. If you are interested in how calculations are performed and the `Engineering Reference `__ does not provide enough details to you, you can review the source code itself. `Instructions to build the -code `__ +code `__ (compile the source code into an executable application) are available in the source code repository wiki if you see something that needs to be enhanced or fixed, please also see the `contribution @@ -727,7 +727,7 @@ In 2018, EP-Launch 3 was developed, and its main screen is shown below: EP-Launch 3 is not part of the EnergyPlus installation package and needs to be installed separately. It is also open source and is available from -`GitHub `__, and it is documented on +`GitHub `__, and it is documented on `readthedocs `__ or in the docs folder on GitHub. EP-Launch 3 works on Windows, MacOS, and Linux systems and is written in Python. diff --git a/doc/readthedocs/sphinx/quick_start/quick_start.rst b/doc/readthedocs/sphinx/quick_start/quick_start.rst index 37776b0428b..c712becc257 100644 --- a/doc/readthedocs/sphinx/quick_start/quick_start.rst +++ b/doc/readthedocs/sphinx/quick_start/quick_start.rst @@ -52,7 +52,7 @@ Finally, EnergyPlus is open source and available under a permissive license with no “give back” provisions. The source code of the program is available and open for public inspection and revision, hosted at -`www.github.com/NREL/EnergyPlus `__ +`www.github.com/NatLabRockies/EnergyPlus `__ . The program is not intended to be a black box that is unintelligible to the users and developers around the world. The hope is that this access to source code will @@ -66,7 +66,7 @@ Installing EnergyPlus EnergyPlus is provided in compiled form for several major operating systems, including Windows, Mac, and Linux. Check -`www.github.com/NREL/EnergyPlus/releases `__ +`www.github.com/NatLabRockies/EnergyPlus/releases `__ to see if your system is supported. After downloading the correct installer, install the program. If your operating system allows for the selection of a custom installation diff --git a/doc/readthedocs/sphinx/tips_and_tricks/tips_and_tricks.rst b/doc/readthedocs/sphinx/tips_and_tricks/tips_and_tricks.rst index fed3142ea4f..94a62e7052b 100644 --- a/doc/readthedocs/sphinx/tips_and_tricks/tips_and_tricks.rst +++ b/doc/readthedocs/sphinx/tips_and_tricks/tips_and_tricks.rst @@ -119,7 +119,7 @@ current EnergyPlus capabilities). The feature highlights from EnergyPlus releases can be seen here: https://energyplus.net/features -https://github.com/NREL/EnergyPlus/releases +https://github.com/NatLabRockies/EnergyPlus/releases In addition you can see how EnergyPlus compares to other programs (which have submitted their models) in our testing reports: diff --git a/doc/tools/create_changelog.py b/doc/tools/create_changelog.py index ff1be402645..ec09614a619 100755 --- a/doc/tools/create_changelog.py +++ b/doc/tools/create_changelog.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/example_file_objects.py b/doc/tools/example_file_objects.py index 74911f0a132..925562ceb51 100755 --- a/doc/tools/example_file_objects.py +++ b/doc/tools/example_file_objects.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/example_file_summary.py b/doc/tools/example_file_summary.py index e187b4b856b..e41239e1074 100755 --- a/doc/tools/example_file_summary.py +++ b/doc/tools/example_file_summary.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/idd_parser_library.py b/doc/tools/idd_parser_library.py index 670c3338b58..593cd1abcc8 100644 --- a/doc/tools/idd_parser_library.py +++ b/doc/tools/idd_parser_library.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/idf_parser_library.py b/doc/tools/idf_parser_library.py index 97437e16743..af6d9f31218 100644 --- a/doc/tools/idf_parser_library.py +++ b/doc/tools/idf_parser_library.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/idf_summary_class.py b/doc/tools/idf_summary_class.py index 807fabf569e..9bd136a2b47 100644 --- a/doc/tools/idf_summary_class.py +++ b/doc/tools/idf_summary_class.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/parse_ems_actuators.py b/doc/tools/parse_ems_actuators.py index bb2daeab98e..809f715588f 100644 --- a/doc/tools/parse_ems_actuators.py +++ b/doc/tools/parse_ems_actuators.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/parse_latex_log.py b/doc/tools/parse_latex_log.py index d8d64c35e82..e81cb66120d 100644 --- a/doc/tools/parse_latex_log.py +++ b/doc/tools/parse_latex_log.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/doc/tools/parse_output_variables.py b/doc/tools/parse_output_variables.py index 9ddd10c54a1..8dc637004df 100755 --- a/doc/tools/parse_output_variables.py +++ b/doc/tools/parse_output_variables.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/idd/embedded/EmbeddedEpJSONSchema.hh b/idd/embedded/EmbeddedEpJSONSchema.hh index f818c886b1c..5a3bffb2f83 100644 --- a/idd/embedded/EmbeddedEpJSONSchema.hh +++ b/idd/embedded/EmbeddedEpJSONSchema.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2023, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/idd/embedded/generate_embeddable_epJSON_schema.cpp b/idd/embedded/generate_embeddable_epJSON_schema.cpp index 71210799d88..97cc22c56cd 100644 --- a/idd/embedded/generate_embeddable_epJSON_schema.cpp +++ b/idd/embedded/generate_embeddable_epJSON_schema.cpp @@ -24,7 +24,7 @@ static constexpr auto header = R"cpp( // EnergyPlus, Copyright (c) 1996-2023, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/idd/schema/generate_epJSON_schema.py b/idd/schema/generate_epJSON_schema.py index 6dde87d78b5..f2cc6a7b884 100644 --- a/idd/schema/generate_epJSON_schema.py +++ b/idd/schema/generate_epJSON_schema.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/idd/schema/idd_parser.py b/idd/schema/idd_parser.py index ca36a4b36a0..6005d0b84e5 100644 --- a/idd/schema/idd_parser.py +++ b/idd/schema/idd_parser.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/idd/schema/modify_schema.py b/idd/schema/modify_schema.py index 8c8ca921d3d..06834e71a57 100644 --- a/idd/schema/modify_schema.py +++ b/idd/schema/modify_schema.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/idd/schema/test_idd_parser.py b/idd/schema/test_idd_parser.py index 647a7dd0aa9..d9b044117ab 100644 --- a/idd/schema/test_idd_parser.py +++ b/idd/schema/test_idd_parser.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/performance_tests/15zonePSZ.idf b/performance_tests/15zonePSZ.idf index 16ca6d81189..c091b26b1c1 100644 --- a/performance_tests/15zonePSZ.idf +++ b/performance_tests/15zonePSZ.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/30/2008 09:58:24 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 15 zone PSZ ! Start SimMetaData diff --git a/performance_tests/15zonePTAC.idf b/performance_tests/15zonePTAC.idf index 833c87422da..8c75ff3c246 100644 --- a/performance_tests/15zonePTAC.idf +++ b/performance_tests/15zonePTAC.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/30/2008 09:45:29 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 15 zone PTAC ! Start SimMetaData diff --git a/performance_tests/15zonePVAV.idf b/performance_tests/15zonePVAV.idf index 3c46bbd97cb..fd85f050052 100644 --- a/performance_tests/15zonePVAV.idf +++ b/performance_tests/15zonePVAV.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/30/2008 09:55:31 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 15 zone PVAV ! Start SimMetaData diff --git a/performance_tests/15zonevav.idf b/performance_tests/15zonevav.idf index c18c3d80a9e..e938c3ba6b2 100644 --- a/performance_tests/15zonevav.idf +++ b/performance_tests/15zonevav.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 17:46:38 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 15 zone vav ! Start SimMetaData diff --git a/performance_tests/15zonevav_no_reports.idf b/performance_tests/15zonevav_no_reports.idf index 30103c2c198..e4ec66337af 100644 --- a/performance_tests/15zonevav_no_reports.idf +++ b/performance_tests/15zonevav_no_reports.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 17:46:38 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 15 zone vav ! Start SimMetaData diff --git a/performance_tests/30zonePSZ.idf b/performance_tests/30zonePSZ.idf index a16bc8f4bcb..8073c6f95e5 100644 --- a/performance_tests/30zonePSZ.idf +++ b/performance_tests/30zonePSZ.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 17:57:32 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 30 zone PSZ ! Start SimMetaData diff --git a/performance_tests/30zonePTAC.idf b/performance_tests/30zonePTAC.idf index cef542062f3..f0d6cd08c76 100644 --- a/performance_tests/30zonePTAC.idf +++ b/performance_tests/30zonePTAC.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 17:55:01 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 30 zone PTAC ! Start SimMetaData diff --git a/performance_tests/30zonePVAV.idf b/performance_tests/30zonePVAV.idf index c95fad3b562..1bbead0f9e1 100644 --- a/performance_tests/30zonePVAV.idf +++ b/performance_tests/30zonePVAV.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 17:57:09 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 30 zone PVAV ! Start SimMetaData diff --git a/performance_tests/30zonevav.idf b/performance_tests/30zonevav.idf index edf2f18f378..5555a064d78 100644 --- a/performance_tests/30zonevav.idf +++ b/performance_tests/30zonevav.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 17:48:29 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 30 zone vav ! Start SimMetaData diff --git a/performance_tests/45zonePSZ.idf b/performance_tests/45zonePSZ.idf index 08101b9c690..7eaa15a28e6 100644 --- a/performance_tests/45zonePSZ.idf +++ b/performance_tests/45zonePSZ.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/30/2008 09:58:22 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 45 zone PSZ ! Start SimMetaData diff --git a/performance_tests/45zonePTAC.idf b/performance_tests/45zonePTAC.idf index 3e64070b840..736de3f943d 100644 --- a/performance_tests/45zonePTAC.idf +++ b/performance_tests/45zonePTAC.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/30/2008 10:11:37 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 45 zone PTAC ! Start SimMetaData diff --git a/performance_tests/45zonePVAV.idf b/performance_tests/45zonePVAV.idf index 1bb2fba067d..7eae271db1d 100644 --- a/performance_tests/45zonePVAV.idf +++ b/performance_tests/45zonePVAV.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/30/2008 09:58:23 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 45 zone PVAV ! Start SimMetaData diff --git a/performance_tests/45zonevav.idf b/performance_tests/45zonevav.idf index 5c0a1f999f0..ebaf60ef87b 100644 --- a/performance_tests/45zonevav.idf +++ b/performance_tests/45zonevav.idf @@ -1,27 +1,3 @@ -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 05/29/2008 18:06:55 -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** ! Building Description ! 45 zone vav ! Start SimMetaData diff --git a/performance_tests/BenchmarkHospitalNew_USA_CA_SAN_FRANCISCO.idf b/performance_tests/BenchmarkHospitalNew_USA_CA_SAN_FRANCISCO.idf index 994f28ddddc..9257bf42573 100644 --- a/performance_tests/BenchmarkHospitalNew_USA_CA_SAN_FRANCISCO.idf +++ b/performance_tests/BenchmarkHospitalNew_USA_CA_SAN_FRANCISCO.idf @@ -43,29 +43,6 @@ ! Boilers: BOILER:SIMPLE ! Chillers: CHILLER:ELECTRIC:EIR - Water cooled ! -! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 04/28/2008 21:09:55 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! ---------------------- 2007. Commercial Building Benchmarks. Washington, DC: ! U S Department of Energy, Energy Efficiency and Renewable Energy, Office of diff --git a/performance_tests/BenchmarkLargeOfficeNew_USA_CA_SAN_FRANCISCO_10_windows_per_zone.idf b/performance_tests/BenchmarkLargeOfficeNew_USA_CA_SAN_FRANCISCO_10_windows_per_zone.idf index 094f7a78acc..537df13c138 100644 --- a/performance_tests/BenchmarkLargeOfficeNew_USA_CA_SAN_FRANCISCO_10_windows_per_zone.idf +++ b/performance_tests/BenchmarkLargeOfficeNew_USA_CA_SAN_FRANCISCO_10_windows_per_zone.idf @@ -32,28 +32,6 @@ ! Boilers: BOILER:SIMPLE - natural gas ! Chillers: CHILLER:ELECTRIC:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 04/28/2008 23:39:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! ---------------------- 2007. Commercial Building Benchmarks. Washington, DC: ! U S Department of Energy, Energy Efficiency and Renewable Energy, Office of diff --git a/performance_tests/Benchmarklargeofficenew_usa_ca_san_francisco_no_reports.idf b/performance_tests/Benchmarklargeofficenew_usa_ca_san_francisco_no_reports.idf index 707070d2e2f..91ee9d08061 100644 --- a/performance_tests/Benchmarklargeofficenew_usa_ca_san_francisco_no_reports.idf +++ b/performance_tests/Benchmarklargeofficenew_usa_ca_san_francisco_no_reports.idf @@ -32,28 +32,6 @@ ! Boilers: BOILER:SIMPLE - natural gas ! Chillers: CHILLER:ELECTRIC:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 04/28/2008 23:39:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! ---------------------- 2007. Commercial Building Benchmarks. Washington, DC: ! U S Department of Energy, Energy Efficiency and Renewable Energy, Office of diff --git a/performance_tests/Inactive/benchmarklargeofficenew_usa_ca_san_francisco.idf b/performance_tests/Inactive/benchmarklargeofficenew_usa_ca_san_francisco.idf index e77a098a347..d1fd9afc8aa 100644 --- a/performance_tests/Inactive/benchmarklargeofficenew_usa_ca_san_francisco.idf +++ b/performance_tests/Inactive/benchmarklargeofficenew_usa_ca_san_francisco.idf @@ -32,28 +32,6 @@ ! Boilers: BOILER:SIMPLE - natural gas ! Chillers: CHILLER:ELECTRIC:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.1.8) -! Created on 04/28/2008 23:39:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! ---------------------- 2007. Commercial Building Benchmarks. Washington, DC: ! U S Department of Energy, Energy Efficiency and Renewable Energy, Office of diff --git a/release/Deprecation.in.html b/release/Deprecation.in.html index 6cf4ebc7d77..eb3ea7c0349 100644 --- a/release/Deprecation.in.html +++ b/release/Deprecation.in.html @@ -154,7 +154,7 @@

EP-Launch (Classic)

Python-based tool, and see how it can unlock new workflows and capabilities. Although it has been tested heavily in-house, we are excited for feedback. To learn more about this new version of EP-Launch, you can find information on the - GitHub repository. Users are also welcome to install the new + GitHub repository. Users are also welcome to install the new EP-Launch tool into their Python environment which would allow getting updates to the tool more frequently. The classic EP-Launch tool is going to be removed from our maintenance and package at a future date based on user feedback on the new tool. @@ -219,7 +219,7 @@

EP-Compare

Copyright © 1996-@CMAKE_YEAR@ The Board of Trustees of the University of Illinois, The Regents of the University of California through Ernest Orlando Lawrence Berkeley National Laboratory, Oak Ridge National - Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights + Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.

diff --git a/release/readme.in.html b/release/readme.in.html index 177dbcbc6b0..003a9710baa 100644 --- a/release/readme.in.html +++ b/release/readme.in.html @@ -177,7 +177,7 @@

* Python Ecosystem *

  • We are excited for users to give these tools a try and let us know how it goes. As always, we appreciate issue reports on our - GitHub repository. We will be addressing any issues + GitHub repository. We will be addressing any issues identified from user feedback, and at some point deprecating some of these classic tools. We are also planning to add more tools to this integration, such as a new EpJSON editor.
  • @@ -214,7 +214,7 @@
    Yes... and no.
    data is shared, so multiple runs can happen within a single process, opening the door for interesting new workflows and applications.
    See the full - ChangeLog + ChangeLog for a complete list of new features added in this and previous versions.

    @@ -357,7 +357,7 @@

    Documentation

    In addition, we are working to make our API documentation dynamic and hosted on ReadTheDocs. The - README + README on our GitHub Repo will be kept up to date with links to our documentation sources as we get things settled there.

    @@ -381,31 +381,31 @@

    New Features

    - 11130 + 11130 Heat Pump Sizing According to ACCA Manual S - 11001 + 11001 New Air-to-water Heat Pump Object - 11147 + 11147 Allow Autosizing of Thermal Energy Storage Tank Capacity - 11113 + 11113 New Phase Change Material Thermal Storage Object - 11217 + 11217 Adding Ground Heat Exchanger Design and Sizing @@ -418,25 +418,25 @@

    Targeted Defect Repairs

    - 11063 + 11063 Fix Coil Sizing Report for Coil:Heating:Gas:MultiStage and Coil:Heating:Electric:MultiStage - 11124 + 11124 Correct Handling of Improper Design Objects in Radiant/Convective Systems - 11051 + 11051 Fix Controller:MechanicalVentilation with DesignSpecification:OutdoorAir:SpaceList - 11278 + 11278 Fix space component loads reporting when number of spaces exceeds number of zones @@ -449,13 +449,13 @@

    Targeted Refactoring Efforts

    - 11109 + 11109 Remove fmt fortran workarounds - Z & N (and S) - 10505 + 10505 Refactoring GoTo Statements @@ -467,7 +467,7 @@

    Targeted Refactoring Efforts

    The full changelog is no longer packaged with EnergyPlus, but can be found on the - release page. + release page.

    @@ -508,9 +508,9 @@

    Known problems

    While every effort has been made to clean up all the “defects” that have occurred during our testing, quite a few known (and even more unknown) probably remain. Specifics on the remaining known problems can be found on the GitHub repository - issues page. If you are interested in what has been + issues page. If you are interested in what has been addressed, the issues resolved in this release are listed in the - release details. + release details.

    Additional steps you may want to consider:

    @@ -584,7 +584,7 @@

    Additional steps you may want to consider:

    Copyright © 1996-@CMAKE_YEAR@ The Board of Trustees of the University of Illinois, The Regents of the University of California through Ernest Orlando Lawrence Berkeley National Laboratory, Oak Ridge National - Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights + Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.

    diff --git a/scripts/dev/analyze_state.py b/scripts/dev/analyze_state.py index 6b5678f5158..b73aad298a1 100755 --- a/scripts/dev/analyze_state.py +++ b/scripts/dev/analyze_state.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/api_debug_helper.py b/scripts/dev/api_debug_helper.py index 186965fb4bd..8a44a86edfa 100644 --- a/scripts/dev/api_debug_helper.py +++ b/scripts/dev/api_debug_helper.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/base_hook.py b/scripts/dev/base_hook.py index 3a6298755be..d47d6a51aad 100644 --- a/scripts/dev/base_hook.py +++ b/scripts/dev/base_hook.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/build_regression_summary.py b/scripts/dev/build_regression_summary.py index 6f6d7f7feec..edbc44d6310 100644 --- a/scripts/dev/build_regression_summary.py +++ b/scripts/dev/build_regression_summary.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -81,7 +81,7 @@ {md_contents} - - [View Results](https://github.com/NREL/EnergyPlus/actions/runs/{github_run_id}) + - [View Results](https://github.com/NatLabRockies/EnergyPlus/actions/runs/{github_run_id}) - [Download Regressions]({artifact_url}) """ diff --git a/scripts/dev/change_version.py b/scripts/dev/change_version.py index f91f0117bf8..6694453ad44 100755 --- a/scripts/dev/change_version.py +++ b/scripts/dev/change_version.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_constexpr.py b/scripts/dev/check_constexpr.py index e561b1c81cd..49e341f417c 100644 --- a/scripts/dev/check_constexpr.py +++ b/scripts/dev/check_constexpr.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_for_bom_in_idfs.py b/scripts/dev/check_for_bom_in_idfs.py index 9b4e874fd1f..df97daa6404 100755 --- a/scripts/dev/check_for_bom_in_idfs.py +++ b/scripts/dev/check_for_bom_in_idfs.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_for_c_style_comments.py b/scripts/dev/check_for_c_style_comments.py index 377e6fd1190..0a5eec1f8cf 100644 --- a/scripts/dev/check_for_c_style_comments.py +++ b/scripts/dev/check_for_c_style_comments.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_for_enum_scope_usage.py b/scripts/dev/check_for_enum_scope_usage.py index 4deb04e9737..94612fe88d3 100755 --- a/scripts/dev/check_for_enum_scope_usage.py +++ b/scripts/dev/check_for_enum_scope_usage.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_for_malformed_enums.py b/scripts/dev/check_for_malformed_enums.py index d1635c1d446..b913a47fef7 100644 --- a/scripts/dev/check_for_malformed_enums.py +++ b/scripts/dev/check_for_malformed_enums.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_for_switch_case_parentheses.py b/scripts/dev/check_for_switch_case_parentheses.py index 0a74bcd234b..7d6bac23a54 100644 --- a/scripts/dev/check_for_switch_case_parentheses.py +++ b/scripts/dev/check_for_switch_case_parentheses.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_for_tabs.py b/scripts/dev/check_for_tabs.py index ed36796237f..77a1848a05d 100755 --- a/scripts/dev/check_for_tabs.py +++ b/scripts/dev/check_for_tabs.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_format_strings.py b/scripts/dev/check_format_strings.py index 4ae78b0ce56..73d506d5a64 100644 --- a/scripts/dev/check_format_strings.py +++ b/scripts/dev/check_format_strings.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_non_utf8.py b/scripts/dev/check_non_utf8.py index 447978858de..de4e2aa5cba 100755 --- a/scripts/dev/check_non_utf8.py +++ b/scripts/dev/check_non_utf8.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/check_stray_fields_in_idd.py b/scripts/dev/check_stray_fields_in_idd.py index 0f55a534809..7685a7fcd73 100755 --- a/scripts/dev/check_stray_fields_in_idd.py +++ b/scripts/dev/check_stray_fields_in_idd.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/clear_coverage_results.py b/scripts/dev/clear_coverage_results.py index 17c0fda4e02..25864c6d5f2 100644 --- a/scripts/dev/clear_coverage_results.py +++ b/scripts/dev/clear_coverage_results.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/compare_output_reports.py b/scripts/dev/compare_output_reports.py index ba6ec52c6dd..a35f2c936b8 100644 --- a/scripts/dev/compare_output_reports.py +++ b/scripts/dev/compare_output_reports.py @@ -4,7 +4,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -62,7 +62,7 @@ 5ZoneCAV_MaxTemp_JSON_Outputs.idf has all the required objects (Output:SQLite, Output:JSON) with 'AllSummary' enabled. -cf: https://github.com/NREL/EnergyPlus/issues/9419 +cf: https://github.com/NatLabRockies/EnergyPlus/issues/9419 """ __author__ = "Julien Marrec, EffiBEM" diff --git a/scripts/dev/ensure_unique_html_tables.py b/scripts/dev/ensure_unique_html_tables.py index 83e7b03195b..9fea8df8d8d 100644 --- a/scripts/dev/ensure_unique_html_tables.py +++ b/scripts/dev/ensure_unique_html_tables.py @@ -4,7 +4,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/find_byref_bool_override.py b/scripts/dev/find_byref_bool_override.py index 1651b6a6af1..52bbe63905d 100755 --- a/scripts/dev/find_byref_bool_override.py +++ b/scripts/dev/find_byref_bool_override.py @@ -4,7 +4,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -70,7 +70,7 @@ if functionB forces ErrorsFound to 'false' at the beginning and does pass, it would override the output of functionA which may have found errors! -cf: https://github.com/NREL/EnergyPlus/issues/7147 +cf: https://github.com/NatLabRockies/EnergyPlus/issues/7147 Written in Winter 2019. """ diff --git a/scripts/dev/find_included_cc_files.py b/scripts/dev/find_included_cc_files.py index 9df93aa1dde..e9d6091beef 100755 --- a/scripts/dev/find_included_cc_files.py +++ b/scripts/dev/find_included_cc_files.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/gha_coverage_summary.py b/scripts/dev/gha_coverage_summary.py index 7979be5cb4e..55b296d90cc 100644 --- a/scripts/dev/gha_coverage_summary.py +++ b/scripts/dev/gha_coverage_summary.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/gha_regressions.py b/scripts/dev/gha_regressions.py index 1d84665514f..1b5be298dd6 100644 --- a/scripts/dev/gha_regressions.py +++ b/scripts/dev/gha_regressions.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/license-check.py b/scripts/dev/license-check.py index 9cd94e6b493..e9337dcae18 100755 --- a/scripts/dev/license-check.py +++ b/scripts/dev/license-check.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/license-update.py b/scripts/dev/license-update.py index 5a0838f1520..7ad07ab3c75 100755 --- a/scripts/dev/license-update.py +++ b/scripts/dev/license-update.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -109,13 +109,12 @@ # exclusions were uniform. import argparse -from pathlib import Path import licensetext from base_hook import ROOT_DIR TOOL_NAME = "license-update" -dryrun = True +dryrun = False # Directories to check CPP_DIRS = [ROOT_DIR / "src", ROOT_DIR / "tst/EnergyPlus/"] diff --git a/scripts/dev/licensetext.py b/scripts/dev/licensetext.py index 257f06ee6b1..26d1a7a2279 100644 --- a/scripts/dev/licensetext.py +++ b/scripts/dev/licensetext.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -193,7 +193,7 @@ def previous() -> str: # Modify the notice lines[0] = lines[0].replace(" and", ",") lines[2] = "// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge" - lines.insert(3, "// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other") + lines.insert(3, "// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other") lines[4] = "// contributors. All rights reserved." txt = "\n".join(lines) + "\n" return txt @@ -224,7 +224,7 @@ def current() -> str: # Modify the notice lines[0] = lines[0].replace(" and", ",") lines[2] = "// (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge" - lines.insert(3, "// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other") + lines.insert(3, "// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other") lines[4] = "// contributors. All rights reserved." txt = "\n".join(lines) + "\n" return txt diff --git a/scripts/dev/make_pretty.py b/scripts/dev/make_pretty.py index e29705c6786..f1b97f4e2bb 100644 --- a/scripts/dev/make_pretty.py +++ b/scripts/dev/make_pretty.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/test_hook.py b/scripts/dev/test_hook.py index ff246e731b9..12f16451bf5 100644 --- a/scripts/dev/test_hook.py +++ b/scripts/dev/test_hook.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/update_gha_actions.py b/scripts/dev/update_gha_actions.py index 3782b4039ea..b7cbf2c82c2 100644 --- a/scripts/dev/update_gha_actions.py +++ b/scripts/dev/update_gha_actions.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/update_nist_escalation.py b/scripts/dev/update_nist_escalation.py index be557e9ccbc..765af8cf823 100644 --- a/scripts/dev/update_nist_escalation.py +++ b/scripts/dev/update_nist_escalation.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/validate_idd_units.py b/scripts/dev/validate_idd_units.py index be0bb6cc1a8..46c6b6991a0 100755 --- a/scripts/dev/validate_idd_units.py +++ b/scripts/dev/validate_idd_units.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/verify_cmake_dirs.py b/scripts/dev/verify_cmake_dirs.py index 63eebdc8f87..f46a9952e09 100755 --- a/scripts/dev/verify_cmake_dirs.py +++ b/scripts/dev/verify_cmake_dirs.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/verify_idfs_in_cmake.py b/scripts/dev/verify_idfs_in_cmake.py index 46f6a94a430..5b486c7975a 100755 --- a/scripts/dev/verify_idfs_in_cmake.py +++ b/scripts/dev/verify_idfs_in_cmake.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/dev/verify_signature.py b/scripts/dev/verify_signature.py index a42b2a5ad32..35f762509d7 100644 --- a/scripts/dev/verify_signature.py +++ b/scripts/dev/verify_signature.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/diagnostics/afn_auditor.py b/scripts/diagnostics/afn_auditor.py index d8174ec4ced..d6577b95620 100644 --- a/scripts/diagnostics/afn_auditor.py +++ b/scripts/diagnostics/afn_auditor.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/diagnostics/auditor.py b/scripts/diagnostics/auditor.py index 35729062550..487257dae62 100644 --- a/scripts/diagnostics/auditor.py +++ b/scripts/diagnostics/auditor.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/constants.py b/scripts/package_tests/ep_testing/constants.py index b28e47f0821..f02d73a49c9 100644 --- a/scripts/package_tests/ep_testing/constants.py +++ b/scripts/package_tests/ep_testing/constants.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/api.py b/scripts/package_tests/ep_testing/tests/api.py index 7633fea84a3..edb9606a2f5 100644 --- a/scripts/package_tests/ep_testing/tests/api.py +++ b/scripts/package_tests/ep_testing/tests/api.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/api_templates/python_link.py b/scripts/package_tests/ep_testing/tests/api_templates/python_link.py index 5c8b4338adc..e74e24204ab 100644 --- a/scripts/package_tests/ep_testing/tests/api_templates/python_link.py +++ b/scripts/package_tests/ep_testing/tests/api_templates/python_link.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/base.py b/scripts/package_tests/ep_testing/tests/base.py index 11fb60dcf68..4de22567a47 100644 --- a/scripts/package_tests/ep_testing/tests/base.py +++ b/scripts/package_tests/ep_testing/tests/base.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/documentation.py b/scripts/package_tests/ep_testing/tests/documentation.py index 8c5021c5a2b..4634007d699 100644 --- a/scripts/package_tests/ep_testing/tests/documentation.py +++ b/scripts/package_tests/ep_testing/tests/documentation.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/energyplus.py b/scripts/package_tests/ep_testing/tests/energyplus.py index d5c9fc4d605..0e383a591f7 100644 --- a/scripts/package_tests/ep_testing/tests/energyplus.py +++ b/scripts/package_tests/ep_testing/tests/energyplus.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/expand_objects.py b/scripts/package_tests/ep_testing/tests/expand_objects.py index e8aa64b72f6..649e987f714 100644 --- a/scripts/package_tests/ep_testing/tests/expand_objects.py +++ b/scripts/package_tests/ep_testing/tests/expand_objects.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/hvacdiagram.py b/scripts/package_tests/ep_testing/tests/hvacdiagram.py index 8e46c855397..aef04c812ae 100644 --- a/scripts/package_tests/ep_testing/tests/hvacdiagram.py +++ b/scripts/package_tests/ep_testing/tests/hvacdiagram.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/ep_testing/tests/transition.py b/scripts/package_tests/ep_testing/tests/transition.py index fc5e52c4dbe..1338502aa05 100644 --- a/scripts/package_tests/ep_testing/tests/transition.py +++ b/scripts/package_tests/ep_testing/tests/transition.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/package_tests/runner.py b/scripts/package_tests/runner.py index 2d1e4e8073a..d9ee565941e 100644 --- a/scripts/package_tests/runner.py +++ b/scripts/package_tests/runner.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/pytests/conftest.py b/scripts/pytests/conftest.py index 2879f3bf7aa..66378ed226b 100644 --- a/scripts/pytests/conftest.py +++ b/scripts/pytests/conftest.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/scripts/pytests/test_xml_output.py b/scripts/pytests/test_xml_output.py index 1af662fc9a4..a05c84f6099 100644 --- a/scripts/pytests/test_xml_output.py +++ b/scripts/pytests/test_xml_output.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/setup.py b/setup.py index d7c25b2ea20..b7d1ef29cb4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -218,7 +218,7 @@ def run(self): license="Modified BSD", author="United States Department of Energy", author_email="", - url="https://github.com/NREL/EnergyPlus", + url="https://github.com/NatLabRockies/EnergyPlus", description="EnergyPlus is a building simulation program for modeling energy and water use in buildings.", long_description=(repo_root_directory / "README.md").read_text(), long_description_content_type="text/markdown", diff --git a/src/ConvertInputFormat/main.cpp b/src/ConvertInputFormat/main.cpp index b0a9576f2cd..a2465522198 100644 --- a/src/ConvertInputFormat/main.cpp +++ b/src/ConvertInputFormat/main.cpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/ConvertInputFormat/test_convert_input_format.py b/src/ConvertInputFormat/test_convert_input_format.py index e7f0d23b02e..65141568a0f 100644 --- a/src/ConvertInputFormat/test_convert_input_format.py +++ b/src/ConvertInputFormat/test_convert_input_format.py @@ -4,7 +4,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of @@ -61,7 +61,7 @@ This script aims to check that the ConvertInputFormat exe correctly handles periods in the name of the IDF. -cf: https://github.com/NREL/EnergyPlus/issues/9419 +cf: https://github.com/NatLabRockies/EnergyPlus/issues/9419 """ import argparse diff --git a/src/EnergyPlus/AirLoopHVACDOAS.cc b/src/EnergyPlus/AirLoopHVACDOAS.cc index 1ddf51153bf..b888023ff64 100644 --- a/src/EnergyPlus/AirLoopHVACDOAS.cc +++ b/src/EnergyPlus/AirLoopHVACDOAS.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirLoopHVACDOAS.hh b/src/EnergyPlus/AirLoopHVACDOAS.hh index d26dbe118dd..15c620d533d 100644 --- a/src/EnergyPlus/AirLoopHVACDOAS.hh +++ b/src/EnergyPlus/AirLoopHVACDOAS.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirTerminalUnit.hh b/src/EnergyPlus/AirTerminalUnit.hh index 2554ef39188..30d4df7fb4c 100644 --- a/src/EnergyPlus/AirTerminalUnit.hh +++ b/src/EnergyPlus/AirTerminalUnit.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Elements.hpp b/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Elements.hpp index 9b56c4f01c5..d4dda9e39ee 100644 --- a/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Elements.hpp +++ b/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Elements.hpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Properties.hpp b/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Properties.hpp index 0839b72a237..63b51962177 100644 --- a/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Properties.hpp +++ b/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Properties.hpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Solver.hpp b/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Solver.hpp index 4cd1502053e..fe3fccdaf28 100644 --- a/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Solver.hpp +++ b/src/EnergyPlus/AirflowNetwork/include/AirflowNetwork/Solver.hpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirflowNetwork/src/Elements.cpp b/src/EnergyPlus/AirflowNetwork/src/Elements.cpp index 97ece3ec71d..4f71dea512d 100644 --- a/src/EnergyPlus/AirflowNetwork/src/Elements.cpp +++ b/src/EnergyPlus/AirflowNetwork/src/Elements.cpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirflowNetwork/src/Properties.cpp b/src/EnergyPlus/AirflowNetwork/src/Properties.cpp index 5dfc95a2c45..d6281c40ce1 100644 --- a/src/EnergyPlus/AirflowNetwork/src/Properties.cpp +++ b/src/EnergyPlus/AirflowNetwork/src/Properties.cpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/AirflowNetwork/src/Solver.cpp b/src/EnergyPlus/AirflowNetwork/src/Solver.cpp index b8233233699..d82422b5372 100644 --- a/src/EnergyPlus/AirflowNetwork/src/Solver.cpp +++ b/src/EnergyPlus/AirflowNetwork/src/Solver.cpp @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/All_Simple_Sizing.cc b/src/EnergyPlus/Autosizing/All_Simple_Sizing.cc index 388da39cfef..3c386f61aeb 100644 --- a/src/EnergyPlus/Autosizing/All_Simple_Sizing.cc +++ b/src/EnergyPlus/Autosizing/All_Simple_Sizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/All_Simple_Sizing.hh b/src/EnergyPlus/Autosizing/All_Simple_Sizing.hh index cf3746ffc1a..e11986dd43f 100644 --- a/src/EnergyPlus/Autosizing/All_Simple_Sizing.hh +++ b/src/EnergyPlus/Autosizing/All_Simple_Sizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/Base.cc b/src/EnergyPlus/Autosizing/Base.cc index 9b111eea7d7..921465213f6 100644 --- a/src/EnergyPlus/Autosizing/Base.cc +++ b/src/EnergyPlus/Autosizing/Base.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/Base.hh b/src/EnergyPlus/Autosizing/Base.hh index 0d3ea0a16b1..1b5d61cb97c 100644 --- a/src/EnergyPlus/Autosizing/Base.hh +++ b/src/EnergyPlus/Autosizing/Base.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.cc b/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.cc index 5e1d2b44c39..48b9d67db2f 100644 --- a/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.cc +++ b/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.hh b/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.hh index 1cc1d8c5531..0e3d51aa1b8 100644 --- a/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.hh +++ b/src/EnergyPlus/Autosizing/BaseSizerWithFanHeatInputs.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.cc b/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.cc index 9f110cc1beb..0b1311eab01 100644 --- a/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.cc +++ b/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.hh b/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.hh index b5c4dd6b50b..25e42af3912 100644 --- a/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.hh +++ b/src/EnergyPlus/Autosizing/BaseSizerWithScalableInputs.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.cc b/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.cc index 594dd368c38..0c7092332f4 100644 --- a/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.hh b/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.hh index 581f05bab11..36cb7641d97 100644 --- a/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingAirFlowSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingCapacitySizing.cc b/src/EnergyPlus/Autosizing/CoolingCapacitySizing.cc index 26c96e06050..fc12f73481e 100644 --- a/src/EnergyPlus/Autosizing/CoolingCapacitySizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingCapacitySizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingCapacitySizing.hh b/src/EnergyPlus/Autosizing/CoolingCapacitySizing.hh index 1ac39c65931..f24cc9efc63 100644 --- a/src/EnergyPlus/Autosizing/CoolingCapacitySizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingCapacitySizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingSHRSizing.cc b/src/EnergyPlus/Autosizing/CoolingSHRSizing.cc index 4a867cf57a2..5c5484c166c 100644 --- a/src/EnergyPlus/Autosizing/CoolingSHRSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingSHRSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingSHRSizing.hh b/src/EnergyPlus/Autosizing/CoolingSHRSizing.hh index 9586c146943..273e32dd2b6 100644 --- a/src/EnergyPlus/Autosizing/CoolingSHRSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingSHRSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.cc index 848b3d72616..33ad11cd9c6 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.hh index 9bbd7463f32..87c8b883235 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletHumRatSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.cc index 640a315c780..eea2bec5348 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.hh index f40be4d1eca..248f15f9130 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirInletTempSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.cc index 29698b4e2ed..399b474d4b3 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.hh index c7b1b9a5f9d..e57da932854 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletHumRatSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.cc index 60d6a107982..d32f45f7a26 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.hh index bee22c73a86..af502ee1bba 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesAirOutletTempSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.cc index c39ba9e285e..53f20e0ae0c 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.hh index d11e3577e14..6c3ba8e6e61 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterDesWaterInletTempSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.cc index 1956010f169..333a47a129d 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.hh index 8613b165933..60f54ba8c29 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterNumofTubesPerRowSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.cc b/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.cc index 44d127bc999..eeead55bdf2 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.cc +++ b/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.hh b/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.hh index 44867422824..94ab353e7fa 100644 --- a/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.hh +++ b/src/EnergyPlus/Autosizing/CoolingWaterflowSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.cc b/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.cc index 6e6a76d98be..206cd9a4515 100644 --- a/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.hh b/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.hh index 23dfcd25c91..db4e221539f 100644 --- a/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingAirFlowSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.cc b/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.cc index e996505df8e..51aa715249c 100644 --- a/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.hh b/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.hh index 5262cadfba4..8b33895381d 100644 --- a/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingAirflowUASizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingCapacitySizing.cc b/src/EnergyPlus/Autosizing/HeatingCapacitySizing.cc index 3aeb69e7647..db955cee98c 100644 --- a/src/EnergyPlus/Autosizing/HeatingCapacitySizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingCapacitySizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingCapacitySizing.hh b/src/EnergyPlus/Autosizing/HeatingCapacitySizing.hh index 93f6d80bbd2..66189a9dcb3 100644 --- a/src/EnergyPlus/Autosizing/HeatingCapacitySizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingCapacitySizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.cc b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.cc index f3bcfaa28d7..9ac073d1c24 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.hh b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.hh index e9473515596..e2c63b5f0dd 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletHumRatSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.cc b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.cc index 23353b4e92b..3ed9138f0e5 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.hh b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.hh index 3e59904ebe5..a86f54f7633 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesAirInletTempSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.cc b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.cc index dacb6d6153c..f98008b2eb1 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.hh b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.hh index af5ee30625f..d2ef5f915f8 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.cc b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.cc index 5787e3bea60..fbc16c87e51 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.hh b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.hh index e2e67283e6b..63f1e18c922 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.cc b/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.cc index 7ea2fb9451f..0c7914f96cd 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.cc +++ b/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.hh b/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.hh index 62a9dd14d02..2c828b73cf2 100644 --- a/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.hh +++ b/src/EnergyPlus/Autosizing/HeatingWaterflowSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/SystemAirFlowSizing.cc b/src/EnergyPlus/Autosizing/SystemAirFlowSizing.cc index d43faed4600..23dfdfd9399 100644 --- a/src/EnergyPlus/Autosizing/SystemAirFlowSizing.cc +++ b/src/EnergyPlus/Autosizing/SystemAirFlowSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/SystemAirFlowSizing.hh b/src/EnergyPlus/Autosizing/SystemAirFlowSizing.hh index e3cb58e7905..7397c188255 100644 --- a/src/EnergyPlus/Autosizing/SystemAirFlowSizing.hh +++ b/src/EnergyPlus/Autosizing/SystemAirFlowSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.cc b/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.cc index 14bc13a1150..0095b976ee4 100644 --- a/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.cc +++ b/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.hh b/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.hh index b2d874a3847..46887aae7bd 100644 --- a/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.hh +++ b/src/EnergyPlus/Autosizing/WaterHeatingCapacitySizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.cc b/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.cc index c8537395dc7..c934eb287e9 100644 --- a/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.cc +++ b/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.hh b/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.hh index b0e05204b24..d750b09dd34 100644 --- a/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.hh +++ b/src/EnergyPlus/Autosizing/WaterHeatingCoilUASizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BaseboardElectric.cc b/src/EnergyPlus/BaseboardElectric.cc index d9b8b634c3d..4322f567d56 100644 --- a/src/EnergyPlus/BaseboardElectric.cc +++ b/src/EnergyPlus/BaseboardElectric.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BaseboardElectric.hh b/src/EnergyPlus/BaseboardElectric.hh index 9a442e655c7..b45168bf3cb 100644 --- a/src/EnergyPlus/BaseboardElectric.hh +++ b/src/EnergyPlus/BaseboardElectric.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BaseboardRadiator.cc b/src/EnergyPlus/BaseboardRadiator.cc index 3df24842d98..cadd0f8f65e 100644 --- a/src/EnergyPlus/BaseboardRadiator.cc +++ b/src/EnergyPlus/BaseboardRadiator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BaseboardRadiator.hh b/src/EnergyPlus/BaseboardRadiator.hh index 03d7e9b71b5..e26abc792d6 100644 --- a/src/EnergyPlus/BaseboardRadiator.hh +++ b/src/EnergyPlus/BaseboardRadiator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BoilerSteam.cc b/src/EnergyPlus/BoilerSteam.cc index be08ad2d041..832ee82552b 100644 --- a/src/EnergyPlus/BoilerSteam.cc +++ b/src/EnergyPlus/BoilerSteam.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BoilerSteam.hh b/src/EnergyPlus/BoilerSteam.hh index 9f6ff8a3468..c02ffcb6351 100644 --- a/src/EnergyPlus/BoilerSteam.hh +++ b/src/EnergyPlus/BoilerSteam.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Boilers.cc b/src/EnergyPlus/Boilers.cc index 6e7651af71b..76d6d61721d 100644 --- a/src/EnergyPlus/Boilers.cc +++ b/src/EnergyPlus/Boilers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Boilers.hh b/src/EnergyPlus/Boilers.hh index 1cdcf003fe3..1fc5e54b6ec 100644 --- a/src/EnergyPlus/Boilers.hh +++ b/src/EnergyPlus/Boilers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BranchInputManager.cc b/src/EnergyPlus/BranchInputManager.cc index bf5e5488f64..c4d481e6fbd 100644 --- a/src/EnergyPlus/BranchInputManager.cc +++ b/src/EnergyPlus/BranchInputManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BranchInputManager.hh b/src/EnergyPlus/BranchInputManager.hh index cd023b79ea0..7d0ad7c1f49 100644 --- a/src/EnergyPlus/BranchInputManager.hh +++ b/src/EnergyPlus/BranchInputManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BranchNodeConnections.cc b/src/EnergyPlus/BranchNodeConnections.cc index 70acbdec649..613b97788c5 100644 --- a/src/EnergyPlus/BranchNodeConnections.cc +++ b/src/EnergyPlus/BranchNodeConnections.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/BranchNodeConnections.hh b/src/EnergyPlus/BranchNodeConnections.hh index 5e0a9573b3a..b867e75b019 100644 --- a/src/EnergyPlus/BranchNodeConnections.hh +++ b/src/EnergyPlus/BranchNodeConnections.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CTElectricGenerator.cc b/src/EnergyPlus/CTElectricGenerator.cc index 7d25542cd59..5258591abdf 100644 --- a/src/EnergyPlus/CTElectricGenerator.cc +++ b/src/EnergyPlus/CTElectricGenerator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CTElectricGenerator.hh b/src/EnergyPlus/CTElectricGenerator.hh index b06d5f4fcd8..f4f41401f5b 100644 --- a/src/EnergyPlus/CTElectricGenerator.hh +++ b/src/EnergyPlus/CTElectricGenerator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChilledCeilingPanelSimple.cc b/src/EnergyPlus/ChilledCeilingPanelSimple.cc index 2b7d37c37a5..309e2ad1fad 100644 --- a/src/EnergyPlus/ChilledCeilingPanelSimple.cc +++ b/src/EnergyPlus/ChilledCeilingPanelSimple.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChilledCeilingPanelSimple.hh b/src/EnergyPlus/ChilledCeilingPanelSimple.hh index 60a94ece8e9..354840437e3 100644 --- a/src/EnergyPlus/ChilledCeilingPanelSimple.hh +++ b/src/EnergyPlus/ChilledCeilingPanelSimple.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerAbsorption.cc b/src/EnergyPlus/ChillerAbsorption.cc index 7a12ac8b01c..c92e4d80beb 100644 --- a/src/EnergyPlus/ChillerAbsorption.cc +++ b/src/EnergyPlus/ChillerAbsorption.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerAbsorption.hh b/src/EnergyPlus/ChillerAbsorption.hh index 9c7d1a862a5..d938ef66b40 100644 --- a/src/EnergyPlus/ChillerAbsorption.hh +++ b/src/EnergyPlus/ChillerAbsorption.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerElectricASHRAE205.cc b/src/EnergyPlus/ChillerElectricASHRAE205.cc index 20ab0c4e26e..e8fd8dc3828 100644 --- a/src/EnergyPlus/ChillerElectricASHRAE205.cc +++ b/src/EnergyPlus/ChillerElectricASHRAE205.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerElectricASHRAE205.hh b/src/EnergyPlus/ChillerElectricASHRAE205.hh index e024c407c46..ac9aa77011b 100644 --- a/src/EnergyPlus/ChillerElectricASHRAE205.hh +++ b/src/EnergyPlus/ChillerElectricASHRAE205.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerElectricEIR.cc b/src/EnergyPlus/ChillerElectricEIR.cc index e0c05cdbe73..de48bcab972 100644 --- a/src/EnergyPlus/ChillerElectricEIR.cc +++ b/src/EnergyPlus/ChillerElectricEIR.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerElectricEIR.hh b/src/EnergyPlus/ChillerElectricEIR.hh index e507d1a9288..8fadb1a76d6 100644 --- a/src/EnergyPlus/ChillerElectricEIR.hh +++ b/src/EnergyPlus/ChillerElectricEIR.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerExhaustAbsorption.cc b/src/EnergyPlus/ChillerExhaustAbsorption.cc index 53b54ac3e21..4b25efac63d 100644 --- a/src/EnergyPlus/ChillerExhaustAbsorption.cc +++ b/src/EnergyPlus/ChillerExhaustAbsorption.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerExhaustAbsorption.hh b/src/EnergyPlus/ChillerExhaustAbsorption.hh index 31cd68ffc77..d3c881d7b15 100644 --- a/src/EnergyPlus/ChillerExhaustAbsorption.hh +++ b/src/EnergyPlus/ChillerExhaustAbsorption.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerGasAbsorption.cc b/src/EnergyPlus/ChillerGasAbsorption.cc index a93b93d2be5..9dedf2efafc 100644 --- a/src/EnergyPlus/ChillerGasAbsorption.cc +++ b/src/EnergyPlus/ChillerGasAbsorption.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerGasAbsorption.hh b/src/EnergyPlus/ChillerGasAbsorption.hh index 6347dafd437..6f5b6a0cc10 100644 --- a/src/EnergyPlus/ChillerGasAbsorption.hh +++ b/src/EnergyPlus/ChillerGasAbsorption.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerIndirectAbsorption.cc b/src/EnergyPlus/ChillerIndirectAbsorption.cc index ac252f32585..f0b4eba24d1 100644 --- a/src/EnergyPlus/ChillerIndirectAbsorption.cc +++ b/src/EnergyPlus/ChillerIndirectAbsorption.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerIndirectAbsorption.hh b/src/EnergyPlus/ChillerIndirectAbsorption.hh index 5dc6c78fd88..c813d7dca89 100644 --- a/src/EnergyPlus/ChillerIndirectAbsorption.hh +++ b/src/EnergyPlus/ChillerIndirectAbsorption.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerReformulatedEIR.cc b/src/EnergyPlus/ChillerReformulatedEIR.cc index d61d319f567..4be10e875ae 100644 --- a/src/EnergyPlus/ChillerReformulatedEIR.cc +++ b/src/EnergyPlus/ChillerReformulatedEIR.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ChillerReformulatedEIR.hh b/src/EnergyPlus/ChillerReformulatedEIR.hh index 76c2e3277ef..0eee1d63394 100644 --- a/src/EnergyPlus/ChillerReformulatedEIR.hh +++ b/src/EnergyPlus/ChillerReformulatedEIR.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDX.cc b/src/EnergyPlus/Coils/CoilCoolingDX.cc index 9465276e53a..9f71ca96ef4 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDX.cc +++ b/src/EnergyPlus/Coils/CoilCoolingDX.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDX.hh b/src/EnergyPlus/Coils/CoilCoolingDX.hh index c5ed85a0272..b9fe93d5960 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDX.hh +++ b/src/EnergyPlus/Coils/CoilCoolingDX.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc b/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc index fca4e619449..e5578b31999 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc +++ b/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.hh b/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.hh index 147f78fb2c5..20217557ebf 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.hh +++ b/src/EnergyPlus/Coils/CoilCoolingDXAshrae205Performance.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.cc b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.cc index 17bd3136848..42f72f53f0c 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.cc +++ b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.hh b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.hh index ae184f3050a..2df55b1b3e0 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.hh +++ b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitOperatingMode.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.cc b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.cc index 44a25cbe2c5..d893ec37f15 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.cc +++ b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.hh b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.hh index 28fedeb2a92..6d85a5212b5 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.hh +++ b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitPerformance.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.cc b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.cc index c050aa576a7..3eca47dc460 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.cc +++ b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.hh b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.hh index 23945b88796..152f3a09e68 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.hh +++ b/src/EnergyPlus/Coils/CoilCoolingDXCurveFitSpeed.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Coils/CoilCoolingDXPerformanceBase.hh b/src/EnergyPlus/Coils/CoilCoolingDXPerformanceBase.hh index 98f328a2408..8ca3c6cb25b 100644 --- a/src/EnergyPlus/Coils/CoilCoolingDXPerformanceBase.hh +++ b/src/EnergyPlus/Coils/CoilCoolingDXPerformanceBase.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CommandLineInterface.cc b/src/EnergyPlus/CommandLineInterface.cc index 06cb281b0ce..f4b7b961ccf 100644 --- a/src/EnergyPlus/CommandLineInterface.cc +++ b/src/EnergyPlus/CommandLineInterface.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CommandLineInterface.hh b/src/EnergyPlus/CommandLineInterface.hh index b33af45efc3..bb460e54b94 100644 --- a/src/EnergyPlus/CommandLineInterface.hh +++ b/src/EnergyPlus/CommandLineInterface.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CondenserLoopTowers.cc b/src/EnergyPlus/CondenserLoopTowers.cc index e0afdcf1a52..573e9ab3c0c 100644 --- a/src/EnergyPlus/CondenserLoopTowers.cc +++ b/src/EnergyPlus/CondenserLoopTowers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CondenserLoopTowers.hh b/src/EnergyPlus/CondenserLoopTowers.hh index 717f23a8347..49aa485b0d4 100644 --- a/src/EnergyPlus/CondenserLoopTowers.hh +++ b/src/EnergyPlus/CondenserLoopTowers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ConfiguredFunctions.hh b/src/EnergyPlus/ConfiguredFunctions.hh index 31dab2dd3fb..b3778898932 100644 --- a/src/EnergyPlus/ConfiguredFunctions.hh +++ b/src/EnergyPlus/ConfiguredFunctions.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ConfiguredFunctions.in.cc b/src/EnergyPlus/ConfiguredFunctions.in.cc index aaeca7ff31c..6d271cd1449 100644 --- a/src/EnergyPlus/ConfiguredFunctions.in.cc +++ b/src/EnergyPlus/ConfiguredFunctions.in.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Construction.cc b/src/EnergyPlus/Construction.cc index a6737ab421f..77e6269a676 100644 --- a/src/EnergyPlus/Construction.cc +++ b/src/EnergyPlus/Construction.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Construction.hh b/src/EnergyPlus/Construction.hh index e909aca2418..b3467b5b841 100644 --- a/src/EnergyPlus/Construction.hh +++ b/src/EnergyPlus/Construction.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ConvectionCoefficients.cc b/src/EnergyPlus/ConvectionCoefficients.cc index 9bc8f929196..6049aa8a02e 100644 --- a/src/EnergyPlus/ConvectionCoefficients.cc +++ b/src/EnergyPlus/ConvectionCoefficients.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ConvectionCoefficients.hh b/src/EnergyPlus/ConvectionCoefficients.hh index 38d4d31f93a..557cb153bf5 100644 --- a/src/EnergyPlus/ConvectionCoefficients.hh +++ b/src/EnergyPlus/ConvectionCoefficients.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ConvectionConstants.hh b/src/EnergyPlus/ConvectionConstants.hh index 38f8d11bcf0..100d6600471 100644 --- a/src/EnergyPlus/ConvectionConstants.hh +++ b/src/EnergyPlus/ConvectionConstants.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CoolTower.cc b/src/EnergyPlus/CoolTower.cc index 3fbac04f270..985f28598c1 100644 --- a/src/EnergyPlus/CoolTower.cc +++ b/src/EnergyPlus/CoolTower.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CoolTower.hh b/src/EnergyPlus/CoolTower.hh index 0c422f434ab..42af6f7a000 100644 --- a/src/EnergyPlus/CoolTower.hh +++ b/src/EnergyPlus/CoolTower.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CostEstimateManager.cc b/src/EnergyPlus/CostEstimateManager.cc index a3a9db8ffb4..de22abecfcc 100644 --- a/src/EnergyPlus/CostEstimateManager.cc +++ b/src/EnergyPlus/CostEstimateManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CostEstimateManager.hh b/src/EnergyPlus/CostEstimateManager.hh index 2642d0ab6ae..97ada561783 100644 --- a/src/EnergyPlus/CostEstimateManager.hh +++ b/src/EnergyPlus/CostEstimateManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CrossVentMgr.cc b/src/EnergyPlus/CrossVentMgr.cc index 3893226f9d4..4f66e6a8771 100644 --- a/src/EnergyPlus/CrossVentMgr.cc +++ b/src/EnergyPlus/CrossVentMgr.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CrossVentMgr.hh b/src/EnergyPlus/CrossVentMgr.hh index 893b32cb8cb..4e166d10b81 100644 --- a/src/EnergyPlus/CrossVentMgr.hh +++ b/src/EnergyPlus/CrossVentMgr.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CurveManager.cc b/src/EnergyPlus/CurveManager.cc index 8ee138cbaeb..e536f2ee2a7 100644 --- a/src/EnergyPlus/CurveManager.cc +++ b/src/EnergyPlus/CurveManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/CurveManager.hh b/src/EnergyPlus/CurveManager.hh index 0eb9097e0fa..10f6caa5583 100644 --- a/src/EnergyPlus/CurveManager.hh +++ b/src/EnergyPlus/CurveManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DElightManagerF.cc b/src/EnergyPlus/DElightManagerF.cc index 1e5238ff0ab..7e88764b5ca 100644 --- a/src/EnergyPlus/DElightManagerF.cc +++ b/src/EnergyPlus/DElightManagerF.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DElightManagerF.hh b/src/EnergyPlus/DElightManagerF.hh index e1b3c4f5d86..0a738d784cf 100644 --- a/src/EnergyPlus/DElightManagerF.hh +++ b/src/EnergyPlus/DElightManagerF.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DXCoils.cc b/src/EnergyPlus/DXCoils.cc index 4cc21da88ca..a857697cd15 100644 --- a/src/EnergyPlus/DXCoils.cc +++ b/src/EnergyPlus/DXCoils.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DXCoils.hh b/src/EnergyPlus/DXCoils.hh index 8df179c1c02..2349f0e426b 100644 --- a/src/EnergyPlus/DXCoils.hh +++ b/src/EnergyPlus/DXCoils.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DXFEarClipping.cc b/src/EnergyPlus/DXFEarClipping.cc index 20cd8a26e7f..adfaeb33743 100644 --- a/src/EnergyPlus/DXFEarClipping.cc +++ b/src/EnergyPlus/DXFEarClipping.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DXFEarClipping.hh b/src/EnergyPlus/DXFEarClipping.hh index 7007832e975..374f24eff77 100644 --- a/src/EnergyPlus/DXFEarClipping.hh +++ b/src/EnergyPlus/DXFEarClipping.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Data/BaseData.hh b/src/EnergyPlus/Data/BaseData.hh index d4cc67c42a8..0287072613e 100644 --- a/src/EnergyPlus/Data/BaseData.hh +++ b/src/EnergyPlus/Data/BaseData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Data/CommonIncludes.hh b/src/EnergyPlus/Data/CommonIncludes.hh index f6a829e3374..07c717026d9 100644 --- a/src/EnergyPlus/Data/CommonIncludes.hh +++ b/src/EnergyPlus/Data/CommonIncludes.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Data/EnergyPlusData.cc b/src/EnergyPlus/Data/EnergyPlusData.cc index 6ed58ecf154..3bd14e8208c 100644 --- a/src/EnergyPlus/Data/EnergyPlusData.cc +++ b/src/EnergyPlus/Data/EnergyPlusData.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Data/EnergyPlusData.hh b/src/EnergyPlus/Data/EnergyPlusData.hh index 5e96c8ca832..76ba3e5c8bb 100644 --- a/src/EnergyPlus/Data/EnergyPlusData.hh +++ b/src/EnergyPlus/Data/EnergyPlusData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataAirLoop.hh b/src/EnergyPlus/DataAirLoop.hh index c2293cb5b3b..8d2bd2bbff5 100644 --- a/src/EnergyPlus/DataAirLoop.hh +++ b/src/EnergyPlus/DataAirLoop.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataAirSystems.cc b/src/EnergyPlus/DataAirSystems.cc index c1a20f293ee..f263b2cdb1f 100644 --- a/src/EnergyPlus/DataAirSystems.cc +++ b/src/EnergyPlus/DataAirSystems.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataAirSystems.hh b/src/EnergyPlus/DataAirSystems.hh index 65bc3e33b5d..e197f0614eb 100644 --- a/src/EnergyPlus/DataAirSystems.hh +++ b/src/EnergyPlus/DataAirSystems.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataBSDFWindow.hh b/src/EnergyPlus/DataBSDFWindow.hh index 46cc394db31..d1f54f6bbf3 100644 --- a/src/EnergyPlus/DataBSDFWindow.hh +++ b/src/EnergyPlus/DataBSDFWindow.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataBranchAirLoopPlant.hh b/src/EnergyPlus/DataBranchAirLoopPlant.hh index 1b7986e2cd0..02ab4eded47 100644 --- a/src/EnergyPlus/DataBranchAirLoopPlant.hh +++ b/src/EnergyPlus/DataBranchAirLoopPlant.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataBranchNodeConnections.hh b/src/EnergyPlus/DataBranchNodeConnections.hh index 42529c7ddf8..37319aa4a66 100644 --- a/src/EnergyPlus/DataBranchNodeConnections.hh +++ b/src/EnergyPlus/DataBranchNodeConnections.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataComplexFenestration.hh b/src/EnergyPlus/DataComplexFenestration.hh index a2bda2db62c..b85c6656774 100644 --- a/src/EnergyPlus/DataComplexFenestration.hh +++ b/src/EnergyPlus/DataComplexFenestration.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataContaminantBalance.hh b/src/EnergyPlus/DataContaminantBalance.hh index 93406d6ce3a..2c587951394 100644 --- a/src/EnergyPlus/DataContaminantBalance.hh +++ b/src/EnergyPlus/DataContaminantBalance.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataConvergParams.hh b/src/EnergyPlus/DataConvergParams.hh index 680bce94fd9..4da1bcfc9a1 100644 --- a/src/EnergyPlus/DataConvergParams.hh +++ b/src/EnergyPlus/DataConvergParams.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataConversions.hh b/src/EnergyPlus/DataConversions.hh index fbffd0d6d61..d4e215f8064 100644 --- a/src/EnergyPlus/DataConversions.hh +++ b/src/EnergyPlus/DataConversions.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataDElight.hh b/src/EnergyPlus/DataDElight.hh index 3a9f1b0f2e3..10f43ea096c 100644 --- a/src/EnergyPlus/DataDElight.hh +++ b/src/EnergyPlus/DataDElight.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataDaylighting.hh b/src/EnergyPlus/DataDaylighting.hh index 350fd58a089..3969b63b87b 100644 --- a/src/EnergyPlus/DataDaylighting.hh +++ b/src/EnergyPlus/DataDaylighting.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataDaylightingDevices.hh b/src/EnergyPlus/DataDaylightingDevices.hh index a07fb628f13..13fc89a23bf 100644 --- a/src/EnergyPlus/DataDaylightingDevices.hh +++ b/src/EnergyPlus/DataDaylightingDevices.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataDefineEquip.hh b/src/EnergyPlus/DataDefineEquip.hh index edd7287e5cf..b2965dfc939 100644 --- a/src/EnergyPlus/DataDefineEquip.hh +++ b/src/EnergyPlus/DataDefineEquip.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataEnvironment.cc b/src/EnergyPlus/DataEnvironment.cc index b657f2a8a7e..0bce541ae7c 100644 --- a/src/EnergyPlus/DataEnvironment.cc +++ b/src/EnergyPlus/DataEnvironment.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataEnvironment.hh b/src/EnergyPlus/DataEnvironment.hh index fbdfdb562bc..dec008b380c 100644 --- a/src/EnergyPlus/DataEnvironment.hh +++ b/src/EnergyPlus/DataEnvironment.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataErrorTracking.hh b/src/EnergyPlus/DataErrorTracking.hh index 6ae7b639a00..2473909ad62 100644 --- a/src/EnergyPlus/DataErrorTracking.hh +++ b/src/EnergyPlus/DataErrorTracking.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataGenerators.hh b/src/EnergyPlus/DataGenerators.hh index 4e8cf021b79..1f8edcba891 100644 --- a/src/EnergyPlus/DataGenerators.hh +++ b/src/EnergyPlus/DataGenerators.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataGlobalConstants.hh b/src/EnergyPlus/DataGlobalConstants.hh index 8873c7f90f9..3c80981f82e 100644 --- a/src/EnergyPlus/DataGlobalConstants.hh +++ b/src/EnergyPlus/DataGlobalConstants.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataGlobals.hh b/src/EnergyPlus/DataGlobals.hh index bcce92cd4c9..3a25d3f4a14 100644 --- a/src/EnergyPlus/DataGlobals.hh +++ b/src/EnergyPlus/DataGlobals.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHVACControllers.hh b/src/EnergyPlus/DataHVACControllers.hh index b990962f381..d85a9d45716 100644 --- a/src/EnergyPlus/DataHVACControllers.hh +++ b/src/EnergyPlus/DataHVACControllers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHVACGlobals.cc b/src/EnergyPlus/DataHVACGlobals.cc index fae597ae916..7f7eccbbc26 100644 --- a/src/EnergyPlus/DataHVACGlobals.cc +++ b/src/EnergyPlus/DataHVACGlobals.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHVACGlobals.hh b/src/EnergyPlus/DataHVACGlobals.hh index f574feaba1d..8fe998d5702 100644 --- a/src/EnergyPlus/DataHVACGlobals.hh +++ b/src/EnergyPlus/DataHVACGlobals.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHVACSystems.hh b/src/EnergyPlus/DataHVACSystems.hh index e44f7935b10..dad2b0378ba 100644 --- a/src/EnergyPlus/DataHVACSystems.hh +++ b/src/EnergyPlus/DataHVACSystems.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHeatBalFanSys.hh b/src/EnergyPlus/DataHeatBalFanSys.hh index 0ed22bba973..746e5c98de1 100644 --- a/src/EnergyPlus/DataHeatBalFanSys.hh +++ b/src/EnergyPlus/DataHeatBalFanSys.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHeatBalSurface.hh b/src/EnergyPlus/DataHeatBalSurface.hh index b71f388c82c..9a4332c9422 100644 --- a/src/EnergyPlus/DataHeatBalSurface.hh +++ b/src/EnergyPlus/DataHeatBalSurface.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHeatBalance.cc b/src/EnergyPlus/DataHeatBalance.cc index 5eb047bcfaf..9d95b8b6f2e 100644 --- a/src/EnergyPlus/DataHeatBalance.cc +++ b/src/EnergyPlus/DataHeatBalance.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataHeatBalance.hh b/src/EnergyPlus/DataHeatBalance.hh index d863203cb58..9ba7a145d95 100644 --- a/src/EnergyPlus/DataHeatBalance.hh +++ b/src/EnergyPlus/DataHeatBalance.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataIPShortCuts.hh b/src/EnergyPlus/DataIPShortCuts.hh index 37d1947cd65..9646a08ab2d 100644 --- a/src/EnergyPlus/DataIPShortCuts.hh +++ b/src/EnergyPlus/DataIPShortCuts.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataLoopNode.hh b/src/EnergyPlus/DataLoopNode.hh index 61bca07ff80..6887178764f 100644 --- a/src/EnergyPlus/DataLoopNode.hh +++ b/src/EnergyPlus/DataLoopNode.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataMoistureBalance.hh b/src/EnergyPlus/DataMoistureBalance.hh index 2f9cd751d55..f65188a08e4 100644 --- a/src/EnergyPlus/DataMoistureBalance.hh +++ b/src/EnergyPlus/DataMoistureBalance.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataMoistureBalanceEMPD.hh b/src/EnergyPlus/DataMoistureBalanceEMPD.hh index 34288d6b89d..b339b49f437 100644 --- a/src/EnergyPlus/DataMoistureBalanceEMPD.hh +++ b/src/EnergyPlus/DataMoistureBalanceEMPD.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataOutputs.cc b/src/EnergyPlus/DataOutputs.cc index 8c6599465e4..45e33a11d3c 100644 --- a/src/EnergyPlus/DataOutputs.cc +++ b/src/EnergyPlus/DataOutputs.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataOutputs.hh b/src/EnergyPlus/DataOutputs.hh index 7b9c495dc2a..9364e51cf05 100644 --- a/src/EnergyPlus/DataOutputs.hh +++ b/src/EnergyPlus/DataOutputs.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataPhotovoltaics.hh b/src/EnergyPlus/DataPhotovoltaics.hh index 5ddc15be200..10b4595308f 100644 --- a/src/EnergyPlus/DataPhotovoltaics.hh +++ b/src/EnergyPlus/DataPhotovoltaics.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataPrecisionGlobals.hh b/src/EnergyPlus/DataPrecisionGlobals.hh index bdc4bae1f9c..275c1e970cf 100644 --- a/src/EnergyPlus/DataPrecisionGlobals.hh +++ b/src/EnergyPlus/DataPrecisionGlobals.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataReportingFlags.hh b/src/EnergyPlus/DataReportingFlags.hh index 72e8bf2fd19..5138ff37278 100644 --- a/src/EnergyPlus/DataReportingFlags.hh +++ b/src/EnergyPlus/DataReportingFlags.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataRoomAirModel.hh b/src/EnergyPlus/DataRoomAirModel.hh index 1f387f2d6df..a0b5009cc45 100644 --- a/src/EnergyPlus/DataRoomAirModel.hh +++ b/src/EnergyPlus/DataRoomAirModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataRootFinder.hh b/src/EnergyPlus/DataRootFinder.hh index bf1ddb90faf..e4f912bf420 100644 --- a/src/EnergyPlus/DataRootFinder.hh +++ b/src/EnergyPlus/DataRootFinder.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataRuntimeLanguage.cc b/src/EnergyPlus/DataRuntimeLanguage.cc index 2155a06d428..aa78abf6edf 100644 --- a/src/EnergyPlus/DataRuntimeLanguage.cc +++ b/src/EnergyPlus/DataRuntimeLanguage.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataRuntimeLanguage.hh b/src/EnergyPlus/DataRuntimeLanguage.hh index 5e236d14392..42410612235 100644 --- a/src/EnergyPlus/DataRuntimeLanguage.hh +++ b/src/EnergyPlus/DataRuntimeLanguage.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataShadowingCombinations.hh b/src/EnergyPlus/DataShadowingCombinations.hh index 5f8a7429c8c..ca46c9ec115 100644 --- a/src/EnergyPlus/DataShadowingCombinations.hh +++ b/src/EnergyPlus/DataShadowingCombinations.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSizing.cc b/src/EnergyPlus/DataSizing.cc index b54796c3ac7..b1a0d438256 100644 --- a/src/EnergyPlus/DataSizing.cc +++ b/src/EnergyPlus/DataSizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSizing.hh b/src/EnergyPlus/DataSizing.hh index 82cc08d43db..28b97d320c7 100644 --- a/src/EnergyPlus/DataSizing.hh +++ b/src/EnergyPlus/DataSizing.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataStringGlobals.hh b/src/EnergyPlus/DataStringGlobals.hh index 9a04d17aefd..40536843747 100644 --- a/src/EnergyPlus/DataStringGlobals.hh +++ b/src/EnergyPlus/DataStringGlobals.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataStringGlobals.in.cc b/src/EnergyPlus/DataStringGlobals.in.cc index 26efad7e620..54b16f6e9ca 100644 --- a/src/EnergyPlus/DataStringGlobals.in.cc +++ b/src/EnergyPlus/DataStringGlobals.in.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSurfaceColors.cc b/src/EnergyPlus/DataSurfaceColors.cc index 83a0366b08c..9ff020bded6 100644 --- a/src/EnergyPlus/DataSurfaceColors.cc +++ b/src/EnergyPlus/DataSurfaceColors.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSurfaceColors.hh b/src/EnergyPlus/DataSurfaceColors.hh index 0e917e290a2..ed30a0f8918 100644 --- a/src/EnergyPlus/DataSurfaceColors.hh +++ b/src/EnergyPlus/DataSurfaceColors.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSurfaceLists.cc b/src/EnergyPlus/DataSurfaceLists.cc index 74a9d8d5c40..1d5b8f96475 100644 --- a/src/EnergyPlus/DataSurfaceLists.cc +++ b/src/EnergyPlus/DataSurfaceLists.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSurfaceLists.hh b/src/EnergyPlus/DataSurfaceLists.hh index 04212045291..1fca4732f4e 100644 --- a/src/EnergyPlus/DataSurfaceLists.hh +++ b/src/EnergyPlus/DataSurfaceLists.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSurfaces.cc b/src/EnergyPlus/DataSurfaces.cc index 9b6bc3800c6..a6e2f083c5b 100644 --- a/src/EnergyPlus/DataSurfaces.cc +++ b/src/EnergyPlus/DataSurfaces.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSurfaces.hh b/src/EnergyPlus/DataSurfaces.hh index 6b741451c8b..9899cd227e4 100644 --- a/src/EnergyPlus/DataSurfaces.hh +++ b/src/EnergyPlus/DataSurfaces.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSystemVariables.cc b/src/EnergyPlus/DataSystemVariables.cc index 53fd53bdb9a..aa63f5e76af 100644 --- a/src/EnergyPlus/DataSystemVariables.cc +++ b/src/EnergyPlus/DataSystemVariables.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataSystemVariables.hh b/src/EnergyPlus/DataSystemVariables.hh index 4aab8a804f4..b29297dc220 100644 --- a/src/EnergyPlus/DataSystemVariables.hh +++ b/src/EnergyPlus/DataSystemVariables.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataTimings.hh b/src/EnergyPlus/DataTimings.hh index 0263258f8f7..3a69049973e 100644 --- a/src/EnergyPlus/DataTimings.hh +++ b/src/EnergyPlus/DataTimings.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataVectorTypes.hh b/src/EnergyPlus/DataVectorTypes.hh index e8e0e9a73a8..d1e7614b055 100644 --- a/src/EnergyPlus/DataVectorTypes.hh +++ b/src/EnergyPlus/DataVectorTypes.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataViewFactorInformation.hh b/src/EnergyPlus/DataViewFactorInformation.hh index 8927caae1c0..e6a3fe777c1 100644 --- a/src/EnergyPlus/DataViewFactorInformation.hh +++ b/src/EnergyPlus/DataViewFactorInformation.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataWater.hh b/src/EnergyPlus/DataWater.hh index e82896ffef0..231607640dd 100644 --- a/src/EnergyPlus/DataWater.hh +++ b/src/EnergyPlus/DataWater.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataWindowEquivalentLayer.hh b/src/EnergyPlus/DataWindowEquivalentLayer.hh index 39f0c033192..ca160d2089d 100644 --- a/src/EnergyPlus/DataWindowEquivalentLayer.hh +++ b/src/EnergyPlus/DataWindowEquivalentLayer.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataZoneControls.hh b/src/EnergyPlus/DataZoneControls.hh index ca84fca2d8a..b2c5e8ac91e 100644 --- a/src/EnergyPlus/DataZoneControls.hh +++ b/src/EnergyPlus/DataZoneControls.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataZoneEnergyDemands.cc b/src/EnergyPlus/DataZoneEnergyDemands.cc index 900a5083075..311b8a462e8 100644 --- a/src/EnergyPlus/DataZoneEnergyDemands.cc +++ b/src/EnergyPlus/DataZoneEnergyDemands.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataZoneEnergyDemands.hh b/src/EnergyPlus/DataZoneEnergyDemands.hh index e4bcb85fc41..be4618fe9b9 100644 --- a/src/EnergyPlus/DataZoneEnergyDemands.hh +++ b/src/EnergyPlus/DataZoneEnergyDemands.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataZoneEquipment.cc b/src/EnergyPlus/DataZoneEquipment.cc index 2e6a91ed4b0..19ec3453eb7 100644 --- a/src/EnergyPlus/DataZoneEquipment.cc +++ b/src/EnergyPlus/DataZoneEquipment.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DataZoneEquipment.hh b/src/EnergyPlus/DataZoneEquipment.hh index 4c949df08fb..1d8f485b647 100644 --- a/src/EnergyPlus/DataZoneEquipment.hh +++ b/src/EnergyPlus/DataZoneEquipment.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DaylightingDevices.cc b/src/EnergyPlus/DaylightingDevices.cc index d8a49cdf68c..3c10b366e3a 100644 --- a/src/EnergyPlus/DaylightingDevices.cc +++ b/src/EnergyPlus/DaylightingDevices.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DaylightingDevices.hh b/src/EnergyPlus/DaylightingDevices.hh index 409f97a1849..db8f776dfc5 100644 --- a/src/EnergyPlus/DaylightingDevices.hh +++ b/src/EnergyPlus/DaylightingDevices.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DaylightingManager.cc b/src/EnergyPlus/DaylightingManager.cc index 1521bef129e..a49034fedd4 100644 --- a/src/EnergyPlus/DaylightingManager.cc +++ b/src/EnergyPlus/DaylightingManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DaylightingManager.hh b/src/EnergyPlus/DaylightingManager.hh index 1e1d93cb387..efb4f95355e 100644 --- a/src/EnergyPlus/DaylightingManager.hh +++ b/src/EnergyPlus/DaylightingManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DemandManager.cc b/src/EnergyPlus/DemandManager.cc index c45ed3e5d08..794392d05db 100644 --- a/src/EnergyPlus/DemandManager.cc +++ b/src/EnergyPlus/DemandManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DemandManager.hh b/src/EnergyPlus/DemandManager.hh index e02ed51080e..a8e7b021747 100644 --- a/src/EnergyPlus/DemandManager.hh +++ b/src/EnergyPlus/DemandManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DesiccantDehumidifiers.cc b/src/EnergyPlus/DesiccantDehumidifiers.cc index 890e384d921..c8b1f8b8092 100644 --- a/src/EnergyPlus/DesiccantDehumidifiers.cc +++ b/src/EnergyPlus/DesiccantDehumidifiers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DesiccantDehumidifiers.hh b/src/EnergyPlus/DesiccantDehumidifiers.hh index 81d3b6f0e48..f5984390271 100644 --- a/src/EnergyPlus/DesiccantDehumidifiers.hh +++ b/src/EnergyPlus/DesiccantDehumidifiers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DisplacementVentMgr.cc b/src/EnergyPlus/DisplacementVentMgr.cc index 497f3efb1c4..70904ff4aee 100644 --- a/src/EnergyPlus/DisplacementVentMgr.cc +++ b/src/EnergyPlus/DisplacementVentMgr.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DisplacementVentMgr.hh b/src/EnergyPlus/DisplacementVentMgr.hh index d93cb21bed7..ce9259170ae 100644 --- a/src/EnergyPlus/DisplacementVentMgr.hh +++ b/src/EnergyPlus/DisplacementVentMgr.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DisplayRoutines.cc b/src/EnergyPlus/DisplayRoutines.cc index 7bc4f936f45..dcc5ffc6b91 100644 --- a/src/EnergyPlus/DisplayRoutines.cc +++ b/src/EnergyPlus/DisplayRoutines.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DisplayRoutines.hh b/src/EnergyPlus/DisplayRoutines.hh index 33f0c18df32..4557b806adf 100644 --- a/src/EnergyPlus/DisplayRoutines.hh +++ b/src/EnergyPlus/DisplayRoutines.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DualDuct.cc b/src/EnergyPlus/DualDuct.cc index 25fd780ef8d..a1886aae60f 100644 --- a/src/EnergyPlus/DualDuct.cc +++ b/src/EnergyPlus/DualDuct.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DualDuct.hh b/src/EnergyPlus/DualDuct.hh index 7ac250b13ef..bfba71b7e79 100644 --- a/src/EnergyPlus/DualDuct.hh +++ b/src/EnergyPlus/DualDuct.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DuctLoss.cc b/src/EnergyPlus/DuctLoss.cc index 245992afcdf..fa9ba4b4021 100644 --- a/src/EnergyPlus/DuctLoss.cc +++ b/src/EnergyPlus/DuctLoss.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/DuctLoss.hh b/src/EnergyPlus/DuctLoss.hh index 2b246b48780..63835902be8 100644 --- a/src/EnergyPlus/DuctLoss.hh +++ b/src/EnergyPlus/DuctLoss.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EMSManager.cc b/src/EnergyPlus/EMSManager.cc index 203ee731de8..9abcd0a99c6 100644 --- a/src/EnergyPlus/EMSManager.cc +++ b/src/EnergyPlus/EMSManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EMSManager.hh b/src/EnergyPlus/EMSManager.hh index 3b5e312d2aa..b80064a2cee 100644 --- a/src/EnergyPlus/EMSManager.hh +++ b/src/EnergyPlus/EMSManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EPVector.hh b/src/EnergyPlus/EPVector.hh index 03df13828eb..66de9265024 100644 --- a/src/EnergyPlus/EPVector.hh +++ b/src/EnergyPlus/EPVector.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EarthTube.cc b/src/EnergyPlus/EarthTube.cc index a9b94b54f3e..19f5ff28380 100644 --- a/src/EnergyPlus/EarthTube.cc +++ b/src/EnergyPlus/EarthTube.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EarthTube.hh b/src/EnergyPlus/EarthTube.hh index 43978e0a801..87f64edf7c9 100644 --- a/src/EnergyPlus/EarthTube.hh +++ b/src/EnergyPlus/EarthTube.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EcoRoofManager.cc b/src/EnergyPlus/EcoRoofManager.cc index 01b94f391b9..8faf1cdaec1 100644 --- a/src/EnergyPlus/EcoRoofManager.cc +++ b/src/EnergyPlus/EcoRoofManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EcoRoofManager.hh b/src/EnergyPlus/EcoRoofManager.hh index 0c3a681b1b5..33603b9f201 100644 --- a/src/EnergyPlus/EcoRoofManager.hh +++ b/src/EnergyPlus/EcoRoofManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EconomicLifeCycleCost.cc b/src/EnergyPlus/EconomicLifeCycleCost.cc index 59014820a74..572bb0019ab 100644 --- a/src/EnergyPlus/EconomicLifeCycleCost.cc +++ b/src/EnergyPlus/EconomicLifeCycleCost.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EconomicLifeCycleCost.hh b/src/EnergyPlus/EconomicLifeCycleCost.hh index f22b3aab907..7e321dd7552 100644 --- a/src/EnergyPlus/EconomicLifeCycleCost.hh +++ b/src/EnergyPlus/EconomicLifeCycleCost.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EconomicTariff.cc b/src/EnergyPlus/EconomicTariff.cc index 892b0e480bf..83946dcd76e 100644 --- a/src/EnergyPlus/EconomicTariff.cc +++ b/src/EnergyPlus/EconomicTariff.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EconomicTariff.hh b/src/EnergyPlus/EconomicTariff.hh index 86bf345bf11..29ca4be2086 100644 --- a/src/EnergyPlus/EconomicTariff.hh +++ b/src/EnergyPlus/EconomicTariff.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ElectricBaseboardRadiator.cc b/src/EnergyPlus/ElectricBaseboardRadiator.cc index 1d067bc3a48..531bd51d0fb 100644 --- a/src/EnergyPlus/ElectricBaseboardRadiator.cc +++ b/src/EnergyPlus/ElectricBaseboardRadiator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ElectricBaseboardRadiator.hh b/src/EnergyPlus/ElectricBaseboardRadiator.hh index 89684301bba..06e1bfbaf9d 100644 --- a/src/EnergyPlus/ElectricBaseboardRadiator.hh +++ b/src/EnergyPlus/ElectricBaseboardRadiator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ElectricPowerServiceManager.cc b/src/EnergyPlus/ElectricPowerServiceManager.cc index 75315a37fed..d4e30ca1bae 100644 --- a/src/EnergyPlus/ElectricPowerServiceManager.cc +++ b/src/EnergyPlus/ElectricPowerServiceManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ElectricPowerServiceManager.hh b/src/EnergyPlus/ElectricPowerServiceManager.hh index 1af1d10c990..5470a0a8a16 100644 --- a/src/EnergyPlus/ElectricPowerServiceManager.hh +++ b/src/EnergyPlus/ElectricPowerServiceManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EnergyPlus.hh b/src/EnergyPlus/EnergyPlus.hh index 1b201cdd1d8..213817ddfd9 100644 --- a/src/EnergyPlus/EnergyPlus.hh +++ b/src/EnergyPlus/EnergyPlus.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EnergyPlusLogger.cc b/src/EnergyPlus/EnergyPlusLogger.cc index a6c3f96783e..427f06db918 100644 --- a/src/EnergyPlus/EnergyPlusLogger.cc +++ b/src/EnergyPlus/EnergyPlusLogger.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EnergyPlusLogger.hh b/src/EnergyPlus/EnergyPlusLogger.hh index e7887769c92..69850170775 100644 --- a/src/EnergyPlus/EnergyPlusLogger.hh +++ b/src/EnergyPlus/EnergyPlusLogger.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EvaporativeCoolers.cc b/src/EnergyPlus/EvaporativeCoolers.cc index 5cbb18955e2..9b7fd5c358c 100644 --- a/src/EnergyPlus/EvaporativeCoolers.cc +++ b/src/EnergyPlus/EvaporativeCoolers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EvaporativeCoolers.hh b/src/EnergyPlus/EvaporativeCoolers.hh index 6fe0e8d29f9..e7fd92dfb0d 100644 --- a/src/EnergyPlus/EvaporativeCoolers.hh +++ b/src/EnergyPlus/EvaporativeCoolers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EvaporativeFluidCoolers.cc b/src/EnergyPlus/EvaporativeFluidCoolers.cc index c580c1a80a6..571c256e935 100644 --- a/src/EnergyPlus/EvaporativeFluidCoolers.cc +++ b/src/EnergyPlus/EvaporativeFluidCoolers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/EvaporativeFluidCoolers.hh b/src/EnergyPlus/EvaporativeFluidCoolers.hh index 57e86976868..448553d0a4f 100644 --- a/src/EnergyPlus/EvaporativeFluidCoolers.hh +++ b/src/EnergyPlus/EvaporativeFluidCoolers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExhaustAirSystemManager.cc b/src/EnergyPlus/ExhaustAirSystemManager.cc index f005adb4313..ceb4159047b 100644 --- a/src/EnergyPlus/ExhaustAirSystemManager.cc +++ b/src/EnergyPlus/ExhaustAirSystemManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExhaustAirSystemManager.hh b/src/EnergyPlus/ExhaustAirSystemManager.hh index ef08017ec4c..864e75c90f9 100644 --- a/src/EnergyPlus/ExhaustAirSystemManager.hh +++ b/src/EnergyPlus/ExhaustAirSystemManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExtendedHeatIndex.cc b/src/EnergyPlus/ExtendedHeatIndex.cc index 496d5c878bd..3bcfd4fd0b5 100644 --- a/src/EnergyPlus/ExtendedHeatIndex.cc +++ b/src/EnergyPlus/ExtendedHeatIndex.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExtendedHeatIndex.hh b/src/EnergyPlus/ExtendedHeatIndex.hh index b6b8a91d723..ad79b13fb49 100644 --- a/src/EnergyPlus/ExtendedHeatIndex.hh +++ b/src/EnergyPlus/ExtendedHeatIndex.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExteriorEnergyUse.cc b/src/EnergyPlus/ExteriorEnergyUse.cc index fc23528e710..30d97218849 100644 --- a/src/EnergyPlus/ExteriorEnergyUse.cc +++ b/src/EnergyPlus/ExteriorEnergyUse.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExteriorEnergyUse.hh b/src/EnergyPlus/ExteriorEnergyUse.hh index 4ed9aef550a..e38641a0bf1 100644 --- a/src/EnergyPlus/ExteriorEnergyUse.hh +++ b/src/EnergyPlus/ExteriorEnergyUse.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExternalInterface.cc b/src/EnergyPlus/ExternalInterface.cc index 5db13c1734c..3b0d489ae9c 100644 --- a/src/EnergyPlus/ExternalInterface.cc +++ b/src/EnergyPlus/ExternalInterface.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ExternalInterface.hh b/src/EnergyPlus/ExternalInterface.hh index d47ee9ff4ca..09d89049d7c 100644 --- a/src/EnergyPlus/ExternalInterface.hh +++ b/src/EnergyPlus/ExternalInterface.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FanCoilUnits.cc b/src/EnergyPlus/FanCoilUnits.cc index d19c7a449a8..6bee0d4b51d 100644 --- a/src/EnergyPlus/FanCoilUnits.cc +++ b/src/EnergyPlus/FanCoilUnits.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FanCoilUnits.hh b/src/EnergyPlus/FanCoilUnits.hh index 742f380faed..d80593855fd 100644 --- a/src/EnergyPlus/FanCoilUnits.hh +++ b/src/EnergyPlus/FanCoilUnits.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Fans.cc b/src/EnergyPlus/Fans.cc index c6639216ba2..f20cf50d110 100644 --- a/src/EnergyPlus/Fans.cc +++ b/src/EnergyPlus/Fans.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Fans.hh b/src/EnergyPlus/Fans.hh index 4e7dda80d23..020006754fa 100644 --- a/src/EnergyPlus/Fans.hh +++ b/src/EnergyPlus/Fans.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FaultsManager.cc b/src/EnergyPlus/FaultsManager.cc index 324059325bb..e9b9a8e04cb 100644 --- a/src/EnergyPlus/FaultsManager.cc +++ b/src/EnergyPlus/FaultsManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FaultsManager.hh b/src/EnergyPlus/FaultsManager.hh index 57517e22a9f..a1c12597337 100644 --- a/src/EnergyPlus/FaultsManager.hh +++ b/src/EnergyPlus/FaultsManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FileSystem.cc b/src/EnergyPlus/FileSystem.cc index 15eb3719328..9130a6021d7 100644 --- a/src/EnergyPlus/FileSystem.cc +++ b/src/EnergyPlus/FileSystem.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FileSystem.hh b/src/EnergyPlus/FileSystem.hh index 5d650f5a304..510f02c12ff 100644 --- a/src/EnergyPlus/FileSystem.hh +++ b/src/EnergyPlus/FileSystem.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FluidCoolers.cc b/src/EnergyPlus/FluidCoolers.cc index 7ff95ae82f4..ee6828ac859 100644 --- a/src/EnergyPlus/FluidCoolers.cc +++ b/src/EnergyPlus/FluidCoolers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FluidCoolers.hh b/src/EnergyPlus/FluidCoolers.hh index 9da34d51d9e..11d82b161e4 100644 --- a/src/EnergyPlus/FluidCoolers.hh +++ b/src/EnergyPlus/FluidCoolers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FluidProperties.cc b/src/EnergyPlus/FluidProperties.cc index 84c21dbd8b4..2e0d9e6b969 100644 --- a/src/EnergyPlus/FluidProperties.cc +++ b/src/EnergyPlus/FluidProperties.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FluidProperties.hh b/src/EnergyPlus/FluidProperties.hh index 50bc116d0a3..f0b2ba2e8e9 100644 --- a/src/EnergyPlus/FluidProperties.hh +++ b/src/EnergyPlus/FluidProperties.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FromChars.hh b/src/EnergyPlus/FromChars.hh index ae7f4001d78..4b9384aee29 100644 --- a/src/EnergyPlus/FromChars.hh +++ b/src/EnergyPlus/FromChars.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FuelCellElectricGenerator.cc b/src/EnergyPlus/FuelCellElectricGenerator.cc index bfd3547e061..96b0ba8922f 100644 --- a/src/EnergyPlus/FuelCellElectricGenerator.cc +++ b/src/EnergyPlus/FuelCellElectricGenerator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/FuelCellElectricGenerator.hh b/src/EnergyPlus/FuelCellElectricGenerator.hh index 5db58b8c543..c6c379dac6e 100644 --- a/src/EnergyPlus/FuelCellElectricGenerator.hh +++ b/src/EnergyPlus/FuelCellElectricGenerator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Furnaces.cc b/src/EnergyPlus/Furnaces.cc index f0effc71c9f..6010ee82986 100644 --- a/src/EnergyPlus/Furnaces.cc +++ b/src/EnergyPlus/Furnaces.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Furnaces.hh b/src/EnergyPlus/Furnaces.hh index 2643702762c..c641988bc85 100644 --- a/src/EnergyPlus/Furnaces.hh +++ b/src/EnergyPlus/Furnaces.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/General.cc b/src/EnergyPlus/General.cc index 3d2597b4414..ee0e6ebe16d 100644 --- a/src/EnergyPlus/General.cc +++ b/src/EnergyPlus/General.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/General.hh b/src/EnergyPlus/General.hh index f55f79aeb13..c75b155f544 100644 --- a/src/EnergyPlus/General.hh +++ b/src/EnergyPlus/General.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GeneralRoutines.cc b/src/EnergyPlus/GeneralRoutines.cc index 759d973b66e..49a25ec0af2 100644 --- a/src/EnergyPlus/GeneralRoutines.cc +++ b/src/EnergyPlus/GeneralRoutines.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GeneralRoutines.hh b/src/EnergyPlus/GeneralRoutines.hh index b4a3403048a..f02b8967e71 100644 --- a/src/EnergyPlus/GeneralRoutines.hh +++ b/src/EnergyPlus/GeneralRoutines.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GeneratorDynamicsManager.cc b/src/EnergyPlus/GeneratorDynamicsManager.cc index 2f34d61130f..d55d2035282 100644 --- a/src/EnergyPlus/GeneratorDynamicsManager.cc +++ b/src/EnergyPlus/GeneratorDynamicsManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GeneratorDynamicsManager.hh b/src/EnergyPlus/GeneratorDynamicsManager.hh index d7a19dd6563..628d6bef5c3 100644 --- a/src/EnergyPlus/GeneratorDynamicsManager.hh +++ b/src/EnergyPlus/GeneratorDynamicsManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GeneratorFuelSupply.cc b/src/EnergyPlus/GeneratorFuelSupply.cc index c970e1d0f18..5332bd15647 100644 --- a/src/EnergyPlus/GeneratorFuelSupply.cc +++ b/src/EnergyPlus/GeneratorFuelSupply.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GeneratorFuelSupply.hh b/src/EnergyPlus/GeneratorFuelSupply.hh index 49c801819be..fc995b4b15e 100644 --- a/src/EnergyPlus/GeneratorFuelSupply.hh +++ b/src/EnergyPlus/GeneratorFuelSupply.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GlobalNames.cc b/src/EnergyPlus/GlobalNames.cc index d2531c2563b..d2f0c8eb440 100644 --- a/src/EnergyPlus/GlobalNames.cc +++ b/src/EnergyPlus/GlobalNames.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GlobalNames.hh b/src/EnergyPlus/GlobalNames.hh index ff436ff6d32..4398e2d9c09 100644 --- a/src/EnergyPlus/GlobalNames.hh +++ b/src/EnergyPlus/GlobalNames.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Base.cc b/src/EnergyPlus/GroundHeatExchangers/Base.cc index c6b2698539e..62179f6645d 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Base.cc +++ b/src/EnergyPlus/GroundHeatExchangers/Base.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Base.hh b/src/EnergyPlus/GroundHeatExchangers/Base.hh index 17811a0e366..9cf79b51d10 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Base.hh +++ b/src/EnergyPlus/GroundHeatExchangers/Base.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.cc b/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.cc index 730a5d37718..bf8469249ff 100644 --- a/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.cc +++ b/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.hh b/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.hh index 8db0bfb9f05..f5ed704f919 100644 --- a/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.hh +++ b/src/EnergyPlus/GroundHeatExchangers/BoreholeArray.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.cc b/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.cc index 62745f9329f..774a6186942 100644 --- a/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.cc +++ b/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.hh b/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.hh index 3a6360882ee..a486398b3fa 100644 --- a/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.hh +++ b/src/EnergyPlus/GroundHeatExchangers/BoreholeSingle.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Properties.cc b/src/EnergyPlus/GroundHeatExchangers/Properties.cc index 6ba9cf2b3a6..2c3b7221743 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Properties.cc +++ b/src/EnergyPlus/GroundHeatExchangers/Properties.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Properties.hh b/src/EnergyPlus/GroundHeatExchangers/Properties.hh index c96ec2964fb..0497396e157 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Properties.hh +++ b/src/EnergyPlus/GroundHeatExchangers/Properties.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.cc b/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.cc index 18a8053531a..d6283bfb577 100644 --- a/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.cc +++ b/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.hh b/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.hh index 41507115d9c..a4661be52b1 100644 --- a/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.hh +++ b/src/EnergyPlus/GroundHeatExchangers/ResponseFactors.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Slinky.cc b/src/EnergyPlus/GroundHeatExchangers/Slinky.cc index 32c783d3471..edf1e4f69a2 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Slinky.cc +++ b/src/EnergyPlus/GroundHeatExchangers/Slinky.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Slinky.hh b/src/EnergyPlus/GroundHeatExchangers/Slinky.hh index 225d46eab4c..1759853621f 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Slinky.hh +++ b/src/EnergyPlus/GroundHeatExchangers/Slinky.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/State.hh b/src/EnergyPlus/GroundHeatExchangers/State.hh index cdc165b8b52..d127fb908c5 100644 --- a/src/EnergyPlus/GroundHeatExchangers/State.hh +++ b/src/EnergyPlus/GroundHeatExchangers/State.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Vertical.cc b/src/EnergyPlus/GroundHeatExchangers/Vertical.cc index 633d7d29025..4a1d05693ea 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Vertical.cc +++ b/src/EnergyPlus/GroundHeatExchangers/Vertical.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundHeatExchangers/Vertical.hh b/src/EnergyPlus/GroundHeatExchangers/Vertical.hh index 9ae79c7bbb0..a2bafd3a18c 100644 --- a/src/EnergyPlus/GroundHeatExchangers/Vertical.hh +++ b/src/EnergyPlus/GroundHeatExchangers/Vertical.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/BaseGroundTemperatureModel.hh b/src/EnergyPlus/GroundTemperatureModeling/BaseGroundTemperatureModel.hh index 528038912f4..13cc9c71a29 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/BaseGroundTemperatureModel.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/BaseGroundTemperatureModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.cc b/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.cc index 076c14df5d0..696770a0078 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.hh b/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.hh index fb255c24e08..2db4daf538e 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/FiniteDifferenceGroundTemperatureModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.cc b/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.cc index ad31ae66677..2e1576540b4 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.hh b/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.hh index a915b418525..e8e82decaa1 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/GroundTemperatureModelManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.cc b/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.cc index 04bcd13a5ae..fe799bcaf48 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.hh b/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.hh index c9afc7df404..fbd369d98aa 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/KusudaAchenbachGroundTemperatureModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.cc b/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.cc index fd196892316..8b81816a62e 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.hh b/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.hh index fbc8d39c8df..e216ebaf5aa 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteBuildingSurfaceGroundTemperatures.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.cc b/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.cc index a908d552380..dda2dd9e633 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.hh b/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.hh index f0aa6a89712..8c6b5fef320 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteDeepGroundTemperatures.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.cc b/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.cc index 75a156785e5..d7d9a99f818 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.hh b/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.hh index 7f65eb88da1..f2d5a04b104 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteFCFactorMethodGroundTemperatures.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.cc b/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.cc index 91dedaf2388..cf278fd2603 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.hh b/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.hh index 59d6ef0bbaf..b685421a0f8 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/SiteShallowGroundTemperatures.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.cc b/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.cc index a535331de6e..798fff0aa77 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.cc +++ b/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.hh b/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.hh index 5e88abe5066..4b2537bb366 100644 --- a/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.hh +++ b/src/EnergyPlus/GroundTemperatureModeling/XingGroundTemperatureModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACControllers.cc b/src/EnergyPlus/HVACControllers.cc index a4821b81dbd..f1b59794ae5 100644 --- a/src/EnergyPlus/HVACControllers.cc +++ b/src/EnergyPlus/HVACControllers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACControllers.hh b/src/EnergyPlus/HVACControllers.hh index f2f734a25d5..7f3690e7f1a 100644 --- a/src/EnergyPlus/HVACControllers.hh +++ b/src/EnergyPlus/HVACControllers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACCooledBeam.cc b/src/EnergyPlus/HVACCooledBeam.cc index 926cc33821b..911c40011bf 100644 --- a/src/EnergyPlus/HVACCooledBeam.cc +++ b/src/EnergyPlus/HVACCooledBeam.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACCooledBeam.hh b/src/EnergyPlus/HVACCooledBeam.hh index 2f9a72df099..3d049135e8c 100644 --- a/src/EnergyPlus/HVACCooledBeam.hh +++ b/src/EnergyPlus/HVACCooledBeam.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACDXHeatPumpSystem.cc b/src/EnergyPlus/HVACDXHeatPumpSystem.cc index e6bea762ca7..54de63f2db6 100644 --- a/src/EnergyPlus/HVACDXHeatPumpSystem.cc +++ b/src/EnergyPlus/HVACDXHeatPumpSystem.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACDXHeatPumpSystem.hh b/src/EnergyPlus/HVACDXHeatPumpSystem.hh index c879e8b5ce3..b2130225472 100644 --- a/src/EnergyPlus/HVACDXHeatPumpSystem.hh +++ b/src/EnergyPlus/HVACDXHeatPumpSystem.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACDuct.cc b/src/EnergyPlus/HVACDuct.cc index c16d1c1e8a7..a438cb686dc 100644 --- a/src/EnergyPlus/HVACDuct.cc +++ b/src/EnergyPlus/HVACDuct.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACDuct.hh b/src/EnergyPlus/HVACDuct.hh index 12393f1fa34..e6934224eb5 100644 --- a/src/EnergyPlus/HVACDuct.hh +++ b/src/EnergyPlus/HVACDuct.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACFourPipeBeam.cc b/src/EnergyPlus/HVACFourPipeBeam.cc index 273f78ccced..279905fbbef 100644 --- a/src/EnergyPlus/HVACFourPipeBeam.cc +++ b/src/EnergyPlus/HVACFourPipeBeam.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACFourPipeBeam.hh b/src/EnergyPlus/HVACFourPipeBeam.hh index a67f2513eec..0e4eb2c431f 100644 --- a/src/EnergyPlus/HVACFourPipeBeam.hh +++ b/src/EnergyPlus/HVACFourPipeBeam.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACHXAssistedCoolingCoil.cc b/src/EnergyPlus/HVACHXAssistedCoolingCoil.cc index e74823a15c2..dd2af2f71b3 100644 --- a/src/EnergyPlus/HVACHXAssistedCoolingCoil.cc +++ b/src/EnergyPlus/HVACHXAssistedCoolingCoil.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACHXAssistedCoolingCoil.hh b/src/EnergyPlus/HVACHXAssistedCoolingCoil.hh index 23d4e6f10fd..626d6ac991c 100644 --- a/src/EnergyPlus/HVACHXAssistedCoolingCoil.hh +++ b/src/EnergyPlus/HVACHXAssistedCoolingCoil.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACInterfaceManager.cc b/src/EnergyPlus/HVACInterfaceManager.cc index 772c05849db..223a5480d62 100644 --- a/src/EnergyPlus/HVACInterfaceManager.cc +++ b/src/EnergyPlus/HVACInterfaceManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACInterfaceManager.hh b/src/EnergyPlus/HVACInterfaceManager.hh index 93268e96f75..6b4ec80b38e 100644 --- a/src/EnergyPlus/HVACInterfaceManager.hh +++ b/src/EnergyPlus/HVACInterfaceManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACManager.cc b/src/EnergyPlus/HVACManager.cc index 1dfaeddf185..a639137f7cc 100644 --- a/src/EnergyPlus/HVACManager.cc +++ b/src/EnergyPlus/HVACManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACManager.hh b/src/EnergyPlus/HVACManager.hh index abdb973478f..3a6be198f39 100644 --- a/src/EnergyPlus/HVACManager.hh +++ b/src/EnergyPlus/HVACManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACMultiSpeedHeatPump.cc b/src/EnergyPlus/HVACMultiSpeedHeatPump.cc index b03e2addf44..a479fffd8ec 100644 --- a/src/EnergyPlus/HVACMultiSpeedHeatPump.cc +++ b/src/EnergyPlus/HVACMultiSpeedHeatPump.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACMultiSpeedHeatPump.hh b/src/EnergyPlus/HVACMultiSpeedHeatPump.hh index b2d46c569e8..a2f0625e7db 100644 --- a/src/EnergyPlus/HVACMultiSpeedHeatPump.hh +++ b/src/EnergyPlus/HVACMultiSpeedHeatPump.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACSingleDuctInduc.cc b/src/EnergyPlus/HVACSingleDuctInduc.cc index 7ee1d8e8e50..c36872965c8 100644 --- a/src/EnergyPlus/HVACSingleDuctInduc.cc +++ b/src/EnergyPlus/HVACSingleDuctInduc.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACSingleDuctInduc.hh b/src/EnergyPlus/HVACSingleDuctInduc.hh index e1bedbf76f4..d045fa8024e 100644 --- a/src/EnergyPlus/HVACSingleDuctInduc.hh +++ b/src/EnergyPlus/HVACSingleDuctInduc.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACSizingSimulationManager.cc b/src/EnergyPlus/HVACSizingSimulationManager.cc index df993a437c7..42d91771849 100644 --- a/src/EnergyPlus/HVACSizingSimulationManager.cc +++ b/src/EnergyPlus/HVACSizingSimulationManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACSizingSimulationManager.hh b/src/EnergyPlus/HVACSizingSimulationManager.hh index 7c9ab750d3c..30469e399ef 100644 --- a/src/EnergyPlus/HVACSizingSimulationManager.hh +++ b/src/EnergyPlus/HVACSizingSimulationManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACStandAloneERV.cc b/src/EnergyPlus/HVACStandAloneERV.cc index 9691649c107..8f41dc3ac42 100644 --- a/src/EnergyPlus/HVACStandAloneERV.cc +++ b/src/EnergyPlus/HVACStandAloneERV.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACStandAloneERV.hh b/src/EnergyPlus/HVACStandAloneERV.hh index 37193f77a4c..c640634845d 100644 --- a/src/EnergyPlus/HVACStandAloneERV.hh +++ b/src/EnergyPlus/HVACStandAloneERV.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACSystemRootFindingAlgorithm.hh b/src/EnergyPlus/HVACSystemRootFindingAlgorithm.hh index ea01e649a12..2a3bac879f1 100644 --- a/src/EnergyPlus/HVACSystemRootFindingAlgorithm.hh +++ b/src/EnergyPlus/HVACSystemRootFindingAlgorithm.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACUnitaryBypassVAV.cc b/src/EnergyPlus/HVACUnitaryBypassVAV.cc index 2f01e6a3350..53c14d8fa4e 100644 --- a/src/EnergyPlus/HVACUnitaryBypassVAV.cc +++ b/src/EnergyPlus/HVACUnitaryBypassVAV.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -1349,7 +1349,7 @@ namespace HVACUnitaryBypassVAV { state.dataHVACUnitaryBypassVAV->MyOneTimeFlag = false; // speed up test based on code from 16 years ago to correct cycling fan economizer defect - // see https://github.com/NREL/EnergyPlusArchive/commit/a2202f8a168fd0330bf3a45392833405e8bd08f2 + // see https://github.com/NatLabRockies/EnergyPlusArchive/commit/a2202f8a168fd0330bf3a45392833405e8bd08f2 // This test sets simple flag so air loop doesn't iterate twice each pass (reverts above change) // AirLoopControlInfo(AirplantLoc.loopNum).Simple = true; } diff --git a/src/EnergyPlus/HVACUnitaryBypassVAV.hh b/src/EnergyPlus/HVACUnitaryBypassVAV.hh index 2a5ac63cd23..1acb57fd5da 100644 --- a/src/EnergyPlus/HVACUnitaryBypassVAV.hh +++ b/src/EnergyPlus/HVACUnitaryBypassVAV.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACVariableRefrigerantFlow.cc b/src/EnergyPlus/HVACVariableRefrigerantFlow.cc index 9ca881fb290..c0d96746b26 100644 --- a/src/EnergyPlus/HVACVariableRefrigerantFlow.cc +++ b/src/EnergyPlus/HVACVariableRefrigerantFlow.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HVACVariableRefrigerantFlow.hh b/src/EnergyPlus/HVACVariableRefrigerantFlow.hh index 48d9e630b21..af1c8d56032 100644 --- a/src/EnergyPlus/HVACVariableRefrigerantFlow.hh +++ b/src/EnergyPlus/HVACVariableRefrigerantFlow.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HWBaseboardRadiator.cc b/src/EnergyPlus/HWBaseboardRadiator.cc index c45413101a7..02ada04073c 100644 --- a/src/EnergyPlus/HWBaseboardRadiator.cc +++ b/src/EnergyPlus/HWBaseboardRadiator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HWBaseboardRadiator.hh b/src/EnergyPlus/HWBaseboardRadiator.hh index 33dbbc4002d..07ce79a6e5b 100644 --- a/src/EnergyPlus/HWBaseboardRadiator.hh +++ b/src/EnergyPlus/HWBaseboardRadiator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalFiniteDiffManager.cc b/src/EnergyPlus/HeatBalFiniteDiffManager.cc index b89d76a1e06..87f8d655787 100644 --- a/src/EnergyPlus/HeatBalFiniteDiffManager.cc +++ b/src/EnergyPlus/HeatBalFiniteDiffManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalFiniteDiffManager.hh b/src/EnergyPlus/HeatBalFiniteDiffManager.hh index 0576c8cd1ef..1df0694a76b 100644 --- a/src/EnergyPlus/HeatBalFiniteDiffManager.hh +++ b/src/EnergyPlus/HeatBalFiniteDiffManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceAirManager.cc b/src/EnergyPlus/HeatBalanceAirManager.cc index de271c30d2a..0ebae231436 100644 --- a/src/EnergyPlus/HeatBalanceAirManager.cc +++ b/src/EnergyPlus/HeatBalanceAirManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceAirManager.hh b/src/EnergyPlus/HeatBalanceAirManager.hh index afd84c5d187..b50d107b4f8 100644 --- a/src/EnergyPlus/HeatBalanceAirManager.hh +++ b/src/EnergyPlus/HeatBalanceAirManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceHAMTManager.cc b/src/EnergyPlus/HeatBalanceHAMTManager.cc index c23006ff8e2..d28d139afd9 100644 --- a/src/EnergyPlus/HeatBalanceHAMTManager.cc +++ b/src/EnergyPlus/HeatBalanceHAMTManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceHAMTManager.hh b/src/EnergyPlus/HeatBalanceHAMTManager.hh index 43d120935b4..5018dd265e2 100644 --- a/src/EnergyPlus/HeatBalanceHAMTManager.hh +++ b/src/EnergyPlus/HeatBalanceHAMTManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceIntRadExchange.cc b/src/EnergyPlus/HeatBalanceIntRadExchange.cc index c38dec6e21a..d428d535017 100644 --- a/src/EnergyPlus/HeatBalanceIntRadExchange.cc +++ b/src/EnergyPlus/HeatBalanceIntRadExchange.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -726,7 +726,7 @@ namespace HeatBalanceIntRadExchange { // TODO Both "original" and "final" print the same output. This is likely a bug // (discovered while updating output to {fmt} // see: - // https://github.com/NREL/EnergyPlusArchive/commit/1c08247853c297dce59f3f53cde47ccfa67720c0#diff-124964a7e9b73ce494c1952ab1acdeeb + // https://github.com/NatLabRockies/EnergyPlusArchive/commit/1c08247853c297dce59f3f53cde47ccfa67720c0#diff-124964a7e9b73ce494c1952ab1acdeeb print(state.files.debug, "{}\n", "!======== original input factors ==========================="); print(state.files.debug, "ZoneProperty:UserViewFactors:BySurfaceName,{},\n", thisEnclosure.Name); for (int SurfNum : thisEnclosure.SurfaceReportNums) { @@ -1037,7 +1037,7 @@ namespace HeatBalanceIntRadExchange { if (Option1 == "IDF") { // TODO Both "original" and "final" print the same output. This is likely a bug // see: - // https://github.com/NREL/EnergyPlusArchive/commit/1c08247853c297dce59f3f53cde47ccfa67720c0#diff-124964a7e9b73ce494c1952ab1acdeeb + // https://github.com/NatLabRockies/EnergyPlusArchive/commit/1c08247853c297dce59f3f53cde47ccfa67720c0#diff-124964a7e9b73ce494c1952ab1acdeeb print(state.files.debug, "{}\n", "!======== original input factors ==========================="); print(state.files.debug, "ZoneProperty:UserViewFactors:BySurfaceName,{},\n", thisEnclosure.Name); for (int SurfNum : thisEnclosure.SurfaceReportNums) { diff --git a/src/EnergyPlus/HeatBalanceIntRadExchange.hh b/src/EnergyPlus/HeatBalanceIntRadExchange.hh index 6d7bb116c75..1a1e04c91e3 100644 --- a/src/EnergyPlus/HeatBalanceIntRadExchange.hh +++ b/src/EnergyPlus/HeatBalanceIntRadExchange.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceInternalHeatGains.cc b/src/EnergyPlus/HeatBalanceInternalHeatGains.cc index 20070569e6d..e09fab0815e 100644 --- a/src/EnergyPlus/HeatBalanceInternalHeatGains.cc +++ b/src/EnergyPlus/HeatBalanceInternalHeatGains.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceInternalHeatGains.hh b/src/EnergyPlus/HeatBalanceInternalHeatGains.hh index ea2dab8c1d4..84e0d1e49b3 100644 --- a/src/EnergyPlus/HeatBalanceInternalHeatGains.hh +++ b/src/EnergyPlus/HeatBalanceInternalHeatGains.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceKivaManager.cc b/src/EnergyPlus/HeatBalanceKivaManager.cc index 526f8aa5f7c..7371fdff74f 100644 --- a/src/EnergyPlus/HeatBalanceKivaManager.cc +++ b/src/EnergyPlus/HeatBalanceKivaManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceKivaManager.hh b/src/EnergyPlus/HeatBalanceKivaManager.hh index ab2dd1614d9..e17d44e5f7f 100644 --- a/src/EnergyPlus/HeatBalanceKivaManager.hh +++ b/src/EnergyPlus/HeatBalanceKivaManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceManager.cc b/src/EnergyPlus/HeatBalanceManager.cc index 6fc60c4a3d8..a4ea11e9de6 100644 --- a/src/EnergyPlus/HeatBalanceManager.cc +++ b/src/EnergyPlus/HeatBalanceManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceManager.hh b/src/EnergyPlus/HeatBalanceManager.hh index f85e77ae9c0..6523f3ecc1f 100644 --- a/src/EnergyPlus/HeatBalanceManager.hh +++ b/src/EnergyPlus/HeatBalanceManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceSurfaceManager.cc b/src/EnergyPlus/HeatBalanceSurfaceManager.cc index f60aeb20c13..e4dbd32136a 100644 --- a/src/EnergyPlus/HeatBalanceSurfaceManager.cc +++ b/src/EnergyPlus/HeatBalanceSurfaceManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatBalanceSurfaceManager.hh b/src/EnergyPlus/HeatBalanceSurfaceManager.hh index ab03e7da660..9b26a8d95ba 100644 --- a/src/EnergyPlus/HeatBalanceSurfaceManager.hh +++ b/src/EnergyPlus/HeatBalanceSurfaceManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.cc b/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.cc index c3550ef1317..ae781ead372 100644 --- a/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.cc +++ b/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.hh b/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.hh index 3956c7da065..10211ed625d 100644 --- a/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.hh +++ b/src/EnergyPlus/HeatPumpWaterToWaterCOOLING.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatPumpWaterToWaterHEATING.cc b/src/EnergyPlus/HeatPumpWaterToWaterHEATING.cc index eeb70a43fae..13fd535dd90 100644 --- a/src/EnergyPlus/HeatPumpWaterToWaterHEATING.cc +++ b/src/EnergyPlus/HeatPumpWaterToWaterHEATING.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatPumpWaterToWaterHEATING.hh b/src/EnergyPlus/HeatPumpWaterToWaterHEATING.hh index 0404c441318..fbd77ab5f2f 100644 --- a/src/EnergyPlus/HeatPumpWaterToWaterHEATING.hh +++ b/src/EnergyPlus/HeatPumpWaterToWaterHEATING.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatPumpWaterToWaterSimple.cc b/src/EnergyPlus/HeatPumpWaterToWaterSimple.cc index 4069645bddb..f8ad18e4196 100644 --- a/src/EnergyPlus/HeatPumpWaterToWaterSimple.cc +++ b/src/EnergyPlus/HeatPumpWaterToWaterSimple.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatPumpWaterToWaterSimple.hh b/src/EnergyPlus/HeatPumpWaterToWaterSimple.hh index f0040696efb..881be1d90e1 100644 --- a/src/EnergyPlus/HeatPumpWaterToWaterSimple.hh +++ b/src/EnergyPlus/HeatPumpWaterToWaterSimple.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatRecovery.cc b/src/EnergyPlus/HeatRecovery.cc index 43cdf73edda..95c5f690682 100644 --- a/src/EnergyPlus/HeatRecovery.cc +++ b/src/EnergyPlus/HeatRecovery.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatRecovery.hh b/src/EnergyPlus/HeatRecovery.hh index f616d33936c..13339d9c631 100644 --- a/src/EnergyPlus/HeatRecovery.hh +++ b/src/EnergyPlus/HeatRecovery.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatingCoils.cc b/src/EnergyPlus/HeatingCoils.cc index 55cf8fb841c..54f0dbbc847 100644 --- a/src/EnergyPlus/HeatingCoils.cc +++ b/src/EnergyPlus/HeatingCoils.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HeatingCoils.hh b/src/EnergyPlus/HeatingCoils.hh index 0be299d613f..297143ae4e2 100644 --- a/src/EnergyPlus/HeatingCoils.hh +++ b/src/EnergyPlus/HeatingCoils.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HighTempRadiantSystem.cc b/src/EnergyPlus/HighTempRadiantSystem.cc index 11983039eea..4fbd2e75739 100644 --- a/src/EnergyPlus/HighTempRadiantSystem.cc +++ b/src/EnergyPlus/HighTempRadiantSystem.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HighTempRadiantSystem.hh b/src/EnergyPlus/HighTempRadiantSystem.hh index 744df84b88d..765f61f65d9 100644 --- a/src/EnergyPlus/HighTempRadiantSystem.hh +++ b/src/EnergyPlus/HighTempRadiantSystem.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Humidifiers.cc b/src/EnergyPlus/Humidifiers.cc index 0df2ae029cc..71f6215f3e3 100644 --- a/src/EnergyPlus/Humidifiers.cc +++ b/src/EnergyPlus/Humidifiers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Humidifiers.hh b/src/EnergyPlus/Humidifiers.hh index a7f871d9b1f..aca3725ef0b 100644 --- a/src/EnergyPlus/Humidifiers.hh +++ b/src/EnergyPlus/Humidifiers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HybridEvapCoolingModel.cc b/src/EnergyPlus/HybridEvapCoolingModel.cc index f80e6c95ab3..bd46a6c0760 100644 --- a/src/EnergyPlus/HybridEvapCoolingModel.cc +++ b/src/EnergyPlus/HybridEvapCoolingModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HybridEvapCoolingModel.hh b/src/EnergyPlus/HybridEvapCoolingModel.hh index eb25822e4f2..56e1f8ba9c1 100644 --- a/src/EnergyPlus/HybridEvapCoolingModel.hh +++ b/src/EnergyPlus/HybridEvapCoolingModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HybridModel.cc b/src/EnergyPlus/HybridModel.cc index c723200b161..30137a10a4f 100644 --- a/src/EnergyPlus/HybridModel.cc +++ b/src/EnergyPlus/HybridModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HybridModel.hh b/src/EnergyPlus/HybridModel.hh index 4452775a5db..67838981653 100644 --- a/src/EnergyPlus/HybridModel.hh +++ b/src/EnergyPlus/HybridModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HybridUnitaryAirConditioners.cc b/src/EnergyPlus/HybridUnitaryAirConditioners.cc index bcb92c0c71f..92f475cf833 100644 --- a/src/EnergyPlus/HybridUnitaryAirConditioners.cc +++ b/src/EnergyPlus/HybridUnitaryAirConditioners.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/HybridUnitaryAirConditioners.hh b/src/EnergyPlus/HybridUnitaryAirConditioners.hh index 9bca5e0f96a..340eb3fe752 100644 --- a/src/EnergyPlus/HybridUnitaryAirConditioners.hh +++ b/src/EnergyPlus/HybridUnitaryAirConditioners.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ICEngineElectricGenerator.cc b/src/EnergyPlus/ICEngineElectricGenerator.cc index f6e4274f38a..3b2b91e789a 100644 --- a/src/EnergyPlus/ICEngineElectricGenerator.cc +++ b/src/EnergyPlus/ICEngineElectricGenerator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ICEngineElectricGenerator.hh b/src/EnergyPlus/ICEngineElectricGenerator.hh index c82f6b374bb..14a539c4ae5 100644 --- a/src/EnergyPlus/ICEngineElectricGenerator.hh +++ b/src/EnergyPlus/ICEngineElectricGenerator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IOFiles.cc b/src/EnergyPlus/IOFiles.cc index ce7426969bf..9ea7fa8cdbc 100644 --- a/src/EnergyPlus/IOFiles.cc +++ b/src/EnergyPlus/IOFiles.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IOFiles.hh b/src/EnergyPlus/IOFiles.hh index 3d50bbabbc7..b9196feaa36 100644 --- a/src/EnergyPlus/IOFiles.hh +++ b/src/EnergyPlus/IOFiles.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IceThermalStorage.cc b/src/EnergyPlus/IceThermalStorage.cc index 018d6ea3f2c..93f7f5de7ef 100644 --- a/src/EnergyPlus/IceThermalStorage.cc +++ b/src/EnergyPlus/IceThermalStorage.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IceThermalStorage.hh b/src/EnergyPlus/IceThermalStorage.hh index 2a75d42f2b0..cb4eb51425a 100644 --- a/src/EnergyPlus/IceThermalStorage.hh +++ b/src/EnergyPlus/IceThermalStorage.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IndoorGreen.cc b/src/EnergyPlus/IndoorGreen.cc index 8da316a9170..2db9d5ea84c 100644 --- a/src/EnergyPlus/IndoorGreen.cc +++ b/src/EnergyPlus/IndoorGreen.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IndoorGreen.hh b/src/EnergyPlus/IndoorGreen.hh index dfe3f638be9..3e61cff4f54 100644 --- a/src/EnergyPlus/IndoorGreen.hh +++ b/src/EnergyPlus/IndoorGreen.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/CsvParser.cc b/src/EnergyPlus/InputProcessing/CsvParser.cc index 18b4736c52b..972ab87c551 100644 --- a/src/EnergyPlus/InputProcessing/CsvParser.cc +++ b/src/EnergyPlus/InputProcessing/CsvParser.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/CsvParser.hh b/src/EnergyPlus/InputProcessing/CsvParser.hh index 80efe43b800..4ab66db3614 100644 --- a/src/EnergyPlus/InputProcessing/CsvParser.hh +++ b/src/EnergyPlus/InputProcessing/CsvParser.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/DataStorage.hh b/src/EnergyPlus/InputProcessing/DataStorage.hh index b9ce2c85ad7..76767d82fcd 100644 --- a/src/EnergyPlus/InputProcessing/DataStorage.hh +++ b/src/EnergyPlus/InputProcessing/DataStorage.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/IdfParser.cc b/src/EnergyPlus/InputProcessing/IdfParser.cc index 33d178cf5cf..1bf225ca1b8 100644 --- a/src/EnergyPlus/InputProcessing/IdfParser.cc +++ b/src/EnergyPlus/InputProcessing/IdfParser.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/IdfParser.hh b/src/EnergyPlus/InputProcessing/IdfParser.hh index 0c47d955d3c..6d3b55072f0 100644 --- a/src/EnergyPlus/InputProcessing/IdfParser.hh +++ b/src/EnergyPlus/InputProcessing/IdfParser.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/InputProcessor.cc b/src/EnergyPlus/InputProcessing/InputProcessor.cc index cda562b770e..d5c422e39e9 100644 --- a/src/EnergyPlus/InputProcessing/InputProcessor.cc +++ b/src/EnergyPlus/InputProcessing/InputProcessor.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/InputProcessor.hh b/src/EnergyPlus/InputProcessing/InputProcessor.hh index cc53afe0baf..69396feee16 100644 --- a/src/EnergyPlus/InputProcessing/InputProcessor.hh +++ b/src/EnergyPlus/InputProcessing/InputProcessor.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/InputValidation.cc b/src/EnergyPlus/InputProcessing/InputValidation.cc index 78056c6e1de..a0f293921b5 100644 --- a/src/EnergyPlus/InputProcessing/InputValidation.cc +++ b/src/EnergyPlus/InputProcessing/InputValidation.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InputProcessing/InputValidation.hh b/src/EnergyPlus/InputProcessing/InputValidation.hh index 81b9e4e89f0..ad5b58656c7 100644 --- a/src/EnergyPlus/InputProcessing/InputValidation.hh +++ b/src/EnergyPlus/InputProcessing/InputValidation.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IntegratedHeatPump.cc b/src/EnergyPlus/IntegratedHeatPump.cc index c87621f53fa..ec1f4bd6a29 100644 --- a/src/EnergyPlus/IntegratedHeatPump.cc +++ b/src/EnergyPlus/IntegratedHeatPump.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/IntegratedHeatPump.hh b/src/EnergyPlus/IntegratedHeatPump.hh index 8018be42701..a801456b2a9 100644 --- a/src/EnergyPlus/IntegratedHeatPump.hh +++ b/src/EnergyPlus/IntegratedHeatPump.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InternalHeatGains.cc b/src/EnergyPlus/InternalHeatGains.cc index 7825d37665a..1876401c732 100644 --- a/src/EnergyPlus/InternalHeatGains.cc +++ b/src/EnergyPlus/InternalHeatGains.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/InternalHeatGains.hh b/src/EnergyPlus/InternalHeatGains.hh index f65afcd9db8..97ba28d566f 100644 --- a/src/EnergyPlus/InternalHeatGains.hh +++ b/src/EnergyPlus/InternalHeatGains.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/LowTempRadiantSystem.cc b/src/EnergyPlus/LowTempRadiantSystem.cc index 2b65408fc1c..0f28f68b7ac 100644 --- a/src/EnergyPlus/LowTempRadiantSystem.cc +++ b/src/EnergyPlus/LowTempRadiantSystem.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/LowTempRadiantSystem.hh b/src/EnergyPlus/LowTempRadiantSystem.hh index 68ca88096da..dd11c617977 100644 --- a/src/EnergyPlus/LowTempRadiantSystem.hh +++ b/src/EnergyPlus/LowTempRadiantSystem.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Material.cc b/src/EnergyPlus/Material.cc index 296ad98476d..8fe9ea8beb6 100644 --- a/src/EnergyPlus/Material.cc +++ b/src/EnergyPlus/Material.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Material.hh b/src/EnergyPlus/Material.hh index bd953b80885..8d5140d00c4 100644 --- a/src/EnergyPlus/Material.hh +++ b/src/EnergyPlus/Material.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MatrixDataManager.cc b/src/EnergyPlus/MatrixDataManager.cc index 7dc5ec28734..01827325fb6 100644 --- a/src/EnergyPlus/MatrixDataManager.cc +++ b/src/EnergyPlus/MatrixDataManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MatrixDataManager.hh b/src/EnergyPlus/MatrixDataManager.hh index ac75b435629..a1fd20789c3 100644 --- a/src/EnergyPlus/MatrixDataManager.hh +++ b/src/EnergyPlus/MatrixDataManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MicroCHPElectricGenerator.cc b/src/EnergyPlus/MicroCHPElectricGenerator.cc index d2c29936327..1e2d13096e4 100644 --- a/src/EnergyPlus/MicroCHPElectricGenerator.cc +++ b/src/EnergyPlus/MicroCHPElectricGenerator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MicroCHPElectricGenerator.hh b/src/EnergyPlus/MicroCHPElectricGenerator.hh index 32a0e9bec9d..1af5ad476a4 100644 --- a/src/EnergyPlus/MicroCHPElectricGenerator.hh +++ b/src/EnergyPlus/MicroCHPElectricGenerator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MicroturbineElectricGenerator.cc b/src/EnergyPlus/MicroturbineElectricGenerator.cc index 03647490fdc..de92ef8d8f8 100644 --- a/src/EnergyPlus/MicroturbineElectricGenerator.cc +++ b/src/EnergyPlus/MicroturbineElectricGenerator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MicroturbineElectricGenerator.hh b/src/EnergyPlus/MicroturbineElectricGenerator.hh index 321f9fe0419..daa6ed26c4b 100644 --- a/src/EnergyPlus/MicroturbineElectricGenerator.hh +++ b/src/EnergyPlus/MicroturbineElectricGenerator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MixedAir.cc b/src/EnergyPlus/MixedAir.cc index 136150fc013..358e7e609b5 100644 --- a/src/EnergyPlus/MixedAir.cc +++ b/src/EnergyPlus/MixedAir.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MixedAir.hh b/src/EnergyPlus/MixedAir.hh index 1439a6fb538..287dbade30f 100644 --- a/src/EnergyPlus/MixedAir.hh +++ b/src/EnergyPlus/MixedAir.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MixerComponent.cc b/src/EnergyPlus/MixerComponent.cc index 0bb6447477e..9a8f3c92538 100644 --- a/src/EnergyPlus/MixerComponent.cc +++ b/src/EnergyPlus/MixerComponent.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MixerComponent.hh b/src/EnergyPlus/MixerComponent.hh index faee974706c..b2ac80b1c3a 100644 --- a/src/EnergyPlus/MixerComponent.hh +++ b/src/EnergyPlus/MixerComponent.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MoistureBalanceEMPDManager.cc b/src/EnergyPlus/MoistureBalanceEMPDManager.cc index 57f43e06469..e4902a18506 100644 --- a/src/EnergyPlus/MoistureBalanceEMPDManager.cc +++ b/src/EnergyPlus/MoistureBalanceEMPDManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MoistureBalanceEMPDManager.hh b/src/EnergyPlus/MoistureBalanceEMPDManager.hh index c21f949c35c..0d475acd957 100644 --- a/src/EnergyPlus/MoistureBalanceEMPDManager.hh +++ b/src/EnergyPlus/MoistureBalanceEMPDManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MundtSimMgr.cc b/src/EnergyPlus/MundtSimMgr.cc index 4e29d472232..dc76e0ec554 100644 --- a/src/EnergyPlus/MundtSimMgr.cc +++ b/src/EnergyPlus/MundtSimMgr.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/MundtSimMgr.hh b/src/EnergyPlus/MundtSimMgr.hh index 20f5c92eac1..55094aaa4b6 100644 --- a/src/EnergyPlus/MundtSimMgr.hh +++ b/src/EnergyPlus/MundtSimMgr.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/NodeInputManager.cc b/src/EnergyPlus/NodeInputManager.cc index 498e9509f30..bd17ea97e75 100644 --- a/src/EnergyPlus/NodeInputManager.cc +++ b/src/EnergyPlus/NodeInputManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/NodeInputManager.hh b/src/EnergyPlus/NodeInputManager.hh index 46b828bba2e..baffd6f4112 100644 --- a/src/EnergyPlus/NodeInputManager.hh +++ b/src/EnergyPlus/NodeInputManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/NonZoneEquipmentManager.cc b/src/EnergyPlus/NonZoneEquipmentManager.cc index 80177c1160b..8a109e2f0a5 100644 --- a/src/EnergyPlus/NonZoneEquipmentManager.cc +++ b/src/EnergyPlus/NonZoneEquipmentManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/NonZoneEquipmentManager.hh b/src/EnergyPlus/NonZoneEquipmentManager.hh index 9381eab2ecc..241796f55c9 100644 --- a/src/EnergyPlus/NonZoneEquipmentManager.hh +++ b/src/EnergyPlus/NonZoneEquipmentManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutAirNodeManager.cc b/src/EnergyPlus/OutAirNodeManager.cc index 42be9949d29..5840a91b879 100644 --- a/src/EnergyPlus/OutAirNodeManager.cc +++ b/src/EnergyPlus/OutAirNodeManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutAirNodeManager.hh b/src/EnergyPlus/OutAirNodeManager.hh index c8a60472a2b..1191204e892 100644 --- a/src/EnergyPlus/OutAirNodeManager.hh +++ b/src/EnergyPlus/OutAirNodeManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutdoorAirUnit.cc b/src/EnergyPlus/OutdoorAirUnit.cc index e225d6fbe07..54e0dae31bc 100644 --- a/src/EnergyPlus/OutdoorAirUnit.cc +++ b/src/EnergyPlus/OutdoorAirUnit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutdoorAirUnit.hh b/src/EnergyPlus/OutdoorAirUnit.hh index d2d34288b6d..efad6733880 100644 --- a/src/EnergyPlus/OutdoorAirUnit.hh +++ b/src/EnergyPlus/OutdoorAirUnit.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputProcessor.cc b/src/EnergyPlus/OutputProcessor.cc index bdb9cc70e02..f0581c173ea 100644 --- a/src/EnergyPlus/OutputProcessor.cc +++ b/src/EnergyPlus/OutputProcessor.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputProcessor.hh b/src/EnergyPlus/OutputProcessor.hh index a2b82cd4500..c0c2715a5b3 100644 --- a/src/EnergyPlus/OutputProcessor.hh +++ b/src/EnergyPlus/OutputProcessor.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportData.cc b/src/EnergyPlus/OutputReportData.cc index 0ea7b7bdca0..b9c69c11b9a 100644 --- a/src/EnergyPlus/OutputReportData.cc +++ b/src/EnergyPlus/OutputReportData.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportData.hh b/src/EnergyPlus/OutputReportData.hh index eeda4f6e322..511ce56847a 100644 --- a/src/EnergyPlus/OutputReportData.hh +++ b/src/EnergyPlus/OutputReportData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportPredefined.cc b/src/EnergyPlus/OutputReportPredefined.cc index 07dc2a363fd..19413e114bb 100644 --- a/src/EnergyPlus/OutputReportPredefined.cc +++ b/src/EnergyPlus/OutputReportPredefined.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportPredefined.hh b/src/EnergyPlus/OutputReportPredefined.hh index 98fb5e16548..1dac60b4a8c 100644 --- a/src/EnergyPlus/OutputReportPredefined.hh +++ b/src/EnergyPlus/OutputReportPredefined.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportTabular.cc b/src/EnergyPlus/OutputReportTabular.cc index 9b6fce487d8..c83fb0beffc 100644 --- a/src/EnergyPlus/OutputReportTabular.cc +++ b/src/EnergyPlus/OutputReportTabular.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportTabular.hh b/src/EnergyPlus/OutputReportTabular.hh index 8e40b7f89a2..e1e07ff87e2 100644 --- a/src/EnergyPlus/OutputReportTabular.hh +++ b/src/EnergyPlus/OutputReportTabular.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportTabularAnnual.cc b/src/EnergyPlus/OutputReportTabularAnnual.cc index c250f020d08..8595bb1f2ad 100644 --- a/src/EnergyPlus/OutputReportTabularAnnual.cc +++ b/src/EnergyPlus/OutputReportTabularAnnual.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReportTabularAnnual.hh b/src/EnergyPlus/OutputReportTabularAnnual.hh index c720d3bc4da..cdcf246a8a2 100644 --- a/src/EnergyPlus/OutputReportTabularAnnual.hh +++ b/src/EnergyPlus/OutputReportTabularAnnual.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReports.cc b/src/EnergyPlus/OutputReports.cc index 5b09850e16a..51dbaa6b21c 100644 --- a/src/EnergyPlus/OutputReports.cc +++ b/src/EnergyPlus/OutputReports.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutputReports.hh b/src/EnergyPlus/OutputReports.hh index 75fe3f9dd98..f223044aeb8 100644 --- a/src/EnergyPlus/OutputReports.hh +++ b/src/EnergyPlus/OutputReports.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutsideEnergySources.cc b/src/EnergyPlus/OutsideEnergySources.cc index eaef25574f0..afc6e186309 100644 --- a/src/EnergyPlus/OutsideEnergySources.cc +++ b/src/EnergyPlus/OutsideEnergySources.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/OutsideEnergySources.hh b/src/EnergyPlus/OutsideEnergySources.hh index daeb7c1ad78..303e6612e49 100644 --- a/src/EnergyPlus/OutsideEnergySources.hh +++ b/src/EnergyPlus/OutsideEnergySources.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PCMThermalStorage.cc b/src/EnergyPlus/PCMThermalStorage.cc index ee7ace15f99..6809bc2e88e 100644 --- a/src/EnergyPlus/PCMThermalStorage.cc +++ b/src/EnergyPlus/PCMThermalStorage.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PCMThermalStorage.hh b/src/EnergyPlus/PCMThermalStorage.hh index a8755f0209c..a288ffa4608 100644 --- a/src/EnergyPlus/PCMThermalStorage.hh +++ b/src/EnergyPlus/PCMThermalStorage.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PVWatts.cc b/src/EnergyPlus/PVWatts.cc index c4a6f90341a..0af05877a57 100644 --- a/src/EnergyPlus/PVWatts.cc +++ b/src/EnergyPlus/PVWatts.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PVWatts.hh b/src/EnergyPlus/PVWatts.hh index 1e44c8ec315..93dfb73bec0 100644 --- a/src/EnergyPlus/PVWatts.hh +++ b/src/EnergyPlus/PVWatts.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PackagedThermalStorageCoil.cc b/src/EnergyPlus/PackagedThermalStorageCoil.cc index 06f9e5eaa1e..c7ba345c846 100644 --- a/src/EnergyPlus/PackagedThermalStorageCoil.cc +++ b/src/EnergyPlus/PackagedThermalStorageCoil.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PackagedThermalStorageCoil.hh b/src/EnergyPlus/PackagedThermalStorageCoil.hh index 5f85e8a34a5..f57ee39f6b5 100644 --- a/src/EnergyPlus/PackagedThermalStorageCoil.hh +++ b/src/EnergyPlus/PackagedThermalStorageCoil.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.cc b/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.cc index 40ac9fa7e04..27865a18148 100644 --- a/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.cc +++ b/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.hh b/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.hh index 7b82f55a90b..3f7d2a366ca 100644 --- a/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.hh +++ b/src/EnergyPlus/PhaseChangeModeling/HysteresisModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PhotovoltaicThermalCollectors.cc b/src/EnergyPlus/PhotovoltaicThermalCollectors.cc index 94ef3e8b112..0ca5f102a67 100644 --- a/src/EnergyPlus/PhotovoltaicThermalCollectors.cc +++ b/src/EnergyPlus/PhotovoltaicThermalCollectors.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PhotovoltaicThermalCollectors.hh b/src/EnergyPlus/PhotovoltaicThermalCollectors.hh index 486618d8d80..af518d1f49f 100644 --- a/src/EnergyPlus/PhotovoltaicThermalCollectors.hh +++ b/src/EnergyPlus/PhotovoltaicThermalCollectors.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Photovoltaics.cc b/src/EnergyPlus/Photovoltaics.cc index 87dfe00834c..ecdfb51407a 100644 --- a/src/EnergyPlus/Photovoltaics.cc +++ b/src/EnergyPlus/Photovoltaics.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -2292,7 +2292,7 @@ namespace Photovoltaics { // EnergyPlus V1.2 and beyond include models for photovoltaic calculations called // Generator:Photovoltaic:Simple and Generator:PV:Sandia implemented by the Center for - // Buildings and Thermal Systems, National Renewable Energy Laboratory, 1617 Cole Blvd + // Buildings and Thermal Systems, National Laboratory of the Rockies, 1617 Cole Blvd // MS 2722, Golden, CO, 80401 // EnergyPlus v1.1.1 and beyond includes model for Photovoltaic calculations, now diff --git a/src/EnergyPlus/Photovoltaics.hh b/src/EnergyPlus/Photovoltaics.hh index f2e12e55e8f..2fae59878b1 100644 --- a/src/EnergyPlus/Photovoltaics.hh +++ b/src/EnergyPlus/Photovoltaics.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -314,7 +314,7 @@ namespace Photovoltaics { // EnergyPlus V1.2 and beyond include models for photovoltaic calculations called // Generator:Photovoltaic:Simple and Generator:PV:Sandia implemented by the Center for - // Buildings and Thermal Systems, National Renewable Energy Laboratory, 1617 Cole Blvd + // Buildings and Thermal Systems, National Laboratory of the Rockies, 1617 Cole Blvd // MS 2722, Golden, CO, 80401 // EnergyPlus v1.1.1 and beyond includes model for Photovoltaic calculations, now diff --git a/src/EnergyPlus/PierceSurface.hh b/src/EnergyPlus/PierceSurface.hh index 15c8cbffd83..1fe97285df3 100644 --- a/src/EnergyPlus/PierceSurface.hh +++ b/src/EnergyPlus/PierceSurface.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PipeHeatTransfer.cc b/src/EnergyPlus/PipeHeatTransfer.cc index 8aad9c927cc..81f8eb52495 100644 --- a/src/EnergyPlus/PipeHeatTransfer.cc +++ b/src/EnergyPlus/PipeHeatTransfer.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PipeHeatTransfer.hh b/src/EnergyPlus/PipeHeatTransfer.hh index 704034706b9..7db51f07846 100644 --- a/src/EnergyPlus/PipeHeatTransfer.hh +++ b/src/EnergyPlus/PipeHeatTransfer.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Pipes.cc b/src/EnergyPlus/Pipes.cc index 45c3f9aaf39..3d2b49d1f5e 100644 --- a/src/EnergyPlus/Pipes.cc +++ b/src/EnergyPlus/Pipes.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Pipes.hh b/src/EnergyPlus/Pipes.hh index cedc09af775..a247e161923 100644 --- a/src/EnergyPlus/Pipes.hh +++ b/src/EnergyPlus/Pipes.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Branch.cc b/src/EnergyPlus/Plant/Branch.cc index af8c6379002..2f265a7298d 100644 --- a/src/EnergyPlus/Plant/Branch.cc +++ b/src/EnergyPlus/Plant/Branch.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Branch.hh b/src/EnergyPlus/Plant/Branch.hh index 23d3abaca11..c1084e8536b 100644 --- a/src/EnergyPlus/Plant/Branch.hh +++ b/src/EnergyPlus/Plant/Branch.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/CallingOrder.hh b/src/EnergyPlus/Plant/CallingOrder.hh index 23f8e98abec..fd2154af25e 100644 --- a/src/EnergyPlus/Plant/CallingOrder.hh +++ b/src/EnergyPlus/Plant/CallingOrder.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Component.cc b/src/EnergyPlus/Plant/Component.cc index 91acc6bc09d..2b6073efb06 100644 --- a/src/EnergyPlus/Plant/Component.cc +++ b/src/EnergyPlus/Plant/Component.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Component.hh b/src/EnergyPlus/Plant/Component.hh index 91dda0fc075..617cbca14ae 100644 --- a/src/EnergyPlus/Plant/Component.hh +++ b/src/EnergyPlus/Plant/Component.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/ConnectedLoopData.hh b/src/EnergyPlus/Plant/ConnectedLoopData.hh index 82bb1a3d373..6c2dbc3c7d3 100644 --- a/src/EnergyPlus/Plant/ConnectedLoopData.hh +++ b/src/EnergyPlus/Plant/ConnectedLoopData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Connection.hh b/src/EnergyPlus/Plant/Connection.hh index aa585331646..ede57d087c8 100644 --- a/src/EnergyPlus/Plant/Connection.hh +++ b/src/EnergyPlus/Plant/Connection.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/DataPlant.hh b/src/EnergyPlus/Plant/DataPlant.hh index 47f67ec2812..87fa7a8098e 100644 --- a/src/EnergyPlus/Plant/DataPlant.hh +++ b/src/EnergyPlus/Plant/DataPlant.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Enums.hh b/src/EnergyPlus/Plant/Enums.hh index 7e82b6564f8..e3538fc9967 100644 --- a/src/EnergyPlus/Plant/Enums.hh +++ b/src/EnergyPlus/Plant/Enums.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/EquipAndOperations.cc b/src/EnergyPlus/Plant/EquipAndOperations.cc index 066d56cf81d..bd57ef5f345 100644 --- a/src/EnergyPlus/Plant/EquipAndOperations.cc +++ b/src/EnergyPlus/Plant/EquipAndOperations.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/EquipAndOperations.hh b/src/EnergyPlus/Plant/EquipAndOperations.hh index c663e23e653..da1a33d57fe 100644 --- a/src/EnergyPlus/Plant/EquipAndOperations.hh +++ b/src/EnergyPlus/Plant/EquipAndOperations.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Loop.cc b/src/EnergyPlus/Plant/Loop.cc index 0fbe5dd58a2..fbb24e1f38e 100644 --- a/src/EnergyPlus/Plant/Loop.cc +++ b/src/EnergyPlus/Plant/Loop.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Loop.hh b/src/EnergyPlus/Plant/Loop.hh index 265cc205880..b29d7db2c72 100644 --- a/src/EnergyPlus/Plant/Loop.hh +++ b/src/EnergyPlus/Plant/Loop.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/LoopSide.cc b/src/EnergyPlus/Plant/LoopSide.cc index 36c771e94e4..7e4c36d455d 100644 --- a/src/EnergyPlus/Plant/LoopSide.cc +++ b/src/EnergyPlus/Plant/LoopSide.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/LoopSide.hh b/src/EnergyPlus/Plant/LoopSide.hh index 78462b70e43..406b85c8dc2 100644 --- a/src/EnergyPlus/Plant/LoopSide.hh +++ b/src/EnergyPlus/Plant/LoopSide.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/LoopSidePumpInformation.hh b/src/EnergyPlus/Plant/LoopSidePumpInformation.hh index 2b3b6427241..b53f2b35de4 100644 --- a/src/EnergyPlus/Plant/LoopSidePumpInformation.hh +++ b/src/EnergyPlus/Plant/LoopSidePumpInformation.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/MeterData.hh b/src/EnergyPlus/Plant/MeterData.hh index 36ffd79ab59..7fd8a1ed0b4 100644 --- a/src/EnergyPlus/Plant/MeterData.hh +++ b/src/EnergyPlus/Plant/MeterData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/MixerData.hh b/src/EnergyPlus/Plant/MixerData.hh index 989bd62035f..d29535321f6 100644 --- a/src/EnergyPlus/Plant/MixerData.hh +++ b/src/EnergyPlus/Plant/MixerData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/PlantConvergencePoint.hh b/src/EnergyPlus/Plant/PlantConvergencePoint.hh index f3082302c5a..fa6825bd020 100644 --- a/src/EnergyPlus/Plant/PlantConvergencePoint.hh +++ b/src/EnergyPlus/Plant/PlantConvergencePoint.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/PlantLocation.hh b/src/EnergyPlus/Plant/PlantLocation.hh index 8c9b544a77a..66d0b5218f0 100644 --- a/src/EnergyPlus/Plant/PlantLocation.hh +++ b/src/EnergyPlus/Plant/PlantLocation.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/PlantManager.cc b/src/EnergyPlus/Plant/PlantManager.cc index 8e86c6245a5..d8c61aca24e 100644 --- a/src/EnergyPlus/Plant/PlantManager.cc +++ b/src/EnergyPlus/Plant/PlantManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/PlantManager.hh b/src/EnergyPlus/Plant/PlantManager.hh index 2bdb2b5ba5b..b0d33c8e000 100644 --- a/src/EnergyPlus/Plant/PlantManager.hh +++ b/src/EnergyPlus/Plant/PlantManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/ReportBranchData.hh b/src/EnergyPlus/Plant/ReportBranchData.hh index 84e004a361b..2e8d1ff0cd3 100644 --- a/src/EnergyPlus/Plant/ReportBranchData.hh +++ b/src/EnergyPlus/Plant/ReportBranchData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/ReportCompData.hh b/src/EnergyPlus/Plant/ReportCompData.hh index 96e697c5d54..732f9dd4e85 100644 --- a/src/EnergyPlus/Plant/ReportCompData.hh +++ b/src/EnergyPlus/Plant/ReportCompData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/ReportLoopData.hh b/src/EnergyPlus/Plant/ReportLoopData.hh index 0513eda48a2..a58053c1b8f 100644 --- a/src/EnergyPlus/Plant/ReportLoopData.hh +++ b/src/EnergyPlus/Plant/ReportLoopData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/SplitterData.hh b/src/EnergyPlus/Plant/SplitterData.hh index eb3c89cd221..ec323bd48b7 100644 --- a/src/EnergyPlus/Plant/SplitterData.hh +++ b/src/EnergyPlus/Plant/SplitterData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Plant/Subcomponents.hh b/src/EnergyPlus/Plant/Subcomponents.hh index 852e01f3010..9e526b6cbf5 100644 --- a/src/EnergyPlus/Plant/Subcomponents.hh +++ b/src/EnergyPlus/Plant/Subcomponents.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantCentralGSHP.cc b/src/EnergyPlus/PlantCentralGSHP.cc index 04a1aac89fe..adffd7fb47b 100644 --- a/src/EnergyPlus/PlantCentralGSHP.cc +++ b/src/EnergyPlus/PlantCentralGSHP.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantCentralGSHP.hh b/src/EnergyPlus/PlantCentralGSHP.hh index dd798667e0d..20df28985e6 100644 --- a/src/EnergyPlus/PlantCentralGSHP.hh +++ b/src/EnergyPlus/PlantCentralGSHP.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantChillers.cc b/src/EnergyPlus/PlantChillers.cc index f2fb9166573..62e82144943 100644 --- a/src/EnergyPlus/PlantChillers.cc +++ b/src/EnergyPlus/PlantChillers.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantChillers.hh b/src/EnergyPlus/PlantChillers.hh index c0b97fe81f8..510c3fb23b7 100644 --- a/src/EnergyPlus/PlantChillers.hh +++ b/src/EnergyPlus/PlantChillers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantComponent.hh b/src/EnergyPlus/PlantComponent.hh index be882f7c6e3..6053afe5cb8 100644 --- a/src/EnergyPlus/PlantComponent.hh +++ b/src/EnergyPlus/PlantComponent.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantComponentTemperatureSources.cc b/src/EnergyPlus/PlantComponentTemperatureSources.cc index b04118094e5..47b24dd3666 100644 --- a/src/EnergyPlus/PlantComponentTemperatureSources.cc +++ b/src/EnergyPlus/PlantComponentTemperatureSources.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantComponentTemperatureSources.hh b/src/EnergyPlus/PlantComponentTemperatureSources.hh index 19501d38e98..73ca604e419 100644 --- a/src/EnergyPlus/PlantComponentTemperatureSources.hh +++ b/src/EnergyPlus/PlantComponentTemperatureSources.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantCondLoopOperation.cc b/src/EnergyPlus/PlantCondLoopOperation.cc index 8ad7b29d3d5..7ab7ad22770 100644 --- a/src/EnergyPlus/PlantCondLoopOperation.cc +++ b/src/EnergyPlus/PlantCondLoopOperation.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantCondLoopOperation.hh b/src/EnergyPlus/PlantCondLoopOperation.hh index b0fdf4443ec..5a323725d3d 100644 --- a/src/EnergyPlus/PlantCondLoopOperation.hh +++ b/src/EnergyPlus/PlantCondLoopOperation.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantHeatExchangerFluidToFluid.cc b/src/EnergyPlus/PlantHeatExchangerFluidToFluid.cc index 816c175d585..c8438810244 100644 --- a/src/EnergyPlus/PlantHeatExchangerFluidToFluid.cc +++ b/src/EnergyPlus/PlantHeatExchangerFluidToFluid.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantHeatExchangerFluidToFluid.hh b/src/EnergyPlus/PlantHeatExchangerFluidToFluid.hh index 8ae02367c2d..c3b9a4c5c97 100644 --- a/src/EnergyPlus/PlantHeatExchangerFluidToFluid.hh +++ b/src/EnergyPlus/PlantHeatExchangerFluidToFluid.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantLoadProfile.cc b/src/EnergyPlus/PlantLoadProfile.cc index d00c8362001..6282a7fb0fb 100644 --- a/src/EnergyPlus/PlantLoadProfile.cc +++ b/src/EnergyPlus/PlantLoadProfile.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantLoadProfile.hh b/src/EnergyPlus/PlantLoadProfile.hh index 7076729f67b..99a7563ef5e 100644 --- a/src/EnergyPlus/PlantLoadProfile.hh +++ b/src/EnergyPlus/PlantLoadProfile.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantLoopHeatPumpEIR.cc b/src/EnergyPlus/PlantLoopHeatPumpEIR.cc index 05f96d1d664..4210d63055c 100644 --- a/src/EnergyPlus/PlantLoopHeatPumpEIR.cc +++ b/src/EnergyPlus/PlantLoopHeatPumpEIR.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantLoopHeatPumpEIR.hh b/src/EnergyPlus/PlantLoopHeatPumpEIR.hh index 83aa4e517f2..f1b99641113 100644 --- a/src/EnergyPlus/PlantLoopHeatPumpEIR.hh +++ b/src/EnergyPlus/PlantLoopHeatPumpEIR.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantPipingSystemsManager.cc b/src/EnergyPlus/PlantPipingSystemsManager.cc index 2e18bf655b4..3088b00aebc 100644 --- a/src/EnergyPlus/PlantPipingSystemsManager.cc +++ b/src/EnergyPlus/PlantPipingSystemsManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantPipingSystemsManager.hh b/src/EnergyPlus/PlantPipingSystemsManager.hh index 55eabb67378..927ece60cc1 100644 --- a/src/EnergyPlus/PlantPipingSystemsManager.hh +++ b/src/EnergyPlus/PlantPipingSystemsManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantPressureSystem.cc b/src/EnergyPlus/PlantPressureSystem.cc index fcd2eed59c6..8ccadfea424 100644 --- a/src/EnergyPlus/PlantPressureSystem.cc +++ b/src/EnergyPlus/PlantPressureSystem.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantPressureSystem.hh b/src/EnergyPlus/PlantPressureSystem.hh index 369502d81ee..7a293cd86bb 100644 --- a/src/EnergyPlus/PlantPressureSystem.hh +++ b/src/EnergyPlus/PlantPressureSystem.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantUtilities.cc b/src/EnergyPlus/PlantUtilities.cc index 00a884f58e7..eb070c0859d 100644 --- a/src/EnergyPlus/PlantUtilities.cc +++ b/src/EnergyPlus/PlantUtilities.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantUtilities.hh b/src/EnergyPlus/PlantUtilities.hh index 0a94b602029..e0d1a9d5441 100644 --- a/src/EnergyPlus/PlantUtilities.hh +++ b/src/EnergyPlus/PlantUtilities.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantValves.cc b/src/EnergyPlus/PlantValves.cc index 7f599e87b25..bb20c2dd963 100644 --- a/src/EnergyPlus/PlantValves.cc +++ b/src/EnergyPlus/PlantValves.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PlantValves.hh b/src/EnergyPlus/PlantValves.hh index 84caac50785..3af5fb3342a 100644 --- a/src/EnergyPlus/PlantValves.hh +++ b/src/EnergyPlus/PlantValves.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Platform.hh b/src/EnergyPlus/Platform.hh index 6d7ac964e51..d8801c45d27 100644 --- a/src/EnergyPlus/Platform.hh +++ b/src/EnergyPlus/Platform.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PluginManager.cc b/src/EnergyPlus/PluginManager.cc index 08e712304e2..4b6fcd57c8b 100644 --- a/src/EnergyPlus/PluginManager.cc +++ b/src/EnergyPlus/PluginManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PluginManager.hh b/src/EnergyPlus/PluginManager.hh index ab74831bf0d..b8dd68a917f 100644 --- a/src/EnergyPlus/PluginManager.hh +++ b/src/EnergyPlus/PluginManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PollutionModule.cc b/src/EnergyPlus/PollutionModule.cc index feacc9aec1c..4bad674a791 100644 --- a/src/EnergyPlus/PollutionModule.cc +++ b/src/EnergyPlus/PollutionModule.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PollutionModule.hh b/src/EnergyPlus/PollutionModule.hh index 336a03432f2..8a8d35ac360 100644 --- a/src/EnergyPlus/PollutionModule.hh +++ b/src/EnergyPlus/PollutionModule.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PondGroundHeatExchanger.cc b/src/EnergyPlus/PondGroundHeatExchanger.cc index 27ddd115fab..ed8b75aaf82 100644 --- a/src/EnergyPlus/PondGroundHeatExchanger.cc +++ b/src/EnergyPlus/PondGroundHeatExchanger.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PondGroundHeatExchanger.hh b/src/EnergyPlus/PondGroundHeatExchanger.hh index e795cc140c2..b6643c9e8a1 100644 --- a/src/EnergyPlus/PondGroundHeatExchanger.hh +++ b/src/EnergyPlus/PondGroundHeatExchanger.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PoweredInductionUnits.cc b/src/EnergyPlus/PoweredInductionUnits.cc index c2ab556e507..5f7a7056cde 100644 --- a/src/EnergyPlus/PoweredInductionUnits.cc +++ b/src/EnergyPlus/PoweredInductionUnits.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PoweredInductionUnits.hh b/src/EnergyPlus/PoweredInductionUnits.hh index 2c5c4f2d8d5..100490bf9ae 100644 --- a/src/EnergyPlus/PoweredInductionUnits.hh +++ b/src/EnergyPlus/PoweredInductionUnits.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PsychCacheData.hh b/src/EnergyPlus/PsychCacheData.hh index 47225186d52..9205f337a3e 100644 --- a/src/EnergyPlus/PsychCacheData.hh +++ b/src/EnergyPlus/PsychCacheData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Psychrometrics.cc b/src/EnergyPlus/Psychrometrics.cc index 73a8eb96500..00ad7009e00 100644 --- a/src/EnergyPlus/Psychrometrics.cc +++ b/src/EnergyPlus/Psychrometrics.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Psychrometrics.hh b/src/EnergyPlus/Psychrometrics.hh index b2bbebc5ba7..59baf63a4d7 100644 --- a/src/EnergyPlus/Psychrometrics.hh +++ b/src/EnergyPlus/Psychrometrics.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Pumps.cc b/src/EnergyPlus/Pumps.cc index 227489dc55e..4d408bd903f 100644 --- a/src/EnergyPlus/Pumps.cc +++ b/src/EnergyPlus/Pumps.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Pumps.hh b/src/EnergyPlus/Pumps.hh index 79d5b9e5a64..f27ca45c1bc 100644 --- a/src/EnergyPlus/Pumps.hh +++ b/src/EnergyPlus/Pumps.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PurchasedAirManager.cc b/src/EnergyPlus/PurchasedAirManager.cc index 9a4a234cd8a..fe4eba05804 100644 --- a/src/EnergyPlus/PurchasedAirManager.cc +++ b/src/EnergyPlus/PurchasedAirManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PurchasedAirManager.hh b/src/EnergyPlus/PurchasedAirManager.hh index 7beaa8e6e6c..aefc7bad38f 100644 --- a/src/EnergyPlus/PurchasedAirManager.hh +++ b/src/EnergyPlus/PurchasedAirManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PythonEngine.cc b/src/EnergyPlus/PythonEngine.cc index 8adaa0f2226..cc12fac2d33 100644 --- a/src/EnergyPlus/PythonEngine.cc +++ b/src/EnergyPlus/PythonEngine.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/PythonEngine.hh b/src/EnergyPlus/PythonEngine.hh index 3abedd4c6a4..66a5186f8c3 100644 --- a/src/EnergyPlus/PythonEngine.hh +++ b/src/EnergyPlus/PythonEngine.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RefrigeratedCase.cc b/src/EnergyPlus/RefrigeratedCase.cc index dd3acc3bc46..8660648c5de 100644 --- a/src/EnergyPlus/RefrigeratedCase.cc +++ b/src/EnergyPlus/RefrigeratedCase.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RefrigeratedCase.hh b/src/EnergyPlus/RefrigeratedCase.hh index c95835d2712..f1030161f57 100644 --- a/src/EnergyPlus/RefrigeratedCase.hh +++ b/src/EnergyPlus/RefrigeratedCase.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ReportCoilSelection.cc b/src/EnergyPlus/ReportCoilSelection.cc index ccd46ba178e..206fd33f6d3 100644 --- a/src/EnergyPlus/ReportCoilSelection.cc +++ b/src/EnergyPlus/ReportCoilSelection.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ReportCoilSelection.hh b/src/EnergyPlus/ReportCoilSelection.hh index 46272cd25fa..2f61d6581c8 100644 --- a/src/EnergyPlus/ReportCoilSelection.hh +++ b/src/EnergyPlus/ReportCoilSelection.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ResultsFramework.cc b/src/EnergyPlus/ResultsFramework.cc index 926ba446679..c59218f79d6 100644 --- a/src/EnergyPlus/ResultsFramework.cc +++ b/src/EnergyPlus/ResultsFramework.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ResultsFramework.hh b/src/EnergyPlus/ResultsFramework.hh index 29f55e64b99..bef1a118c3b 100644 --- a/src/EnergyPlus/ResultsFramework.hh +++ b/src/EnergyPlus/ResultsFramework.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ReturnAirPathManager.cc b/src/EnergyPlus/ReturnAirPathManager.cc index 180d494bb54..91c7997da81 100644 --- a/src/EnergyPlus/ReturnAirPathManager.cc +++ b/src/EnergyPlus/ReturnAirPathManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ReturnAirPathManager.hh b/src/EnergyPlus/ReturnAirPathManager.hh index 1130dca7749..3f3688fbf9a 100644 --- a/src/EnergyPlus/ReturnAirPathManager.hh +++ b/src/EnergyPlus/ReturnAirPathManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RoomAirModelAirflowNetwork.cc b/src/EnergyPlus/RoomAirModelAirflowNetwork.cc index 7e9f7ae8432..1fc75037141 100644 --- a/src/EnergyPlus/RoomAirModelAirflowNetwork.cc +++ b/src/EnergyPlus/RoomAirModelAirflowNetwork.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RoomAirModelAirflowNetwork.hh b/src/EnergyPlus/RoomAirModelAirflowNetwork.hh index ab205c79ebb..1821dff9bba 100644 --- a/src/EnergyPlus/RoomAirModelAirflowNetwork.hh +++ b/src/EnergyPlus/RoomAirModelAirflowNetwork.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RoomAirModelManager.cc b/src/EnergyPlus/RoomAirModelManager.cc index 3657fd89f22..c63a105c55f 100644 --- a/src/EnergyPlus/RoomAirModelManager.cc +++ b/src/EnergyPlus/RoomAirModelManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RoomAirModelManager.hh b/src/EnergyPlus/RoomAirModelManager.hh index 42a08719503..eee81fcb52c 100644 --- a/src/EnergyPlus/RoomAirModelManager.hh +++ b/src/EnergyPlus/RoomAirModelManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RoomAirModelUserTempPattern.cc b/src/EnergyPlus/RoomAirModelUserTempPattern.cc index bc71b649fcb..42e1101a0da 100644 --- a/src/EnergyPlus/RoomAirModelUserTempPattern.cc +++ b/src/EnergyPlus/RoomAirModelUserTempPattern.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RoomAirModelUserTempPattern.hh b/src/EnergyPlus/RoomAirModelUserTempPattern.hh index 2d246520b7e..ccf05908931 100644 --- a/src/EnergyPlus/RoomAirModelUserTempPattern.hh +++ b/src/EnergyPlus/RoomAirModelUserTempPattern.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RootFinder.cc b/src/EnergyPlus/RootFinder.cc index 0f3b4528ee7..f439f4e3ffa 100644 --- a/src/EnergyPlus/RootFinder.cc +++ b/src/EnergyPlus/RootFinder.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RootFinder.hh b/src/EnergyPlus/RootFinder.hh index 0bd2c88e27d..34ac2d29c9a 100644 --- a/src/EnergyPlus/RootFinder.hh +++ b/src/EnergyPlus/RootFinder.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RuntimeLanguageProcessor.cc b/src/EnergyPlus/RuntimeLanguageProcessor.cc index 037b54691d2..b2a0a2d29ed 100644 --- a/src/EnergyPlus/RuntimeLanguageProcessor.cc +++ b/src/EnergyPlus/RuntimeLanguageProcessor.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/RuntimeLanguageProcessor.hh b/src/EnergyPlus/RuntimeLanguageProcessor.hh index e41a4273e4c..066ef035448 100644 --- a/src/EnergyPlus/RuntimeLanguageProcessor.hh +++ b/src/EnergyPlus/RuntimeLanguageProcessor.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SQLiteProcedures.cc b/src/EnergyPlus/SQLiteProcedures.cc index d1f41fa106b..b7e63d05827 100644 --- a/src/EnergyPlus/SQLiteProcedures.cc +++ b/src/EnergyPlus/SQLiteProcedures.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SQLiteProcedures.hh b/src/EnergyPlus/SQLiteProcedures.hh index ad2ba5cf045..7633c34501c 100644 --- a/src/EnergyPlus/SQLiteProcedures.hh +++ b/src/EnergyPlus/SQLiteProcedures.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SZVAVModel.cc b/src/EnergyPlus/SZVAVModel.cc index 59891ca8855..db74d0488c6 100644 --- a/src/EnergyPlus/SZVAVModel.cc +++ b/src/EnergyPlus/SZVAVModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SZVAVModel.hh b/src/EnergyPlus/SZVAVModel.hh index f394b0abae6..995aa10a6ee 100644 --- a/src/EnergyPlus/SZVAVModel.hh +++ b/src/EnergyPlus/SZVAVModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ScheduleManager.cc b/src/EnergyPlus/ScheduleManager.cc index c5871c858ac..951c0257f29 100644 --- a/src/EnergyPlus/ScheduleManager.cc +++ b/src/EnergyPlus/ScheduleManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ScheduleManager.hh b/src/EnergyPlus/ScheduleManager.hh index 9e7dcf82575..538b83e1349 100644 --- a/src/EnergyPlus/ScheduleManager.hh +++ b/src/EnergyPlus/ScheduleManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SetPointManager.cc b/src/EnergyPlus/SetPointManager.cc index 59de2b93e94..53e1f91bf0f 100644 --- a/src/EnergyPlus/SetPointManager.cc +++ b/src/EnergyPlus/SetPointManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SetPointManager.hh b/src/EnergyPlus/SetPointManager.hh index a7dc90d39e7..a74fa97dcdd 100644 --- a/src/EnergyPlus/SetPointManager.hh +++ b/src/EnergyPlus/SetPointManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Shape.hh b/src/EnergyPlus/Shape.hh index 164581ca141..f582e12452b 100644 --- a/src/EnergyPlus/Shape.hh +++ b/src/EnergyPlus/Shape.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SimAirServingZones.cc b/src/EnergyPlus/SimAirServingZones.cc index b8e7176bf60..ee681da8b87 100644 --- a/src/EnergyPlus/SimAirServingZones.cc +++ b/src/EnergyPlus/SimAirServingZones.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SimAirServingZones.hh b/src/EnergyPlus/SimAirServingZones.hh index beceb67af5e..8f61f3dd389 100644 --- a/src/EnergyPlus/SimAirServingZones.hh +++ b/src/EnergyPlus/SimAirServingZones.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SimulationManager.cc b/src/EnergyPlus/SimulationManager.cc index c7a3f710893..50927c01252 100644 --- a/src/EnergyPlus/SimulationManager.cc +++ b/src/EnergyPlus/SimulationManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SimulationManager.hh b/src/EnergyPlus/SimulationManager.hh index 1fa9c985614..ac6084b3c7b 100644 --- a/src/EnergyPlus/SimulationManager.hh +++ b/src/EnergyPlus/SimulationManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SingleDuct.cc b/src/EnergyPlus/SingleDuct.cc index 4172d31483b..63bb1e96c5b 100644 --- a/src/EnergyPlus/SingleDuct.cc +++ b/src/EnergyPlus/SingleDuct.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SingleDuct.hh b/src/EnergyPlus/SingleDuct.hh index f0e36a2d543..74ec1ff7608 100644 --- a/src/EnergyPlus/SingleDuct.hh +++ b/src/EnergyPlus/SingleDuct.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SizingAnalysisObjects.cc b/src/EnergyPlus/SizingAnalysisObjects.cc index aa0d38da230..f787aa52b3d 100644 --- a/src/EnergyPlus/SizingAnalysisObjects.cc +++ b/src/EnergyPlus/SizingAnalysisObjects.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SizingAnalysisObjects.hh b/src/EnergyPlus/SizingAnalysisObjects.hh index 4d6026b1249..2cfc303690e 100644 --- a/src/EnergyPlus/SizingAnalysisObjects.hh +++ b/src/EnergyPlus/SizingAnalysisObjects.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SizingManager.cc b/src/EnergyPlus/SizingManager.cc index bc49873fa79..f3a9cee719e 100644 --- a/src/EnergyPlus/SizingManager.cc +++ b/src/EnergyPlus/SizingManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SizingManager.hh b/src/EnergyPlus/SizingManager.hh index b85862234e7..e6fd39b133b 100644 --- a/src/EnergyPlus/SizingManager.hh +++ b/src/EnergyPlus/SizingManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SolarCollectors.cc b/src/EnergyPlus/SolarCollectors.cc index d2837fc62aa..289924b9623 100644 --- a/src/EnergyPlus/SolarCollectors.cc +++ b/src/EnergyPlus/SolarCollectors.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SolarCollectors.hh b/src/EnergyPlus/SolarCollectors.hh index 68ba2ceff9c..33cd13d2e45 100644 --- a/src/EnergyPlus/SolarCollectors.hh +++ b/src/EnergyPlus/SolarCollectors.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SolarReflectionManager.cc b/src/EnergyPlus/SolarReflectionManager.cc index 833d16ef987..4443e9c4ddc 100644 --- a/src/EnergyPlus/SolarReflectionManager.cc +++ b/src/EnergyPlus/SolarReflectionManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SolarReflectionManager.hh b/src/EnergyPlus/SolarReflectionManager.hh index 2f5c5d2f327..bdd6c2999a2 100644 --- a/src/EnergyPlus/SolarReflectionManager.hh +++ b/src/EnergyPlus/SolarReflectionManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SolarShading.cc b/src/EnergyPlus/SolarShading.cc index 07a777a06d5..db035b3a6bb 100644 --- a/src/EnergyPlus/SolarShading.cc +++ b/src/EnergyPlus/SolarShading.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SolarShading.hh b/src/EnergyPlus/SolarShading.hh index 1a083f96d9a..880e3619cb7 100644 --- a/src/EnergyPlus/SolarShading.hh +++ b/src/EnergyPlus/SolarShading.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SplitterComponent.cc b/src/EnergyPlus/SplitterComponent.cc index f3777bcef97..3073815863b 100644 --- a/src/EnergyPlus/SplitterComponent.cc +++ b/src/EnergyPlus/SplitterComponent.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SplitterComponent.hh b/src/EnergyPlus/SplitterComponent.hh index 3b9729f1db8..16a633299de 100644 --- a/src/EnergyPlus/SplitterComponent.hh +++ b/src/EnergyPlus/SplitterComponent.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/StandardRatings.cc b/src/EnergyPlus/StandardRatings.cc index d9878f57e0a..8fdd67ab974 100644 --- a/src/EnergyPlus/StandardRatings.cc +++ b/src/EnergyPlus/StandardRatings.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/StandardRatings.hh b/src/EnergyPlus/StandardRatings.hh index 4f606ac4553..b3382ef10a5 100644 --- a/src/EnergyPlus/StandardRatings.hh +++ b/src/EnergyPlus/StandardRatings.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SteamBaseboardRadiator.cc b/src/EnergyPlus/SteamBaseboardRadiator.cc index 652c271d08b..837ccb40674 100644 --- a/src/EnergyPlus/SteamBaseboardRadiator.cc +++ b/src/EnergyPlus/SteamBaseboardRadiator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SteamBaseboardRadiator.hh b/src/EnergyPlus/SteamBaseboardRadiator.hh index 916fcf46c0f..db9ee51063c 100644 --- a/src/EnergyPlus/SteamBaseboardRadiator.hh +++ b/src/EnergyPlus/SteamBaseboardRadiator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SteamCoils.cc b/src/EnergyPlus/SteamCoils.cc index 3df732d52c9..c3ff9632f62 100644 --- a/src/EnergyPlus/SteamCoils.cc +++ b/src/EnergyPlus/SteamCoils.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SteamCoils.hh b/src/EnergyPlus/SteamCoils.hh index 91e5ce84932..cb511116fc6 100644 --- a/src/EnergyPlus/SteamCoils.hh +++ b/src/EnergyPlus/SteamCoils.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/StringUtilities.hh b/src/EnergyPlus/StringUtilities.hh index 0e3d7952c03..fb74a377283 100644 --- a/src/EnergyPlus/StringUtilities.hh +++ b/src/EnergyPlus/StringUtilities.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SurfaceGeometry.cc b/src/EnergyPlus/SurfaceGeometry.cc index b3cd0db6c77..baff4fbf031 100644 --- a/src/EnergyPlus/SurfaceGeometry.cc +++ b/src/EnergyPlus/SurfaceGeometry.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SurfaceGeometry.hh b/src/EnergyPlus/SurfaceGeometry.hh index c09df9a4f57..04c2346cbec 100644 --- a/src/EnergyPlus/SurfaceGeometry.hh +++ b/src/EnergyPlus/SurfaceGeometry.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SurfaceGroundHeatExchanger.cc b/src/EnergyPlus/SurfaceGroundHeatExchanger.cc index 359f6c38590..dff15091c8f 100644 --- a/src/EnergyPlus/SurfaceGroundHeatExchanger.cc +++ b/src/EnergyPlus/SurfaceGroundHeatExchanger.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SurfaceGroundHeatExchanger.hh b/src/EnergyPlus/SurfaceGroundHeatExchanger.hh index 0de1ca94030..52c5ea187d5 100644 --- a/src/EnergyPlus/SurfaceGroundHeatExchanger.hh +++ b/src/EnergyPlus/SurfaceGroundHeatExchanger.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SurfaceOctree.cc b/src/EnergyPlus/SurfaceOctree.cc index 70f918993e5..ab53909f93c 100644 --- a/src/EnergyPlus/SurfaceOctree.cc +++ b/src/EnergyPlus/SurfaceOctree.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SurfaceOctree.hh b/src/EnergyPlus/SurfaceOctree.hh index 2ee1062a4c2..d3b92f2d312 100644 --- a/src/EnergyPlus/SurfaceOctree.hh +++ b/src/EnergyPlus/SurfaceOctree.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SwimmingPool.cc b/src/EnergyPlus/SwimmingPool.cc index 399dd106236..78614065e24 100644 --- a/src/EnergyPlus/SwimmingPool.cc +++ b/src/EnergyPlus/SwimmingPool.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SwimmingPool.hh b/src/EnergyPlus/SwimmingPool.hh index 5b625dbe4c6..ffe917f6901 100644 --- a/src/EnergyPlus/SwimmingPool.hh +++ b/src/EnergyPlus/SwimmingPool.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SystemAvailabilityManager.cc b/src/EnergyPlus/SystemAvailabilityManager.cc index 9c4a9638b2b..9a6fef573b2 100644 --- a/src/EnergyPlus/SystemAvailabilityManager.cc +++ b/src/EnergyPlus/SystemAvailabilityManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SystemAvailabilityManager.hh b/src/EnergyPlus/SystemAvailabilityManager.hh index a8ff85f6869..195337261af 100644 --- a/src/EnergyPlus/SystemAvailabilityManager.hh +++ b/src/EnergyPlus/SystemAvailabilityManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SystemReports.cc b/src/EnergyPlus/SystemReports.cc index dcd99a56804..9ac29658fb1 100644 --- a/src/EnergyPlus/SystemReports.cc +++ b/src/EnergyPlus/SystemReports.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/SystemReports.hh b/src/EnergyPlus/SystemReports.hh index 69350113586..ed213ed96a5 100644 --- a/src/EnergyPlus/SystemReports.hh +++ b/src/EnergyPlus/SystemReports.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGArgs.cc b/src/EnergyPlus/TARCOGArgs.cc index 130fb333b0c..891a93412f5 100644 --- a/src/EnergyPlus/TARCOGArgs.cc +++ b/src/EnergyPlus/TARCOGArgs.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGArgs.hh b/src/EnergyPlus/TARCOGArgs.hh index 8eeabd77244..e1181e6ba17 100644 --- a/src/EnergyPlus/TARCOGArgs.hh +++ b/src/EnergyPlus/TARCOGArgs.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGCommon.cc b/src/EnergyPlus/TARCOGCommon.cc index 6387fcef36c..69126575193 100644 --- a/src/EnergyPlus/TARCOGCommon.cc +++ b/src/EnergyPlus/TARCOGCommon.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGCommon.hh b/src/EnergyPlus/TARCOGCommon.hh index a3ebda803cf..1fc01f2c8a1 100644 --- a/src/EnergyPlus/TARCOGCommon.hh +++ b/src/EnergyPlus/TARCOGCommon.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGDeflection.cc b/src/EnergyPlus/TARCOGDeflection.cc index 30e83ff2bc4..18c781e55b2 100644 --- a/src/EnergyPlus/TARCOGDeflection.cc +++ b/src/EnergyPlus/TARCOGDeflection.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGDeflection.hh b/src/EnergyPlus/TARCOGDeflection.hh index 7aba667ec0f..b63c0858844 100644 --- a/src/EnergyPlus/TARCOGDeflection.hh +++ b/src/EnergyPlus/TARCOGDeflection.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGGasses90.cc b/src/EnergyPlus/TARCOGGasses90.cc index 765742c17ac..5356a0e4e31 100644 --- a/src/EnergyPlus/TARCOGGasses90.cc +++ b/src/EnergyPlus/TARCOGGasses90.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGGasses90.hh b/src/EnergyPlus/TARCOGGasses90.hh index 70863d7576f..ed0f6c9621d 100644 --- a/src/EnergyPlus/TARCOGGasses90.hh +++ b/src/EnergyPlus/TARCOGGasses90.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGGassesParams.hh b/src/EnergyPlus/TARCOGGassesParams.hh index dd9edac9087..33745fcb0ac 100644 --- a/src/EnergyPlus/TARCOGGassesParams.hh +++ b/src/EnergyPlus/TARCOGGassesParams.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGMain.cc b/src/EnergyPlus/TARCOGMain.cc index 412719ad0da..6e2d1c4e7e0 100644 --- a/src/EnergyPlus/TARCOGMain.cc +++ b/src/EnergyPlus/TARCOGMain.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGMain.hh b/src/EnergyPlus/TARCOGMain.hh index 58936bbf65b..8c9ab3bad1b 100644 --- a/src/EnergyPlus/TARCOGMain.hh +++ b/src/EnergyPlus/TARCOGMain.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGOutput.cc b/src/EnergyPlus/TARCOGOutput.cc index 4c42a9adda2..f85f96924ae 100644 --- a/src/EnergyPlus/TARCOGOutput.cc +++ b/src/EnergyPlus/TARCOGOutput.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGOutput.hh b/src/EnergyPlus/TARCOGOutput.hh index f0e14ccce41..f2b73dc2de6 100644 --- a/src/EnergyPlus/TARCOGOutput.hh +++ b/src/EnergyPlus/TARCOGOutput.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGParams.cc b/src/EnergyPlus/TARCOGParams.cc index bdaeb6f9e04..70545de82df 100644 --- a/src/EnergyPlus/TARCOGParams.cc +++ b/src/EnergyPlus/TARCOGParams.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TARCOGParams.hh b/src/EnergyPlus/TARCOGParams.hh index 3563e01b4a5..926baad71ef 100644 --- a/src/EnergyPlus/TARCOGParams.hh +++ b/src/EnergyPlus/TARCOGParams.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TarcogShading.cc b/src/EnergyPlus/TarcogShading.cc index f4bf8b9c52c..a74676cf247 100644 --- a/src/EnergyPlus/TarcogShading.cc +++ b/src/EnergyPlus/TarcogShading.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TarcogShading.hh b/src/EnergyPlus/TarcogShading.hh index e6639cfd767..b6d8e119d99 100644 --- a/src/EnergyPlus/TarcogShading.hh +++ b/src/EnergyPlus/TarcogShading.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalChimney.cc b/src/EnergyPlus/ThermalChimney.cc index da8795ab8e6..27db7c7212f 100644 --- a/src/EnergyPlus/ThermalChimney.cc +++ b/src/EnergyPlus/ThermalChimney.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalChimney.hh b/src/EnergyPlus/ThermalChimney.hh index 767ed62cbfc..594a0d243ce 100644 --- a/src/EnergyPlus/ThermalChimney.hh +++ b/src/EnergyPlus/ThermalChimney.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalComfort.cc b/src/EnergyPlus/ThermalComfort.cc index abafa6f65f9..fa39816012a 100644 --- a/src/EnergyPlus/ThermalComfort.cc +++ b/src/EnergyPlus/ThermalComfort.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalComfort.hh b/src/EnergyPlus/ThermalComfort.hh index 40cedcbb6ac..16258339be7 100644 --- a/src/EnergyPlus/ThermalComfort.hh +++ b/src/EnergyPlus/ThermalComfort.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalEN673Calc.cc b/src/EnergyPlus/ThermalEN673Calc.cc index 32d3413c6e7..a881c5fb4ad 100644 --- a/src/EnergyPlus/ThermalEN673Calc.cc +++ b/src/EnergyPlus/ThermalEN673Calc.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalEN673Calc.hh b/src/EnergyPlus/ThermalEN673Calc.hh index cee1481ab0c..2237598302e 100644 --- a/src/EnergyPlus/ThermalEN673Calc.hh +++ b/src/EnergyPlus/ThermalEN673Calc.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalISO15099Calc.cc b/src/EnergyPlus/ThermalISO15099Calc.cc index 6276e21514e..b852d1e55a4 100644 --- a/src/EnergyPlus/ThermalISO15099Calc.cc +++ b/src/EnergyPlus/ThermalISO15099Calc.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ThermalISO15099Calc.hh b/src/EnergyPlus/ThermalISO15099Calc.hh index 860e385b1bc..f8c6b8bf480 100644 --- a/src/EnergyPlus/ThermalISO15099Calc.hh +++ b/src/EnergyPlus/ThermalISO15099Calc.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Timer.cc b/src/EnergyPlus/Timer.cc index 41eff159f66..5dd5a57667e 100644 --- a/src/EnergyPlus/Timer.cc +++ b/src/EnergyPlus/Timer.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Timer.hh b/src/EnergyPlus/Timer.hh index cefcd408411..8b403cbdbfa 100644 --- a/src/EnergyPlus/Timer.hh +++ b/src/EnergyPlus/Timer.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TranspiredCollector.cc b/src/EnergyPlus/TranspiredCollector.cc index 3df6bb0f997..b36e5334ae5 100644 --- a/src/EnergyPlus/TranspiredCollector.cc +++ b/src/EnergyPlus/TranspiredCollector.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/TranspiredCollector.hh b/src/EnergyPlus/TranspiredCollector.hh index 34be299c661..bebf3c53e7c 100644 --- a/src/EnergyPlus/TranspiredCollector.hh +++ b/src/EnergyPlus/TranspiredCollector.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UFADManager.cc b/src/EnergyPlus/UFADManager.cc index 6520a846b46..e8989499775 100644 --- a/src/EnergyPlus/UFADManager.cc +++ b/src/EnergyPlus/UFADManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UFADManager.hh b/src/EnergyPlus/UFADManager.hh index 13bd2979f96..f7d9343e2f7 100644 --- a/src/EnergyPlus/UFADManager.hh +++ b/src/EnergyPlus/UFADManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UnitHeater.cc b/src/EnergyPlus/UnitHeater.cc index adb3c08ced0..8fffe3b21fd 100644 --- a/src/EnergyPlus/UnitHeater.cc +++ b/src/EnergyPlus/UnitHeater.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UnitHeater.hh b/src/EnergyPlus/UnitHeater.hh index 48ec4b6aa02..c6cc6546362 100644 --- a/src/EnergyPlus/UnitHeater.hh +++ b/src/EnergyPlus/UnitHeater.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UnitVentilator.cc b/src/EnergyPlus/UnitVentilator.cc index 1201a21a72a..e2016a70019 100644 --- a/src/EnergyPlus/UnitVentilator.cc +++ b/src/EnergyPlus/UnitVentilator.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UnitVentilator.hh b/src/EnergyPlus/UnitVentilator.hh index f0f6f200e88..6d9b65ee284 100644 --- a/src/EnergyPlus/UnitVentilator.hh +++ b/src/EnergyPlus/UnitVentilator.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UnitarySystem.cc b/src/EnergyPlus/UnitarySystem.cc index 03396856d8a..08d5da2ec99 100644 --- a/src/EnergyPlus/UnitarySystem.cc +++ b/src/EnergyPlus/UnitarySystem.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UnitarySystem.hh b/src/EnergyPlus/UnitarySystem.hh index 2883a781642..2312feea3bf 100644 --- a/src/EnergyPlus/UnitarySystem.hh +++ b/src/EnergyPlus/UnitarySystem.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UserDefinedComponents.cc b/src/EnergyPlus/UserDefinedComponents.cc index deb082d48e7..a96f60d6169 100644 --- a/src/EnergyPlus/UserDefinedComponents.cc +++ b/src/EnergyPlus/UserDefinedComponents.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UserDefinedComponents.hh b/src/EnergyPlus/UserDefinedComponents.hh index 2a481cea87e..37077840fb0 100644 --- a/src/EnergyPlus/UserDefinedComponents.hh +++ b/src/EnergyPlus/UserDefinedComponents.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UtilityRoutines.cc b/src/EnergyPlus/UtilityRoutines.cc index 87e2d400169..e1b9712ff2c 100644 --- a/src/EnergyPlus/UtilityRoutines.cc +++ b/src/EnergyPlus/UtilityRoutines.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/UtilityRoutines.hh b/src/EnergyPlus/UtilityRoutines.hh index 75f0d9b8419..3746f36743a 100644 --- a/src/EnergyPlus/UtilityRoutines.hh +++ b/src/EnergyPlus/UtilityRoutines.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/VariableSpeedCoils.cc b/src/EnergyPlus/VariableSpeedCoils.cc index f67d616ba35..8127bb19ce1 100644 --- a/src/EnergyPlus/VariableSpeedCoils.cc +++ b/src/EnergyPlus/VariableSpeedCoils.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/VariableSpeedCoils.hh b/src/EnergyPlus/VariableSpeedCoils.hh index 048758d0a58..2073facff32 100644 --- a/src/EnergyPlus/VariableSpeedCoils.hh +++ b/src/EnergyPlus/VariableSpeedCoils.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Vectors.cc b/src/EnergyPlus/Vectors.cc index 44703a66455..9acbfd01e7d 100644 --- a/src/EnergyPlus/Vectors.cc +++ b/src/EnergyPlus/Vectors.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/Vectors.hh b/src/EnergyPlus/Vectors.hh index c96f9ee56d0..f296c1e5e53 100644 --- a/src/EnergyPlus/Vectors.hh +++ b/src/EnergyPlus/Vectors.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/VentilatedSlab.cc b/src/EnergyPlus/VentilatedSlab.cc index b0b544c2720..cb63c8134ee 100644 --- a/src/EnergyPlus/VentilatedSlab.cc +++ b/src/EnergyPlus/VentilatedSlab.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/VentilatedSlab.hh b/src/EnergyPlus/VentilatedSlab.hh index 3466061327e..58875e0e8ff 100644 --- a/src/EnergyPlus/VentilatedSlab.hh +++ b/src/EnergyPlus/VentilatedSlab.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterCoils.cc b/src/EnergyPlus/WaterCoils.cc index 09871690242..25f511dfeeb 100644 --- a/src/EnergyPlus/WaterCoils.cc +++ b/src/EnergyPlus/WaterCoils.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterCoils.hh b/src/EnergyPlus/WaterCoils.hh index d9594cd23f4..9478d3287f3 100644 --- a/src/EnergyPlus/WaterCoils.hh +++ b/src/EnergyPlus/WaterCoils.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterManager.cc b/src/EnergyPlus/WaterManager.cc index 7e6651c2e69..fd14509147a 100644 --- a/src/EnergyPlus/WaterManager.cc +++ b/src/EnergyPlus/WaterManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterManager.hh b/src/EnergyPlus/WaterManager.hh index 010714d9936..fad54b3538f 100644 --- a/src/EnergyPlus/WaterManager.hh +++ b/src/EnergyPlus/WaterManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterThermalTanks.cc b/src/EnergyPlus/WaterThermalTanks.cc index c1918a411e3..ae629fd9ca8 100644 --- a/src/EnergyPlus/WaterThermalTanks.cc +++ b/src/EnergyPlus/WaterThermalTanks.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterThermalTanks.hh b/src/EnergyPlus/WaterThermalTanks.hh index f0011d5c597..eaa32c09be0 100644 --- a/src/EnergyPlus/WaterThermalTanks.hh +++ b/src/EnergyPlus/WaterThermalTanks.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterToAirHeatPump.cc b/src/EnergyPlus/WaterToAirHeatPump.cc index 46dbc9c3aa9..5b958b66c66 100644 --- a/src/EnergyPlus/WaterToAirHeatPump.cc +++ b/src/EnergyPlus/WaterToAirHeatPump.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterToAirHeatPump.hh b/src/EnergyPlus/WaterToAirHeatPump.hh index 0baf26f4304..18824ebe516 100644 --- a/src/EnergyPlus/WaterToAirHeatPump.hh +++ b/src/EnergyPlus/WaterToAirHeatPump.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterToAirHeatPumpSimple.cc b/src/EnergyPlus/WaterToAirHeatPumpSimple.cc index 4600119a5ca..1767ae066bd 100644 --- a/src/EnergyPlus/WaterToAirHeatPumpSimple.cc +++ b/src/EnergyPlus/WaterToAirHeatPumpSimple.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterToAirHeatPumpSimple.hh b/src/EnergyPlus/WaterToAirHeatPumpSimple.hh index 95608072cc4..4d0e7106f3a 100644 --- a/src/EnergyPlus/WaterToAirHeatPumpSimple.hh +++ b/src/EnergyPlus/WaterToAirHeatPumpSimple.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterUse.cc b/src/EnergyPlus/WaterUse.cc index 111843191d4..8a1bfaa2555 100644 --- a/src/EnergyPlus/WaterUse.cc +++ b/src/EnergyPlus/WaterUse.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WaterUse.hh b/src/EnergyPlus/WaterUse.hh index e6c39ec53df..2d270a45900 100644 --- a/src/EnergyPlus/WaterUse.hh +++ b/src/EnergyPlus/WaterUse.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WeatherManager.cc b/src/EnergyPlus/WeatherManager.cc index fd3c96c5e84..1ae25350ff2 100644 --- a/src/EnergyPlus/WeatherManager.cc +++ b/src/EnergyPlus/WeatherManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WeatherManager.hh b/src/EnergyPlus/WeatherManager.hh index 71148943ffe..ba2ffabf0c5 100644 --- a/src/EnergyPlus/WeatherManager.hh +++ b/src/EnergyPlus/WeatherManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindTurbine.cc b/src/EnergyPlus/WindTurbine.cc index 88935009730..ef9caf9f366 100644 --- a/src/EnergyPlus/WindTurbine.cc +++ b/src/EnergyPlus/WindTurbine.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindTurbine.hh b/src/EnergyPlus/WindTurbine.hh index 7f794cf96b8..8bbc6c036c3 100644 --- a/src/EnergyPlus/WindTurbine.hh +++ b/src/EnergyPlus/WindTurbine.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowAC.cc b/src/EnergyPlus/WindowAC.cc index 3cbf0364202..62bc3772c18 100644 --- a/src/EnergyPlus/WindowAC.cc +++ b/src/EnergyPlus/WindowAC.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowAC.hh b/src/EnergyPlus/WindowAC.hh index 1bf1d0be0bc..54dd68dc212 100644 --- a/src/EnergyPlus/WindowAC.hh +++ b/src/EnergyPlus/WindowAC.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowComplexManager.cc b/src/EnergyPlus/WindowComplexManager.cc index 9fe842a3ede..92f3f865363 100644 --- a/src/EnergyPlus/WindowComplexManager.cc +++ b/src/EnergyPlus/WindowComplexManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowComplexManager.hh b/src/EnergyPlus/WindowComplexManager.hh index 32021cadfba..30a855408f7 100644 --- a/src/EnergyPlus/WindowComplexManager.hh +++ b/src/EnergyPlus/WindowComplexManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowEquivalentLayer.cc b/src/EnergyPlus/WindowEquivalentLayer.cc index 53b921f948e..7ff11d73d75 100644 --- a/src/EnergyPlus/WindowEquivalentLayer.cc +++ b/src/EnergyPlus/WindowEquivalentLayer.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowEquivalentLayer.hh b/src/EnergyPlus/WindowEquivalentLayer.hh index 4363cd71c7c..9a40f045b51 100644 --- a/src/EnergyPlus/WindowEquivalentLayer.hh +++ b/src/EnergyPlus/WindowEquivalentLayer.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManager.cc b/src/EnergyPlus/WindowManager.cc index ea502f7ab51..f8893966988 100644 --- a/src/EnergyPlus/WindowManager.cc +++ b/src/EnergyPlus/WindowManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManager.hh b/src/EnergyPlus/WindowManager.hh index c61593feb39..196eb15203d 100644 --- a/src/EnergyPlus/WindowManager.hh +++ b/src/EnergyPlus/WindowManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManagerExteriorData.cc b/src/EnergyPlus/WindowManagerExteriorData.cc index 629ef5267fa..e6e8e403102 100644 --- a/src/EnergyPlus/WindowManagerExteriorData.cc +++ b/src/EnergyPlus/WindowManagerExteriorData.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManagerExteriorData.hh b/src/EnergyPlus/WindowManagerExteriorData.hh index 26a19ffdb22..4e5708dd5a1 100644 --- a/src/EnergyPlus/WindowManagerExteriorData.hh +++ b/src/EnergyPlus/WindowManagerExteriorData.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManagerExteriorOptical.cc b/src/EnergyPlus/WindowManagerExteriorOptical.cc index 28cf9d1d34b..b472fe13c47 100644 --- a/src/EnergyPlus/WindowManagerExteriorOptical.cc +++ b/src/EnergyPlus/WindowManagerExteriorOptical.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManagerExteriorOptical.hh b/src/EnergyPlus/WindowManagerExteriorOptical.hh index 67a8360a761..3ca27230760 100644 --- a/src/EnergyPlus/WindowManagerExteriorOptical.hh +++ b/src/EnergyPlus/WindowManagerExteriorOptical.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManagerExteriorThermal.cc b/src/EnergyPlus/WindowManagerExteriorThermal.cc index af928a13936..dc8b602000b 100644 --- a/src/EnergyPlus/WindowManagerExteriorThermal.cc +++ b/src/EnergyPlus/WindowManagerExteriorThermal.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowManagerExteriorThermal.hh b/src/EnergyPlus/WindowManagerExteriorThermal.hh index 0f56c6c07ff..9dfdbc55bb3 100644 --- a/src/EnergyPlus/WindowManagerExteriorThermal.hh +++ b/src/EnergyPlus/WindowManagerExteriorThermal.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowModel.cc b/src/EnergyPlus/WindowModel.cc index bff7a5fce27..b34e576269d 100644 --- a/src/EnergyPlus/WindowModel.cc +++ b/src/EnergyPlus/WindowModel.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowModel.hh b/src/EnergyPlus/WindowModel.hh index e91b54a385d..c1bc562cc27 100644 --- a/src/EnergyPlus/WindowModel.hh +++ b/src/EnergyPlus/WindowModel.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/WindowsGuiLauncher.cc b/src/EnergyPlus/WindowsGuiLauncher.cc index 667d02a26d4..035c3a85659 100644 --- a/src/EnergyPlus/WindowsGuiLauncher.cc +++ b/src/EnergyPlus/WindowsGuiLauncher.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneAirLoopEquipmentManager.cc b/src/EnergyPlus/ZoneAirLoopEquipmentManager.cc index f6863dea456..37d2ba14e00 100644 --- a/src/EnergyPlus/ZoneAirLoopEquipmentManager.cc +++ b/src/EnergyPlus/ZoneAirLoopEquipmentManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneAirLoopEquipmentManager.hh b/src/EnergyPlus/ZoneAirLoopEquipmentManager.hh index 874e08e4b2b..01510946085 100644 --- a/src/EnergyPlus/ZoneAirLoopEquipmentManager.hh +++ b/src/EnergyPlus/ZoneAirLoopEquipmentManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneContaminantPredictorCorrector.cc b/src/EnergyPlus/ZoneContaminantPredictorCorrector.cc index 9e5c6c564ca..e11f1553194 100644 --- a/src/EnergyPlus/ZoneContaminantPredictorCorrector.cc +++ b/src/EnergyPlus/ZoneContaminantPredictorCorrector.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneContaminantPredictorCorrector.hh b/src/EnergyPlus/ZoneContaminantPredictorCorrector.hh index b75324e221a..e79da1507de 100644 --- a/src/EnergyPlus/ZoneContaminantPredictorCorrector.hh +++ b/src/EnergyPlus/ZoneContaminantPredictorCorrector.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneDehumidifier.cc b/src/EnergyPlus/ZoneDehumidifier.cc index b97f19b66cc..40acfe7ebe5 100644 --- a/src/EnergyPlus/ZoneDehumidifier.cc +++ b/src/EnergyPlus/ZoneDehumidifier.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneDehumidifier.hh b/src/EnergyPlus/ZoneDehumidifier.hh index 91689fbf5d5..06a200aa282 100644 --- a/src/EnergyPlus/ZoneDehumidifier.hh +++ b/src/EnergyPlus/ZoneDehumidifier.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneEquipmentManager.cc b/src/EnergyPlus/ZoneEquipmentManager.cc index d0305a6cf20..da3e82bd00c 100644 --- a/src/EnergyPlus/ZoneEquipmentManager.cc +++ b/src/EnergyPlus/ZoneEquipmentManager.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneEquipmentManager.hh b/src/EnergyPlus/ZoneEquipmentManager.hh index 718a587904e..445fa2e5fb8 100644 --- a/src/EnergyPlus/ZoneEquipmentManager.hh +++ b/src/EnergyPlus/ZoneEquipmentManager.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZonePlenum.cc b/src/EnergyPlus/ZonePlenum.cc index 6d20884850a..9e41f0c561c 100644 --- a/src/EnergyPlus/ZonePlenum.cc +++ b/src/EnergyPlus/ZonePlenum.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZonePlenum.hh b/src/EnergyPlus/ZonePlenum.hh index 2c5dc7cb800..d4887dbee49 100644 --- a/src/EnergyPlus/ZonePlenum.hh +++ b/src/EnergyPlus/ZonePlenum.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneTempPredictorCorrector.cc b/src/EnergyPlus/ZoneTempPredictorCorrector.cc index 5c05948e4a7..56902829e05 100644 --- a/src/EnergyPlus/ZoneTempPredictorCorrector.cc +++ b/src/EnergyPlus/ZoneTempPredictorCorrector.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/ZoneTempPredictorCorrector.hh b/src/EnergyPlus/ZoneTempPredictorCorrector.hh index b16888a0bcb..ec8cdbbd0da 100644 --- a/src/EnergyPlus/ZoneTempPredictorCorrector.hh +++ b/src/EnergyPlus/ZoneTempPredictorCorrector.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/EnergyPlusAPI.h b/src/EnergyPlus/api/EnergyPlusAPI.h index b58eb9c3f61..e9eba2589d0 100644 --- a/src/EnergyPlus/api/EnergyPlusAPI.h +++ b/src/EnergyPlus/api/EnergyPlusAPI.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/EnergyPlusPgm.cc b/src/EnergyPlus/api/EnergyPlusPgm.cc index 543e499afc9..7c9891b9e59 100644 --- a/src/EnergyPlus/api/EnergyPlusPgm.cc +++ b/src/EnergyPlus/api/EnergyPlusPgm.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -82,7 +82,7 @@ // water heaters were developed by University of Central Florida, Florida Solar Energy Center (FSEC), // 1679 Clearlake Road, Cocoa, FL 32922, www.fsec.ucf.edu/. -// Portions of EnergyPlus were developed by the National Renewable Energy Laboratory (NREL), 1617 Cole +// Portions of EnergyPlus were developed by the National Laboratory of the Rockies (NREL), 1617 Cole // Blvd, Golden, CO 80401. // EnergyPlus v1.0.1, v1.0.2, v1.0.3, v1.1, v1.1.1 (Wintel platform) includes a link to TRNSYS (The Transient @@ -256,7 +256,7 @@ void commonInitialize(EnergyPlus::EnergyPlusData &state) #ifdef DEBUG_ARITHM_MSVC // the following enables NaN detection in Visual Studio debug builds. See - // https://github.com/NREL/EnergyPlus/wiki/Debugging-Tips + // https://github.com/NatLabRockies/EnergyPlus/wiki/Debugging-Tips // Note: what you need to pass to the _controlfp_s is actually the opposite // By default all bits are 1, and the exceptions are turned off, so you need to turn off the bits for the exceptions you want to enable diff --git a/src/EnergyPlus/api/EnergyPlusPgm.hh b/src/EnergyPlus/api/EnergyPlusPgm.hh index fd43d744db6..cda23ea9b2a 100644 --- a/src/EnergyPlus/api/EnergyPlusPgm.hh +++ b/src/EnergyPlus/api/EnergyPlusPgm.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/TypeDefs.h b/src/EnergyPlus/api/TypeDefs.h index 341ffa5e526..aa96d48cf44 100644 --- a/src/EnergyPlus/api/TypeDefs.h +++ b/src/EnergyPlus/api/TypeDefs.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/api.py b/src/EnergyPlus/api/api.py index 466a25eb764..500989c8dc2 100644 --- a/src/EnergyPlus/api/api.py +++ b/src/EnergyPlus/api/api.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/autosizing.cc b/src/EnergyPlus/api/autosizing.cc index dab68a60319..537bc72bab5 100644 --- a/src/EnergyPlus/api/autosizing.cc +++ b/src/EnergyPlus/api/autosizing.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/autosizing.h b/src/EnergyPlus/api/autosizing.h index a2e81cd112e..616effbe81b 100644 --- a/src/EnergyPlus/api/autosizing.h +++ b/src/EnergyPlus/api/autosizing.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/autosizing.py b/src/EnergyPlus/api/autosizing.py index 2b728139695..5a098ebc07c 100644 --- a/src/EnergyPlus/api/autosizing.py +++ b/src/EnergyPlus/api/autosizing.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/common.py b/src/EnergyPlus/api/common.py index d5fbd40ad98..521ad5353a5 100644 --- a/src/EnergyPlus/api/common.py +++ b/src/EnergyPlus/api/common.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/datatransfer.cc b/src/EnergyPlus/api/datatransfer.cc index bad2521552d..5c663e414c9 100644 --- a/src/EnergyPlus/api/datatransfer.cc +++ b/src/EnergyPlus/api/datatransfer.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/datatransfer.h b/src/EnergyPlus/api/datatransfer.h index 91d535695cf..65d0f6fcc30 100644 --- a/src/EnergyPlus/api/datatransfer.h +++ b/src/EnergyPlus/api/datatransfer.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/datatransfer.py b/src/EnergyPlus/api/datatransfer.py index 5d11ee42934..b9e669388fa 100644 --- a/src/EnergyPlus/api/datatransfer.py +++ b/src/EnergyPlus/api/datatransfer.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/func.cc b/src/EnergyPlus/api/func.cc index 27c5ecf84a6..8a079276363 100644 --- a/src/EnergyPlus/api/func.cc +++ b/src/EnergyPlus/api/func.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/func.h b/src/EnergyPlus/api/func.h index 40e1e23c3e8..0b39af1153b 100644 --- a/src/EnergyPlus/api/func.h +++ b/src/EnergyPlus/api/func.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/func.py b/src/EnergyPlus/api/func.py index 3a553480962..609c453c52a 100644 --- a/src/EnergyPlus/api/func.py +++ b/src/EnergyPlus/api/func.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/plugin.py b/src/EnergyPlus/api/plugin.py index 59ba28e3dcf..94278ea9448 100644 --- a/src/EnergyPlus/api/plugin.py +++ b/src/EnergyPlus/api/plugin.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/plugin_tester.py b/src/EnergyPlus/api/plugin_tester.py index ebb4c53d3c7..4fe558ccdbc 100644 --- a/src/EnergyPlus/api/plugin_tester.py +++ b/src/EnergyPlus/api/plugin_tester.py @@ -3,7 +3,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/runtime.cc b/src/EnergyPlus/api/runtime.cc index 0597fa9f55f..e3e32dddc8a 100644 --- a/src/EnergyPlus/api/runtime.cc +++ b/src/EnergyPlus/api/runtime.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/runtime.h b/src/EnergyPlus/api/runtime.h index d9585c3220f..da553e28b62 100644 --- a/src/EnergyPlus/api/runtime.h +++ b/src/EnergyPlus/api/runtime.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/runtime.py b/src/EnergyPlus/api/runtime.py index 0781d4ca765..b52e28f974a 100644 --- a/src/EnergyPlus/api/runtime.py +++ b/src/EnergyPlus/api/runtime.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/api/state.cc b/src/EnergyPlus/api/state.cc index 81bcb241821..9b284cc95eb 100644 --- a/src/EnergyPlus/api/state.cc +++ b/src/EnergyPlus/api/state.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/state.h b/src/EnergyPlus/api/state.h index 525121753fb..2aa72e3e9ce 100644 --- a/src/EnergyPlus/api/state.h +++ b/src/EnergyPlus/api/state.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/api/state.py b/src/EnergyPlus/api/state.py index f4937b9e44b..fdcf478cebc 100644 --- a/src/EnergyPlus/api/state.py +++ b/src/EnergyPlus/api/state.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/EnergyPlus/energyplus.rc.in b/src/EnergyPlus/energyplus.rc.in index ee49948fd9d..d84ebfb785e 100644 --- a/src/EnergyPlus/energyplus.rc.in +++ b/src/EnergyPlus/energyplus.rc.in @@ -11,7 +11,7 @@ BEGIN VALUE "FileDescription", "EnergyPlus\0" VALUE "FileVersion", "${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}\0" VALUE "InternalName", "energyplus\0" - VALUE "LegalCopyright", "Copyright (c) 1996-${CMAKE_YEAR}, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.\0" + VALUE "LegalCopyright", "Copyright (c) 1996-${CMAKE_YEAR}, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.\0" VALUE "LegalTrademarks", "EnergyPlus (TM) is a trademark of the US Department of Energy.\0" VALUE "OriginalFilename", "energyplus.exe\0" VALUE "ProductName", "EnergyPlus\0" diff --git a/src/EnergyPlus/energyplusapi.rc.in b/src/EnergyPlus/energyplusapi.rc.in index acc29c79509..f6bfc3abc2d 100644 --- a/src/EnergyPlus/energyplusapi.rc.in +++ b/src/EnergyPlus/energyplusapi.rc.in @@ -11,7 +11,7 @@ BEGIN VALUE "FileDescription", "EnergyPlus API\0" VALUE "FileVersion", "${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}\0" VALUE "InternalName", "energyplusapi\0" - VALUE "LegalCopyright", "Copyright (c) 1996-${CMAKE_YEAR}, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.\0" + VALUE "LegalCopyright", "Copyright (c) 1996-${CMAKE_YEAR}, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.\0" VALUE "LegalTrademarks", "EnergyPlus (TM) is a trademark of the US Department of Energy.\0" VALUE "OriginalFilename", "energyplusapi.dll\0" VALUE "ProductName", "EnergyPlus\0" diff --git a/src/EnergyPlus/fenv_missing.h b/src/EnergyPlus/fenv_missing.h index 0e1ff8a88c9..26ea4bf933d 100644 --- a/src/EnergyPlus/fenv_missing.h +++ b/src/EnergyPlus/fenv_missing.h @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/main.cc b/src/EnergyPlus/main.cc index 748907b1d12..fbf27331f12 100644 --- a/src/EnergyPlus/main.cc +++ b/src/EnergyPlus/main.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/EnergyPlus/test_ep_as_library.cc b/src/EnergyPlus/test_ep_as_library.cc index 0446be025c3..b36337f423f 100644 --- a/src/EnergyPlus/test_ep_as_library.cc +++ b/src/EnergyPlus/test_ep_as_library.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/src/ExpandObjects/ExpandObjects.rc.in b/src/ExpandObjects/ExpandObjects.rc.in index 637a3ef96c5..10ffd7e6758 100644 --- a/src/ExpandObjects/ExpandObjects.rc.in +++ b/src/ExpandObjects/ExpandObjects.rc.in @@ -11,7 +11,7 @@ BEGIN VALUE "FileDescription", "EnergyPlus Template Preprocessor\0" VALUE "FileVersion", "${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}\0" VALUE "InternalName", "ExpandObjects\0" - VALUE "LegalCopyright", "Copyright (c) 1996-2019, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.\0" + VALUE "LegalCopyright", "Copyright (c) 1996-2019, The Board of Trustees of the University of Illinois, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other contributors. All rights reserved.\0" VALUE "LegalTrademarks", "EnergyPlus (TM) is a trademark of the US Department of Energy.\0" VALUE "OriginalFilename", "ExpandObjects.exe\0" VALUE "ProductName", "EnergyPlus\0" diff --git a/src/README.md b/src/README.md index 9d480afa910..c183b985d4c 100644 --- a/src/README.md +++ b/src/README.md @@ -5,4 +5,4 @@ This is the C++ version of EnergyPlus, based on a CMake build system. Please see the wiki page for information on formatting and style guides. -https://github.com/NREL/EnergyPlus/wiki/Coding-Guidelines#formatting-style +https://github.com/NatLabRockies/EnergyPlus/wiki/Coding-Guidelines#formatting-style diff --git a/src/Transition/InputRulesFiles/Rules22-1-0-to-22-2-0.md b/src/Transition/InputRulesFiles/Rules22-1-0-to-22-2-0.md index 2c2dceb25b3..20a58837544 100644 --- a/src/Transition/InputRulesFiles/Rules22-1-0-to-22-2-0.md +++ b/src/Transition/InputRulesFiles/Rules22-1-0-to-22-2-0.md @@ -10,7 +10,7 @@ Fields 1-8 remain the same. Field 9 is a new field that is defaulted to 934.4. The following fields remain the same. -See [PR#9480](https://github.com/NREL/EnergyPlus/pull/9480/) +See [PR#9480](https://github.com/NatLabRockies/EnergyPlus/pull/9480/) # Object Change: Coil:Cooling:DX:SingleSpeed @@ -22,7 +22,7 @@ Field 8 is a new field named "2023 Rated Evaporator Fan Power Per Volume Flow Ra The value is defaulted to 934.4. The following fields remain the same. -See [PR#9480](https://github.com/NREL/EnergyPlus/pull/9480/) +See [PR#9480](https://github.com/NatLabRockies/EnergyPlus/pull/9480/) # Object Change: Coil:Cooling:DX:MultiSpeed @@ -52,7 +52,7 @@ Field 84 is a new field named "Speed 4 2023 Rated Evaporator Fan Power Per Volum The value is defaulted to 934.4. The following fields remain the same. -See [PR#9480](https://github.com/NREL/EnergyPlus/pull/9480/) +See [PR#9480](https://github.com/NatLabRockies/EnergyPlus/pull/9480/) # Object Change: Coil:Heating:DX:SingleSpeed @@ -64,7 +64,7 @@ Field 7 is a new field named "2023 Rated Supply Air Fan Power Per Volume Flow Ra The value is defaulted to 934.4. The following fields remain the same. -See [PR#9480](https://github.com/NREL/EnergyPlus/pull/9480/) +See [PR#9480](https://github.com/NatLabRockies/EnergyPlus/pull/9480/) # Object Change: Coil:Heating:DX:MultiSpeed Fields 1-21 remain the same. @@ -93,13 +93,13 @@ Field 59 is a new field named "Speed 3 2023 Rated Supply Air Fan Power Per Volum The value is defaulted to 934.4. The following fields remain the same. -See [PR#9480](https://github.com/NREL/EnergyPlus/pull/9480/) +See [PR#9480](https://github.com/NatLabRockies/EnergyPlus/pull/9480/) # Object Change: FUELFACTORS The second and third input parameters for the FuelFactors input syntax were eliminated because they were never used in the program. Everything else that comes after it is simply shifted forward. -See: [FuelFactors: Units of Measures and Energy per Unit Factor are never used](https://github.com/NREL/EnergyPlus/issues/9493) +See: [FuelFactors: Units of Measures and Energy per Unit Factor are never used](https://github.com/NatLabRockies/EnergyPlus/issues/9493) # Object Change: Space @@ -111,7 +111,7 @@ New Field 3 Ceiling Height, defaults to autocalculate New Field 4 Volume, defaults to autocalculate Remaining fields remain the same, shifted down by 2 places. -See [PR#9394](https://github.com/NREL/EnergyPlus/pull/9394) +See [PR#9394](https://github.com/NatLabRockies/EnergyPlus/pull/9394) # Object Changes: ZoneInfiltration:\* and ZoneVentilation:\* @@ -154,7 +154,7 @@ The following fields remain the same. * Field name "zone_name" was changed to "zone_or_space_name". See [PR#7038](https://github.com/TMaile/EnergyPlus/pull/1) -See [PR#9394](https://github.com/NREL/EnergyPlus/pull/9394) +See [PR#9394](https://github.com/NatLabRockies/EnergyPlus/pull/9394) # Object Changes: Coil:\*:WaterToAirHeatPump:EquationFit **For Coil:Cooling:WaterToAirHeatPump:EquationFit:** @@ -165,7 +165,7 @@ The first ten fields remain the same, three new fields are then added for the ra The first nine fields remain the same, two new fields are then added for the rated temperatures and a new field that defines the ration of rated heating to cooling capacity is also added. Default values are provided which corresponds to the value previously used. -See [PR #9439](https://github.com/NREL/EnergyPlus/pull/9439) +See [PR #9439](https://github.com/NatLabRockies/EnergyPlus/pull/9439) # Object Changes: ZoneMixing and ZoneCrossMixing @@ -187,4 +187,4 @@ See [PR #9439](https://github.com/NREL/EnergyPlus/pull/9439) * Field name "minimum_source_zone_temperature_schedule_name" was changed to "minimum_source_temperature_schedule_name" * Field name "maximum_source_zone_temperature_schedule_name" was changed to "maximum_source_temperature_schedule_name" -See [PR#9595](https://github.com/NREL/EnergyPlus/pull/9595) +See [PR#9595](https://github.com/NatLabRockies/EnergyPlus/pull/9595) diff --git a/src/Transition/InputRulesFiles/Rules22-2-0-to-23-1-0.md b/src/Transition/InputRulesFiles/Rules22-2-0-to-23-1-0.md index 94b6708f864..85f9e7869fb 100644 --- a/src/Transition/InputRulesFiles/Rules22-2-0-to-23-1-0.md +++ b/src/Transition/InputRulesFiles/Rules22-2-0-to-23-1-0.md @@ -8,4 +8,4 @@ This was previously an Excel workbook that made for very difficult version contr Describe input change here -Use links like: [PR#9480](https://github.com/NREL/EnergyPlus/pull/9480/) +Use links like: [PR#9480](https://github.com/NatLabRockies/EnergyPlus/pull/9480/) diff --git a/src/Transition/InputRulesFiles/Rules23-1-0-to-23-2-0.md b/src/Transition/InputRulesFiles/Rules23-1-0-to-23-2-0.md index e7611434d12..6c86711e8ca 100644 --- a/src/Transition/InputRulesFiles/Rules23-1-0-to-23-2-0.md +++ b/src/Transition/InputRulesFiles/Rules23-1-0-to-23-2-0.md @@ -6,7 +6,7 @@ This was previously an Excel workbook that made for very difficult version contr # Object Changes: New Crankcase Heat Capacity Function of Temperature Curve for all DX coils -[PR#9949](https://github.com/NREL/EnergyPlus/pull/9949/) +[PR#9949](https://github.com/NatLabRockies/EnergyPlus/pull/9949/) ## Object Change: Coil:Cooling:DX:CurveFit:Performance @@ -318,7 +318,7 @@ The value is defaulted to 934.4 The following fields are unchanged but just shifted down from the original. -See [PR#9576](https://github.com/NREL/EnergyPlus/pull/9756) +See [PR#9576](https://github.com/NatLabRockies/EnergyPlus/pull/9756) # Object Change: Coil:Heating:DX:VariableSpeed @@ -400,7 +400,7 @@ The value is defaulted to 934.4 The following fields remain the same -See [PR#9576](https://github.com/NREL/EnergyPlus/pull/9756) +See [PR#9576](https://github.com/NatLabRockies/EnergyPlus/pull/9756) # Object Change: Coil:Cooling:WaterToAirHeatPump:ParameterEstimation: @@ -438,7 +438,7 @@ Fields 1-4, 6-9 remain the same. Field 5 has a name change from "Average Soil Surface Tempeature" to "Average Soil Surface Temperature". -See [PR#10005](https://github.com/NREL/EnergyPlus/pull/10005) +See [PR#10005](https://github.com/NatLabRockies/EnergyPlus/pull/10005) # Object Change: Construction:ComplexFenestrationState @@ -452,7 +452,7 @@ to "Gap X Directional Front Absorptance Matrix Name". Fields 15, 21, 27, 33 have a name change from "Gap X Directional Back Absoptance Matrix Name" to "Gap X Directional Back Absorptance Matrix Name". -See [PR#10005](https://github.com/NREL/EnergyPlus/pull/10005) +See [PR#10005](https://github.com/NatLabRockies/EnergyPlus/pull/10005) # Object Change: Coil:Heating:Fuel @@ -462,7 +462,7 @@ Field 9 has a name change from "Parasitic Electric Load {W}" Field 11 has a name change from "Parasitic Fuel Load {W}" to "Off Cycle Parasitic Fuel Load {W}". -See [PR#9925](https://github.com/NREL/EnergyPlus/pull/9925) +See [PR#9925](https://github.com/NatLabRockies/EnergyPlus/pull/9925) # Object Change: Coil:Heating:Gas:MultiStage @@ -478,7 +478,7 @@ Field 17 has a name change from "Stage 3 Parasitic Electric Load {W}" Field 20 has a name change from "Stage 4 Parasitic Electric Load {W}" to "Stage 4 On Cycle Parasitic Electric Load {W}". -See [PR#9925](https://github.com/NREL/EnergyPlus/pull/9925) +See [PR#9925](https://github.com/NatLabRockies/EnergyPlus/pull/9925) # Object Change: Coil:Heating:Desuperheater @@ -486,7 +486,7 @@ Fields 1-8 remain the same. Field 9 has a name change from "Parasitic Electric Load {W}" to "On Cycle Parasitic Electric Load {W}". -See [PR#9925](https://github.com/NREL/EnergyPlus/pull/9925) +See [PR#9925](https://github.com/NatLabRockies/EnergyPlus/pull/9925) # Object Change: Boiler:HotWater @@ -494,7 +494,7 @@ Fields 1-14, 16-17 remain the same. Field 15 has a name change from "Parasitic Electric Load {W}" to "On Cycle Parasitic Electric Load {W}". -See [PR#9925](https://github.com/NREL/EnergyPlus/pull/9925) +See [PR#9925](https://github.com/NatLabRockies/EnergyPlus/pull/9925) # Object Change: SurfaceProperty:LocalEnvironment @@ -508,13 +508,13 @@ Fields 1-6 (A1, A2, A3, A4, N1, and A5) remain the same. - Insert Field 9 "N3 ; \field Degree of Loop SubCooling". This field is used only when Plant Loop Fluid Type=Steam. * No idf transition required. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: DistrictHeating to DistrictHeating:Water DistrictHeating has been changed to DistrictHeating:Water. No other changes. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: OtherEquipment @@ -522,7 +522,7 @@ Field 2 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: Exterior:FuelEquipment @@ -530,7 +530,7 @@ Field 2 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: ZoneHVAC:HybridUnitaryHVAC @@ -546,7 +546,7 @@ Field 22 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: WaterHeater:Mixed @@ -562,7 +562,7 @@ Field 18 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: WaterHeater:Stratified @@ -574,7 +574,7 @@ Field 24 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: EnergyManagementSystem:MeteredOutputVariable @@ -582,7 +582,7 @@ Field 5 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: Meter:Custom @@ -590,7 +590,7 @@ Field 2 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: Meter:CustomDecrement @@ -598,7 +598,7 @@ Field 2 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: PythonPlugin:OutputVariable @@ -606,7 +606,7 @@ Field 6 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. - Choice key *DistrictHeating* has been replaced with *DistrictHeatingWater*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260 +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260 # Object Change: EnvironmentalImpactFactors @@ -614,18 +614,18 @@ Fields 2, 4, 5, and 6 remain the same. Field 1 has a name change from "District Heating Efficiency" to "District Heating Water Efficiency". Field 3 has a name change from "Steam Conversion Efficiency" to "District Heating Steam Conversion Efficiency". -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: LifeCycleCost:UsePriceEscalation Field 2 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. -See [PR#9260](https://github.com/NREL/EnergyPlus/pull/9260) +See [PR#9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) # Object Change: LifeCycleCost:UseAdjustment Field 2 remains the same. - Choice key *Steam* has been replaced with *DistrictHeatingSteam*. -See [PR#10229](https://github.com/NREL/EnergyPlus/pull/10229) +See [PR#10229](https://github.com/NatLabRockies/EnergyPlus/pull/10229) diff --git a/src/Transition/InputRulesFiles/Rules23-2-0-to-24-1-0.md b/src/Transition/InputRulesFiles/Rules23-2-0-to-24-1-0.md index d8d317f5cc5..8bddd849173 100644 --- a/src/Transition/InputRulesFiles/Rules23-2-0-to-24-1-0.md +++ b/src/Transition/InputRulesFiles/Rules23-2-0-to-24-1-0.md @@ -21,32 +21,32 @@ Field 39 (A23) No Load Supply Air Flow Rate Control Set To Low Speed is inserted Field 2 (A2) Zone Name (zone_name) is deleted. Remaining fields shift up one place. -[PR#10244](https://github.com/NREL/EnergyPlus/pull/10244/) +[PR#10244](https://github.com/NatLabRockies/EnergyPlus/pull/10244/) # Object Change: ObjectStartsWithD # Object Change: ElectricEquipment and Lights Field 6 (N2) field name changed from "Watts per Zone Floor Area" (watts_per_zone_floor_area) to "Watts per Floor Area" (watts_per_floor_area). -[PR#10244](https://github.com/NREL/EnergyPlus/pull/10244/) +[PR#10244](https://github.com/NatLabRockies/EnergyPlus/pull/10244/) # Object Change: ElectricEquipment:ITE:AirCooled Field 7 (N3) field name changed from "Watts per Zone Floor Area" (watts_per_zone_floor_area) to "Watts per Floor Area" (watts_per_floor_area). -[PR#10244](https://github.com/NREL/EnergyPlus/pull/10244/) +[PR#10244](https://github.com/NatLabRockies/EnergyPlus/pull/10244/) # Object Change: ObjectStartsWithF # Object Change: GasEquipment, HotWaterEquipment, and SteamEquipment Field 6 (N2) field name changed from "Power per Zone Floor Area" (power_per_zone_floor_area) to "Power per Floor Area" (power_per_floor_area). -[PR#10244](https://github.com/NREL/EnergyPlus/pull/10244/) +[PR#10244](https://github.com/NatLabRockies/EnergyPlus/pull/10244/) # Object Change: ObjectStartsWithH ## Object Changes: HeatExchanger:AirToAir:SensibleAndLatent -[PR#10277](https://github.com/NREL/EnergyPlus/pull/10277/) +[PR#10277](https://github.com/NatLabRockies/EnergyPlus/pull/10277/) remove the following four fields N4: Sensible Effectiveness at 75% Heating Air Flow @@ -144,13 +144,13 @@ sudo code is as follows # Object Change: OtherEquipment Field 7 (N2) field name changed from "Power per Zone Floor Area" (power_per_zone_floor_area) to "Power per Floor Area" (power_per_floor_area). -[PR#10244](https://github.com/NREL/EnergyPlus/pull/10244/) +[PR#10244](https://github.com/NatLabRockies/EnergyPlus/pull/10244/) # Object Change: People Field 13 (A7) Mean Radiant Temperature Calculation Type (mean_radiant_temperature_calculation_type) \key ZoneAveraged is changed to EnclosureAveraged -[PR#10244](https://github.com/NREL/EnergyPlus/pull/10244/) +[PR#10244](https://github.com/NatLabRockies/EnergyPlus/pull/10244/) # Object Change: ObjectStartsWithQ diff --git a/src/Transition/InputRulesFiles/Rules24-1-0-to-24-2-0.md b/src/Transition/InputRulesFiles/Rules24-1-0-to-24-2-0.md index e545df13553..032dba9da02 100644 --- a/src/Transition/InputRulesFiles/Rules24-1-0-to-24-2-0.md +++ b/src/Transition/InputRulesFiles/Rules24-1-0-to-24-2-0.md @@ -54,7 +54,7 @@ There are three new optional heat recovery fields at the end which transition wi Insert new field F9 "A9 , \field Output Space Sizing" Set this to the same value as the old F9 "A9 , \field Output Zone Sizing". Shift remaining fields down 1. -See pull request [#10566](https://github.com/NREL/EnergyPlus/pull/10566) for more details. +See pull request [#10566](https://github.com/NatLabRockies/EnergyPlus/pull/10566) for more details. # epJSON Field Name Change: Output:IlluminanceMap `zone_name` --> `zone_or_space_name` @@ -101,4 +101,4 @@ needs to be changed to "Fan:SystemModel". A "Fan:SystemModel" object need to be created based on the former "Fan:VariableVolume" object. A fan power curve will be created as well that holds the "Fan Power Coefficient i" in Fan:VariableVolume. -See PR https://github.com/NREL/EnergyPlus/pull/10341 +See PR https://github.com/NatLabRockies/EnergyPlus/pull/10341 diff --git a/src/Transition/InputRulesFiles/Rules25-1-0-to-25-2-0.md b/src/Transition/InputRulesFiles/Rules25-1-0-to-25-2-0.md index c6c3102f85f..2f395dd9349 100644 --- a/src/Transition/InputRulesFiles/Rules25-1-0-to-25-2-0.md +++ b/src/Transition/InputRulesFiles/Rules25-1-0-to-25-2-0.md @@ -21,14 +21,14 @@ The new field A2 is going to be blank All existing Alpha fields strating from A2, which is also Field F2, will be incremented by 1 for all the eleven DX coils. That is, A(3:maxNumOld+1) <= A(2:MaxNumOld) -See pull request [#10974](https://github.com/NREL/EnergyPlus/pull/10974) +See pull request [#10974](https://github.com/NatLabRockies/EnergyPlus/pull/10974) # Object Changes: AirLoopHVAC:UnitaryHeatPump:AirToAir:MultiSpeed F12 field replaced: old deprecated field Minimum Outdoor Dry-Bulb Temperature for Compressor Operation becomes new field DX Heating Coil Sizing Ratio with blank numeric. -See pull request [#11130](https://github.com/NREL/EnergyPlus/pull/11130) +See pull request [#11130](https://github.com/NatLabRockies/EnergyPlus/pull/11130) # Object Change: GroundHeatExchanger:System @@ -39,7 +39,7 @@ A new 11th field is inserted called "GHE:Vertical:Sizing Object Type". A new 12th field is inserted called "GHE:Vertical:Sizing Object Name". This can be left blank when upgrading files from 25.1 to keep the same behavior as before. -See pull request [#11217](https://github.com/NREL/EnergyPlus/pull/11217) +See pull request [#11217](https://github.com/NatLabRockies/EnergyPlus/pull/11217) # Object Change: ZoneHVAC:IdealLoadsAirSystem @@ -53,4 +53,4 @@ Append an optional new field A20 which is also F31, "Cooling Fuel Efficiency Sch Append an optional new field A21 which is also F32, "Cooling Fuel Type", defaulted to blank -See pull request [#10971](https://github.com/NREL/EnergyPlus/pull/10971) +See pull request [#10971](https://github.com/NatLabRockies/EnergyPlus/pull/10971) diff --git a/src/Transition/InputRulesFiles/Rules25-2-0-to-26-1-0.md b/src/Transition/InputRulesFiles/Rules25-2-0-to-26-1-0.md index b8f45ce1622..b7a50bd3769 100644 --- a/src/Transition/InputRulesFiles/Rules25-2-0-to-26-1-0.md +++ b/src/Transition/InputRulesFiles/Rules25-2-0-to-26-1-0.md @@ -18,7 +18,7 @@ The alpha/numeric A/N numbers are not as important here. Remove field A6 "Reheat Coil Air Inlet Node Name" Shift remaining alpha fields down 1 (i.e. A7-A12 now A6-A11) -See pull request [#11366](https://github.com/NREL/EnergyPlus/pull/11366) +See pull request [#11366](https://github.com/NatLabRockies/EnergyPlus/pull/11366) # Object Change: ObjectStartsWithB diff --git a/src/Transition/InputRulesFiles/Rules9-3-0-to-9-4-0.md b/src/Transition/InputRulesFiles/Rules9-3-0-to-9-4-0.md index 252aa766079..49e966464f9 100644 --- a/src/Transition/InputRulesFiles/Rules9-3-0-to-9-4-0.md +++ b/src/Transition/InputRulesFiles/Rules9-3-0-to-9-4-0.md @@ -155,4 +155,4 @@ Field: Fuel Type (or similar) | ElectricEquipment | Electric Power Level | Electricity Rate | | GasEquipment | Gas Power Level | NaturalGas Rate | -See [8304](https://github.com/NREL/EnergyPlus/pull/8304) +See [8304](https://github.com/NatLabRockies/EnergyPlus/pull/8304) diff --git a/src/Transition/InputRulesFiles/Rules9-4-0-to-9-5-0.md b/src/Transition/InputRulesFiles/Rules9-4-0-to-9-5-0.md index 7e4508c28a0..8fbca4ce811 100644 --- a/src/Transition/InputRulesFiles/Rules9-4-0-to-9-5-0.md +++ b/src/Transition/InputRulesFiles/Rules9-4-0-to-9-5-0.md @@ -12,7 +12,7 @@ Field 1 remains the same. Fields 2 and 3 are deleted. Fields 4-6 remain the same, shifting up to new fields 2-4. -See [8370](https://github.com/NREL/EnergyPlus/pull/8370) +See [8370](https://github.com/NatLabRockies/EnergyPlus/pull/8370) # Object Change: Construction:InternalSource to ConstructionProperty:InternalHeatSource and Construction @@ -34,7 +34,7 @@ Fields 2:m (new A2:Am) are the old Fields 7:n (old A2:An) *If the incoming object has n fields, then the new Construction object will have n-5 fields.* -See [8442](https://github.com/NREL/EnergyPlus/pull/8442) +See [8442](https://github.com/NatLabRockies/EnergyPlus/pull/8442) # Object Change: Coil:Heating:WaterToAirHeatPump:EquationFit @@ -48,7 +48,7 @@ Fields 15-19 are replaced by a new field 11 where a curve name is specified. A n Other fields remain the same. -See [8464](https://github.com/NREL/EnergyPlus/pull/8464) +See [8464](https://github.com/NatLabRockies/EnergyPlus/pull/8464) # Object Change: Coil:Cooling:WaterToAirHeatPump:EquationFit @@ -65,7 +65,7 @@ Fields 22-26 are replaced by a new field 13 where a curve name is specified. A n Other fields remain the same. -See [8464](https://github.com/NREL/EnergyPlus/pull/8464) +See [8464](https://github.com/NatLabRockies/EnergyPlus/pull/8464) # Object Change: HeatPump:WaterToWater:EquationFit:Heating @@ -79,7 +79,7 @@ Fields 15-19 are replaced by a new field 11 where a curve name is specified. A n Other fields remain the same. -See [8464](https://github.com/NREL/EnergyPlus/pull/8464) +See [8464](https://github.com/NatLabRockies/EnergyPlus/pull/8464) # Object Change: HeatPump:WaterToWater:EquationFit:Cooling @@ -93,7 +93,7 @@ Fields 15-19 are replaced by a new field 11 where a curve name is specified. A n Other fields remain the same. -See [8464](https://github.com/NREL/EnergyPlus/pull/8464) +See [8464](https://github.com/NatLabRockies/EnergyPlus/pull/8464) # Split Object: ‘ZoneHVAC:LowTemperatureRadiant:VariableFlow’ @@ -245,4 +245,4 @@ Field 1 renamed from *Adjust Zone Mixing For Zone Air Mass Flow Balance* to *Adj - Now there are five choice keys. Fields 2-3 remain the same. -See [pull request 8460] (https://github.com/NREL/EnergyPlus/pull/8460) +See [pull request 8460] (https://github.com/NatLabRockies/EnergyPlus/pull/8460) diff --git a/src/Transition/InputRulesFiles/Rules9-5-0-to-9-6-0.md b/src/Transition/InputRulesFiles/Rules9-5-0-to-9-6-0.md index e82fdd74222..4c2a1be8c8f 100644 --- a/src/Transition/InputRulesFiles/Rules9-5-0-to-9-6-0.md +++ b/src/Transition/InputRulesFiles/Rules9-5-0-to-9-6-0.md @@ -9,7 +9,7 @@ Summary: The implementation of the ASHRAE Standard 62.1 Simplified Procedure int If Field 27 in `Sizing:System` is `VentilationRateProcedure`, it is replaced by `Standard62.1VentilationRateProcedure`. If Field 4 in `Controller:MechanicalVentilation` is `VentilationRateProcedure`, it is replace by `Standard62.1VentilationRateProcedure`. -See [8891](https://github.com/NREL/EnergyPlus/pull/8891) +See [8891](https://github.com/NatLabRockies/EnergyPlus/pull/8891) # Object Change: AirflowNetwork:MultiZone:ReferenceCrackConditions @@ -19,7 +19,7 @@ Field 1 remains the same. Fields 2 remains the same if not blank or is filled in the value of 20.0C if blank. Fields 3-4 remain the same. -See [PR#8807](https://github.com/NREL/EnergyPlus/pull/8807) +See [PR#8807](https://github.com/NatLabRockies/EnergyPlus/pull/8807) # Object Change: Coil:Cooling:Water:DetailedGeometry Summary: Appended new optional numeric input field *Design Water Inlet Temperature*. @@ -27,7 +27,7 @@ Summary: Appended new optional numeric input field *Design Water Inlet Temperatu Field 1-24 remains the same. New Field F25 (N18): Design Inlet Water Temperature. Leave blank or assign a typical chilled water supply temperature. -See [PR#8466](https://github.com/NREL/EnergyPlus/pull/8466) +See [PR#8466](https://github.com/NatLabRockies/EnergyPlus/pull/8466) # Object Change: AirLoopHVAC:OutdoorAirSystem @@ -36,7 +36,7 @@ Summary: The fourth field (Availability Manager name) was being ignored by Energ Field 1-3 remain the same. Field 4 has been eliminated/deleted and not replace with anything else. -See [PR#8884](https://github.com/NREL/EnergyPlus/pull/8884) +See [PR#8884](https://github.com/NatLabRockies/EnergyPlus/pull/8884) # Object Change: PerformancePrecisionTradeoffs Summary: A new override option including cubic spline interpolations in replacement of original psychrometric function PsyTsatFnPb was added as Mode06 in this object. The previous options for the override mode of the object including Mode06 and Mode07 in version 9.5 were switched to Mode07 and Mode08 in version 9.6, respectively. @@ -45,7 +45,7 @@ Fields 1-2 remain the same. Fields 3 has been updated by adding a new override mode option. Fields 4-5 remains the same. -See [PR#8946](https://github.com/NREL/EnergyPlus/pull/8946) +See [PR#8946](https://github.com/NatLabRockies/EnergyPlus/pull/8946) # Object Change: GroundHeatExchanger:System @@ -55,7 +55,7 @@ Fields 1-9 remain the same. New Field F10 (A7) g-Function Calculation Method. Leave blank or assign a value of 'UHFcalc' or 'UBHWTcalc'. Default value is 'UHFcalc'. Remaining fields remain the same and are shifted. -See [PR#8708](https://github.com/NREL/EnergyPlus/pull/8708) +See [PR#8708](https://github.com/NatLabRockies/EnergyPlus/pull/8708) # Object Changes: All Base Surface and Internal Gains Objects @@ -162,4 +162,4 @@ default spaces will be created with the same names as the zone names. * No transition required. * Field name "Zone Name" was changed to "Zone or Space Name". -See [PR#8394](https://github.com/NREL/EnergyPlus/pull/8394) +See [PR#8394](https://github.com/NatLabRockies/EnergyPlus/pull/8394) diff --git a/src/Transition/InputRulesFiles/Rules9-6-0-to-22-1-0.md b/src/Transition/InputRulesFiles/Rules9-6-0-to-22-1-0.md index a6f592c5dbd..8365b23b45a 100644 --- a/src/Transition/InputRulesFiles/Rules9-6-0-to-22-1-0.md +++ b/src/Transition/InputRulesFiles/Rules9-6-0-to-22-1-0.md @@ -12,11 +12,11 @@ Fields 1-3 remain the same. Field 4 is a new field that is defaulted to yes, and transition will fill the field with a yes. Following fields remain the same. -See [PR#8807](https://github.com/NREL/EnergyPlus/pull/8985) +See [PR#8807](https://github.com/NatLabRockies/EnergyPlus/pull/8985) # For WindowProperty:FrameAndDivider * No transition required. * Field name "NFRC Product Type for Assembly Calculations" was added to the end of the input object. -See pull request [#8740](https://github.com/NREL/EnergyPlus/pull/8740) for more details. +See pull request [#8740](https://github.com/NatLabRockies/EnergyPlus/pull/8740) for more details. diff --git a/src/Transition/OutputRulesFiles/OutputChanges22-1-0-to-22-2-0.md b/src/Transition/OutputRulesFiles/OutputChanges22-1-0-to-22-2-0.md index cef10c4eecf..7a9acb5775d 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges22-1-0-to-22-2-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges22-1-0-to-22-2-0.md @@ -10,7 +10,7 @@ This will eventually become a more structured file, but currently it isn't clear ### Template Title -Change description goes here, use links to the PR such as [#9117](https://github.com/NREL/EnergyPlus/pull/9117/files). +Change description goes here, use links to the PR such as [#9117](https://github.com/NatLabRockies/EnergyPlus/pull/9117/files). ### SurfaceProperty:GroundSurfaces New Object Output Variables @@ -19,7 +19,7 @@ Two new output variables related to the `SurfaceProperty:GroundSurfaces` have be - Surfaces Property Ground Surfaces Average Temperature [C] - Surfaces Property Ground Surfaces Average Reflectance [] -See pull request [#9409](https://github.com/NREL/EnergyPlus/pull/9409) for more details. +See pull request [#9409](https://github.com/NatLabRockies/EnergyPlus/pull/9409) for more details. ### Added a few new tables in the annual thermal/visual/CO2 resilience reporting in the tabular output. Added thermal/visual/CO2 resilience reporting for user-specified reporting period. @@ -42,7 +42,7 @@ For the period-specific reports, when users choose ThermalResilienceSummary, CO2 A "Reporting Period Time and Consumption" table is created to summarize the type, time range, and total electricity consumption for all reporting periods. -Please see PR [#9156](https://github.com/NREL/EnergyPlus/pull/9156). +Please see PR [#9156](https://github.com/NatLabRockies/EnergyPlus/pull/9156). ### SurfaceProperty:GroundSurfaces New Object Output Variables @@ -51,7 +51,7 @@ Two new output variables related to the `SurfaceProperty:GroundSurfaces` have be - Surfaces Property Ground Surfaces Average Temperature [C] - Surfaces Property Ground Surfaces Average Reflectance [] -See pull request [#9409](https://github.com/NREL/EnergyPlus/pull/9409) for more details. +See pull request [#9409](https://github.com/NatLabRockies/EnergyPlus/pull/9409) for more details. ### Tabular report changes in Output:SQLite and Output:JSON @@ -98,11 +98,11 @@ The Adaptive Comfort Summary/Report was renamed to match the HTML: +AdaptiveComfortSummary,Time Not Meeting the Adaptive Comfort Models during Occupied Hours ``` -See pull request [#9461](https://github.com/NREL/EnergyPlus/pull/9461) for more details. +See pull request [#9461](https://github.com/NatLabRockies/EnergyPlus/pull/9461) for more details. ### Output:Table:Monthly and Output:Table:Annual -In `Output:Table:Monthly` and `Output:Table:Annual`, variables with an aggregation type such as `Maximum`, `Minimum`, `MaximumDuringHoursShown`, and `MinimumDuringHoursShown` produce an extra ` {TIMESTAMP}` column that had an extra trailing space in the SQL. That extra trailing space was removed. cf [#9647](https://github.com/NREL/EnergyPlus/pull/9647) +In `Output:Table:Monthly` and `Output:Table:Annual`, variables with an aggregation type such as `Maximum`, `Minimum`, `MaximumDuringHoursShown`, and `MinimumDuringHoursShown` produce an extra ` {TIMESTAMP}` column that had an extra trailing space in the SQL. That extra trailing space was removed. cf [#9647](https://github.com/NatLabRockies/EnergyPlus/pull/9647) ### Latent Sizing @@ -130,10 +130,10 @@ New results were added to the zone sizing results file eplusout.zsz Cooling Zone Temperature [C] Cooling Zone Relative Humidity [%] -See pull request [#9406](https://github.com/NREL/EnergyPlus/pull/9406) for more details. +See pull request [#9406](https://github.com/NatLabRockies/EnergyPlus/pull/9406) for more details. ### Envelope Summary Report - Interior Fenestration Subtable Missing Parent Surface column was added. -See pull request [#9582](https://github.com/NREL/EnergyPlus/pull/9582) for more details. +See pull request [#9582](https://github.com/NatLabRockies/EnergyPlus/pull/9582) for more details. diff --git a/src/Transition/OutputRulesFiles/OutputChanges22-2-0-to-23-1-0.md b/src/Transition/OutputRulesFiles/OutputChanges22-2-0-to-23-1-0.md index edb5b012b46..4e3844373c5 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges22-2-0-to-23-1-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges22-2-0-to-23-1-0.md @@ -9,4 +9,4 @@ This will eventually become a more structured file, but currently it isn't clear ### Template Title -Change description goes here, use links to the PR such as [#9117](https://github.com/NREL/EnergyPlus/pull/9117/files). +Change description goes here, use links to the PR such as [#9117](https://github.com/NatLabRockies/EnergyPlus/pull/9117/files). diff --git a/src/Transition/OutputRulesFiles/OutputChanges23-1-0-to-23-2-0.md b/src/Transition/OutputRulesFiles/OutputChanges23-1-0-to-23-2-0.md index 4226e952674..3115bd8002b 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges23-1-0-to-23-2-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges23-1-0-to-23-2-0.md @@ -12,7 +12,7 @@ Missing unit is added to the EIO System Sizing Information table "User Design Ca - , System Name, Load Type, Peak Load Kind, User Design Capacity [W], Calc Des Air Flow Rate [m3/s], User Des Air Flow Rate [m3/s], Design Day Name, Date/Time of Peak - This change also impacts the html tabular output report file: report name "Initialization Summary" and table name "System Sizing Information". -See pull request [#9967](https://github.com/NREL/EnergyPlus/pull/9967) for more details. +See pull request [#9967](https://github.com/NatLabRockies/EnergyPlus/pull/9967) for more details. ### Std 229 Ruleset Description Model (Phase 2) tabular output changes @@ -42,13 +42,13 @@ The following new tables or subtables are created: - Equipment Summary - Air Terminals - Equipment Summary - Air Heat Recovery -See Pull Request [#10051] (https://github.com/NREL/EnergyPlus/pull/10051) for more details about the NFP; and [#10143] (https://github.com/NREL/EnergyPlus/pull/10143) for details about current implementations. +See Pull Request [#10051] (https://github.com/NatLabRockies/EnergyPlus/pull/10051) for more details about the NFP; and [#10143] (https://github.com/NatLabRockies/EnergyPlus/pull/10143) for details about current implementations. ### Space Sizing Output in EIO and Tables When `ZoneAirHeatBalanceAlgorithm` "Do Space Heat Balance for Sizing" = Yes, zone sizing is also done for all spaces. The HVAC Sizing Summary table report will include subtables for Space Sensible Cooling and Heating as well as for Zone Sensible Cooling and Heating. Space Sizing will also be reported to the eio output. -See pull request [#9982](https://github.com/NREL/EnergyPlus/pull/9982) for more details. +See pull request [#9982](https://github.com/NatLabRockies/EnergyPlus/pull/9982) for more details. ### Output:Variables, Output:Meter, Output:Meter:MeterFileOnly, Output:Table:Monthly @@ -59,7 +59,7 @@ See pull request [#9982](https://github.com/NREL/EnergyPlus/pull/9982) for more (c) "Steam" to "District Heating Steam" (d) "Steam" to "DistrictHeatingSteam" - See [9260](https://github.com/NREL/EnergyPlus/pull/9260) + See [9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) ### Table output headings moving from: @@ -68,15 +68,15 @@ See pull request [#9982](https://github.com/NREL/EnergyPlus/pull/9982) for more (c) "Steam" to "District Heating Steam" (d) "Steam" to "DistrictHeatingSteam" - See [9260](https://github.com/NREL/EnergyPlus/pull/9260) + See [9260](https://github.com/NatLabRockies/EnergyPlus/pull/9260) ### WaterHeaterReportMonthly report Column "Water Heater Source Energy []" renamed to "Water Heater Source Side Heat Transfer Energy [J]". -See [10209](https://github.com/NREL/EnergyPlus/pull/10209) +See [10209](https://github.com/NatLabRockies/EnergyPlus/pull/10209) ### Heat Pump Water Heater Information table Columns `"DX Coil Total Cooling Rate {W` and `HPWH Only}"` have been merged into a single `DX Coil Total Cooling Rate {W}`. - See [10214](https://github.com/NREL/EnergyPlus/pull/10214) + See [10214](https://github.com/NatLabRockies/EnergyPlus/pull/10214) diff --git a/src/Transition/OutputRulesFiles/OutputChanges24-1-0-to-24-2-0.md b/src/Transition/OutputRulesFiles/OutputChanges24-1-0-to-24-2-0.md index 5845f2f6524..d4072fd315f 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges24-1-0-to-24-2-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges24-1-0-to-24-2-0.md @@ -88,10 +88,10 @@ Headers updated for the following existing tables in the HTML summary report: - 'DX Cooling Coil Standard Ratings 2017' - 'DX Cooling Coil Standard Ratings 2023' -See Pull Request [#10311](https://github.com/NREL/EnergyPlus/pull/10311) for more detail +See Pull Request [#10311](https://github.com/NatLabRockies/EnergyPlus/pull/10311) for more detail EXTRA NOTE: As a follow-up to this work, the EIO/tabular ratings tables were cleaned up to avoid duplicated table names and mismatches between the word Rating and Rated. -More information can be found in PR [#10597](https://github.com/NREL/EnergyPlus/pull/10597) +More information can be found in PR [#10597](https://github.com/NatLabRockies/EnergyPlus/pull/10597) ### EnvelopeSummary in Tabular Reports @@ -123,4 +123,4 @@ The HVAC Topology report provides information about the arrangement of HVAC comp ### New Space Sizing Output File (spsz) When space sizing is active (ZoneAirHeatBalanceAlgorithm, "Do Space Heat Balance for Sizing=Yes") a new space sizing (spsz) output file is created, similar to the existing zone sizing (zsz) output. A new field "Output Space Sizing" has been added to OutputControl:Files to control this file. -See pull request [#10566](https://github.com/NREL/EnergyPlus/pull/10566) for more details. +See pull request [#10566](https://github.com/NatLabRockies/EnergyPlus/pull/10566) for more details. diff --git a/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md b/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md index d1fd6d97956..0d473b5248e 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges24-2-0-to-25-1-0.md @@ -10,7 +10,7 @@ This will eventually become a more structured file, but currently it isn't clear ### Output:Constructions for WindowMaterial:Shade Data for Output:Constructions for WindowMaterial:Shade were misaligned with the column headings in the eio output and the table Initialization Summary report. Data has shifted one column to the left. -See PR [#10750](https://github.com/NREL/EnergyPlus/pull/10750) +See PR [#10750](https://github.com/NatLabRockies/EnergyPlus/pull/10750) ### Table Output, Sizing Output, and Output:Variable Spelling Corrections * "Equipment Summary" table report, sub-table "VAV DX Cooling Standard Rating Details", column heading, "Assocated Fan" --> "Associated Fan". @@ -27,14 +27,14 @@ See PR [#10750](https://github.com/NREL/EnergyPlus/pull/10750) * eio output header for "\", "Contruction" --> "Construction". Also appears in the "Initialization Summary" table output, "ShadingProperty Reflectance" sub-table, column heading. -See Pull Request [#10760](https://github.com/NREL/EnergyPlus/pull/10760). +See Pull Request [#10760](https://github.com/NatLabRockies/EnergyPlus/pull/10760). ### Table Output, Envelope Summary Report, Add Space and Zone Columns * Added a column for *Space* to sub-tables "Opaque Exterior" and "Opaque Interior". * Added columns for *Zone* and *Space* to sub-tables "Exterior Fenestration", "Interior Fenestration", "Exterior Door", and "Interior Door". -See Pull Request [#10914](https://github.com/NREL/EnergyPlus/pull/10914). +See Pull Request [#10914](https://github.com/NatLabRockies/EnergyPlus/pull/10914). ### Infiltration and Ventilation Output Variable Name Change and New Outputs * Changed the name of these output variables: @@ -57,4 +57,4 @@ Zone Ventilation Standard Density Air Change Rate Zone Ventilation Outdoor Density Air Change Rate ``` -See Pull Request [#10940](https://github.com/NREL/EnergyPlus/pull/10940). +See Pull Request [#10940](https://github.com/NatLabRockies/EnergyPlus/pull/10940). diff --git a/src/Transition/OutputRulesFiles/OutputChanges25-1-0-to-25-2-0.md b/src/Transition/OutputRulesFiles/OutputChanges25-1-0-to-25-2-0.md index 5f93a378b0d..c96a460ba07 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges25-1-0-to-25-2-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges25-1-0-to-25-2-0.md @@ -10,7 +10,7 @@ This will eventually become a more structured file, but currently it isn't clear ### System Summary table report, Demand Controlled Ventilation using Controller:MechanicalVentilation" Subtable In the first column use ZoneName for zones with a simple DSOA reference (same as before), and use ZoneName:SpaceName for the spaces in a DSOA:SpaceList. -See Pull Request [#11051](https://github.com/NREL/EnergyPlus/pull/11051). +See Pull Request [#11051](https://github.com/NatLabRockies/EnergyPlus/pull/11051). ### Table Output, Equipment Summary Report, Air Heat Recovery subtable @@ -34,22 +34,22 @@ See Pull Request [#11051](https://github.com/NREL/EnergyPlus/pull/11051). - OA System Name - OA Controller Name -See Pull Request [#10995](https://github.com/NREL/EnergyPlus/pull/10995). -See Pull Request [#11138](https://github.com/NREL/EnergyPlus/pull/11138). +See Pull Request [#10995](https://github.com/NatLabRockies/EnergyPlus/pull/10995). +See Pull Request [#11138](https://github.com/NatLabRockies/EnergyPlus/pull/11138). ### Table Output, Equipment Summary Report, Air Terminals subtable Add two new columns: - PIU Heating Control Type - PIU Fan Control Type -See Pull Request [#11138](https://github.com/NREL/EnergyPlus/pull/11138). +See Pull Request [#11138](https://github.com/NatLabRockies/EnergyPlus/pull/11138). ### Table Output, Equipment Summary Report, Fans subtable Add two new columns: - Speed Control Method - Number of Speeds -See Pull Request [#11138](https://github.com/NREL/EnergyPlus/pull/11138). +See Pull Request [#11138](https://github.com/NatLabRockies/EnergyPlus/pull/11138). ### Table Output, System Summary Report, Fan Operation subtable New subtable with the following columns: @@ -62,7 +62,7 @@ New subtable with the following columns: - Unoccupied Cycling Fan [hr] - Unoccupied Fan Off [hr] -See Pull Request [#11138](https://github.com/NREL/EnergyPlus/pull/11138). +See Pull Request [#11138](https://github.com/NatLabRockies/EnergyPlus/pull/11138). ### Component Sizing (eio and tables) for PlantLoop and CondenserLoop @@ -70,7 +70,7 @@ See Pull Request [#11138](https://github.com/NREL/EnergyPlus/pull/11138). * Always report sizing values whether autosized or hard-sized. -See Pull Request [#10998](https://github.com/NREL/EnergyPlus/pull/10998). +See Pull Request [#10998](https://github.com/NatLabRockies/EnergyPlus/pull/10998). ### Table Output, Equipment Summary, PlantLoop or CondenserLoop subtable @@ -78,29 +78,29 @@ See Pull Request [#10998](https://github.com/NREL/EnergyPlus/pull/10998). * Add columns for "Design Supply Temperature", "Design ReturnTemperature", and "Design Capacity". -See Pull Request [#10998](https://github.com/NREL/EnergyPlus/pull/10998). +See Pull Request [#10998](https://github.com/NatLabRockies/EnergyPlus/pull/10998). ### Table Output, Equipment Summary Report, Fan Power Fractions subtable New table output showing fraction of full load fan power vs flow fraction. -See Pull Request [#11153](https://github.com/NREL/EnergyPlus/pull/11153). +See Pull Request [#11153](https://github.com/NatLabRockies/EnergyPlus/pull/11153). ### Table Output, DX Heating Coils * Add column Heating to Cooling Capacity Sizing Ratio -See Pull Request [#11130](https://github.com/NREL/EnergyPlus/pull/11130). +See Pull Request [#11130](https://github.com/NatLabRockies/EnergyPlus/pull/11130). ### Table Output, Heat Pump ACCA Manual S Report * New Table added. * Columns: Heat Pump Name, Heat Pump Type, Heat Pump Coil Type, Sizing Method, Total Load, Sensible Load, Total Capacity, Sensible Capacity, Total Capacity Sizing Factor, Sensible Capacity Sizing Factor, Latent Capacity Sizing Factor -See Pull Request [#11130](https://github.com/NREL/EnergyPlus/pull/11130). +See Pull Request [#11130](https://github.com/NatLabRockies/EnergyPlus/pull/11130). ### EIO and HTML Table Output: Initialization Summary A number of changes related to finding duplicated HTML tables (based on FullName) have been made. -See Pull Request [#11106](https://github.com/NREL/EnergyPlus/pull/11106). +See Pull Request [#11106](https://github.com/NatLabRockies/EnergyPlus/pull/11106). #### Schedules @@ -203,7 +203,7 @@ after change: - Chilled/Hot Water Thermal Storage Tank Temperature Node - Chilled/Hot Water Thermal Storage Tank Final Temperature Node -See Pull Request [#11033](https://github.com/NREL/EnergyPlus/pull/11033). +See Pull Request [#11033](https://github.com/NatLabRockies/EnergyPlus/pull/11033). ### ZoneHVAC:IdealLoadsAirSystem @@ -220,7 +220,7 @@ See Pull Request [#11033](https://github.com/NREL/EnergyPlus/pull/11033). (8) * Zone Ideal Loads Supply Air Total Cooling Fuel Energy [J] * ``` -See pull request [#10971](https://github.com/NREL/EnergyPlus/pull/109710) +See pull request [#10971](https://github.com/NatLabRockies/EnergyPlus/pull/109710) ### EIO and HTML Table Output Changes and New Tables @@ -327,7 +327,7 @@ This is entirely new table - Equipment List Name - Equipment -See pull request [#10949](https://github.com/NREL/EnergyPlus/pull/10949) +See pull request [#10949](https://github.com/NatLabRockies/EnergyPlus/pull/10949) ### Predefined Monthly Summary Reports - Additional Columns @@ -365,8 +365,8 @@ New: ! ,Style,Unit Conversion, Format Reals Tabular Report,HTML,NONE,Yes ``` -See Pull Request [#11260](https://github.com/NREL/EnergyPlus/pull/11260). -See pull request [#10209](https://github.com/NREL/EnergyPlus/pull/10209) +See Pull Request [#11260](https://github.com/NatLabRockies/EnergyPlus/pull/11260). +See pull request [#10209](https://github.com/NatLabRockies/EnergyPlus/pull/10209) ### Table and eio Output Changes Related to Zone Multipliers @@ -376,4 +376,4 @@ See pull request [#10209](https://github.com/NREL/EnergyPlus/pull/10209) * HVAC Sizing Summary table output values for "User Design Load per Area" have been corrected to properly account for zone multipliers. -See pull request [#11259](https://github.com/NREL/EnergyPlus/pull/11259) +See pull request [#11259](https://github.com/NatLabRockies/EnergyPlus/pull/11259) diff --git a/src/Transition/OutputRulesFiles/OutputChanges8-4-0-to-8-5-0.md b/src/Transition/OutputRulesFiles/OutputChanges8-4-0-to-8-5-0.md index 8619f2219e4..fa91644dbe0 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges8-4-0-to-8-5-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges8-4-0-to-8-5-0.md @@ -9,11 +9,11 @@ This will eventually become a more structured file, but currently it isn't clear ### Timestamp tag added to tabular headers -With Pull Request [#5295](https://github.com/NREL/EnergyPlus/pull/5295), some tabular report headers were changed to include the tag ```{TIMESTAMP}``` to make them more consistent with the use of the that tag with monthly and annual reports when the minimum or maximum was shown. This impacts the HVAC Sizing Summary tables, the Plant Loop Coincident Design Fluid Flow Rate Adjustments table, the Energy Meters tables, and the Sensible Heat Gain Summary tables. +With Pull Request [#5295](https://github.com/NatLabRockies/EnergyPlus/pull/5295), some tabular report headers were changed to include the tag ```{TIMESTAMP}``` to make them more consistent with the use of the that tag with monthly and annual reports when the minimum or maximum was shown. This impacts the HVAC Sizing Summary tables, the Plant Loop Coincident Design Fluid Flow Rate Adjustments table, the Energy Meters tables, and the Sensible Heat Gain Summary tables. ### TimeBins value rounding -The general algorithm for choosing when an output variable is in various time bins was altered slightly with this change. Now rounding occurs to the same number of significant digits as shown in the headings of the TimeBin reports. For example, the value of 4.997 would have been put in the 4.00 to 5.00 to bin previously since less than 5 but now would be put in the 5.00 to 5.99 bin since the rounded value would be 5.00. This stabilizes the total hours in particular bins when comparing cases that vary slightly. See Pull Request [#5295](https://github.com/NREL/EnergyPlus/pull/5295) for the actual code change. +The general algorithm for choosing when an output variable is in various time bins was altered slightly with this change. Now rounding occurs to the same number of significant digits as shown in the headings of the TimeBin reports. For example, the value of 4.997 would have been put in the 4.00 to 5.00 to bin previously since less than 5 but now would be put in the 5.00 to 5.99 bin since the rounded value would be 5.00. This stabilizes the total hours in particular bins when comparing cases that vary slightly. See Pull Request [#5295](https://github.com/NatLabRockies/EnergyPlus/pull/5295) for the actual code change. ### Add units and change output variable name for Availability Manager Optimum Start @@ -44,7 +44,7 @@ There is a new sub end use meter type called PowerConversion which ends up on "P The summary table called Electric Loads Satisfied has been revised to include a new row called Power Conversion. The precision of reported values has been increased. This is the sum of power losses from converting between AC and DC or between different voltage AC. The inverter, converter, and some applications of transformers now meter their losses on PowerConversion:ElectricityProduced and that is what fills this new row. The old values for "Photovoltaic Power" should match the sum of the new values for "Photovoltaic Power" and "Power Conversion." This row includes transformer power conversion losses when the transformer is used to export power back to the grid. ### Outdoor Air Summary tabular report bugfix ### -Fixed the number of occupants in the Outdoor Air Summary Report for multiplied zones. The values are now consistent with the table footnote: *Values shown for a single zone without multipliers*. [#5216](https://github.com/NREL/EnergyPlus/pull/5216) +Fixed the number of occupants in the Outdoor Air Summary Report for multiplied zones. The values are now consistent with the table footnote: *Values shown for a single zone without multipliers*. [#5216](https://github.com/NatLabRockies/EnergyPlus/pull/5216) ### Standard 62.1 Summary System Ventilation Requirements tabular report ### -This report is now populated for Sizing:System System Outdoor Air Method = ZoneSum and VentilationRateProcedure. Previously this report was generated with no data (empty cells) for OA method=ZoneSum. [#5216](https://github.com/NREL/EnergyPlus/pull/5216) +This report is now populated for Sizing:System System Outdoor Air Method = ZoneSum and VentilationRateProcedure. Previously this report was generated with no data (empty cells) for OA method=ZoneSum. [#5216](https://github.com/NatLabRockies/EnergyPlus/pull/5216) diff --git a/src/Transition/OutputRulesFiles/OutputChanges8-5-0-to-8-6-0.md b/src/Transition/OutputRulesFiles/OutputChanges8-5-0-to-8-6-0.md index 07851de7c85..d1201d2ad9d 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges8-5-0-to-8-6-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges8-5-0-to-8-6-0.md @@ -12,7 +12,7 @@ This will eventually become a more structured file, but currently it isn't clear The Zone Summary table in the Input Verification and Results Summary Report always had a column labeled "Gross Wall Area" which was the above ground wall area for each zone. This change relabeled that column to be called "Above Ground Gross Wall Area" and added an entirely new column called "Underground Gross Wall Area" that shows the amount of underground wall area for each zone. -See [5588](https://github.com/NREL/EnergyPlus/pull/5588). +See [5588](https://github.com/NatLabRockies/EnergyPlus/pull/5588). ### Life-Cycle Cost Report Updated for Water @@ -25,45 +25,45 @@ See [5588](https://github.com/NREL/EnergyPlus/pull/5588). 4. The Present Value by Category table used to include the sum of energy and water present values in the Energy row and zero in the Water row but now the present values of energy costs and water costs are in the appropriate row. -See [5594](https://github.com/NREL/EnergyPlus/pull/5594). +See [5594](https://github.com/NatLabRockies/EnergyPlus/pull/5594). ### Degree days in tabular reports correspond to ASHRAE Standard 90.1 degree day bases Impacts the LEED Summary report table SEc1.1A-General Information and the Climatic Data Summary report. The #5083 issue was resolved and indicated that the temperature bases used for reporting the heating and cooling degree days were not consistent with ASHRAE Standard 90.1 which uses CDD50 and HDD65 (Fahrenheit). These correspond to CDD10 and HDD18 (Celsius). Previously these were reversed and using CDD65 and HDD50 instead. In addition made changes to use the terms "standard" to be "ASHRAE Handbook 2009" for the reporting of the degree day values in the Climatic Data Summary report. -See [5572](https://github.com/NREL/EnergyPlus/pull/5572). +See [5572](https://github.com/NatLabRockies/EnergyPlus/pull/5572). ### Economics, Tariff, and Life Cycle Cost Reports Explicitly Requested The Economics Results Summary Report, Tariff Report, and Life-Cycle Cost Report now need to be specifically requested rather than being automatically generated if specific objects are present in the file. To get the reports individually use EconomicResultSummary, TariffReport, and LifeCycleCostReport respectively in the Output:Table:SummaryReports object. These are also available when using any of the AllSummary options. The reports are unchanged just they way of generating them has changed. -See [5598](https://github.com/NREL/EnergyPlus/pull/5598). +See [5598](https://github.com/NatLabRockies/EnergyPlus/pull/5598). ### JtoKWH Unit Conversion Impacts LEED Summary Report When the JtoKHW unit conversion option is used in the OutputControl:Table:Style object it now changes the units used in the LEED Summary report. Columns that were previously left as GJ are now expressed as kWh and columns that were previously MJW/m2 are now expressed as kWh/m2. -See [5616](https://github.com/NREL/EnergyPlus/pull/5616). +See [5616](https://github.com/NatLabRockies/EnergyPlus/pull/5616). ### New Rows for District Heating and Cooling Virtual Rate in LEED EAp2-3 Table When district heating or cooling is used, additional rows in the LEED EAp2-3 are shown with the virtual rates for those energy sources are shown. -See [5639](https://github.com/NREL/EnergyPlus/pull/5639). +See [5639](https://github.com/NatLabRockies/EnergyPlus/pull/5639). ### New column in Zone Summary table in IVRS report for Opening Area A new columns for the window opening area (glass plus frame) has been added to the Zone Summary table under the Input Verification and Results Summary tabular report. The value shown in that column is consistent with the window opening area used in the Window-Wall Ratio tables in the same report and with the Exterior Fenestration table in the Envelope Summary tabular report. -See [5652](https://github.com/NREL/EnergyPlus/pull/5652). +See [5652](https://github.com/NatLabRockies/EnergyPlus/pull/5652). ### New smart defaulting of VAV reheat zone air terminal units Changes to the single duct VAV air terminal unit's sizing routines (AirTerminal:SingleDuct:VAV:Reheat) also included revisions to the sizing summary data reported to the EIO and Component Sizing Summary tabular data. Sizing for AirTerminal:SingleDuct:VAV:Reheat has been expanded to calculate and report a design size for the VAV minimum stop, or minimum flow fraction, as well as the user-specified constant minimum flow fraction. New sizing reports to watch for include: Design Size Constant Minimum Air Flow Fraction, User-Specified Constant Minimum Air Flow Fraction, and Design Size Minimum Air Flow Rate [m3/s]. -See [5646](https://github.com/NREL/EnergyPlus/pull/5646). +See [5646](https://github.com/NatLabRockies/EnergyPlus/pull/5646). ### Changes to Demand Controlled Ventilation table of the System Summary report Four new columns were added in the middle of this table which summarizes the Controller:MechanicalVentilation inputs: @@ -76,7 +76,7 @@ The following changes were made to existing columns - Air Distribution Effectiveness in Cooling Mode and Air Distribution Effectiveness in Heating Mode are now blank if there is an Air Distribution Effectiveness Schedule Name specified (previously these columns would show 1.0) - Air Distribution Effectiveness Schedule heading changed to Air Distribution Effectiveness Schedule Name -See [5794](https://github.com/NREL/EnergyPlus/pull/5794). +See [5794](https://github.com/NatLabRockies/EnergyPlus/pull/5794). ### Daylighting output variables reference control object rather than zone object @@ -88,4 +88,4 @@ The variables such as these (as well as ones with higher numbers) use the name o - Daylighting Reference Point 1 Daylight Illuminance Setpoint Exceeded Time [hr] - Daylighting Lighting Power Multiplier [] -See [5725](https://github.com/NREL/EnergyPlus/pull/5725) and [5826](https://github.com/NREL/EnergyPlus/pull/5826). +See [5725](https://github.com/NatLabRockies/EnergyPlus/pull/5725) and [5826](https://github.com/NatLabRockies/EnergyPlus/pull/5826). diff --git a/src/Transition/OutputRulesFiles/OutputChanges8-6-0-to-8-7-0.md b/src/Transition/OutputRulesFiles/OutputChanges8-6-0-to-8-7-0.md index 76acc6c898d..dbf0b65e0e1 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges8-6-0-to-8-7-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges8-6-0-to-8-7-0.md @@ -11,13 +11,13 @@ This will eventually become a more structured file, but currently it isn't clear The table is only shown when hybrid model: internal thermal mass is flagged. It has two columns, the first column indicates Hybrid Modeling (Y/N) and the second column provides Temperature Capacitance Multiplier values for each zone. -See [5882](https://github.com/NREL/EnergyPlus/pull/5882) +See [5882](https://github.com/NatLabRockies/EnergyPlus/pull/5882) ### Daylighting Table Fixes in Lighting Summary tabular report The column labeled Zone used to show the daylighting control name but has been fixed to show the zone name. In addition, the control name now appears in a column with the heading control name. Also the column heading "Daylighting Type" was changed to "Daylighting Method" to be more consistent with the input field of that it is reporting. This column also was always just showing "Detailed" previously and now shows either SplitFlux or DElight as appropriate. -See [5945](https://github.com/NREL/EnergyPlus/pull/5945). +See [5945](https://github.com/NatLabRockies/EnergyPlus/pull/5945). ### Initialization Summary and EIO file @@ -59,5 +59,5 @@ In addition: - Heading rows labeled "SurfaceGeometry" were changed to "Surface Geometry" - In the heading row "Environment:Weather Station" the column headings "Wind Speed Modifier Coefficient [Internal]" and "Temperature Modifier Coefficient [Internal]" were changed to "Wind Speed Modifier Coefficient-Internal" and "Temperature Modifier Coefficient-Internal" -See [5928](https://github.com/NREL/EnergyPlus/pull/5928). -See also [6002](https://github.com/NREL/EnergyPlus/pull/6002). +See [5928](https://github.com/NatLabRockies/EnergyPlus/pull/5928). +See also [6002](https://github.com/NatLabRockies/EnergyPlus/pull/6002). diff --git a/src/Transition/OutputRulesFiles/OutputChanges8-7-0-to-8-8-0.md b/src/Transition/OutputRulesFiles/OutputChanges8-7-0-to-8-8-0.md index 02e7c6731b8..51f99b3df37 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges8-7-0-to-8-8-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges8-7-0-to-8-8-0.md @@ -11,13 +11,13 @@ This will eventually become a more structured file, but currently it isn't clear The existing Zone Component Loads Summary report has been enhanced and new reports titled AirLoop Component Loads Summary and Facility Component Loads Summary reports have been added. The main "Estimated Peak Load Components" subtables has two new columns for related areas and total per area. These show values for the envelope related rows of the table and for the internal loads (which use the floor area). The "Peak Conditions" subtable has additional temperatures such as the supply air temperature. The "Peak Conditions" subtable has main fan air flow and outdoor airflow. A new "Engineering Checks" subtable that shows the percent outside air, airflow per floor area, airflow per capacity, area per capacity and number of people. AirLoop Component Loads Summary table shows similar results that are based on the combined airloop results and shows which zones are included in the results. Similarly, the Facility Component Loads Summary report shows the results for the entire facility being modeled. -See [5923](https://github.com/NREL/EnergyPlus/pull/5923) +See [5923](https://github.com/NatLabRockies/EnergyPlus/pull/5923) ### Adds additional records of User-Specified component sizing output to SQLite output file. In the Component Sizing table report, autosized fields may report values for "Design Size", "User-Specified", or both. Previously, for fields with both values, only the "Design Size" value was included in the Component Sizing table in the SQLite output. Now both values are included in the SQLite output. -See [6147](https://github.com/NREL/EnergyPlus/pull/6147) +See [6147](https://github.com/NatLabRockies/EnergyPlus/pull/6147) ### Additions and Changes to LEED Summary Report @@ -35,4 +35,4 @@ A number of changes have been implemented in the LEED Summary tabular report: -See [6150](https://github.com/NREL/EnergyPlus/pull/6150) +See [6150](https://github.com/NatLabRockies/EnergyPlus/pull/6150) diff --git a/src/Transition/OutputRulesFiles/OutputChanges8-8-0-to-8-9-0.md b/src/Transition/OutputRulesFiles/OutputChanges8-8-0-to-8-9-0.md index de76ca88736..8bfc3e17123 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges8-8-0-to-8-9-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges8-8-0-to-8-9-0.md @@ -12,7 +12,7 @@ This will eventually become a more structured file, but currently it isn't clear The existing Shadowing/Sun Position Calculations Annual Simulations report in the eio output has additional field at the end: External Shading Calculation Method, Output External Shading Calculation Results, Disable Self-Shading Within Shading Zone Groups, Disable Self-Shading From Shading Zone Groups to Other Zones -See [6390](https://github.com/NREL/EnergyPlus/pull/6390) +See [6390](https://github.com/NatLabRockies/EnergyPlus/pull/6390) ### New System Sizing Outputs @@ -28,7 +28,7 @@ Component Sizing Information, AirLoopHVAC, VAV SYS 1, User Heating Air Flow Rati Component Sizing Information, AirLoopHVAC, VAV SYS 1, Calculated Heating Air Flow Ratio [], 0.38657 ``` -See [6372](https://github.com/NREL/EnergyPlus/pull/6372) +See [6372](https://github.com/NatLabRockies/EnergyPlus/pull/6372) ### New Coil Sizing Reports @@ -36,9 +36,9 @@ A new subtable "Coil Sizing Summary" has been added at the end of the "HVAC Sizi A new "Coils Sizing Details" (CoilSizingDetails) report has been added. It is an optional report which is included with AllSummary*. The new report has over 80 columns of data. The "Coil Sizing Summary" subtable described above is a straight subset of this report with only about 30 columns. -See [6454](https://github.com/NREL/EnergyPlus/pull/6454) +See [6454](https://github.com/NatLabRockies/EnergyPlus/pull/6454) ### Remove blank fields in Output:Table:SummaryReports If any field is blank, remove it and move remaining fields up one. -See [6919](https://github.com/NREL/EnergyPlus/issues/6919) +See [6919](https://github.com/NatLabRockies/EnergyPlus/issues/6919) diff --git a/src/Transition/OutputRulesFiles/OutputChanges8-9-0-to-9-0-0.md b/src/Transition/OutputRulesFiles/OutputChanges8-9-0-to-9-0-0.md index 804fa2b55a5..17745bbf6f5 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges8-9-0-to-9-0-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges8-9-0-to-9-0-0.md @@ -11,7 +11,7 @@ This will eventually become a more structured file, but currently it isn't clear A new column "Fan Energy Index" has been added to the Equipment Summary:Fans report -See [6812](https://github.com/NREL/EnergyPlus/pull/6812) +See [6812](https://github.com/NatLabRockies/EnergyPlus/pull/6812) ### Corrected EIO output of Advanced Single-Sided Natural Ventilation Wind Angles @@ -31,4 +31,4 @@ Environment,RUNPERIOD 1,WeatherFileRunPeriod,01/01/2019,12/31/2019,Tuesday,365,U ``` -See [6478](https://github.com/NREL/EnergyPlus/pull/6478) +See [6478](https://github.com/NatLabRockies/EnergyPlus/pull/6478) diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-0-0-to-9-1-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-0-0-to-9-1-0.md index d729ca10b30..ce8be921314 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-0-0-to-9-1-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-0-0-to-9-1-0.md @@ -11,10 +11,10 @@ This will eventually become a more structured file, but currently it isn't clear A new column "End Use Subcategory" has been added to the Equipment Summary:Pumps report -See [7100](https://github.com/NREL/EnergyPlus/pull/7100) +See [7100](https://github.com/NatLabRockies/EnergyPlus/pull/7100) ### Renamed field for Equipment Summary:Fans report The column "End Use" has been renamed to "End Use Subcategory" in the Equipment Summary:Fans report -See [7068](https://github.com/NREL/EnergyPlus/pull/7068) +See [7068](https://github.com/NatLabRockies/EnergyPlus/pull/7068) diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-2-0-to-9-3-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-2-0-to-9-3-0.md index 3e5230fe24e..360c3e0d7d3 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-2-0-to-9-3-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-2-0-to-9-3-0.md @@ -11,7 +11,7 @@ This will eventually become a more structured file, but currently it isn't clear A new column "Peak Load Type to Size On" has been added to the `Coil Sizing Details:Coils` report -See [7397](https://github.com/NREL/EnergyPlus/pull/7397) +See [7397](https://github.com/NatLabRockies/EnergyPlus/pull/7397) ### Name re-ordering in the sizing labels and modified variable names for MulitSpeed DX Cooling and Heating Coils @@ -76,13 +76,13 @@ Environment:Design Day Data,33.00,6.60,DefaultMultipliers,,,10 Environment:Design Day Data,33.00,6.60,DefaultMultipliers,Enthalpy,90500.00,{J/kgDryAir},100511,220,3.2,0.00,No,No ``` -See [#PR7577](https://github.com/NREL/EnergyPlus/pull/7577) +See [#PR7577](https://github.com/NatLabRockies/EnergyPlus/pull/7577) ### EIO output for ShadowCalculations The eio output related to `ShadowCalculations` has been changed to reflect the new input fields. See Rules9-2-0-to-9-3-0.md. -See [#PR7302](https://github.com/NREL/EnergyPlus/pull/7302) +See [#PR7302](https://github.com/NatLabRockies/EnergyPlus/pull/7302) ### End Use By Subcategory in SQL @@ -135,7 +135,7 @@ SELECT RowName as "End Use&Subcategory", Value FROM TabularDataWithStrings | Interior Lighting:GeneralLights | 166.67 | | Interior Lighting:AnotherEndUseSubCat | 83.33 | -See [PR#7584](https://github.com/NREL/EnergyPlus/pull/7584). +See [PR#7584](https://github.com/NatLabRockies/EnergyPlus/pull/7584). ### Standardize units for humidity ratio and add where missing @@ -143,7 +143,7 @@ Units for humidity ratio standardized to "kgWater/kgDryAir" and "lbWater/lbDryAi Impacts eio sizing output and table reports including Coil Sizing Summary and Details. -See [7571](https://github.com/NREL/EnergyPlus/pull/7571) +See [7571](https://github.com/NatLabRockies/EnergyPlus/pull/7571) ### Water to Water Air-Source EIR Heat Pump @@ -181,7 +181,7 @@ Heat Pump Load Side Mass Flow Rate Heat Pump Source Side Mass Flow Rate ``` -See [7489](https://github.com/NREL/EnergyPlus/pull/7489/) +See [7489](https://github.com/NatLabRockies/EnergyPlus/pull/7489/) ### EIO output for Environment @@ -199,12 +199,12 @@ Environment,DENVER CENTENNIAL GOLDEN ANN HTG 99% CONDNS DB DEFAULT,SizingPeriod: Environment,DENVER CENTENNIAL GOLDEN ANN HTG 99% CONDNS DB DEFAULT,SizingPeriod:DesignDay,12/21,12/21,WinterDesignDay,1,N/A,N/A,N/A,N/A,N/A,N/A,Clark and Allen ``` -See [PR #7562](https://github.com/NREL/EnergyPlus/pull/7562) +See [PR #7562](https://github.com/NatLabRockies/EnergyPlus/pull/7562) ### EIO output for PerformancePrecisionTradeoffs In the eio and table output, new lines report the status of options for the PerformancePrecisionTradeoffs object. -See [PR #7743](https://github.com/NREL/EnergyPlus/pull/7743/) +See [PR #7743](https://github.com/NatLabRockies/EnergyPlus/pull/7743/) ### Default end use subcategory to General In the AUBPS end-use subcategory table, the "other" row would show up whenever an end-use subcategory @@ -214,10 +214,10 @@ It is now unlikely that the "other" row will be shown. This results in additional end-use meters, e.g. General:Cooling:Electricity which may have not been present before. And it results in more outputs attached to the General:* meters. -See [PR #7794](https://github.com/NREL/EnergyPlus/pull/7794) -See [7743](https://github.com/NREL/EnergyPlus/pull/7743/) +See [PR #7794](https://github.com/NatLabRockies/EnergyPlus/pull/7794) +See [7743](https://github.com/NatLabRockies/EnergyPlus/pull/7743/) -See [7761](https://github.com/NREL/EnergyPlus/pull/7761) +See [7761](https://github.com/NatLabRockies/EnergyPlus/pull/7761) and the [NFP](https://github.com/energy-plus/EnergyPlus/blob/PerfOverrideAndReporting/design/FY2020/NFP-PerformanceOverRidesAndReporting.md) ### New _perflog.csv file as Log File for PerformancePrecisionTradeoffs @@ -249,5 +249,5 @@ that contains the following: - Number of Warnings - Number of Severe -See [7761](https://github.com/NREL/EnergyPlus/pull/7761) +See [7761](https://github.com/NatLabRockies/EnergyPlus/pull/7761) and the [NFP](https://github.com/energy-plus/EnergyPlus/blob/PerfOverrideAndReporting/design/FY2020/NFP-PerformanceOverRidesAndReporting.md) diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-3-0-to-9-4-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-3-0-to-9-4-0.md index 5f53acd7321..ad7ca9ae878 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-3-0-to-9-4-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-3-0-to-9-4-0.md @@ -10,7 +10,7 @@ This will eventually become a more structured file, but currently it isn't clear ### Daylight Factors output in EIO and DFS now supports more than two reference points -[PR#8017](https://github.com/NREL/EnergyPlus/pull/8017) changed the output format in both EIO and DFS (when using `Output:DaylightFactors`) +[PR#8017](https://github.com/NatLabRockies/EnergyPlus/pull/8017) changed the output format in both EIO and DFS (when using `Output:DaylightFactors`) to support more than two `Daylighting:ReferencePoint`. #### EIO @@ -89,7 +89,7 @@ The internal ordering of surfaces has changed. Previously subsurfaces (doors and Now subsurfaces are at the end of each group of zone surfaces.Many reports preserve the old order, but some outputs do not. Changed outputs include the rdd, edd, eso (and resulting csv), shd, and sci output files. -See [PR#7847](https://github.com/NREL/EnergyPlus/pull/7847) +See [PR#7847](https://github.com/NatLabRockies/EnergyPlus/pull/7847) ### Report zero values with zero Zone Cooling and Heating Loads in Report: HVAC Sizing Summary @@ -111,7 +111,7 @@ LIVING SPACE 0.0 0.0 0.0 0.0 0.0 N/A N/A 0.0 0.0 0.0 0.0 0.0 0.0 0 The fix is applied both both tables of Zone Sensible Cooling abd Zone Sensible Heating. -See [PR#8145](https://github.com/NREL/EnergyPlus/pull/8145) +See [PR#8145](https://github.com/NatLabRockies/EnergyPlus/pull/8145) ### New reporting items added to the _perflog.csv log file for PerformancePrecisionTradeoffs @@ -141,7 +141,7 @@ In the log file with _perflog.csv suffix, each simulation will add a line that c - Number of Warnings - Number of Severe -See [8121](https://github.com/NREL/EnergyPlus/pull/8121) +See [8121](https://github.com/NatLabRockies/EnergyPlus/pull/8121) ### EIO reporting items added for PerformancePrecisionTradeoffs @@ -151,7 +151,7 @@ In the PerformancePrecisionTradeoffs section of .eio file, a line of header of p ! , Use Coil Direct Simulation, Zone Radiant Exchange Algorithm, Override Mode, Number of Timestep In Hour, Force Euler Method, Minimum Number of Warmup Days, Force Suppress All Begin Environment Resets, Minimum System Timestep, MaxZoneTempDiff, MaxAllowedDelTemp Performance Precision Tradeoffs, No, ScriptF, MODE07, 1, Yes, 1, Yes, 60.0, 1.000, 0.1000 -See [8121](https://github.com/NREL/EnergyPlus/pull/8121) +See [8121](https://github.com/NatLabRockies/EnergyPlus/pull/8121) ### Output:Variables, Output:Meter, Output:Meter:MeterFileOnly, Output:Table:Monthly @@ -166,4 +166,4 @@ See [8121](https://github.com/NREL/EnergyPlus/pull/8121) (a) "Fuel Oil #1" in 9.3 to "Fuel Oil No 1" in 9.4 (b) "Fuel Oil #2" in 9.3 to "Fuel Oil No 2" in 9.4 -See [8301](https://github.com/NREL/EnergyPlus/pull/8304) +See [8301](https://github.com/NatLabRockies/EnergyPlus/pull/8304) diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-4-0-to-9-5-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-4-0-to-9-5-0.md index 60ecddd67ab..9252b62ef35 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-4-0-to-9-5-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-4-0-to-9-5-0.md @@ -12,10 +12,10 @@ This will eventually become a more structured file, but currently it isn't clear The reporting order has changed for surfaces which use Construction:AirBoundary. These surfaces will be listed before other surfaces in the same zone. This affects table outputs, eio, shd, wrl, and dxf. -See [8370](https://github.com/NREL/EnergyPlus/pull/8370) +See [8370](https://github.com/NatLabRockies/EnergyPlus/pull/8370) ### SQLite output file units conversion options for tabular data The SQLiite output file now reports Tabular Data with a separate unit conversion setting in Output:SQLite. In previous versions this setting is by default the same as the OutputControl:Table:Styles. Now, the units for SQLite tabular data could be independently set to JtoKWH, JtoMJ, JtoGJ, InchPound, or still using the OutputControl:Table:Styles default. The affected records could differ in both the numerical values and the corrponding units strings. -See the updates in the Input Output Reference documentation and [8474] (https://github.com/NREL/EnergyPlus/pull/8474) +See the updates in the Input Output Reference documentation and [8474] (https://github.com/NatLabRockies/EnergyPlus/pull/8474) diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-5-0-to-9-6-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-5-0-to-9-6-0.md index b24c0b6aab0..b4b7b1bfc90 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-5-0-to-9-6-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-5-0-to-9-6-0.md @@ -20,7 +20,7 @@ The header of the map file was changed from only allowing two reference points t “ RefPt1=(2.50:2.00:0.80), RefPt2=(2.50:18.00:0.80), RefPt3=(2.50:18.00:0.50)” -[PR#8889](https://github.com/NREL/EnergyPlus/pull/8889) changed the output format in both the MAP file and the SQL output. +[PR#8889](https://github.com/NatLabRockies/EnergyPlus/pull/8889) changed the output format in both the MAP file and the SQL output. ### Table Output Column Headings Changed for Central Plant: @@ -32,8 +32,8 @@ The header of the map file was changed from only allowing two reference points t (a) "Rated Capacity [W]" (b) "Rated Efficiency [W/W]" -See [8192](https://github.com/NREL/EnergyPlus/pull/8959/) -See [PR#8889](https://github.com/NREL/EnergyPlus/pull/8889) changed the output format in both the MAP file and the SQL output. +See [8192](https://github.com/NatLabRockies/EnergyPlus/pull/8959/) +See [PR#8889](https://github.com/NatLabRockies/EnergyPlus/pull/8889) changed the output format in both the MAP file and the SQL output. ### Table outputs for Space and Space Type @@ -60,7 +60,7 @@ The following table outputs are new: *Space Type Summary* -See [PR#8394](https://github.com/NREL/EnergyPlus/pull/8394) +See [PR#8394](https://github.com/NatLabRockies/EnergyPlus/pull/8394) ### Table Output Changes in Standard 62.1 Summary Report @@ -68,12 +68,12 @@ The System Ventilation Requirements for Cooling/Heating tables have two new colu The Zone Ventilation Calculations for Cooling/Heating Design tables have one new column: "Is Vpz-min calculated using the Standard 62.1 Simplified Procedure?". As its name indicates, it specifies if the zone minimum primary air flow was determined using the ASHRAE Standard 62.1 Simplified Procedure. -See PR [#8891](https://github.com/NREL/EnergyPlus/pull/8891). +See PR [#8891](https://github.com/NatLabRockies/EnergyPlus/pull/8891). ### VentilationRateProcedure Name Change The name of the `VentilationRateProcedure` method was changed to `Standard62.1VentilationRateProcedure` to be consistent with the Standard 62.1 Summary Report. The name of the method has been changed throughout EnergyPlus and is thus reflected in the EIO files. -See PR [#8891](https://github.com/NREL/EnergyPlus/pull/8891). +See PR [#8891](https://github.com/NatLabRockies/EnergyPlus/pull/8891). ### Output:Table:Monthly and Output:Table:Annual Column Headers @@ -81,7 +81,7 @@ For both objects `Output:Table:Monthly` and `Output:Table:Annual` For aggregation types `Maximum`, `Minimum`, `MaximumDuringHoursShown` and `MinimumDuringHoursShown`, a space was missing between the aggregation type and the units when writing the tabular report, which wasn't following the convention of other columns with different aggregation types, -and causing the SQL table `TabularDataWithStrings` to be missing a curly brace. See issue [#8921](https://github.com/NREL/EnergyPlus/issues/8921). +and causing the SQL table `TabularDataWithStrings` to be missing a curly brace. See issue [#8921](https://github.com/NatLabRockies/EnergyPlus/issues/8921). In the HTML file, the column headers will change: diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-22-1-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-22-1-0.md index edbbc98c557..bf1f73cf2c9 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-22-1-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-22-1-0.md @@ -11,7 +11,7 @@ This will eventually become a more structured file, but currently it isn't clear Two new fields were added to the EIO report for `` entries: `Conductance (Before Adjusted) {W/m2-K}` and `Convection Coefficient Adjustment Ratio`. -See pull request [#9117](https://github.com/NREL/EnergyPlus/pull/9117/files) for more details. +See pull request [#9117](https://github.com/NatLabRockies/EnergyPlus/pull/9117/files) for more details. ### EIO and Initialization Summary Report Changes for Daylighting @@ -47,7 +47,7 @@ Enclosure/Window Adjacency Daylighting Matrix, ZN_1_FLR_1_SEC_1,0 Sky Daylight Factors,Clear Sky,01/21,ZN_1_FLR_1_SEC_1_DAYLCTRL,ZN_1_FLR_1_SEC_1,ZN_1_FLR_1_SEC_1_WALL_1_WINDOW_1,ZN_1_FLR_1_SEC_1_DAYLREFPT1,0.1352 ``` -See pull request [#9102](https://github.com/NREL/EnergyPlus/pull/9102/files) for more details. +See pull request [#9102](https://github.com/NatLabRockies/EnergyPlus/pull/9102/files) for more details. ### DXF Changes for Daylighting Reference Points @@ -56,7 +56,7 @@ The following changes were made to Daylighting reference points in dxf output: * Duplicate daylighting reference points are removed * The actual reference point names are used in the label, rather than RefPt1, 2, etc. -See pull request [#9102](https://github.com/NREL/EnergyPlus/pull/9102/files) for more details. +See pull request [#9102](https://github.com/NatLabRockies/EnergyPlus/pull/9102/files) for more details. ### DFS Changes for Daylighting @@ -79,13 +79,13 @@ Hour,Reference Point,Daylight Factor for Clear Sky,Daylight Factor for Clear Tur 01/21,PERIMETER_BOT_ZN_3,PERIMETER_BOT_ZN_3,PERIMETER_BOT_ZN_3_WALL_NORTH_WINDOW,Base Window ``` -See pull request [#9102](https://github.com/NREL/EnergyPlus/pull/9102/files) for more details. +See pull request [#9102](https://github.com/NatLabRockies/EnergyPlus/pull/9102/files) for more details. ### Row Order Changes for Lighting Summary, Daylighting subtable The row order may change in this subtable. -See pull request [#9102](https://github.com/NREL/EnergyPlus/pull/9102/files) for more details. +See pull request [#9102](https://github.com/NatLabRockies/EnergyPlus/pull/9102/files) for more details. ### Emission Meter Renaming @@ -110,7 +110,7 @@ A number of meters in the emission system were renamed to use "Electricity" inst - PurchasedElectricEmissions:Source -> PurchasedElectricityEmissions:Source - SoldElectricEmissions:Source -> SoldElectricityEmissions:Source -See pull request [#9101](https://github.com/NREL/EnergyPlus/pull/9101) for more details. +See pull request [#9101](https://github.com/NatLabRockies/EnergyPlus/pull/9101) for more details. ### Emission Variable Renaming @@ -120,7 +120,7 @@ Two variables in the emission system were renamed to use "OtherFuel" instead of - Environmental Impact OtherFuel1 CO2 Water Consumption Volume -> Environmental Impact OtherFuel1 Water Consumption Volume - Environmental Impact OtherFuel2 CO2 Water Consumption Volume -> Environmental Impact OtherFuel2 Water Consumption Volume -See pull request [#9089](https://github.com/NREL/EnergyPlus/pull/9089) for more details. +See pull request [#9089](https://github.com/NatLabRockies/EnergyPlus/pull/9089) for more details. ### Addition of Monthly Precipitation Reporting Table @@ -137,13 +137,13 @@ Three rows are added to the Weather Statistics File reporting table: - Max Hourly Precipitation [mm] - The month in which max hourly precipitation occurs -See pull request [#9177](https://github.com/NREL/EnergyPlus/pull/9177) for more details. +See pull request [#9177](https://github.com/NatLabRockies/EnergyPlus/pull/9177) for more details. ### Rename output variable "Environment:Site Precipitation Depth" Renamed the output variable "Environment:Site Precipitation Depth" to "Environment:Liquid Precipitation Depth". -See pull request [#9177](https://github.com/NREL/EnergyPlus/pull/9177) for more details. +See pull request [#9177](https://github.com/NatLabRockies/EnergyPlus/pull/9177) for more details. ### Fenestration Assembly Reporting Added several items to Envelope Summary in tabular output report: @@ -157,8 +157,8 @@ Also added two new EIO lines showing same additions as were added to the tabular - FenestrationAssembly - FenestrationShadedState -See pull request [#8740](https://github.com/NREL/EnergyPlus/pull/8740) for more details. -See pull request [#9177](https://github.com/NREL/EnergyPlus/pull/9177) for more details. +See pull request [#8740](https://github.com/NatLabRockies/EnergyPlus/pull/8740) for more details. +See pull request [#9177](https://github.com/NatLabRockies/EnergyPlus/pull/9177) for more details. ### Exhaust System New Output Variables @@ -171,10 +171,10 @@ Five new output variables related to the AirLoopHVAC:Exhaust System have been ad - Central Exhaust Fan Power [W] - Central Exhaust Fan Energy [J] -See pull request [#9209](https://github.com/NREL/EnergyPlus/pull/9209) for more details. +See pull request [#9209](https://github.com/NatLabRockies/EnergyPlus/pull/9209) for more details. ### EIO Sizing information for Central Exhaust Fan One line is added to the EIO sizing report regarding the central exhaust fan "Design Fan Airflow [m3/s]" sizing containing the following information: - FanName, FanType, "Design Fan Airflow [m3/s]", Design Flow Rate Value -See pull request [#9209](https://github.com/NREL/EnergyPlus/pull/9209) for more details. +See pull request [#9209](https://github.com/NatLabRockies/EnergyPlus/pull/9209) for more details. diff --git a/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-9-7-0.md b/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-9-7-0.md index 54514224d9f..dcd7f3499e2 100644 --- a/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-9-7-0.md +++ b/src/Transition/OutputRulesFiles/OutputChanges9-6-0-to-9-7-0.md @@ -10,4 +10,4 @@ This will eventually become a more structured file, but currently it isn't clear ### WindowConstruction EIO Fields Change Two fields are added to the Description of the Windows Report - "WindowConstruction", namely "Construction Report Conductance (Before Adjusted) {W/m2-K}" and "Convection Coefficient Adjustment Ratio". They represent the glazing-only nominal U (nominal conductance in winter) and the adjustment ratio assuming highly conductive frames are applied along with the glazing. -See PR [#8653](https://github.com/NREL/EnergyPlus/pull/8653) and PR [#9117 ](https://github.com/NREL/EnergyPlus/pull/9117). +See PR [#8653](https://github.com/NatLabRockies/EnergyPlus/pull/8653) and PR [#9117 ](https://github.com/NatLabRockies/EnergyPlus/pull/9117). diff --git a/src/Transition/table_convert.py b/src/Transition/table_convert.py index 737b9e45006..2b88f4957a3 100644 --- a/src/Transition/table_convert.py +++ b/src/Transition/table_convert.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/src/Transition/transition_coil_heating_gas.py b/src/Transition/transition_coil_heating_gas.py index 7e036ac3a36..f95d463f869 100644 --- a/src/Transition/transition_coil_heating_gas.py +++ b/src/Transition/transition_coil_heating_gas.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/1ZoneDataCenterCRAC_wApproachTemp.idf b/testfiles/1ZoneDataCenterCRAC_wApproachTemp.idf index 8ebb4c856b0..e0e27d98a00 100644 --- a/testfiles/1ZoneDataCenterCRAC_wApproachTemp.idf +++ b/testfiles/1ZoneDataCenterCRAC_wApproachTemp.idf @@ -6,7 +6,7 @@ ! The CRAC system has been setup to represent a Lieber DSE 125 with pumped ! refrigerant economizer DX cooling coil system. ! -! file adapted from example file "1ZoneEvapCooler.idf" which is adpated from +! file adapted from example file "1ZoneEvapCooler.idf" which is adapted from ! 1zoneuncontrolled ! ! Simulation Location/Run: Denver Centennial Golden CO USA WMO=724666, 2 design days, 1 run period, diff --git a/testfiles/1ZoneDataCenterCRAC_wApproachTemp_ClassH1.idf b/testfiles/1ZoneDataCenterCRAC_wApproachTemp_ClassH1.idf index df54541e3f1..0711156a227 100644 --- a/testfiles/1ZoneDataCenterCRAC_wApproachTemp_ClassH1.idf +++ b/testfiles/1ZoneDataCenterCRAC_wApproachTemp_ClassH1.idf @@ -6,7 +6,7 @@ ! The CRAC system has been setup to represent a Lieber DSE 125 with pumped ! refrigerant economizer DX cooling coil system. ! -! file adapted from example file "1ZoneEvapCooler.idf" which is adpated from +! file adapted from example file "1ZoneEvapCooler.idf" which is adapted from ! 1zoneuncontrolled ! ! Simulation Location/Run: Denver Centennial Golden CO USA WMO=724666, 2 design days, 1 run period, diff --git a/testfiles/1ZoneDataCenterCRAC_wPumpedDXCoolingCoil.idf b/testfiles/1ZoneDataCenterCRAC_wPumpedDXCoolingCoil.idf index 2188ca23559..c5d3b0864b9 100644 --- a/testfiles/1ZoneDataCenterCRAC_wPumpedDXCoolingCoil.idf +++ b/testfiles/1ZoneDataCenterCRAC_wPumpedDXCoolingCoil.idf @@ -6,7 +6,7 @@ ! The CRAC system has been setup to represent a Lieber DSE 125 with pumped ! refrigerant economizer DX cooling coil system. ! -! file adapted from example file "1ZoneEvapCooler.idf" which is adpated from +! file adapted from example file "1ZoneEvapCooler.idf" which is adapted from ! 1zoneuncontrolled ! ! Simulation Location/Run: Denver Centennial Golden CO USA WMO=724666, 2 design days, 1 run period, diff --git a/testfiles/API/tk_gui_demonstration.py b/testfiles/API/tk_gui_demonstration.py index b9d8947ddd1..90bc458a6b3 100644 --- a/testfiles/API/tk_gui_demonstration.py +++ b/testfiles/API/tk_gui_demonstration.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/API/user_defined_equipment.py b/testfiles/API/user_defined_equipment.py index 674f1fe733b..ef5ae5f7e26 100644 --- a/testfiles/API/user_defined_equipment.py +++ b/testfiles/API/user_defined_equipment.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/AirEconomizerFaults_RefBldgLargeOfficeNew2004_Chicago.idf b/testfiles/AirEconomizerFaults_RefBldgLargeOfficeNew2004_Chicago.idf index 13fbc88c904..b37726da581 100644 --- a/testfiles/AirEconomizerFaults_RefBldgLargeOfficeNew2004_Chicago.idf +++ b/testfiles/AirEconomizerFaults_RefBldgLargeOfficeNew2004_Chicago.idf @@ -5,13 +5,8 @@ ! AirEconomizerFaults_RefBldgLargeOfficeNew2004_Chicago.idf ! Unique feature: air economizer faults (VAV_1_OA_Controller) - temperature sensors ! of outdoor air, return air, and supply air are offset by +2 degC -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 8.1 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -45,26 +40,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/CarrollMRT-RefBldgLargeOfficeNew2004_Chicago.idf b/testfiles/CarrollMRT-RefBldgLargeOfficeNew2004_Chicago.idf index b09efe496c2..ce101aaeffc 100644 --- a/testfiles/CarrollMRT-RefBldgLargeOfficeNew2004_Chicago.idf +++ b/testfiles/CarrollMRT-RefBldgLargeOfficeNew2004_Chicago.idf @@ -3,13 +3,8 @@ !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically. !- Use '!' comments if they need to be retained when using the IDFEditor. ! CarrollMRT-RefBldgLargeOfficeNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. Demonstrates use of Carroll MRT radiant exchange method. @@ -44,26 +39,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/ChillerPartLoadCurve_RefBldgLargeOfficeNew2004_Chicago.idf b/testfiles/ChillerPartLoadCurve_RefBldgLargeOfficeNew2004_Chicago.idf index 0d50b61efea..8a07df05f9e 100644 --- a/testfiles/ChillerPartLoadCurve_RefBldgLargeOfficeNew2004_Chicago.idf +++ b/testfiles/ChillerPartLoadCurve_RefBldgLargeOfficeNew2004_Chicago.idf @@ -4,13 +4,8 @@ !- Use '!' comments if they need to be retained when using the IDFEditor. ! ChillerPartLoadCurve_RefBldgLargeOfficeNew2004_Chicago.idf ! Added an additional part load curve type for chillers. -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -44,26 +39,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/CoolingTower_FluidBypass.idf b/testfiles/CoolingTower_FluidBypass.idf index c5a7e6bda94..91368fc7590 100644 --- a/testfiles/CoolingTower_FluidBypass.idf +++ b/testfiles/CoolingTower_FluidBypass.idf @@ -35,40 +35,17 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.9) -! Created on 09/15/2009 16:09:25 ! Modified to have fluid bypass for the cooling tower. 2/2010 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Field, K.; Studer, D.; ! Torcellini, P; Halverson, M.;Winiarski, D.; Liu, B.; Crawley, D. (2009). ! DOE Commercial Building Research Benchmarks for Commercial Buildings. ! Washington, DC: U.S. Department of Energy, Energy Efficiency and ! Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/CoolingTower_SingleSpeed_MultiCell.idf b/testfiles/CoolingTower_SingleSpeed_MultiCell.idf index f75a8c642fa..2618fed8a79 100644 --- a/testfiles/CoolingTower_SingleSpeed_MultiCell.idf +++ b/testfiles/CoolingTower_SingleSpeed_MultiCell.idf @@ -36,39 +36,16 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.9) -! Created on 09/15/2009 16:09:25 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Field, K.; Studer, D.; ! Torcellini, P; Halverson, M.;Winiarski, D.; Liu, B.; Crawley, D. (2009). ! DOE Commercial Building Research Benchmarks for Commercial Buildings. ! Washington, DC: U.S. Department of Energy, Energy Efficiency and ! Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/CoolingTower_TwoSpeed_MultiCell.idf b/testfiles/CoolingTower_TwoSpeed_MultiCell.idf index 887df63488c..3d0be5e2a4a 100644 --- a/testfiles/CoolingTower_TwoSpeed_MultiCell.idf +++ b/testfiles/CoolingTower_TwoSpeed_MultiCell.idf @@ -36,39 +36,16 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.9) -! Created on 09/15/2009 16:09:25 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Field, K.; Studer, D.; ! Torcellini, P; Halverson, M.;Winiarski, D.; Liu, B.; Crawley, D. (2009). ! DOE Commercial Building Research Benchmarks for Commercial Buildings. ! Washington, DC: U.S. Department of Energy, Energy Efficiency and ! Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/CoolingTower_VariableSpeed_MultiCell.idf b/testfiles/CoolingTower_VariableSpeed_MultiCell.idf index 83b6074936e..d3874439c1b 100644 --- a/testfiles/CoolingTower_VariableSpeed_MultiCell.idf +++ b/testfiles/CoolingTower_VariableSpeed_MultiCell.idf @@ -36,39 +36,15 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.9) -! Created on 09/15/2009 16:09:25 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Field, K.; Studer, D.; ! Torcellini, P; Halverson, M.;Winiarski, D.; Liu, B.; Crawley, D. (2009). ! DOE Commercial Building Research Benchmarks for Commercial Buildings. ! Washington, DC: U.S. Department of Energy, Energy Efficiency and ! Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/CustomSolarVisibleSpectrum_RefBldgSmallOfficeNew2004_Chicago.idf b/testfiles/CustomSolarVisibleSpectrum_RefBldgSmallOfficeNew2004_Chicago.idf index e4046b5047b..ef4338ac3c5 100644 --- a/testfiles/CustomSolarVisibleSpectrum_RefBldgSmallOfficeNew2004_Chicago.idf +++ b/testfiles/CustomSolarVisibleSpectrum_RefBldgSmallOfficeNew2004_Chicago.idf @@ -1,12 +1,9 @@ ! RefBldgSmallOfficeNew2004_Chicago.idf ! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 8.1 using the transition utility ! Modifications: (1) new glazing, (2) user defined solar and visible spectrum data ! ! DOE Commercial Reference Building ! Small Office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 8.1 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, five zone office building. @@ -37,26 +34,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/DOASDualDuctSchool.idf b/testfiles/DOASDualDuctSchool.idf index ceb304570ee..5dabbc058c9 100644 --- a/testfiles/DOASDualDuctSchool.idf +++ b/testfiles/DOASDualDuctSchool.idf @@ -39,40 +39,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:EIR (air-cooled) -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.32) -! Created on 08/19/2011 16:24:16 -!***** This data and software ("Data") is provided by the National Renewable ***** -!***** Energy Laboratory ("NREL"), which is operated by the Alliance for ***** -!***** Sustainable Energy, LLC ("ALLIANCE") for the U.S. Department Of ***** -!***** Energy ("DOE"). ***** -!***** Access to and use of these Data shall impose the following obligations ***** -!***** on the user, as set forth in this Agreement. The user is granted the ***** -!***** right, without any fee or cost, to use, copy, modify, alter, enhance ***** -!***** and distribute these Data for any purpose whatsoever, provided that this ***** -!***** entire notice appears in all copies of the Data. Further, the user ***** -!***** agrees to credit DOE/NREL/ALLIANCE in any publication that results from ***** -!***** the use of these Data. The names DOE/NREL/ALLIANCE, however, may not ***** -!***** be used in any advertising or publicity to endorse or promote any products ***** -!***** or commercial entities unless specific written permission is obtained from ***** -!***** DOE/NREL/ ALLIANCE. The user also understands that DOE/NREL/Alliance is ***** -!***** not obligated to provide the user with any support, consulting, training ***** -!***** or assistance of any kind with regard to the use of these Data or to ***** -!***** provide the user with any updates, revisions or new versions of these Data. ***** -!***** YOU AGREE TO INDEMNIFY DOE/NREL/Alliance, AND ITS SUBSIDIARIES, AFFILIATES, ***** -!***** OFFICERS, AGENTS, AND EMPLOYEES AGAINST ANY CLAIM OR DEMAND, INCLUDING ***** -!***** 'REASONABLE ATTORNEYS' FEES, RELATED TO YOUR USE OF THESE DATA. THESE DATA ***** -!***** ARE PROVIDED BY DOE/NREL/Alliance "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ***** -!***** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN ***** -!***** NO EVENT SHALL DOE/NREL/ALLIANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR ***** -!***** CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, INCLUDING BUT NOT LIMITED ***** -!***** TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA OR PROFITS, WHICH MAY RESULT ***** -!***** FROM AN ACTION IN CONTRACT, NEGLIGENCE OR OTHER TORTIOUS CLAIM THAT ***** -!***** ARISES OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE OF ***** -!***** THESE DATA. ***** -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw -! End SimMetaData ! Number of Zones: 11 Version,26.1; diff --git a/testfiles/DirectIndirectEvapCoolers.idf b/testfiles/DirectIndirectEvapCoolers.idf index da9f407a9f2..c4d16d98c10 100644 --- a/testfiles/DirectIndirectEvapCoolers.idf +++ b/testfiles/DirectIndirectEvapCoolers.idf @@ -2,9 +2,7 @@ !-Option OriginalOrderTop UseSpecialFormat !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically. !- Use '!' comments if they need to be retained when using the IDFEditor. -! Start SimMetaData ! WeatherFileName=USA_AZ_Phoenix_TMY2.epw -! End SimMetaData ! ! DirectIndirectEvapCoolers.idf ! Basic file description: 1 story building divided into 4 zones. diff --git a/testfiles/EMSCustomOutputVariable.idf b/testfiles/EMSCustomOutputVariable.idf index c36697aa142..748c124ed46 100644 --- a/testfiles/EMSCustomOutputVariable.idf +++ b/testfiles/EMSCustomOutputVariable.idf @@ -32,38 +32,15 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/EMSCustomSchedule.idf b/testfiles/EMSCustomSchedule.idf index 4bf4e79a22b..d5d49a4089e 100644 --- a/testfiles/EMSCustomSchedule.idf +++ b/testfiles/EMSCustomSchedule.idf @@ -32,38 +32,15 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/EMSDemandManager_LargeOffice.idf b/testfiles/EMSDemandManager_LargeOffice.idf index 42a66afd6be..001eb71dc9c 100644 --- a/testfiles/EMSDemandManager_LargeOffice.idf +++ b/testfiles/EMSDemandManager_LargeOffice.idf @@ -35,28 +35,7 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:33:07 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! !!!__________________________________________ Version,26.1; diff --git a/testfiles/EMSDiscreteAirSystemSizes.idf b/testfiles/EMSDiscreteAirSystemSizes.idf index 94c36377776..1777f28fb25 100644 --- a/testfiles/EMSDiscreteAirSystemSizes.idf +++ b/testfiles/EMSDiscreteAirSystemSizes.idf @@ -34,38 +34,14 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:46:13 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData Version,26.1; diff --git a/testfiles/EMSReplaceTraditionalManagers_LargeOffice.idf b/testfiles/EMSReplaceTraditionalManagers_LargeOffice.idf index 2395f3115a8..7afaa20d266 100644 --- a/testfiles/EMSReplaceTraditionalManagers_LargeOffice.idf +++ b/testfiles/EMSReplaceTraditionalManagers_LargeOffice.idf @@ -35,38 +35,15 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:33:07 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/EMSTestMathAndKill.idf b/testfiles/EMSTestMathAndKill.idf index d55733c308b..41f9c823f3c 100644 --- a/testfiles/EMSTestMathAndKill.idf +++ b/testfiles/EMSTestMathAndKill.idf @@ -35,38 +35,14 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/EMSThermochromicWindow.idf b/testfiles/EMSThermochromicWindow.idf index af1f828420e..2ff99ad5ee1 100644 --- a/testfiles/EMSThermochromicWindow.idf +++ b/testfiles/EMSThermochromicWindow.idf @@ -43,39 +43,16 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.1) -! Created on 11/14/2008 02:36:42 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_NV_Las.Vegas_TMY2.epw ! CodeStandard=ASHRAE 90.1-2004 ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/Fault_ChillerSWTSensorOffset_RefBldgLargeOfficeNew2004.idf b/testfiles/Fault_ChillerSWTSensorOffset_RefBldgLargeOfficeNew2004.idf index 356c7288213..8f581d41f45 100644 --- a/testfiles/Fault_ChillerSWTSensorOffset_RefBldgLargeOfficeNew2004.idf +++ b/testfiles/Fault_ChillerSWTSensorOffset_RefBldgLargeOfficeNew2004.idf @@ -1,13 +1,8 @@ ! Fault_ChillerSWTSensorOffset_RefBldgLargeOfficeNew2004.idf ! ! Highlights: Illustrates the modeling of Chiller Supply Water Temperature Sensor Offset Fault -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -41,26 +36,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/Fault_FoulingAirFilter_RefBldgMediumOfficeNew2004.idf b/testfiles/Fault_FoulingAirFilter_RefBldgMediumOfficeNew2004.idf index 08ae8531c4e..dcc5c4b2b72 100644 --- a/testfiles/Fault_FoulingAirFilter_RefBldgMediumOfficeNew2004.idf +++ b/testfiles/Fault_FoulingAirFilter_RefBldgMediumOfficeNew2004.idf @@ -1,13 +1,8 @@ ! Fault_FoulingAirFilter_RefBldgMediumOfficeNew2004_Chicago.idf ! ! Highlights: Illustrates modeling of fouling air filter fault -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -41,26 +36,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/Fault_FoulingChillerBoiler_RefBldgLargeOfficeNew2004.idf b/testfiles/Fault_FoulingChillerBoiler_RefBldgLargeOfficeNew2004.idf index 959aa980ebb..2d00c08c8be 100644 --- a/testfiles/Fault_FoulingChillerBoiler_RefBldgLargeOfficeNew2004.idf +++ b/testfiles/Fault_FoulingChillerBoiler_RefBldgLargeOfficeNew2004.idf @@ -1,13 +1,8 @@ ! Fault_FoulingChillerBoiler_RefBldgLargeOfficeNew2004.idf ! ! Highlights: Illustrates the operational fault modeling of fouling chiller and boiler -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -41,26 +36,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/Fault_ThermostatOffset_RefBldgMediumOfficeNew2004.idf b/testfiles/Fault_ThermostatOffset_RefBldgMediumOfficeNew2004.idf index 8c60bed553c..d5dc188a804 100644 --- a/testfiles/Fault_ThermostatOffset_RefBldgMediumOfficeNew2004.idf +++ b/testfiles/Fault_ThermostatOffset_RefBldgMediumOfficeNew2004.idf @@ -1,13 +1,8 @@ ! Fault_ThermostatOffset_RefBldgMediumOfficeNew2004_Chicago.idf ! ! Highlights: Illustrates modeling of thermostat offset fault -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -41,26 +36,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/Fenestration_RefBldgSmallHotelNew2004_Chicago.idf b/testfiles/Fenestration_RefBldgSmallHotelNew2004_Chicago.idf index 4fb97f523eb..46c381a79e3 100644 --- a/testfiles/Fenestration_RefBldgSmallHotelNew2004_Chicago.idf +++ b/testfiles/Fenestration_RefBldgSmallHotelNew2004_Chicago.idf @@ -1,13 +1,8 @@ ! Fenestration_RefBldgSmallHotelNew2004_Chicago.idf ! ! Demonstrates a variety of windows, frames, and shading controls. -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Small Hotel, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Four story motel, 74 rooms plus laundry facility @@ -44,26 +39,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/HospitalBaseline.idf b/testfiles/HospitalBaseline.idf index b379fe20c83..81ae9acc3ec 100644 --- a/testfiles/HospitalBaseline.idf +++ b/testfiles/HospitalBaseline.idf @@ -5,7 +5,7 @@ ! ! ! Reference: Bonnema, E., D. Studer, A. Parker, S. Pless and P. Torcellini. 2010. Large Hospital 50% Energy Savings: Technical Support Document. -! NREL/TP-550-47867, National Renewable Energy Laboratory. available at http://www.nrel.gov/docs/fy10osti/47867.pdf +! NREL/TP-550-47867, National Renewable Energy Laboratory. Available at http://www.nlr.gov/docs/fy10osti/47867.pdf ! This example file was originally developed using Version 5.0.0.035 and was transitioned to Version 6.0 using the transition utility ! ! Basic file description: 130 zones, 7 story hospital with central CAV system and a 5 story medical office with a central VAV system @@ -62,42 +62,9 @@ ! Chillers: Water-cooled centrifugal speed chiller; COP = 6.1 ! Towers: Open, variable speed cooling tower ! -! Generated by EPXMLPreproc2 (Linux Version 0.1.2.32) -! Created on 08/31/2010 19:20:41 -!***** This data and software ("Data") is provided by the National Renewable ***** -!***** Energy Laboratory ("NREL"), which is operated by the Alliance for ***** -!***** Sustainable Energy, LLC ("ALLIANCE") for the U.S. Department Of ***** -!***** Energy ("DOE"). ***** -!***** Access to and use of these Data shall impose the following obligations ***** -!***** on the user, as set forth in this Agreement. The user is granted the ***** -!***** right, without any fee or cost, to use, copy, modify, alter, enhance ***** -!***** and distribute these Data for any purpose whatsoever, provided that this ***** -!***** entire notice appears in all copies of the Data. Further, the user ***** -!***** agrees to credit DOE/NREL/ALLIANCE in any publication that results from ***** -!***** the use of these Data. The names DOE/NREL/ALLIANCE, however, may not ***** -!***** be used in any advertising or publicity to endorse or promote any products ***** -!***** or commercial entities unless specific written permission is obtained from ***** -!***** DOE/NREL/ ALLIANCE. The user also understands that DOE/NREL/Alliance is ***** -!***** not obligated to provide the user with any support, consulting, training ***** -!***** or assistance of any kind with regard to the use of these Data or to ***** -!***** provide the user with any updates, revisions or new versions of these Data. ***** -!***** YOU AGREE TO INDEMNIFY DOE/NREL/Alliance, AND ITS SUBSIDIARIES, AFFILIATES, ***** -!***** OFFICERS, AGENTS, AND EMPLOYEES AGAINST ANY CLAIM OR DEMAND, INCLUDING ***** -!***** 'REASONABLE ATTORNEYS' FEES, RELATED TO YOUR USE OF THESE DATA. THESE DATA ***** -!***** ARE PROVIDED BY DOE/NREL/Alliance "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ***** -!***** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN ***** -!***** NO EVENT SHALL DOE/NREL/ALLIANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR ***** -!***** CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, INCLUDING BUT NOT LIMITED ***** -!***** TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA OR PROFITS, WHICH MAY RESULT ***** -!***** FROM AN ACTION IN CONTRACT, NEGLIGENCE OR OTHER TORTIOUS CLAIM THAT ***** -!***** ARISES OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE OF ***** -!***** THESE DATA. ***** -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare.Intl.AP_TMY3.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData ! Number of Zones: 130 Version,26.1; diff --git a/testfiles/HospitalBaselineReheatReportEMS.idf b/testfiles/HospitalBaselineReheatReportEMS.idf index ee5585da5f2..f5ccd6a8798 100644 --- a/testfiles/HospitalBaselineReheatReportEMS.idf +++ b/testfiles/HospitalBaselineReheatReportEMS.idf @@ -5,7 +5,7 @@ ! ! ! Reference: Bonnema, E., D. Studer, A. Parker, S. Pless and P. Torcellini. 2010. Large Hospital 50% Energy Savings: Technical Support Document. -! NREL/TP-550-47867, National Renewable Energy Laboratory. available at http://www.nrel.gov/docs/fy10osti/47867.pdf +! NREL/TP-550-47867, National Renewable Energy Laboratory. Available at http://www.nlr.gov/docs/fy10osti/47867.pdf ! This example file was originally developed using Version 5.0.0.035 and was transitioned to Version 6.0 using the transition utility ! ! Basic file description: 130 zones, 7 story hospital with central CAV system and a 5 story medical office with a central VAV system @@ -62,42 +62,9 @@ ! Chillers: Water-cooled centrifugal speed chiller; COP = 6.1 ! Towers: Open, variable speed cooling tower ! -! Generated by EPXMLPreproc2 (Linux Version 0.1.2.32) -! Created on 08/31/2010 19:20:41 -!***** This data and software ("Data") is provided by the National Renewable ***** -!***** Energy Laboratory ("NREL"), which is operated by the Alliance for ***** -!***** Sustainable Energy, LLC ("ALLIANCE") for the U.S. Department Of ***** -!***** Energy ("DOE"). ***** -!***** Access to and use of these Data shall impose the following obligations ***** -!***** on the user, as set forth in this Agreement. The user is granted the ***** -!***** right, without any fee or cost, to use, copy, modify, alter, enhance ***** -!***** and distribute these Data for any purpose whatsoever, provided that this ***** -!***** entire notice appears in all copies of the Data. Further, the user ***** -!***** agrees to credit DOE/NREL/ALLIANCE in any publication that results from ***** -!***** the use of these Data. The names DOE/NREL/ALLIANCE, however, may not ***** -!***** be used in any advertising or publicity to endorse or promote any products ***** -!***** or commercial entities unless specific written permission is obtained from ***** -!***** DOE/NREL/ ALLIANCE. The user also understands that DOE/NREL/Alliance is ***** -!***** not obligated to provide the user with any support, consulting, training ***** -!***** or assistance of any kind with regard to the use of these Data or to ***** -!***** provide the user with any updates, revisions or new versions of these Data. ***** -!***** YOU AGREE TO INDEMNIFY DOE/NREL/Alliance, AND ITS SUBSIDIARIES, AFFILIATES, ***** -!***** OFFICERS, AGENTS, AND EMPLOYEES AGAINST ANY CLAIM OR DEMAND, INCLUDING ***** -!***** 'REASONABLE ATTORNEYS' FEES, RELATED TO YOUR USE OF THESE DATA. THESE DATA ***** -!***** ARE PROVIDED BY DOE/NREL/Alliance "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ***** -!***** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN ***** -!***** NO EVENT SHALL DOE/NREL/ALLIANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR ***** -!***** CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, INCLUDING BUT NOT LIMITED ***** -!***** TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA OR PROFITS, WHICH MAY RESULT ***** -!***** FROM AN ACTION IN CONTRACT, NEGLIGENCE OR OTHER TORTIOUS CLAIM THAT ***** -!***** ARISES OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE OF ***** -!***** THESE DATA. ***** -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare.Intl.AP_TMY3.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData ! Number of Zones: 130 Version,26.1; diff --git a/testfiles/HospitalLowEnergy.idf b/testfiles/HospitalLowEnergy.idf index c35d559c66d..293bd3cf02c 100644 --- a/testfiles/HospitalLowEnergy.idf +++ b/testfiles/HospitalLowEnergy.idf @@ -5,7 +5,7 @@ ! ! ! Reference: Bonnema, E., D. Studer, A. Parker, S. Pless and P. Torcellini. 2010. Large Hospital 50% Energy Savings: Technical Support Document. -! NREL/TP-550-47867, National Renewable Energy Laboratory. available at http://www.nrel.gov/docs/fy10osti/47867.pdf +! NREL/TP-550-47867, National Renewable Energy Laboratory. Available at http://www.nlr.gov/docs/fy10osti/47867.pdf ! This example file was originally developed using Version 5.0.0.035 and was transitioned to Version 6.0 using the transition utility ! ! Basic file description: 130 zones, low energy version of a 7 story hospital and a 5 story medical office @@ -68,42 +68,9 @@ ! Towers: Open, variable speed cooling towers (one for each chiller). ! Other: The condenser loop has a counter-flow water side economizer. ! -! Generated by EPXMLPreproc2 (Linux Version 0.1.2.32) -! Created on 08/31/2010 18:45:02 -!***** This data and software ("Data") is provided by the National Renewable ***** -!***** Energy Laboratory ("NREL"), which is operated by the Alliance for ***** -!***** Sustainable Energy, LLC ("ALLIANCE") for the U.S. Department Of ***** -!***** Energy ("DOE"). ***** -!***** Access to and use of these Data shall impose the following obligations ***** -!***** on the user, as set forth in this Agreement. The user is granted the ***** -!***** right, without any fee or cost, to use, copy, modify, alter, enhance ***** -!***** and distribute these Data for any purpose whatsoever, provided that this ***** -!***** entire notice appears in all copies of the Data. Further, the user ***** -!***** agrees to credit DOE/NREL/ALLIANCE in any publication that results from ***** -!***** the use of these Data. The names DOE/NREL/ALLIANCE, however, may not ***** -!***** be used in any advertising or publicity to endorse or promote any products ***** -!***** or commercial entities unless specific written permission is obtained from ***** -!***** DOE/NREL/ ALLIANCE. The user also understands that DOE/NREL/Alliance is ***** -!***** not obligated to provide the user with any support, consulting, training ***** -!***** or assistance of any kind with regard to the use of these Data or to ***** -!***** provide the user with any updates, revisions or new versions of these Data. ***** -!***** YOU AGREE TO INDEMNIFY DOE/NREL/Alliance, AND ITS SUBSIDIARIES, AFFILIATES, ***** -!***** OFFICERS, AGENTS, AND EMPLOYEES AGAINST ANY CLAIM OR DEMAND, INCLUDING ***** -!***** 'REASONABLE ATTORNEYS' FEES, RELATED TO YOUR USE OF THESE DATA. THESE DATA ***** -!***** ARE PROVIDED BY DOE/NREL/Alliance "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ***** -!***** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN ***** -!***** NO EVENT SHALL DOE/NREL/ALLIANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR ***** -!***** CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, INCLUDING BUT NOT LIMITED ***** -!***** TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA OR PROFITS, WHICH MAY RESULT ***** -!***** FROM AN ACTION IN CONTRACT, NEGLIGENCE OR OTHER TORTIOUS CLAIM THAT ***** -!***** ARISES OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE OF ***** -!***** THESE DATA. ***** -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare.Intl.AP_TMY3.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData ! Number of Zones: 130 Version,26.1; diff --git a/testfiles/Minimal.idf b/testfiles/Minimal.idf index d8f33a6957c..c5debf91ad8 100644 --- a/testfiles/Minimal.idf +++ b/testfiles/Minimal.idf @@ -11,7 +11,6 @@ ! Internal gains description: None. ! ! HVAC: None. -! Version,26.1; diff --git a/testfiles/OptimalStart_RefBldgLargeOfficeNew2004_Chicago.idf b/testfiles/OptimalStart_RefBldgLargeOfficeNew2004_Chicago.idf index 3476e596e4b..6e69f6195f7 100644 --- a/testfiles/OptimalStart_RefBldgLargeOfficeNew2004_Chicago.idf +++ b/testfiles/OptimalStart_RefBldgLargeOfficeNew2004_Chicago.idf @@ -4,13 +4,8 @@ !- Use '!' comments if they need to be retained when using the IDFEditor. ! OptimalStart_RefBldgLargeOfficeNew2004_Chicago.idf ! Added optimal start control for the VAV_1, also remove night cycle for VAV_1. -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -44,26 +39,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/PlantLoopHeatPump_EIR_AirSource_Hospital_wSixPipeHeatRecovery.idf b/testfiles/PlantLoopHeatPump_EIR_AirSource_Hospital_wSixPipeHeatRecovery.idf index 76d7b9751ab..5d6c2c0089b 100644 --- a/testfiles/PlantLoopHeatPump_EIR_AirSource_Hospital_wSixPipeHeatRecovery.idf +++ b/testfiles/PlantLoopHeatPump_EIR_AirSource_Hospital_wSixPipeHeatRecovery.idf @@ -4,13 +4,8 @@ !- Use '!' comments if they need to be retained when using the IDFEditor. ! PlantLoopHeatPump_EIR_AirSource_Hospital_wSixPipeHeatRecovery.idf ! Created by modifying RefBldgHospitalNew2004_Chicago.idf example file -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Hospital, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Five story hospital @@ -63,26 +58,7 @@ ! Boilers: Boiler:HotWater (gas-fired) ! ChillersHeaters: HeatPump:PlantLoop:EIR:Cooling and HeatPump:PlantLoop:EIR:Heating ! -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/PythonPlugin1ZoneUncontrolledCondFD.py b/testfiles/PythonPlugin1ZoneUncontrolledCondFD.py index 3b164b83ff4..3cf56df199a 100644 --- a/testfiles/PythonPlugin1ZoneUncontrolledCondFD.py +++ b/testfiles/PythonPlugin1ZoneUncontrolledCondFD.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPlugin1ZoneUncontrolledTrackHistory.py b/testfiles/PythonPlugin1ZoneUncontrolledTrackHistory.py index 63e44e4433f..08e471c897b 100644 --- a/testfiles/PythonPlugin1ZoneUncontrolledTrackHistory.py +++ b/testfiles/PythonPlugin1ZoneUncontrolledTrackHistory.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginAirflowNetworkOpeningControlByHumidity.py b/testfiles/PythonPluginAirflowNetworkOpeningControlByHumidity.py index 0b82cf5af25..53a7b941f4a 100644 --- a/testfiles/PythonPluginAirflowNetworkOpeningControlByHumidity.py +++ b/testfiles/PythonPluginAirflowNetworkOpeningControlByHumidity.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginConstantVolumePurchasedAir.py b/testfiles/PythonPluginConstantVolumePurchasedAir.py index 168ff390854..7bda61af8cf 100644 --- a/testfiles/PythonPluginConstantVolumePurchasedAir.py +++ b/testfiles/PythonPluginConstantVolumePurchasedAir.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginCurveOverride_PackagedTerminalHeatPump.py b/testfiles/PythonPluginCurveOverride_PackagedTerminalHeatPump.py index 802ce91a4af..2498b89e2e1 100644 --- a/testfiles/PythonPluginCurveOverride_PackagedTerminalHeatPump.py +++ b/testfiles/PythonPluginCurveOverride_PackagedTerminalHeatPump.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginCustomOutputVariable.idf b/testfiles/PythonPluginCustomOutputVariable.idf index 44de558ddd3..7476b0c359b 100644 --- a/testfiles/PythonPluginCustomOutputVariable.idf +++ b/testfiles/PythonPluginCustomOutputVariable.idf @@ -32,38 +32,15 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginCustomOutputVariable.py b/testfiles/PythonPluginCustomOutputVariable.py index e1f740e89b2..9537b6deb34 100644 --- a/testfiles/PythonPluginCustomOutputVariable.py +++ b/testfiles/PythonPluginCustomOutputVariable.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginCustomSchedule.idf b/testfiles/PythonPluginCustomSchedule.idf index 086585e8f36..2005541a026 100644 --- a/testfiles/PythonPluginCustomSchedule.idf +++ b/testfiles/PythonPluginCustomSchedule.idf @@ -32,38 +32,15 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginCustomSchedule.py b/testfiles/PythonPluginCustomSchedule.py index ab9ef030f2b..b961cd2f0d7 100644 --- a/testfiles/PythonPluginCustomSchedule.py +++ b/testfiles/PythonPluginCustomSchedule.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginCustomTrendVariable.idf b/testfiles/PythonPluginCustomTrendVariable.idf index bc1f48793d6..70181dcbc99 100644 --- a/testfiles/PythonPluginCustomTrendVariable.idf +++ b/testfiles/PythonPluginCustomTrendVariable.idf @@ -32,38 +32,14 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginCustomTrendVariable.py b/testfiles/PythonPluginCustomTrendVariable.py index b17c473f11a..61e8da78707 100644 --- a/testfiles/PythonPluginCustomTrendVariable.py +++ b/testfiles/PythonPluginCustomTrendVariable.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginDemandManager_LargeOffice.idf b/testfiles/PythonPluginDemandManager_LargeOffice.idf index 6ff0c92510a..b83eb1593fb 100644 --- a/testfiles/PythonPluginDemandManager_LargeOffice.idf +++ b/testfiles/PythonPluginDemandManager_LargeOffice.idf @@ -35,28 +35,7 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:33:07 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! !!!__________________________________________ Version,26.1; diff --git a/testfiles/PythonPluginDemandManager_LargeOffice.py b/testfiles/PythonPluginDemandManager_LargeOffice.py index 98dab3f046a..e69fc338877 100644 --- a/testfiles/PythonPluginDemandManager_LargeOffice.py +++ b/testfiles/PythonPluginDemandManager_LargeOffice.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginDiscreteAirSystemSizes.idf b/testfiles/PythonPluginDiscreteAirSystemSizes.idf index 5c691389c43..bb40a2fb463 100644 --- a/testfiles/PythonPluginDiscreteAirSystemSizes.idf +++ b/testfiles/PythonPluginDiscreteAirSystemSizes.idf @@ -34,38 +34,15 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:46:13 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginDiscreteAirSystemSizes.py b/testfiles/PythonPluginDiscreteAirSystemSizes.py index 041b58eaccb..745ebb687c5 100644 --- a/testfiles/PythonPluginDiscreteAirSystemSizes.py +++ b/testfiles/PythonPluginDiscreteAirSystemSizes.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginLoadBasedMultiSpeedDXCoilOverrideControl.py b/testfiles/PythonPluginLoadBasedMultiSpeedDXCoilOverrideControl.py index 8a3bd2e46a2..af8c4ebaca9 100644 --- a/testfiles/PythonPluginLoadBasedMultiSpeedDXCoilOverrideControl.py +++ b/testfiles/PythonPluginLoadBasedMultiSpeedDXCoilOverrideControl.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginLrgOff_GridStorageSmoothing.py b/testfiles/PythonPluginLrgOff_GridStorageSmoothing.py index bce842cae66..42c0a444c14 100644 --- a/testfiles/PythonPluginLrgOff_GridStorageSmoothing.py +++ b/testfiles/PythonPluginLrgOff_GridStorageSmoothing.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginMultiSpeedHeatPumpOverrideControl.py b/testfiles/PythonPluginMultiSpeedHeatPumpOverrideControl.py index 58764197955..b7478ecac27 100644 --- a/testfiles/PythonPluginMultiSpeedHeatPumpOverrideControl.py +++ b/testfiles/PythonPluginMultiSpeedHeatPumpOverrideControl.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginPlantLoopOverrideControl.py b/testfiles/PythonPluginPlantLoopOverrideControl.py index 4d3e0f44da9..cb6ff375a4e 100644 --- a/testfiles/PythonPluginPlantLoopOverrideControl.py +++ b/testfiles/PythonPluginPlantLoopOverrideControl.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginPlantOperation_largeOff.py b/testfiles/PythonPluginPlantOperation_largeOff.py index 3724b7d1dcb..41381ddfd40 100644 --- a/testfiles/PythonPluginPlantOperation_largeOff.py +++ b/testfiles/PythonPluginPlantOperation_largeOff.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.idf b/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.idf index e13cb8d9673..8ec602eff14 100644 --- a/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.idf +++ b/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.idf @@ -35,38 +35,15 @@ ! Boilers: Boiler:HotWater - natural gas ! Chillers: Chiller:Electric:EIR - Water cooled ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:33:07 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.py b/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.py index 2fb237fdc26..2de22d762fa 100644 --- a/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.py +++ b/testfiles/PythonPluginReplaceTraditionalManagers_LargeOffice.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginTestMathAndKill.idf b/testfiles/PythonPluginTestMathAndKill.idf index f1b717c5c6f..28b2488aa33 100644 --- a/testfiles/PythonPluginTestMathAndKill.idf +++ b/testfiles/PythonPluginTestMathAndKill.idf @@ -35,38 +35,15 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.2) -! Created on 03/26/2009 10:42:53 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_IL_Chicago-OHare_TMY2.epw ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginTestMathAndKill.py b/testfiles/PythonPluginTestMathAndKill.py index 0e853cbd95a..bef78a01f26 100644 --- a/testfiles/PythonPluginTestMathAndKill.py +++ b/testfiles/PythonPluginTestMathAndKill.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginThermochromicWindow.idf b/testfiles/PythonPluginThermochromicWindow.idf index dbac6c066a0..429ce960e5a 100644 --- a/testfiles/PythonPluginThermochromicWindow.idf +++ b/testfiles/PythonPluginThermochromicWindow.idf @@ -43,39 +43,16 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.1) -! Created on 11/14/2008 02:36:42 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_NV_Las.Vegas_TMY2.epw ! CodeStandard=ASHRAE 90.1-2004 ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/PythonPluginThermochromicWindow.py b/testfiles/PythonPluginThermochromicWindow.py index 5153d069dc5..53e2795db59 100644 --- a/testfiles/PythonPluginThermochromicWindow.py +++ b/testfiles/PythonPluginThermochromicWindow.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginUserDefined5ZoneAirCooled.py b/testfiles/PythonPluginUserDefined5ZoneAirCooled.py index 5388b4968d2..b3b16ce8438 100644 --- a/testfiles/PythonPluginUserDefined5ZoneAirCooled.py +++ b/testfiles/PythonPluginUserDefined5ZoneAirCooled.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginUserDefinedWindACAuto.py b/testfiles/PythonPluginUserDefinedWindACAuto.py index 7c23290c990..a2753340f84 100644 --- a/testfiles/PythonPluginUserDefinedWindACAuto.py +++ b/testfiles/PythonPluginUserDefinedWindACAuto.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPluginWindowShadeControl.py b/testfiles/PythonPluginWindowShadeControl.py index 2a5f50ef9fe..686a8342a1d 100644 --- a/testfiles/PythonPluginWindowShadeControl.py +++ b/testfiles/PythonPluginWindowShadeControl.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/PythonPlugin_SingleFamilyHouse_TwoSpeed_MultiStageElectricSuppCoil.py b/testfiles/PythonPlugin_SingleFamilyHouse_TwoSpeed_MultiStageElectricSuppCoil.py index d2054b783cf..59c4590bbf3 100644 --- a/testfiles/PythonPlugin_SingleFamilyHouse_TwoSpeed_MultiStageElectricSuppCoil.py +++ b/testfiles/PythonPlugin_SingleFamilyHouse_TwoSpeed_MultiStageElectricSuppCoil.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/RefBldgFullServiceRestaurantNew2004_Chicago.idf b/testfiles/RefBldgFullServiceRestaurantNew2004_Chicago.idf index 7ef1f29a158..d516ed1ed77 100644 --- a/testfiles/RefBldgFullServiceRestaurantNew2004_Chicago.idf +++ b/testfiles/RefBldgFullServiceRestaurantNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgFullServiceRestaurantNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Full Service Restaurant, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, Two zone building. @@ -38,26 +33,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgHospitalNew2004_Chicago.idf b/testfiles/RefBldgHospitalNew2004_Chicago.idf index 4d3f9c0e65c..49fbe8bedd0 100644 --- a/testfiles/RefBldgHospitalNew2004_Chicago.idf +++ b/testfiles/RefBldgHospitalNew2004_Chicago.idf @@ -3,13 +3,8 @@ !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically. !- Use '!' comments if they need to be retained when using the IDFEditor. ! RefBldgHospitalNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Hospital, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Five story hospital @@ -58,26 +53,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgLargeHotelNew2004_Chicago.idf b/testfiles/RefBldgLargeHotelNew2004_Chicago.idf index 7e8aa5d47c8..1ca3505e120 100644 --- a/testfiles/RefBldgLargeHotelNew2004_Chicago.idf +++ b/testfiles/RefBldgLargeHotelNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgLargeHotelNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large hotel, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Six story motel, 179 rooms plus laundry facility @@ -52,26 +47,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:EIR (air-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgLargeOfficeNew2004_Chicago-ReturnReset.idf b/testfiles/RefBldgLargeOfficeNew2004_Chicago-ReturnReset.idf index 4c95ed7e41f..18ddc83985e 100644 --- a/testfiles/RefBldgLargeOfficeNew2004_Chicago-ReturnReset.idf +++ b/testfiles/RefBldgLargeOfficeNew2004_Chicago-ReturnReset.idf @@ -3,13 +3,8 @@ !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically. !- Use '!' comments if they need to be retained when using the IDFEditor. ! RefBldgLargeOfficeNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -44,26 +39,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgLargeOfficeNew2004_Chicago.idf b/testfiles/RefBldgLargeOfficeNew2004_Chicago.idf index 58ab4bcbf33..dba181aa1ec 100644 --- a/testfiles/RefBldgLargeOfficeNew2004_Chicago.idf +++ b/testfiles/RefBldgLargeOfficeNew2004_Chicago.idf @@ -3,13 +3,8 @@ !-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically. !- Use '!' comments if they need to be retained when using the IDFEditor. ! RefBldgLargeOfficeNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Large office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: 12 story plus basement, office building. @@ -43,26 +38,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:ReformulatedEIR (water-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgMediumOfficeNew2004_Chicago.idf b/testfiles/RefBldgMediumOfficeNew2004_Chicago.idf index f6daa2d69d3..31d40263c35 100644 --- a/testfiles/RefBldgMediumOfficeNew2004_Chicago.idf +++ b/testfiles/RefBldgMediumOfficeNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgMediumOfficeNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -39,26 +34,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgMediumOfficeNew2004_Chicago_JSON_Outputs.idf b/testfiles/RefBldgMediumOfficeNew2004_Chicago_JSON_Outputs.idf index d5f81fce976..48880f88487 100644 --- a/testfiles/RefBldgMediumOfficeNew2004_Chicago_JSON_Outputs.idf +++ b/testfiles/RefBldgMediumOfficeNew2004_Chicago_JSON_Outputs.idf @@ -1,11 +1,6 @@ ! RefBldgMediumOfficeNew2004_Chicago_JSON_Outputs.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -39,26 +34,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; @@ -66,7 +42,6 @@ ! U.S. Department of Energy Commercial Reference Building Models of the National Building Stock. ! Washington, DC: U.S. Department of Energy, Energy Efficiency and ! Renewable Energy, Office of Building Technologies. -! ***GENERAL SIMULATION PARAMETERS*** ! Number of Zones: 18 Version,26.1; diff --git a/testfiles/RefBldgMediumOfficeNew2004_Chicago_OutputControl.idf b/testfiles/RefBldgMediumOfficeNew2004_Chicago_OutputControl.idf index a32a3e76af7..e73c013ca3b 100644 --- a/testfiles/RefBldgMediumOfficeNew2004_Chicago_OutputControl.idf +++ b/testfiles/RefBldgMediumOfficeNew2004_Chicago_OutputControl.idf @@ -1,11 +1,6 @@ ! RefBldgMediumOfficeNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -39,26 +34,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgMidriseApartmentNew2004_Chicago.idf b/testfiles/RefBldgMidriseApartmentNew2004_Chicago.idf index 1ce1cf83e4b..349b67a85c0 100644 --- a/testfiles/RefBldgMidriseApartmentNew2004_Chicago.idf +++ b/testfiles/RefBldgMidriseApartmentNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgMidriseApartmentNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Midrise Apartment building, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Four story apartment building, 31 apartments plus office @@ -39,26 +34,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgOutPatientNew2004_Chicago.idf b/testfiles/RefBldgOutPatientNew2004_Chicago.idf index 9e8fed0a31a..df145f9bfcc 100644 --- a/testfiles/RefBldgOutPatientNew2004_Chicago.idf +++ b/testfiles/RefBldgOutPatientNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgOutPatientNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Outpatient Facility, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Outpatient surgery center, 1 floor of treatment rooms, 1 floor of exam rooms, and 1 floor of office space @@ -52,26 +47,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgPrimarySchoolNew2004_Chicago.idf b/testfiles/RefBldgPrimarySchoolNew2004_Chicago.idf index 9d9a1777b32..92a9871e6f7 100644 --- a/testfiles/RefBldgPrimarySchoolNew2004_Chicago.idf +++ b/testfiles/RefBldgPrimarySchoolNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgPrimarySchoolNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Primary School, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, primary school, 25 zones @@ -48,26 +43,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgQuickServiceRestaurantNew2004_Chicago.idf b/testfiles/RefBldgQuickServiceRestaurantNew2004_Chicago.idf index 1fbc74c7744..6414a5391ec 100644 --- a/testfiles/RefBldgQuickServiceRestaurantNew2004_Chicago.idf +++ b/testfiles/RefBldgQuickServiceRestaurantNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgQuickServiceRestaurantNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Quick Service Restaurant, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, Two zone building. @@ -43,26 +38,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgSecondarySchoolNew2004_Chicago.idf b/testfiles/RefBldgSecondarySchoolNew2004_Chicago.idf index 580fb949f49..33ed6521bac 100644 --- a/testfiles/RefBldgSecondarySchoolNew2004_Chicago.idf +++ b/testfiles/RefBldgSecondarySchoolNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgSecondarySchoolNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Secondary School, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Two story, secondary school, 46 zones @@ -53,26 +48,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: Chiller:Electric:EIR (air-cooled) -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgSmallHotelNew2004_Chicago.idf b/testfiles/RefBldgSmallHotelNew2004_Chicago.idf index 1547d02d713..31733cadcf8 100644 --- a/testfiles/RefBldgSmallHotelNew2004_Chicago.idf +++ b/testfiles/RefBldgSmallHotelNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgSmallHotelNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Small Hotel, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Four story motel, 74 rooms plus laundry facility @@ -42,26 +37,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgSmallOfficeNew2004_Chicago.idf b/testfiles/RefBldgSmallOfficeNew2004_Chicago.idf index 034a5946ebd..9c8e5b83d9b 100644 --- a/testfiles/RefBldgSmallOfficeNew2004_Chicago.idf +++ b/testfiles/RefBldgSmallOfficeNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgSmallOfficeNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Small Office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, five zone office building. @@ -36,26 +31,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgStand-aloneRetailNew2004_Chicago.idf b/testfiles/RefBldgStand-aloneRetailNew2004_Chicago.idf index c562dbb911a..6895a1be522 100644 --- a/testfiles/RefBldgStand-aloneRetailNew2004_Chicago.idf +++ b/testfiles/RefBldgStand-aloneRetailNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgStand-aloneRetailNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Stand-alone Retail, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, Five zone building. @@ -38,26 +33,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgStripMallNew2004_Chicago.idf b/testfiles/RefBldgStripMallNew2004_Chicago.idf index e94e7fdd21a..9dd483b58fc 100644 --- a/testfiles/RefBldgStripMallNew2004_Chicago.idf +++ b/testfiles/RefBldgStripMallNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgStripMallNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Strip Mall, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, 10 single-zone stores, double size on end and middle. @@ -38,26 +33,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgSuperMarketNew2004_Chicago.idf b/testfiles/RefBldgSuperMarketNew2004_Chicago.idf index e265087b268..9eb0211d423 100644 --- a/testfiles/RefBldgSuperMarketNew2004_Chicago.idf +++ b/testfiles/RefBldgSuperMarketNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgSuperMarketNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Supermarket, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, six zone building. @@ -52,26 +47,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefBldgWarehouseNew2004_Chicago.idf b/testfiles/RefBldgWarehouseNew2004_Chicago.idf index a562938200c..dd249781ede 100644 --- a/testfiles/RefBldgWarehouseNew2004_Chicago.idf +++ b/testfiles/RefBldgWarehouseNew2004_Chicago.idf @@ -1,11 +1,6 @@ ! RefBldgWarehouseNew2004_Chicago.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Warehouse, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, three zones @@ -37,26 +32,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/RefMedOffVAVAllDefVRP.idf b/testfiles/RefMedOffVAVAllDefVRP.idf index 3f8b2e78729..3971d502bb5 100644 --- a/testfiles/RefMedOffVAVAllDefVRP.idf +++ b/testfiles/RefMedOffVAVAllDefVRP.idf @@ -1,11 +1,6 @@ ! RefMedOffVAVAllDefVRP.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Highlights: "Smart" defaulting of minimum cooling flow fraction and Maximum reheat flow fraction of the VAV terminal units. @@ -42,26 +37,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/ReportDaylightFactors.idf b/testfiles/ReportDaylightFactors.idf index 632f680c8c1..49e1fbbb963 100644 --- a/testfiles/ReportDaylightFactors.idf +++ b/testfiles/ReportDaylightFactors.idf @@ -36,26 +36,7 @@ ! Pumps: Yes ! Boilers: Boiler:HotWater (gas-fired) ! Chillers: None -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/ReportHeatEmission_RefFSRestaurant.idf b/testfiles/ReportHeatEmission_RefFSRestaurant.idf index 21ad97447f0..1a1721dab28 100644 --- a/testfiles/ReportHeatEmission_RefFSRestaurant.idf +++ b/testfiles/ReportHeatEmission_RefFSRestaurant.idf @@ -1,13 +1,8 @@ ! ReportHeatEmission_RefFSRestaurant.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! This example file shows the use of the heat emissions report and is based on RefBldgFullServiceRestaurantNew2004_Chicago.idf ! ! DOE Commercial Reference Building ! Full Service Restaurant, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, Two zone building. @@ -40,26 +35,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/ShopWithPVandBattery.idf b/testfiles/ShopWithPVandBattery.idf index f48104791c0..c835936b99a 100644 --- a/testfiles/ShopWithPVandBattery.idf +++ b/testfiles/ShopWithPVandBattery.idf @@ -5381,34 +5381,8 @@ Output:SQLite, Simple; !- Option Type -!***** Portions of this file originally Generated by EPXMLPreproc2 ***** -!***** Created on 06/07/2007 02:53:27 ***** -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** -! Start SimMetaData ! WeatherFileName=USA_OK_Oklahoma.City_TMY2.epw ! CodeStandard=ASHRAE 90.1-2004 ! Std62Version=2004 ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData diff --git a/testfiles/ShopWithPVandLiIonBattery.idf b/testfiles/ShopWithPVandLiIonBattery.idf index 974da333beb..3bb3047fd60 100644 --- a/testfiles/ShopWithPVandLiIonBattery.idf +++ b/testfiles/ShopWithPVandLiIonBattery.idf @@ -5351,34 +5351,8 @@ Output:SQLite, Simple; !- Option Type -!***** Portions of this file originally Generated by EPXMLPreproc2 ***** -!***** Created on 06/07/2007 02:53:27 ***** -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** -! Start SimMetaData ! WeatherFileName=USA_OK_Oklahoma.City_TMY2.epw ! CodeStandard=ASHRAE 90.1-2004 ! Std62Version=2004 ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData diff --git a/testfiles/ShopWithPVandStorage.idf b/testfiles/ShopWithPVandStorage.idf index fabc7161504..6cbc1dea348 100644 --- a/testfiles/ShopWithPVandStorage.idf +++ b/testfiles/ShopWithPVandStorage.idf @@ -5318,34 +5318,8 @@ Output:Variable,*,Cooling Coil Electricity Rate,timestep; -!***** Portions of this file originally Generated by EPXMLPreproc2 ***** -!***** Created on 06/07/2007 02:53:27 ***** -!***** Input File produced by the EnergyPlus Model Example File Generator ***** -!***** Disclaimer & Notice: ***** -!***** The EnergyPlus Example File Generator ("EEFG") is provided by the ***** -!***** National Renewable Energy Laboratory ("NREL") operated by Midwest ***** -!***** Research Institute for the U.S. Department of Energy ("DOE"). ***** -!***** Access to and use of the EEFG shall impose the following obligations ***** -!***** on the user. The user agrees to credit NREL/MRI in any publication(s) ***** -!***** that result from the use of EEFG. The names NREL/MRI/DOE, however, may ***** -!***** not be used in any advertising or publicity to endorse or promote ***** -!***** any products, services or commercial entities unless specific written ***** -!***** permission is obtained from NREL/MRI/DOE. ***** -!***** EEFG IS PROVIDED BY NREL/MRI "AS IS" AND ANY EXPRESS OR IMPLIED ***** -!***** WARRANTIES, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ***** -!***** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ***** -!***** DISCLAIMED. IN NO EVENT SHALL NREL/MRI/DOE BE LIABLE FOR ANY ***** -!***** SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER, ***** -!***** INCLUDING BUT NOT LIMITED TO CLAIMS ASSOCIATED WITH THE LOSS OF DATA ***** -!***** OR PROFITS, WHICH MAY RESULT FROM AN ACTION IN CONTRACT, NEGLIGENCE ***** -!***** OR OTHER TORTIOUS CLAIM THAT ARISES OUT OF OR IN CONNECTION ***** -!***** WITH THE ACCESS, USE OR PERFORMANCE OF THE EEFG. ***** -!***** Please help us to improve this service. If you have suggestions for ***** -!***** improving this input file, please contact us at ewi_support@nrel.gov. ***** -! Start SimMetaData ! WeatherFileName=USA_OK_Oklahoma.City_TMY2.epw ! CodeStandard=ASHRAE 90.1-2004 ! Std62Version=2004 ! RoofConstruction=Insulation Entirely Above Deck ! ExtWallConstruction=Steel-Framed -! End SimMetaData diff --git a/testfiles/SolarHeatingPythonPlugin.py b/testfiles/SolarHeatingPythonPlugin.py index 596556fd864..ab75a864e4c 100644 --- a/testfiles/SolarHeatingPythonPlugin.py +++ b/testfiles/SolarHeatingPythonPlugin.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/testfiles/SurfaceHeatSourceTerm_RefBldgSmallOfficeNew2004.idf b/testfiles/SurfaceHeatSourceTerm_RefBldgSmallOfficeNew2004.idf index df252cdc637..f51ecdf7a14 100644 --- a/testfiles/SurfaceHeatSourceTerm_RefBldgSmallOfficeNew2004.idf +++ b/testfiles/SurfaceHeatSourceTerm_RefBldgSmallOfficeNew2004.idf @@ -1,11 +1,6 @@ ! SurfaceHeatSourceTerm_RefBldgSmallOfficeNew2004.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Small Office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Single story, five zone office building. @@ -38,26 +33,7 @@ ! Pumps: None ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/ThermochromicWindow.idf b/testfiles/ThermochromicWindow.idf index d88763be390..6731af67537 100644 --- a/testfiles/ThermochromicWindow.idf +++ b/testfiles/ThermochromicWindow.idf @@ -47,39 +47,16 @@ ! Boilers: None ! Chillers: None ! -! Generated by EPXMLPreproc2 (Windows 32 Version 0.1.2.1) -! Created on 11/14/2008 02:36:42 -!***** NOTICE ***** -!***** The Benchmarks were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Benchmarks imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Benchmarks. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Building Benchmarks: ! Deru, M.; Griffith, B.; Long, N.; Benne, K.; Torcellini, P; Halverson, M.; ! Winiarski, D.; Liu, B.; Crawley, D. (2008). DOE Commercial Building Resarch ! Benchmarks for Commercial Buildings. Washington, DC: U.S. Department of Energy, ! Energy Efficiency and Renewable Energy, Office of Building Technologies. -! Start SimMetaData ! WeatherFileName=USA_NV_Las.Vegas_TMY2.epw ! CodeStandard=ASHRAE 90.1-2004 ! RoofConstruction=Attic and Other ! ExtWallConstruction=Mass -! End SimMetaData Version,26.1; diff --git a/testfiles/ZoneCoupledKivaRefBldgMediumOffice.idf b/testfiles/ZoneCoupledKivaRefBldgMediumOffice.idf index a8f8ec869b6..0626bf4aedd 100644 --- a/testfiles/ZoneCoupledKivaRefBldgMediumOffice.idf +++ b/testfiles/ZoneCoupledKivaRefBldgMediumOffice.idf @@ -1,11 +1,6 @@ ! ZoneCoupledKivaRefBldgMediumOffice.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -39,26 +34,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/testfiles/ZoneCoupledKivaRefBldgMediumOfficeNoClg.idf b/testfiles/ZoneCoupledKivaRefBldgMediumOfficeNoClg.idf index 1d2c826cd69..7b8b1248615 100644 --- a/testfiles/ZoneCoupledKivaRefBldgMediumOfficeNoClg.idf +++ b/testfiles/ZoneCoupledKivaRefBldgMediumOfficeNoClg.idf @@ -1,11 +1,6 @@ ! ZoneCoupledKivaRefBldgMediumOffice.idf -! -! This example file is based on Version 1.3_5.0 and was transitioned to Version 6.0 using the transition utility -! ! DOE Commercial Reference Building ! Medium office, new construction 90.1-2004 -! Version 1.3_5.0 -! EnergyPlus Version 6.0 ! ASHRAE Standards 90.1-2004 and 62-1999 ! ! Description: Three story, 15 zone office building. @@ -39,26 +34,7 @@ ! Pumps: Yes ! Boilers: None ! Chillers: None -!***** NOTICE ***** -!***** The Reference Buildings were prepared as an account of work sponsored by an ***** -!***** agency of the United States government. Neither the United States ***** -!***** government nor any agency thereof, nor any of their employees, makes ***** -!***** any warranty, express or implied, or assumes any legal liability or ***** -!***** responsibility for the accuracy, completeness, or usefulness of any ***** -!***** information, apparatus, product, or process disclosed, or represents ***** -!***** that its use would not infringe privately owned rights. Reference ***** -!***** herein to any specific commercial product, process, or service by ***** -!***** trade name, trademark, manufacturer, or otherwise does not necessarily ***** -!***** constitute or imply its endorsement, recommendation, or favoring by ***** -!***** the United States government or any agency thereof. The views and ***** -!***** opinions of authors expressed herein do not necessarily state or ***** -!***** reflect those of the United States government or any agency thereof. ***** -!***** Access to and use of the Reference Buildings imposes the following obligations ***** -!***** on the user. The user agrees to credit DOE, NREL, PNNL, and LBNL in ***** -!***** any publication(s) that that result from the use of Reference Buildings. ***** -!***** However, the names of DOE/NREL/PNNL/LBNL may not be used in any ***** -!***** advertising or publicity that implies endorsement or promotion of any ***** -!***** products, services or commercial entities. ***** +! ! Reference citation for the Commercial Reference Buildings: ! Deru, M.; Field, K.; Studer, D.; Benne, K.; Griffith, B.; Torcellini, P; ! Halverson, M.; Winiarski, D.; Liu, B.; Rosenberg, M.; Huang, J.; diff --git a/tst/EnergyPlus/api/TestAutosizing.c b/tst/EnergyPlus/api/TestAutosizing.c index aaa53465a38..d24026165b1 100644 --- a/tst/EnergyPlus/api/TestAutosizing.c +++ b/tst/EnergyPlus/api/TestAutosizing.c @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/api/TestAutosizing.py b/tst/EnergyPlus/api/TestAutosizing.py index 440cf0a7b1d..f6c88af8502 100644 --- a/tst/EnergyPlus/api/TestAutosizing.py +++ b/tst/EnergyPlus/api/TestAutosizing.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestDataTransfer.c b/tst/EnergyPlus/api/TestDataTransfer.c index 11a3069702b..1c8b880a54b 100644 --- a/tst/EnergyPlus/api/TestDataTransfer.c +++ b/tst/EnergyPlus/api/TestDataTransfer.c @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/api/TestDataTransfer.py b/tst/EnergyPlus/api/TestDataTransfer.py index 663da2c7d89..c0006377001 100644 --- a/tst/EnergyPlus/api/TestDataTransfer.py +++ b/tst/EnergyPlus/api/TestDataTransfer.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestFunctional.c b/tst/EnergyPlus/api/TestFunctional.c index b89b03a9ffb..cbe093fe0d0 100644 --- a/tst/EnergyPlus/api/TestFunctional.c +++ b/tst/EnergyPlus/api/TestFunctional.c @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/api/TestFunctional.py b/tst/EnergyPlus/api/TestFunctional.py index a9edb4502ed..449eff8289b 100644 --- a/tst/EnergyPlus/api/TestFunctional.py +++ b/tst/EnergyPlus/api/TestFunctional.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestRuntime.c b/tst/EnergyPlus/api/TestRuntime.c index 3d8b0e9a0d3..10ab87ffd46 100644 --- a/tst/EnergyPlus/api/TestRuntime.c +++ b/tst/EnergyPlus/api/TestRuntime.c @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/api/TestRuntime.py b/tst/EnergyPlus/api/TestRuntime.py index 03866696065..2ac2b34f8ab 100644 --- a/tst/EnergyPlus/api/TestRuntime.py +++ b/tst/EnergyPlus/api/TestRuntime.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestRuntimeDeleteState.c b/tst/EnergyPlus/api/TestRuntimeDeleteState.c index 879ee665305..43338730cff 100644 --- a/tst/EnergyPlus/api/TestRuntimeDeleteState.c +++ b/tst/EnergyPlus/api/TestRuntimeDeleteState.c @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/api/TestRuntimeDeleteState.py b/tst/EnergyPlus/api/TestRuntimeDeleteState.py index 706fb6d777e..3b5c6d4ddc0 100644 --- a/tst/EnergyPlus/api/TestRuntimeDeleteState.py +++ b/tst/EnergyPlus/api/TestRuntimeDeleteState.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL.py b/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL.py index 95b73bad98a..9d58e67a595 100644 --- a/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL.py +++ b/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL/mcve_gil.py b/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL/mcve_gil.py index 31a5e329c6d..6ce536a3e01 100644 --- a/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL/mcve_gil.py +++ b/tst/EnergyPlus/api/TestRuntimeReleasesTheGIL/mcve_gil.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/TestRuntimeResetState.c b/tst/EnergyPlus/api/TestRuntimeResetState.c index 72f010ffe36..5ce22e8ff30 100644 --- a/tst/EnergyPlus/api/TestRuntimeResetState.c +++ b/tst/EnergyPlus/api/TestRuntimeResetState.c @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/api/TestRuntimeResetState.py b/tst/EnergyPlus/api/TestRuntimeResetState.py index cc2f030c7ad..4d70d425fd4 100644 --- a/tst/EnergyPlus/api/TestRuntimeResetState.py +++ b/tst/EnergyPlus/api/TestRuntimeResetState.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/test_DataTransferTypes.py b/tst/EnergyPlus/api/test_DataTransferTypes.py index 8aedb54d830..f64482f2c3d 100644 --- a/tst/EnergyPlus/api/test_DataTransferTypes.py +++ b/tst/EnergyPlus/api/test_DataTransferTypes.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/test_OutputFiles.py b/tst/EnergyPlus/api/test_OutputFiles.py index 2c18baecc8d..94a221861a9 100644 --- a/tst/EnergyPlus/api/test_OutputFiles.py +++ b/tst/EnergyPlus/api/test_OutputFiles.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/api/test_SysExit.py b/tst/EnergyPlus/api/test_SysExit.py index 3b3c1dbc8c1..1d18eacef08 100644 --- a/tst/EnergyPlus/api/test_SysExit.py +++ b/tst/EnergyPlus/api/test_SysExit.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/tst/EnergyPlus/unit/AdvancedAFN.unit.cc b/tst/EnergyPlus/unit/AdvancedAFN.unit.cc index abddd57f9ef..13c6f9a91cf 100644 --- a/tst/EnergyPlus/unit/AdvancedAFN.unit.cc +++ b/tst/EnergyPlus/unit/AdvancedAFN.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirLoopHVACDOAS.unit.cc b/tst/EnergyPlus/unit/AirLoopHVACDOAS.unit.cc index 4c9a2a2912e..83ad78888a5 100644 --- a/tst/EnergyPlus/unit/AirLoopHVACDOAS.unit.cc +++ b/tst/EnergyPlus/unit/AirLoopHVACDOAS.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirTerminalSingleDuct.unit.cc b/tst/EnergyPlus/unit/AirTerminalSingleDuct.unit.cc index 801046223e9..1460de3bb18 100644 --- a/tst/EnergyPlus/unit/AirTerminalSingleDuct.unit.cc +++ b/tst/EnergyPlus/unit/AirTerminalSingleDuct.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirTerminalSingleDuctConstantVolumeNoReheat.unit.cc b/tst/EnergyPlus/unit/AirTerminalSingleDuctConstantVolumeNoReheat.unit.cc index 9f241ae11d7..7a2d6f999c0 100644 --- a/tst/EnergyPlus/unit/AirTerminalSingleDuctConstantVolumeNoReheat.unit.cc +++ b/tst/EnergyPlus/unit/AirTerminalSingleDuctConstantVolumeNoReheat.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirTerminalSingleDuctMixer.unit.cc b/tst/EnergyPlus/unit/AirTerminalSingleDuctMixer.unit.cc index a93bee6cfa6..f593c1950e8 100644 --- a/tst/EnergyPlus/unit/AirTerminalSingleDuctMixer.unit.cc +++ b/tst/EnergyPlus/unit/AirTerminalSingleDuctMixer.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirTerminalSingleDuctPIUReheat.unit.cc b/tst/EnergyPlus/unit/AirTerminalSingleDuctPIUReheat.unit.cc index 0aa355bc40c..075de238c99 100644 --- a/tst/EnergyPlus/unit/AirTerminalSingleDuctPIUReheat.unit.cc +++ b/tst/EnergyPlus/unit/AirTerminalSingleDuctPIUReheat.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirflowNetworkComponents.unit.cc b/tst/EnergyPlus/unit/AirflowNetworkComponents.unit.cc index 8b5995c946a..1aff9f09c7e 100644 --- a/tst/EnergyPlus/unit/AirflowNetworkComponents.unit.cc +++ b/tst/EnergyPlus/unit/AirflowNetworkComponents.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirflowNetworkConditions.unit.cc b/tst/EnergyPlus/unit/AirflowNetworkConditions.unit.cc index a5b0fa7bf7f..b392dde8deb 100644 --- a/tst/EnergyPlus/unit/AirflowNetworkConditions.unit.cc +++ b/tst/EnergyPlus/unit/AirflowNetworkConditions.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/AirflowNetworkHVAC.unit.cc b/tst/EnergyPlus/unit/AirflowNetworkHVAC.unit.cc index 464cc9a0fad..f149c7a7ef2 100644 --- a/tst/EnergyPlus/unit/AirflowNetworkHVAC.unit.cc +++ b/tst/EnergyPlus/unit/AirflowNetworkHVAC.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/All_Simple_Sizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/All_Simple_Sizing.unit.cc index ec39a255ef1..3f1628dd3cd 100644 --- a/tst/EnergyPlus/unit/Autosizing/All_Simple_Sizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/All_Simple_Sizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/AutosizingFixture.hh b/tst/EnergyPlus/unit/Autosizing/AutosizingFixture.hh index b3bd1144486..0df584caebe 100644 --- a/tst/EnergyPlus/unit/Autosizing/AutosizingFixture.hh +++ b/tst/EnergyPlus/unit/Autosizing/AutosizingFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/BaseClassSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/BaseClassSizing.unit.cc index 84b0310cef7..584a9bd08e9 100644 --- a/tst/EnergyPlus/unit/Autosizing/BaseClassSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/BaseClassSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -908,7 +908,7 @@ TEST_F(EnergyPlusFixture, BaseSizer_setZoneCoilInletConditions) } // This tests checks that the Design Day + Peak Time is filled up for Fans -// https://github.com/NREL/EnergyPlus/issues/6899 +// https://github.com/NatLabRockies/EnergyPlus/issues/6899 TEST_F(EnergyPlusFixture, BaseSizer_FanPeak) { diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingAirFlowSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingAirFlowSizing.unit.cc index 3f3bc25be24..b951e705c81 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingAirFlowSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingAirFlowSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingCapacitySizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingCapacitySizing.unit.cc index 45234e48d3b..49d09b26f96 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingCapacitySizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingCapacitySizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingSHRSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingSHRSizing.unit.cc index 0bd63d7c63b..a941d98db5f 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingSHRSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingSHRSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletHumRatSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletHumRatSizing.unit.cc index 1a07e8fdfc2..b197fd3db9f 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletHumRatSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletHumRatSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletTempSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletTempSizing.unit.cc index ce5c9187c0a..6d6ff21d291 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletTempSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirInletTempSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletHumRatSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletHumRatSizing.unit.cc index bb4adb2dae4..d4dcf6b2f5f 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletHumRatSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletHumRatSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletTempSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletTempSizing.unit.cc index f091caedc79..8d416889f9c 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletTempSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesAirOutletTempSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesWaterInletTempSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesWaterInletTempSizing.unit.cc index 707117391eb..3106c1ced66 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesWaterInletTempSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterDesWaterInletTempSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterNumofTubesPerRowSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterNumofTubesPerRowSizing.unit.cc index 22461c84e7e..20e1be38cfe 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterNumofTubesPerRowSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterNumofTubesPerRowSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/CoolingWaterflowSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/CoolingWaterflowSizing.unit.cc index 1f861169ef7..e97ca07d35d 100644 --- a/tst/EnergyPlus/unit/Autosizing/CoolingWaterflowSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/CoolingWaterflowSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingAirFlowSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingAirFlowSizing.unit.cc index da22eeae515..2f0c5b5f95a 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingAirFlowSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingAirFlowSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingAirflowUASizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingAirflowUASizing.unit.cc index 449469bbaaa..63b1c118e6a 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingAirflowUASizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingAirflowUASizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingCapacitySizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingCapacitySizing.unit.cc index 6cedc54b2a8..29f4f83b304 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingCapacitySizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingCapacitySizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletHumRatSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletHumRatSizing.unit.cc index f1784c4355b..bed0eb813d2 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletHumRatSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletHumRatSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletTempSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletTempSizing.unit.cc index 86d0d8c43eb..ccdf05d0202 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletTempSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesAirInletTempSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.unit.cc index d5d93113687..5ec01851d56 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilLoadUsedForUASizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.unit.cc index 63443c113cf..3842529106c 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingWaterDesCoilWaterVolFlowUsedForUASizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/HeatingWaterflowSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/HeatingWaterflowSizing.unit.cc index e81505fc7a7..2b110263c96 100644 --- a/tst/EnergyPlus/unit/Autosizing/HeatingWaterflowSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/HeatingWaterflowSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/SystemAirFlowSizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/SystemAirFlowSizing.unit.cc index 096447282b4..f6b35e5d9e1 100644 --- a/tst/EnergyPlus/unit/Autosizing/SystemAirFlowSizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/SystemAirFlowSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/WaterHeatingCapacitySizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/WaterHeatingCapacitySizing.unit.cc index dd2b445265e..aa74762e873 100644 --- a/tst/EnergyPlus/unit/Autosizing/WaterHeatingCapacitySizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/WaterHeatingCapacitySizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Autosizing/WaterHeatingCoilUASizing.unit.cc b/tst/EnergyPlus/unit/Autosizing/WaterHeatingCoilUASizing.unit.cc index c36f1fd3c54..e35a33d1b7c 100644 --- a/tst/EnergyPlus/unit/Autosizing/WaterHeatingCoilUASizing.unit.cc +++ b/tst/EnergyPlus/unit/Autosizing/WaterHeatingCoilUASizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/BaseboardElectric.unit.cc b/tst/EnergyPlus/unit/BaseboardElectric.unit.cc index f112eaa9e9e..5db998afaaa 100644 --- a/tst/EnergyPlus/unit/BaseboardElectric.unit.cc +++ b/tst/EnergyPlus/unit/BaseboardElectric.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/BaseboardRadiator.unit.cc b/tst/EnergyPlus/unit/BaseboardRadiator.unit.cc index 8ecc5291a74..ef98363313d 100644 --- a/tst/EnergyPlus/unit/BaseboardRadiator.unit.cc +++ b/tst/EnergyPlus/unit/BaseboardRadiator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/BoilerHotWater.unit.cc b/tst/EnergyPlus/unit/BoilerHotWater.unit.cc index 5f041507349..21d387e0328 100644 --- a/tst/EnergyPlus/unit/BoilerHotWater.unit.cc +++ b/tst/EnergyPlus/unit/BoilerHotWater.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -157,7 +157,7 @@ TEST_F(EnergyPlusFixture, Boiler_HotWaterAutoSizeTempTest) EXPECT_DOUBLE_EQ(state->dataBoilers->Boiler[0].NomCap, NomCapBoilerExpected); } -// Cf: https://github.com/NREL/EnergyPlus/issues/6164 +// Cf: https://github.com/NatLabRockies/EnergyPlus/issues/6164 // This boiler has empty field for "Design Water Flow Rate", IDD now should make default='Autosize' TEST_F(EnergyPlusFixture, Boiler_HotWater_BlankDesignWaterFlowRate) { diff --git a/tst/EnergyPlus/unit/BoilerSteam.unit.cc b/tst/EnergyPlus/unit/BoilerSteam.unit.cc index 384de411c16..889615d18be 100644 --- a/tst/EnergyPlus/unit/BoilerSteam.unit.cc +++ b/tst/EnergyPlus/unit/BoilerSteam.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/BranchInputManager.unit.cc b/tst/EnergyPlus/unit/BranchInputManager.unit.cc index d4a39a5f0a0..55f4f9f7c35 100644 --- a/tst/EnergyPlus/unit/BranchInputManager.unit.cc +++ b/tst/EnergyPlus/unit/BranchInputManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/BranchNodeConnections.unit.cc b/tst/EnergyPlus/unit/BranchNodeConnections.unit.cc index b4118d884bf..b0234ff3c5e 100644 --- a/tst/EnergyPlus/unit/BranchNodeConnections.unit.cc +++ b/tst/EnergyPlus/unit/BranchNodeConnections.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CTElectricGenerator.unit.cc b/tst/EnergyPlus/unit/CTElectricGenerator.unit.cc index 33c0afeab7d..e59a97edffa 100644 --- a/tst/EnergyPlus/unit/CTElectricGenerator.unit.cc +++ b/tst/EnergyPlus/unit/CTElectricGenerator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChilledCeilingPanelSimple.unit.cc b/tst/EnergyPlus/unit/ChilledCeilingPanelSimple.unit.cc index e512bf97c0d..c08283b1210 100644 --- a/tst/EnergyPlus/unit/ChilledCeilingPanelSimple.unit.cc +++ b/tst/EnergyPlus/unit/ChilledCeilingPanelSimple.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerAbsorption.unit.cc b/tst/EnergyPlus/unit/ChillerAbsorption.unit.cc index 238d2c395c5..c397254c842 100644 --- a/tst/EnergyPlus/unit/ChillerAbsorption.unit.cc +++ b/tst/EnergyPlus/unit/ChillerAbsorption.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerConstantCOP.unit.cc b/tst/EnergyPlus/unit/ChillerConstantCOP.unit.cc index 01ef445ab9a..3a9b01cbd7b 100644 --- a/tst/EnergyPlus/unit/ChillerConstantCOP.unit.cc +++ b/tst/EnergyPlus/unit/ChillerConstantCOP.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerElectric.unit.cc b/tst/EnergyPlus/unit/ChillerElectric.unit.cc index aac3470ade3..326ba549fac 100644 --- a/tst/EnergyPlus/unit/ChillerElectric.unit.cc +++ b/tst/EnergyPlus/unit/ChillerElectric.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerElectricEIR.unit.cc b/tst/EnergyPlus/unit/ChillerElectricEIR.unit.cc index 4f6154c8ed3..a75d60584c2 100644 --- a/tst/EnergyPlus/unit/ChillerElectricEIR.unit.cc +++ b/tst/EnergyPlus/unit/ChillerElectricEIR.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerExhaustAbsorption.unit.cc b/tst/EnergyPlus/unit/ChillerExhaustAbsorption.unit.cc index bbd31a3d4ab..0a597186322 100644 --- a/tst/EnergyPlus/unit/ChillerExhaustAbsorption.unit.cc +++ b/tst/EnergyPlus/unit/ChillerExhaustAbsorption.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerGasAbsorption.unit.cc b/tst/EnergyPlus/unit/ChillerGasAbsorption.unit.cc index 10f7cfd1aae..118900fbc65 100644 --- a/tst/EnergyPlus/unit/ChillerGasAbsorption.unit.cc +++ b/tst/EnergyPlus/unit/ChillerGasAbsorption.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerIndirectAbsorption.unit.cc b/tst/EnergyPlus/unit/ChillerIndirectAbsorption.unit.cc index 8352156715f..2845248e2ae 100644 --- a/tst/EnergyPlus/unit/ChillerIndirectAbsorption.unit.cc +++ b/tst/EnergyPlus/unit/ChillerIndirectAbsorption.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ChillerReformulatedEIR.unit.cc b/tst/EnergyPlus/unit/ChillerReformulatedEIR.unit.cc index fcb8f9b913e..454da65e375 100644 --- a/tst/EnergyPlus/unit/ChillerReformulatedEIR.unit.cc +++ b/tst/EnergyPlus/unit/ChillerReformulatedEIR.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Coils/CoilCoolingDX.unit.cc b/tst/EnergyPlus/unit/Coils/CoilCoolingDX.unit.cc index 5882af687d7..e821ab26b0b 100644 --- a/tst/EnergyPlus/unit/Coils/CoilCoolingDX.unit.cc +++ b/tst/EnergyPlus/unit/Coils/CoilCoolingDX.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitOperatingMode.unit.cc b/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitOperatingMode.unit.cc index 690be5c5fb0..4da5863d33e 100644 --- a/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitOperatingMode.unit.cc +++ b/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitOperatingMode.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitPerformance.unit.cc b/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitPerformance.unit.cc index d2c02ef37a7..297defa3a61 100644 --- a/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitPerformance.unit.cc +++ b/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitPerformance.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitSpeed.unit.cc b/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitSpeed.unit.cc index fc0fecc46a2..36dafcc5589 100644 --- a/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitSpeed.unit.cc +++ b/tst/EnergyPlus/unit/Coils/CoilCoolingDXCurveFitSpeed.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Coils/CoilCoolingDXFixture.hh b/tst/EnergyPlus/unit/Coils/CoilCoolingDXFixture.hh index 4de798bc3b7..998acacbf58 100644 --- a/tst/EnergyPlus/unit/Coils/CoilCoolingDXFixture.hh +++ b/tst/EnergyPlus/unit/Coils/CoilCoolingDXFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CommandLineInterface.unit.cc b/tst/EnergyPlus/unit/CommandLineInterface.unit.cc index 53c80fcfcb8..e4ab83f7f1e 100644 --- a/tst/EnergyPlus/unit/CommandLineInterface.unit.cc +++ b/tst/EnergyPlus/unit/CommandLineInterface.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc b/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc index 13caf17c9ce..b84e70c5230 100644 --- a/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc +++ b/tst/EnergyPlus/unit/CondenserLoopTowers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Construction.unit.cc b/tst/EnergyPlus/unit/Construction.unit.cc index e15ec4fe580..078f34a8ba9 100644 --- a/tst/EnergyPlus/unit/Construction.unit.cc +++ b/tst/EnergyPlus/unit/Construction.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ConstructionInternalSource.unit.cc b/tst/EnergyPlus/unit/ConstructionInternalSource.unit.cc index 2bb95b7f1cb..bdf41887784 100644 --- a/tst/EnergyPlus/unit/ConstructionInternalSource.unit.cc +++ b/tst/EnergyPlus/unit/ConstructionInternalSource.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ConvectionCoefficients.unit.cc b/tst/EnergyPlus/unit/ConvectionCoefficients.unit.cc index 3d887f0880d..dc21ec77529 100644 --- a/tst/EnergyPlus/unit/ConvectionCoefficients.unit.cc +++ b/tst/EnergyPlus/unit/ConvectionCoefficients.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CoolTower.unit.cc b/tst/EnergyPlus/unit/CoolTower.unit.cc index fb1f1462b40..b37b0c58393 100644 --- a/tst/EnergyPlus/unit/CoolTower.unit.cc +++ b/tst/EnergyPlus/unit/CoolTower.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CrossVentMgr.unit.cc b/tst/EnergyPlus/unit/CrossVentMgr.unit.cc index dd4fbcd1118..0afe5d8b247 100644 --- a/tst/EnergyPlus/unit/CrossVentMgr.unit.cc +++ b/tst/EnergyPlus/unit/CrossVentMgr.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CsvParser.unit.cc b/tst/EnergyPlus/unit/CsvParser.unit.cc index 1574d48101e..ecaf58d383c 100644 --- a/tst/EnergyPlus/unit/CsvParser.unit.cc +++ b/tst/EnergyPlus/unit/CsvParser.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CurveManager.unit.cc b/tst/EnergyPlus/unit/CurveManager.unit.cc index 0b61247a0be..427aead553f 100644 --- a/tst/EnergyPlus/unit/CurveManager.unit.cc +++ b/tst/EnergyPlus/unit/CurveManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/CustomMatchers.unit.cc b/tst/EnergyPlus/unit/CustomMatchers.unit.cc index ab7babe5d05..158a4e17312 100644 --- a/tst/EnergyPlus/unit/CustomMatchers.unit.cc +++ b/tst/EnergyPlus/unit/CustomMatchers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DElightManager.unit.cc b/tst/EnergyPlus/unit/DElightManager.unit.cc index ceb08d9833d..e7eee4cb271 100644 --- a/tst/EnergyPlus/unit/DElightManager.unit.cc +++ b/tst/EnergyPlus/unit/DElightManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DOASEffectOnZoneSizing.unit.cc b/tst/EnergyPlus/unit/DOASEffectOnZoneSizing.unit.cc index 25034c3bca2..e2f646fadf0 100644 --- a/tst/EnergyPlus/unit/DOASEffectOnZoneSizing.unit.cc +++ b/tst/EnergyPlus/unit/DOASEffectOnZoneSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DXCoils.unit.cc b/tst/EnergyPlus/unit/DXCoils.unit.cc index b5b48af7dbf..fe8f0ac5da0 100644 --- a/tst/EnergyPlus/unit/DXCoils.unit.cc +++ b/tst/EnergyPlus/unit/DXCoils.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataEnvironment.unit.cc b/tst/EnergyPlus/unit/DataEnvironment.unit.cc index 8fb493be5ad..a286166a962 100644 --- a/tst/EnergyPlus/unit/DataEnvironment.unit.cc +++ b/tst/EnergyPlus/unit/DataEnvironment.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataHeatBalance.unit.cc b/tst/EnergyPlus/unit/DataHeatBalance.unit.cc index d5b215c01ec..026ee1fa30b 100644 --- a/tst/EnergyPlus/unit/DataHeatBalance.unit.cc +++ b/tst/EnergyPlus/unit/DataHeatBalance.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataPlant.unit.cc b/tst/EnergyPlus/unit/DataPlant.unit.cc index 3ffd5d654db..6a7b2e6a80c 100644 --- a/tst/EnergyPlus/unit/DataPlant.unit.cc +++ b/tst/EnergyPlus/unit/DataPlant.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataRuntimeLanguage.unit.cc b/tst/EnergyPlus/unit/DataRuntimeLanguage.unit.cc index 9c65a4e8261..a60db64e2ed 100644 --- a/tst/EnergyPlus/unit/DataRuntimeLanguage.unit.cc +++ b/tst/EnergyPlus/unit/DataRuntimeLanguage.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataSizing.unit.cc b/tst/EnergyPlus/unit/DataSizing.unit.cc index 3b0e8f01907..1dab905dfcd 100644 --- a/tst/EnergyPlus/unit/DataSizing.unit.cc +++ b/tst/EnergyPlus/unit/DataSizing.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataSurfaceColors.unit.cc b/tst/EnergyPlus/unit/DataSurfaceColors.unit.cc index f2fed2e66ed..03590137562 100644 --- a/tst/EnergyPlus/unit/DataSurfaceColors.unit.cc +++ b/tst/EnergyPlus/unit/DataSurfaceColors.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataSurfaces.unit.cc b/tst/EnergyPlus/unit/DataSurfaces.unit.cc index 7b7849987ea..feb8569b22f 100644 --- a/tst/EnergyPlus/unit/DataSurfaces.unit.cc +++ b/tst/EnergyPlus/unit/DataSurfaces.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataSystemVariables.unit.cc b/tst/EnergyPlus/unit/DataSystemVariables.unit.cc index 019e84ba8c5..b4d8d88fa5a 100644 --- a/tst/EnergyPlus/unit/DataSystemVariables.unit.cc +++ b/tst/EnergyPlus/unit/DataSystemVariables.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DataZoneEquipment.unit.cc b/tst/EnergyPlus/unit/DataZoneEquipment.unit.cc index cb8e43a87aa..6f61e2a4d05 100644 --- a/tst/EnergyPlus/unit/DataZoneEquipment.unit.cc +++ b/tst/EnergyPlus/unit/DataZoneEquipment.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Datasets.unit.cc b/tst/EnergyPlus/unit/Datasets.unit.cc index 84809007c6e..07d742326a4 100644 --- a/tst/EnergyPlus/unit/Datasets.unit.cc +++ b/tst/EnergyPlus/unit/Datasets.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DaylightingDevices.unit.cc b/tst/EnergyPlus/unit/DaylightingDevices.unit.cc index 0a3d6f8e933..86aca614ae9 100644 --- a/tst/EnergyPlus/unit/DaylightingDevices.unit.cc +++ b/tst/EnergyPlus/unit/DaylightingDevices.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DaylightingManager.unit.cc b/tst/EnergyPlus/unit/DaylightingManager.unit.cc index 442a9aac98b..dfbd7442429 100644 --- a/tst/EnergyPlus/unit/DaylightingManager.unit.cc +++ b/tst/EnergyPlus/unit/DaylightingManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DemandResponse.unit.cc b/tst/EnergyPlus/unit/DemandResponse.unit.cc index da0a41dadaf..547316a78a1 100644 --- a/tst/EnergyPlus/unit/DemandResponse.unit.cc +++ b/tst/EnergyPlus/unit/DemandResponse.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DesiccantDehumidifiers.unit.cc b/tst/EnergyPlus/unit/DesiccantDehumidifiers.unit.cc index fec70349cc1..f0565c80b66 100644 --- a/tst/EnergyPlus/unit/DesiccantDehumidifiers.unit.cc +++ b/tst/EnergyPlus/unit/DesiccantDehumidifiers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DisplacementVentMgr.unit.cc b/tst/EnergyPlus/unit/DisplacementVentMgr.unit.cc index 261931ef3ef..f1bb4e728b7 100644 --- a/tst/EnergyPlus/unit/DisplacementVentMgr.unit.cc +++ b/tst/EnergyPlus/unit/DisplacementVentMgr.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DualDuct.unit.cc b/tst/EnergyPlus/unit/DualDuct.unit.cc index 52b68f04e74..c8ebc340002 100644 --- a/tst/EnergyPlus/unit/DualDuct.unit.cc +++ b/tst/EnergyPlus/unit/DualDuct.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/DuctLoss.unit.cc b/tst/EnergyPlus/unit/DuctLoss.unit.cc index 6504b1fb117..fa785a6659d 100644 --- a/tst/EnergyPlus/unit/DuctLoss.unit.cc +++ b/tst/EnergyPlus/unit/DuctLoss.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EMSManager.unit.cc b/tst/EnergyPlus/unit/EMSManager.unit.cc index 2ff5b477a92..9814a590449 100644 --- a/tst/EnergyPlus/unit/EMSManager.unit.cc +++ b/tst/EnergyPlus/unit/EMSManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EPVector.unit.cc b/tst/EnergyPlus/unit/EPVector.unit.cc index 20e6ad28053..e022d912c47 100644 --- a/tst/EnergyPlus/unit/EPVector.unit.cc +++ b/tst/EnergyPlus/unit/EPVector.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EarthTube.unit.cc b/tst/EnergyPlus/unit/EarthTube.unit.cc index 32bd0f900bd..f372bcd443a 100644 --- a/tst/EnergyPlus/unit/EarthTube.unit.cc +++ b/tst/EnergyPlus/unit/EarthTube.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EcoRoofManager.unit.cc b/tst/EnergyPlus/unit/EcoRoofManager.unit.cc index b972bab477e..db74b1d943a 100644 --- a/tst/EnergyPlus/unit/EcoRoofManager.unit.cc +++ b/tst/EnergyPlus/unit/EcoRoofManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EconomicLifeCycleCost.unit.cc b/tst/EnergyPlus/unit/EconomicLifeCycleCost.unit.cc index 73cbc2aba8d..d9be84a466c 100644 --- a/tst/EnergyPlus/unit/EconomicLifeCycleCost.unit.cc +++ b/tst/EnergyPlus/unit/EconomicLifeCycleCost.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EconomicTariff.unit.cc b/tst/EnergyPlus/unit/EconomicTariff.unit.cc index ed53f052592..1b7a489c546 100644 --- a/tst/EnergyPlus/unit/EconomicTariff.unit.cc +++ b/tst/EnergyPlus/unit/EconomicTariff.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ElectricBaseboardRadiator.unit.cc b/tst/EnergyPlus/unit/ElectricBaseboardRadiator.unit.cc index 72c758680d6..2ca19008bb0 100644 --- a/tst/EnergyPlus/unit/ElectricBaseboardRadiator.unit.cc +++ b/tst/EnergyPlus/unit/ElectricBaseboardRadiator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ElectricPowerServiceManager.unit.cc b/tst/EnergyPlus/unit/ElectricPowerServiceManager.unit.cc index 0a60d2f86f4..3422b4aa19c 100644 --- a/tst/EnergyPlus/unit/ElectricPowerServiceManager.unit.cc +++ b/tst/EnergyPlus/unit/ElectricPowerServiceManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EquipAndOperations.unit.cc b/tst/EnergyPlus/unit/EquipAndOperations.unit.cc index b23afe02029..2f312dd2a99 100644 --- a/tst/EnergyPlus/unit/EquipAndOperations.unit.cc +++ b/tst/EnergyPlus/unit/EquipAndOperations.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EvaporativeCoolers.unit.cc b/tst/EnergyPlus/unit/EvaporativeCoolers.unit.cc index 88ab177b085..a220211b9f2 100644 --- a/tst/EnergyPlus/unit/EvaporativeCoolers.unit.cc +++ b/tst/EnergyPlus/unit/EvaporativeCoolers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/EvaporativeFluidCoolers.unit.cc b/tst/EnergyPlus/unit/EvaporativeFluidCoolers.unit.cc index cadba74d177..1c335fb2b90 100644 --- a/tst/EnergyPlus/unit/EvaporativeFluidCoolers.unit.cc +++ b/tst/EnergyPlus/unit/EvaporativeFluidCoolers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ExhaustSystem.unit.cc b/tst/EnergyPlus/unit/ExhaustSystem.unit.cc index 712abd3c34c..885182eaa7f 100644 --- a/tst/EnergyPlus/unit/ExhaustSystem.unit.cc +++ b/tst/EnergyPlus/unit/ExhaustSystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ExtendedHI.unit.cc b/tst/EnergyPlus/unit/ExtendedHI.unit.cc index 2ce719f37c3..3030ab91a56 100644 --- a/tst/EnergyPlus/unit/ExtendedHI.unit.cc +++ b/tst/EnergyPlus/unit/ExtendedHI.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ExteriorEnergyUse.unit.cc b/tst/EnergyPlus/unit/ExteriorEnergyUse.unit.cc index 2c17bc22b26..7f709d1a371 100644 --- a/tst/EnergyPlus/unit/ExteriorEnergyUse.unit.cc +++ b/tst/EnergyPlus/unit/ExteriorEnergyUse.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FanCoilUnits.unit.cc b/tst/EnergyPlus/unit/FanCoilUnits.unit.cc index b95d90dd34e..946acbb1fdf 100644 --- a/tst/EnergyPlus/unit/FanCoilUnits.unit.cc +++ b/tst/EnergyPlus/unit/FanCoilUnits.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fans.unit.cc b/tst/EnergyPlus/unit/Fans.unit.cc index b66a9c3cb8f..53650b3250e 100644 --- a/tst/EnergyPlus/unit/Fans.unit.cc +++ b/tst/EnergyPlus/unit/Fans.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FaultsManager.unit.cc b/tst/EnergyPlus/unit/FaultsManager.unit.cc index 6461507035a..dd9fd005797 100644 --- a/tst/EnergyPlus/unit/FaultsManager.unit.cc +++ b/tst/EnergyPlus/unit/FaultsManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FileSystem.unit.cc b/tst/EnergyPlus/unit/FileSystem.unit.cc index cb35d202cf1..dea3b160228 100644 --- a/tst/EnergyPlus/unit/FileSystem.unit.cc +++ b/tst/EnergyPlus/unit/FileSystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FiniteDifferenceGroundTemperatureModel.unit.cc b/tst/EnergyPlus/unit/FiniteDifferenceGroundTemperatureModel.unit.cc index 767751f85a2..d713e321953 100644 --- a/tst/EnergyPlus/unit/FiniteDifferenceGroundTemperatureModel.unit.cc +++ b/tst/EnergyPlus/unit/FiniteDifferenceGroundTemperatureModel.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.cc b/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.cc index f2d4370c0ba..31d2c5e8884 100644 --- a/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.cc +++ b/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.hh b/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.hh index 60735859f46..6c149634ecd 100644 --- a/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.hh +++ b/tst/EnergyPlus/unit/Fixtures/EnergyPlusFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fixtures/IdfParserFixture.hh b/tst/EnergyPlus/unit/Fixtures/IdfParserFixture.hh index 5cbb90e9d1f..e3a313383db 100644 --- a/tst/EnergyPlus/unit/Fixtures/IdfParserFixture.hh +++ b/tst/EnergyPlus/unit/Fixtures/IdfParserFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fixtures/InputProcessorFixture.hh b/tst/EnergyPlus/unit/Fixtures/InputProcessorFixture.hh index 7ae816c4523..6f64b60ef42 100644 --- a/tst/EnergyPlus/unit/Fixtures/InputProcessorFixture.hh +++ b/tst/EnergyPlus/unit/Fixtures/InputProcessorFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fixtures/ResultsFrameworkFixture.hh b/tst/EnergyPlus/unit/Fixtures/ResultsFrameworkFixture.hh index 94cf5312554..8a640db48f4 100644 --- a/tst/EnergyPlus/unit/Fixtures/ResultsFrameworkFixture.hh +++ b/tst/EnergyPlus/unit/Fixtures/ResultsFrameworkFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Fixtures/SQLiteFixture.hh b/tst/EnergyPlus/unit/Fixtures/SQLiteFixture.hh index 0254ae8aa57..b19859a88ac 100644 --- a/tst/EnergyPlus/unit/Fixtures/SQLiteFixture.hh +++ b/tst/EnergyPlus/unit/Fixtures/SQLiteFixture.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FluidCoolers.unit.cc b/tst/EnergyPlus/unit/FluidCoolers.unit.cc index dfbfcbedc8a..043b376bd1f 100644 --- a/tst/EnergyPlus/unit/FluidCoolers.unit.cc +++ b/tst/EnergyPlus/unit/FluidCoolers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FluidProperties.unit.cc b/tst/EnergyPlus/unit/FluidProperties.unit.cc index 0324dfff438..e810299ccf5 100644 --- a/tst/EnergyPlus/unit/FluidProperties.unit.cc +++ b/tst/EnergyPlus/unit/FluidProperties.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/FuelCellElectricGenerator.unit.cc b/tst/EnergyPlus/unit/FuelCellElectricGenerator.unit.cc index 619278ef8e9..39a81ed8ddf 100644 --- a/tst/EnergyPlus/unit/FuelCellElectricGenerator.unit.cc +++ b/tst/EnergyPlus/unit/FuelCellElectricGenerator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Furnaces.unit.cc b/tst/EnergyPlus/unit/Furnaces.unit.cc index b513eb8a025..f0dfb9952ec 100644 --- a/tst/EnergyPlus/unit/Furnaces.unit.cc +++ b/tst/EnergyPlus/unit/Furnaces.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/General.unit.cc b/tst/EnergyPlus/unit/General.unit.cc index f84025cac42..4b0f55a752c 100644 --- a/tst/EnergyPlus/unit/General.unit.cc +++ b/tst/EnergyPlus/unit/General.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GeneralRoutines.unit.cc b/tst/EnergyPlus/unit/GeneralRoutines.unit.cc index 9aecf57e677..d85b520b94c 100644 --- a/tst/EnergyPlus/unit/GeneralRoutines.unit.cc +++ b/tst/EnergyPlus/unit/GeneralRoutines.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/Base.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/Base.unit.cc index ae97ae5cb11..9a4ec0629c9 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/Base.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/Base.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeArray.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeArray.unit.cc index 20ff4adc81e..79e90e87031 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeArray.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeArray.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeSingle.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeSingle.unit.cc index 8329bcaba34..705a0f6f0e5 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeSingle.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/BoreholeSingle.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/Properties.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/Properties.unit.cc index a884474ff13..bd18ac12536 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/Properties.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/Properties.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/ResponseFactors.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/ResponseFactors.unit.cc index 848eef8cbf8..fa9070abb74 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/ResponseFactors.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/ResponseFactors.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/Slinky.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/Slinky.unit.cc index a026b159945..f6955679204 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/Slinky.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/Slinky.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/GroundHeatExchangers/Vertical.unit.cc b/tst/EnergyPlus/unit/GroundHeatExchangers/Vertical.unit.cc index 2b365a7b8fa..f636e85cc85 100644 --- a/tst/EnergyPlus/unit/GroundHeatExchangers/Vertical.unit.cc +++ b/tst/EnergyPlus/unit/GroundHeatExchangers/Vertical.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACControllers.unit.cc b/tst/EnergyPlus/unit/HVACControllers.unit.cc index 46c335fda85..364b5fd37a8 100644 --- a/tst/EnergyPlus/unit/HVACControllers.unit.cc +++ b/tst/EnergyPlus/unit/HVACControllers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACCooledBeam.unit.cc b/tst/EnergyPlus/unit/HVACCooledBeam.unit.cc index 182a6ff0a2d..0636479ef4e 100644 --- a/tst/EnergyPlus/unit/HVACCooledBeam.unit.cc +++ b/tst/EnergyPlus/unit/HVACCooledBeam.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACDXHeatPumpSystem.unit.cc b/tst/EnergyPlus/unit/HVACDXHeatPumpSystem.unit.cc index 25ee7fec1c8..2f9515951fa 100644 --- a/tst/EnergyPlus/unit/HVACDXHeatPumpSystem.unit.cc +++ b/tst/EnergyPlus/unit/HVACDXHeatPumpSystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACDXSystem.unit.cc b/tst/EnergyPlus/unit/HVACDXSystem.unit.cc index fb069863c32..197c2983955 100644 --- a/tst/EnergyPlus/unit/HVACDXSystem.unit.cc +++ b/tst/EnergyPlus/unit/HVACDXSystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACFan.unit.cc b/tst/EnergyPlus/unit/HVACFan.unit.cc index 2f1896c3d68..0c4932399c9 100644 --- a/tst/EnergyPlus/unit/HVACFan.unit.cc +++ b/tst/EnergyPlus/unit/HVACFan.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACFourPipeBeam.unit.cc b/tst/EnergyPlus/unit/HVACFourPipeBeam.unit.cc index 6bde2df71ff..9388bee45da 100644 --- a/tst/EnergyPlus/unit/HVACFourPipeBeam.unit.cc +++ b/tst/EnergyPlus/unit/HVACFourPipeBeam.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACHXAssistedCoolingCoil.unit.cc b/tst/EnergyPlus/unit/HVACHXAssistedCoolingCoil.unit.cc index 31559093215..6d726001bfa 100644 --- a/tst/EnergyPlus/unit/HVACHXAssistedCoolingCoil.unit.cc +++ b/tst/EnergyPlus/unit/HVACHXAssistedCoolingCoil.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACInterfaceManager.unit.cc b/tst/EnergyPlus/unit/HVACInterfaceManager.unit.cc index 731c0331f5f..45ff8d3d6da 100644 --- a/tst/EnergyPlus/unit/HVACInterfaceManager.unit.cc +++ b/tst/EnergyPlus/unit/HVACInterfaceManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACManager.unit.cc b/tst/EnergyPlus/unit/HVACManager.unit.cc index c47b49794ea..ab9d18175c6 100644 --- a/tst/EnergyPlus/unit/HVACManager.unit.cc +++ b/tst/EnergyPlus/unit/HVACManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACMultiSpeedHeatPump.unit.cc b/tst/EnergyPlus/unit/HVACMultiSpeedHeatPump.unit.cc index ace97a23b12..7715720a1f9 100644 --- a/tst/EnergyPlus/unit/HVACMultiSpeedHeatPump.unit.cc +++ b/tst/EnergyPlus/unit/HVACMultiSpeedHeatPump.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACSizingSimulationManager.unit.cc b/tst/EnergyPlus/unit/HVACSizingSimulationManager.unit.cc index a1bdfc8af8d..3bed9367a34 100644 --- a/tst/EnergyPlus/unit/HVACSizingSimulationManager.unit.cc +++ b/tst/EnergyPlus/unit/HVACSizingSimulationManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACStandaloneERV.unit.cc b/tst/EnergyPlus/unit/HVACStandaloneERV.unit.cc index 0b15f3d5617..bff2b115b00 100644 --- a/tst/EnergyPlus/unit/HVACStandaloneERV.unit.cc +++ b/tst/EnergyPlus/unit/HVACStandaloneERV.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACUnitaryBypassVAV.unit.cc b/tst/EnergyPlus/unit/HVACUnitaryBypassVAV.unit.cc index 713ab9acf13..2082c6395fa 100644 --- a/tst/EnergyPlus/unit/HVACUnitaryBypassVAV.unit.cc +++ b/tst/EnergyPlus/unit/HVACUnitaryBypassVAV.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HVACVariableRefrigerantFlow.unit.cc b/tst/EnergyPlus/unit/HVACVariableRefrigerantFlow.unit.cc index cc4f32b7377..8a9cc2971ab 100644 --- a/tst/EnergyPlus/unit/HVACVariableRefrigerantFlow.unit.cc +++ b/tst/EnergyPlus/unit/HVACVariableRefrigerantFlow.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HWBaseboardRadiator.unit.cc b/tst/EnergyPlus/unit/HWBaseboardRadiator.unit.cc index d29d0720d76..0ae1d6f57f9 100644 --- a/tst/EnergyPlus/unit/HWBaseboardRadiator.unit.cc +++ b/tst/EnergyPlus/unit/HWBaseboardRadiator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalFiniteDiffManager.unit.cc b/tst/EnergyPlus/unit/HeatBalFiniteDiffManager.unit.cc index 5b913baa867..5710c557287 100644 --- a/tst/EnergyPlus/unit/HeatBalFiniteDiffManager.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalFiniteDiffManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalanceAirManager.unit.cc b/tst/EnergyPlus/unit/HeatBalanceAirManager.unit.cc index 2cb790b79e0..ffaf62204d4 100644 --- a/tst/EnergyPlus/unit/HeatBalanceAirManager.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalanceAirManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalanceIntRadExchange.unit.cc b/tst/EnergyPlus/unit/HeatBalanceIntRadExchange.unit.cc index 8ebd06f8140..b7c45772256 100644 --- a/tst/EnergyPlus/unit/HeatBalanceIntRadExchange.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalanceIntRadExchange.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalanceKivaManager.unit.cc b/tst/EnergyPlus/unit/HeatBalanceKivaManager.unit.cc index 22680cb1dcb..9d688cc4a3c 100644 --- a/tst/EnergyPlus/unit/HeatBalanceKivaManager.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalanceKivaManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalanceManager.unit.cc b/tst/EnergyPlus/unit/HeatBalanceManager.unit.cc index d5dbf65f3d5..7b1b847e9d9 100644 --- a/tst/EnergyPlus/unit/HeatBalanceManager.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalanceManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalanceMovableInsulation.unit.cc b/tst/EnergyPlus/unit/HeatBalanceMovableInsulation.unit.cc index a5d725f780e..35c84e1dcf6 100644 --- a/tst/EnergyPlus/unit/HeatBalanceMovableInsulation.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalanceMovableInsulation.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatBalanceSurfaceManager.unit.cc b/tst/EnergyPlus/unit/HeatBalanceSurfaceManager.unit.cc index cafcb598b1f..bfe025c5072 100644 --- a/tst/EnergyPlus/unit/HeatBalanceSurfaceManager.unit.cc +++ b/tst/EnergyPlus/unit/HeatBalanceSurfaceManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatPumpWaterToWaterSimple.unit.cc b/tst/EnergyPlus/unit/HeatPumpWaterToWaterSimple.unit.cc index 77f3fba946e..48d560e2331 100644 --- a/tst/EnergyPlus/unit/HeatPumpWaterToWaterSimple.unit.cc +++ b/tst/EnergyPlus/unit/HeatPumpWaterToWaterSimple.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatRecovery.unit.cc b/tst/EnergyPlus/unit/HeatRecovery.unit.cc index 53c7821b8e4..42b67a7235b 100644 --- a/tst/EnergyPlus/unit/HeatRecovery.unit.cc +++ b/tst/EnergyPlus/unit/HeatRecovery.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HeatingCoils.unit.cc b/tst/EnergyPlus/unit/HeatingCoils.unit.cc index bbf3e9e3b93..e803663d8fe 100644 --- a/tst/EnergyPlus/unit/HeatingCoils.unit.cc +++ b/tst/EnergyPlus/unit/HeatingCoils.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HighTempRadiantSystem.unit.cc b/tst/EnergyPlus/unit/HighTempRadiantSystem.unit.cc index a2da64688fa..5e972f6373c 100644 --- a/tst/EnergyPlus/unit/HighTempRadiantSystem.unit.cc +++ b/tst/EnergyPlus/unit/HighTempRadiantSystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Humidifiers.unit.cc b/tst/EnergyPlus/unit/Humidifiers.unit.cc index 6baae13e0a2..600f683c3cb 100644 --- a/tst/EnergyPlus/unit/Humidifiers.unit.cc +++ b/tst/EnergyPlus/unit/Humidifiers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/HybridModel.unit.cc b/tst/EnergyPlus/unit/HybridModel.unit.cc index d9c68a5d6ab..94bd82205aa 100644 --- a/tst/EnergyPlus/unit/HybridModel.unit.cc +++ b/tst/EnergyPlus/unit/HybridModel.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ICEngineElectricGenerator.unit.cc b/tst/EnergyPlus/unit/ICEngineElectricGenerator.unit.cc index 5aac272ab98..eb3a0caebb3 100644 --- a/tst/EnergyPlus/unit/ICEngineElectricGenerator.unit.cc +++ b/tst/EnergyPlus/unit/ICEngineElectricGenerator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ICSCollector.unit.cc b/tst/EnergyPlus/unit/ICSCollector.unit.cc index 3806f89d19f..cefb41992be 100644 --- a/tst/EnergyPlus/unit/ICSCollector.unit.cc +++ b/tst/EnergyPlus/unit/ICSCollector.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/IceThermalStorage.unit.cc b/tst/EnergyPlus/unit/IceThermalStorage.unit.cc index bb14e017c89..ed586414ec7 100644 --- a/tst/EnergyPlus/unit/IceThermalStorage.unit.cc +++ b/tst/EnergyPlus/unit/IceThermalStorage.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/IdfParser.unit.cc b/tst/EnergyPlus/unit/IdfParser.unit.cc index 0bf9dcd4021..c1677192be1 100644 --- a/tst/EnergyPlus/unit/IdfParser.unit.cc +++ b/tst/EnergyPlus/unit/IdfParser.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/IndoorGreen.unit.cc b/tst/EnergyPlus/unit/IndoorGreen.unit.cc index 28edaf193cb..82044d5181d 100644 --- a/tst/EnergyPlus/unit/IndoorGreen.unit.cc +++ b/tst/EnergyPlus/unit/IndoorGreen.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/InputProcessor.unit.cc b/tst/EnergyPlus/unit/InputProcessor.unit.cc index 67f3675d693..4a1f871d47c 100644 --- a/tst/EnergyPlus/unit/InputProcessor.unit.cc +++ b/tst/EnergyPlus/unit/InputProcessor.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -4066,7 +4066,7 @@ TEST_F(InputProcessorFixture, getObjectItem_curve_biquadratic2) EXPECT_EQ(1, IOStatus); } -// https://github.com/NREL/EnergyPlus/issues/6720 +// https://github.com/NatLabRockies/EnergyPlus/issues/6720 TEST_F(InputProcessorFixture, FalseDuplicates) { std::string const idf(delimited_string({ diff --git a/tst/EnergyPlus/unit/IntegratedHeatPump.unit.cc b/tst/EnergyPlus/unit/IntegratedHeatPump.unit.cc index 212c0c6a26a..8162d85934a 100644 --- a/tst/EnergyPlus/unit/IntegratedHeatPump.unit.cc +++ b/tst/EnergyPlus/unit/IntegratedHeatPump.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/InternalHeatGains.unit.cc b/tst/EnergyPlus/unit/InternalHeatGains.unit.cc index 132ea1baa1c..e964a998e79 100644 --- a/tst/EnergyPlus/unit/InternalHeatGains.unit.cc +++ b/tst/EnergyPlus/unit/InternalHeatGains.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/KusudaAchenbachGroundTemperatureModel.unit.cc b/tst/EnergyPlus/unit/KusudaAchenbachGroundTemperatureModel.unit.cc index ace0daf61d5..6924c378440 100644 --- a/tst/EnergyPlus/unit/KusudaAchenbachGroundTemperatureModel.unit.cc +++ b/tst/EnergyPlus/unit/KusudaAchenbachGroundTemperatureModel.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/LowTempRadiantSystem.unit.cc b/tst/EnergyPlus/unit/LowTempRadiantSystem.unit.cc index 0e9afa16e02..11b9aa34ecf 100644 --- a/tst/EnergyPlus/unit/LowTempRadiantSystem.unit.cc +++ b/tst/EnergyPlus/unit/LowTempRadiantSystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Material.unit.cc b/tst/EnergyPlus/unit/Material.unit.cc index 54de0a611f7..c42850fd534 100644 --- a/tst/EnergyPlus/unit/Material.unit.cc +++ b/tst/EnergyPlus/unit/Material.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/MicroCHPElectricGenerator.unit.cc b/tst/EnergyPlus/unit/MicroCHPElectricGenerator.unit.cc index 44215566c96..b3e20642cc9 100644 --- a/tst/EnergyPlus/unit/MicroCHPElectricGenerator.unit.cc +++ b/tst/EnergyPlus/unit/MicroCHPElectricGenerator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/MicroturbineElectricGenerator.unit.cc b/tst/EnergyPlus/unit/MicroturbineElectricGenerator.unit.cc index a47d06a44b5..0d3d984f2c3 100644 --- a/tst/EnergyPlus/unit/MicroturbineElectricGenerator.unit.cc +++ b/tst/EnergyPlus/unit/MicroturbineElectricGenerator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/MixedAir.unit.cc b/tst/EnergyPlus/unit/MixedAir.unit.cc index a8dfa83fd0d..3093ca7dff2 100644 --- a/tst/EnergyPlus/unit/MixedAir.unit.cc +++ b/tst/EnergyPlus/unit/MixedAir.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/MixerComponent.unit.cc b/tst/EnergyPlus/unit/MixerComponent.unit.cc index 14ab6dc3e34..022ce8609b6 100644 --- a/tst/EnergyPlus/unit/MixerComponent.unit.cc +++ b/tst/EnergyPlus/unit/MixerComponent.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/MoistureBalanceEMPD.unit.cc b/tst/EnergyPlus/unit/MoistureBalanceEMPD.unit.cc index a8d622741aa..5976f5febfc 100644 --- a/tst/EnergyPlus/unit/MoistureBalanceEMPD.unit.cc +++ b/tst/EnergyPlus/unit/MoistureBalanceEMPD.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/NodeInputManager.unit.cc b/tst/EnergyPlus/unit/NodeInputManager.unit.cc index 7294a7efef1..0cc230c1a95 100644 --- a/tst/EnergyPlus/unit/NodeInputManager.unit.cc +++ b/tst/EnergyPlus/unit/NodeInputManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OASystemHWPreheatCoil.unit.cc b/tst/EnergyPlus/unit/OASystemHWPreheatCoil.unit.cc index 80577387e8b..f86aea4f575 100644 --- a/tst/EnergyPlus/unit/OASystemHWPreheatCoil.unit.cc +++ b/tst/EnergyPlus/unit/OASystemHWPreheatCoil.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OccupantDiversity.unit.cc b/tst/EnergyPlus/unit/OccupantDiversity.unit.cc index a2ab075ea85..a465ff98149 100644 --- a/tst/EnergyPlus/unit/OccupantDiversity.unit.cc +++ b/tst/EnergyPlus/unit/OccupantDiversity.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutAirNodeManager.unit.cc b/tst/EnergyPlus/unit/OutAirNodeManager.unit.cc index 6c0c1ef432f..bd41e4bcc0b 100644 --- a/tst/EnergyPlus/unit/OutAirNodeManager.unit.cc +++ b/tst/EnergyPlus/unit/OutAirNodeManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutdoorAirUnit.unit.cc b/tst/EnergyPlus/unit/OutdoorAirUnit.unit.cc index 445e55e8bce..6c26c4b1b63 100644 --- a/tst/EnergyPlus/unit/OutdoorAirUnit.unit.cc +++ b/tst/EnergyPlus/unit/OutdoorAirUnit.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutputFiles.unit.cc b/tst/EnergyPlus/unit/OutputFiles.unit.cc index 8cbd5894860..f55e135a727 100644 --- a/tst/EnergyPlus/unit/OutputFiles.unit.cc +++ b/tst/EnergyPlus/unit/OutputFiles.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutputProcessor.unit.cc b/tst/EnergyPlus/unit/OutputProcessor.unit.cc index 01a0091e2a5..44ac9657e5e 100644 --- a/tst/EnergyPlus/unit/OutputProcessor.unit.cc +++ b/tst/EnergyPlus/unit/OutputProcessor.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutputReportData.unit.cc b/tst/EnergyPlus/unit/OutputReportData.unit.cc index 0a3e58418d8..3c051adb075 100644 --- a/tst/EnergyPlus/unit/OutputReportData.unit.cc +++ b/tst/EnergyPlus/unit/OutputReportData.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutputReportTabular.unit.cc b/tst/EnergyPlus/unit/OutputReportTabular.unit.cc index bb334a0d5b3..d5ad9b29d89 100644 --- a/tst/EnergyPlus/unit/OutputReportTabular.unit.cc +++ b/tst/EnergyPlus/unit/OutputReportTabular.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -7025,7 +7025,7 @@ TEST_F(SQLiteFixture, OutputReportTabular_WriteLoadComponentSummaryTables_AirLoo EXPECT_EQ("AirLoop Component Load Summary", strings[0][2]); // just make sure that the output table was generated and did not crash } -// Test for https://github.com/NREL/EnergyPlus/issues/7346 +// Test for https://github.com/NatLabRockies/EnergyPlus/issues/7346 // We ensure that if the Airloop peak matches the zone peak, we don't do the IP conversion twice TEST_F(SQLiteFixture, OutputReportTabular_WriteLoadComponentSummaryTables_AirLoop_IPConversion) { @@ -7214,7 +7214,7 @@ TEST_F(SQLiteFixture, OutputReportTabular_WriteLoadComponentSummaryTables_AirLoo EXPECT_EQ(std::get<2>(v), oa_db) << "Failed for TableName=" << tableName << "; ReportName=" << reportName; } - // https://github.com/NREL/EnergyPlus/pull/7741 + // https://github.com/NatLabRockies/EnergyPlus/pull/7741 std::string query_2("SELECT Value From TabularDataWithStrings" " WHERE TableName = 'Engineering Checks for Cooling'" " AND RowName = 'Outside Air Fraction';"); @@ -7320,7 +7320,7 @@ TEST_F(EnergyPlusFixture, OutputReportTabularMonthly_hasSizingPeriodsDays_Sizing // This tests aims to ensure that the needed Output:Variables for the Predefined Monthly table // are indeeed set up, and that as a result the numTables is good. -// https://github.com/NREL/EnergyPlus/issues/7019 +// https://github.com/NatLabRockies/EnergyPlus/issues/7019 TEST_F(EnergyPlusFixture, OutputReportTabularMonthlyPredefined_FindNeededOutputVars) { @@ -7414,7 +7414,7 @@ TEST_F(EnergyPlusFixture, OutputReportTabularMonthlyPredefined_FindNeededOutputV // and so the numTables was zero EXPECT_EQ(state->dataOutRptTab->MonthlyInput(1).numTables, 2); } -// https://github.com/NREL/EnergyPlus/issues/6442 +// https://github.com/NatLabRockies/EnergyPlus/issues/6442 TEST_F(SQLiteFixture, OutputReportTabularTest_PredefinedTableDXConversion) { state->dataSQLiteProcedures->sqlite->createSQLiteSimulationsRecord(1, "EnergyPlus Version", "Current Time"); @@ -7471,7 +7471,7 @@ TEST_F(SQLiteFixture, OutputReportTabularTest_PredefinedTableDXConversion) EXPECT_EQ("2.8", s); } -// https://github.com/NREL/EnergyPlus/issues/7565 +// https://github.com/NatLabRockies/EnergyPlus/issues/7565 TEST_F(SQLiteFixture, OutputReportTabularTest_PredefinedTableCoilHumRat) { state->dataSQLiteProcedures->sqlite->createSQLiteSimulationsRecord(1, "EnergyPlus Version", "Current Time"); diff --git a/tst/EnergyPlus/unit/OutputReportTabularAnnual.unit.cc b/tst/EnergyPlus/unit/OutputReportTabularAnnual.unit.cc index c282f3b5cae..850e845189f 100644 --- a/tst/EnergyPlus/unit/OutputReportTabularAnnual.unit.cc +++ b/tst/EnergyPlus/unit/OutputReportTabularAnnual.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutputReports.unit.cc b/tst/EnergyPlus/unit/OutputReports.unit.cc index bd3d821d3f4..0471538f22f 100644 --- a/tst/EnergyPlus/unit/OutputReports.unit.cc +++ b/tst/EnergyPlus/unit/OutputReports.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/OutsideEnergySources.unit.cc b/tst/EnergyPlus/unit/OutsideEnergySources.unit.cc index fbcec420dc1..c1bd2603695 100644 --- a/tst/EnergyPlus/unit/OutsideEnergySources.unit.cc +++ b/tst/EnergyPlus/unit/OutsideEnergySources.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PCMThermalTank.unit.cc b/tst/EnergyPlus/unit/PCMThermalTank.unit.cc index c97f424bd86..1e74a756a13 100644 --- a/tst/EnergyPlus/unit/PCMThermalTank.unit.cc +++ b/tst/EnergyPlus/unit/PCMThermalTank.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PVWatts.unit.cc b/tst/EnergyPlus/unit/PVWatts.unit.cc index 46858300ddd..a3d4e44158e 100644 --- a/tst/EnergyPlus/unit/PVWatts.unit.cc +++ b/tst/EnergyPlus/unit/PVWatts.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PackagedTerminalHeatPump.unit.cc b/tst/EnergyPlus/unit/PackagedTerminalHeatPump.unit.cc index 8cf6c6d65ec..a39b82b42de 100644 --- a/tst/EnergyPlus/unit/PackagedTerminalHeatPump.unit.cc +++ b/tst/EnergyPlus/unit/PackagedTerminalHeatPump.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PhaseChangeModeling/HysteresisModel.unit.cc b/tst/EnergyPlus/unit/PhaseChangeModeling/HysteresisModel.unit.cc index 48431a81b56..655218b6f70 100644 --- a/tst/EnergyPlus/unit/PhaseChangeModeling/HysteresisModel.unit.cc +++ b/tst/EnergyPlus/unit/PhaseChangeModeling/HysteresisModel.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PhotovoltaicThermalCollectors.unit.cc b/tst/EnergyPlus/unit/PhotovoltaicThermalCollectors.unit.cc index 024070a4017..a5d795cb64c 100644 --- a/tst/EnergyPlus/unit/PhotovoltaicThermalCollectors.unit.cc +++ b/tst/EnergyPlus/unit/PhotovoltaicThermalCollectors.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Photovoltaics.unit.cc b/tst/EnergyPlus/unit/Photovoltaics.unit.cc index 87512e7911e..163fd653c59 100644 --- a/tst/EnergyPlus/unit/Photovoltaics.unit.cc +++ b/tst/EnergyPlus/unit/Photovoltaics.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PierceSurface.unit.cc b/tst/EnergyPlus/unit/PierceSurface.unit.cc index a8ee41aedf1..995ad9c0a06 100644 --- a/tst/EnergyPlus/unit/PierceSurface.unit.cc +++ b/tst/EnergyPlus/unit/PierceSurface.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Pipes.unit.cc b/tst/EnergyPlus/unit/Pipes.unit.cc index 0628d774815..0dfd3656650 100644 --- a/tst/EnergyPlus/unit/Pipes.unit.cc +++ b/tst/EnergyPlus/unit/Pipes.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Plant/Branch.unit.cc b/tst/EnergyPlus/unit/Plant/Branch.unit.cc index b5b25431ed0..4c30dc982e3 100644 --- a/tst/EnergyPlus/unit/Plant/Branch.unit.cc +++ b/tst/EnergyPlus/unit/Plant/Branch.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Plant/Subcomponent.unit.cc b/tst/EnergyPlus/unit/Plant/Subcomponent.unit.cc index cf598bdb8ef..6cd7aee6d87 100644 --- a/tst/EnergyPlus/unit/Plant/Subcomponent.unit.cc +++ b/tst/EnergyPlus/unit/Plant/Subcomponent.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantCentralGSHP.unit.cc b/tst/EnergyPlus/unit/PlantCentralGSHP.unit.cc index 3875aa5b43d..a9dcb9c60bd 100644 --- a/tst/EnergyPlus/unit/PlantCentralGSHP.unit.cc +++ b/tst/EnergyPlus/unit/PlantCentralGSHP.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantChillers.unit.cc b/tst/EnergyPlus/unit/PlantChillers.unit.cc index 56b912a45a6..ffc3c6b3810 100644 --- a/tst/EnergyPlus/unit/PlantChillers.unit.cc +++ b/tst/EnergyPlus/unit/PlantChillers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantComponentTemperatureSources.unit.cc b/tst/EnergyPlus/unit/PlantComponentTemperatureSources.unit.cc index 7f33b470a57..b21b48a3053 100644 --- a/tst/EnergyPlus/unit/PlantComponentTemperatureSources.unit.cc +++ b/tst/EnergyPlus/unit/PlantComponentTemperatureSources.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantCondLoopOperation.unit.cc b/tst/EnergyPlus/unit/PlantCondLoopOperation.unit.cc index 5748adb79c9..70e28a5e95a 100644 --- a/tst/EnergyPlus/unit/PlantCondLoopOperation.unit.cc +++ b/tst/EnergyPlus/unit/PlantCondLoopOperation.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantHeatExchangerFluidToFluid.unit.cc b/tst/EnergyPlus/unit/PlantHeatExchangerFluidToFluid.unit.cc index 40aecd38a27..c35645e282c 100644 --- a/tst/EnergyPlus/unit/PlantHeatExchangerFluidToFluid.unit.cc +++ b/tst/EnergyPlus/unit/PlantHeatExchangerFluidToFluid.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantLoadProfile.unit.cc b/tst/EnergyPlus/unit/PlantLoadProfile.unit.cc index 929cd506971..00623cc43df 100644 --- a/tst/EnergyPlus/unit/PlantLoadProfile.unit.cc +++ b/tst/EnergyPlus/unit/PlantLoadProfile.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantLoopHeatPumpEIR.unit.cc b/tst/EnergyPlus/unit/PlantLoopHeatPumpEIR.unit.cc index 8496a9730df..ee6f0f25807 100644 --- a/tst/EnergyPlus/unit/PlantLoopHeatPumpEIR.unit.cc +++ b/tst/EnergyPlus/unit/PlantLoopHeatPumpEIR.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantManager.unit.cc b/tst/EnergyPlus/unit/PlantManager.unit.cc index de61a06caa6..f15289ca0a0 100644 --- a/tst/EnergyPlus/unit/PlantManager.unit.cc +++ b/tst/EnergyPlus/unit/PlantManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantPipingSystemsManager.unit.cc b/tst/EnergyPlus/unit/PlantPipingSystemsManager.unit.cc index ec860a4f388..2dc2faa07bf 100644 --- a/tst/EnergyPlus/unit/PlantPipingSystemsManager.unit.cc +++ b/tst/EnergyPlus/unit/PlantPipingSystemsManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PlantUtilities.unit.cc b/tst/EnergyPlus/unit/PlantUtilities.unit.cc index 31fc70eb0f8..550785a50d3 100644 --- a/tst/EnergyPlus/unit/PlantUtilities.unit.cc +++ b/tst/EnergyPlus/unit/PlantUtilities.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PluginManager.unit.cc b/tst/EnergyPlus/unit/PluginManager.unit.cc index d5e445453a5..91b906e35b4 100644 --- a/tst/EnergyPlus/unit/PluginManager.unit.cc +++ b/tst/EnergyPlus/unit/PluginManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/PollutionModule.unit.cc b/tst/EnergyPlus/unit/PollutionModule.unit.cc index eda5faabe80..f9a0998aa0d 100644 --- a/tst/EnergyPlus/unit/PollutionModule.unit.cc +++ b/tst/EnergyPlus/unit/PollutionModule.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -425,7 +425,7 @@ TEST_F(EnergyPlusFixture, PollutionModule_TestOutputVariables) " ! United States Water Emission Fuel Factors are the combined thermoelectric and hydroelectric weighted", " ! averages from:", " ! Torcellini, Paul; Long, Nicholas; Judkoff, Ron; Consumptive Water Use for U.S. Power Production;", - " ! NREL Report No. TP-550-33905. Golden, CO; 2003; http://www.nrel.gov/docs/fy04osti/33905.pdf;", + " ! NREL Report No. TP-550-33905. Golden, CO; 2003; http://www.nlr.gov/docs/fy04osti/33905.pdf;", " ! or", " ! Torcellini, Paul; Long, Nicholas; Judkoff, Ron; Consumptive Water Use for U.S. Power Production;", " ! ASHRAE Transactions 2003, Vol 110, Part 1. Atlanta, GA; January 2004;", diff --git a/tst/EnergyPlus/unit/PoweredInductionUnits.unit.cc b/tst/EnergyPlus/unit/PoweredInductionUnits.unit.cc index c552becdfbe..e98ed7006ea 100644 --- a/tst/EnergyPlus/unit/PoweredInductionUnits.unit.cc +++ b/tst/EnergyPlus/unit/PoweredInductionUnits.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -553,7 +553,7 @@ TEST_F(EnergyPlusFixture, SeriesPIUTest1) state->dataZoneEnergyDemand->CurDeadBandOrSetback.deallocate(); } -// cf: https://github.com/NREL/EnergyPlus/issues/7183 +// cf: https://github.com/NatLabRockies/EnergyPlus/issues/7183 TEST_F(EnergyPlusFixture, PIUArrayOutOfBounds) { diff --git a/tst/EnergyPlus/unit/Psychrometrics.unit.cc b/tst/EnergyPlus/unit/Psychrometrics.unit.cc index fbc071f9556..0e5983d0aac 100644 --- a/tst/EnergyPlus/unit/Psychrometrics.unit.cc +++ b/tst/EnergyPlus/unit/Psychrometrics.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Pumps.unit.cc b/tst/EnergyPlus/unit/Pumps.unit.cc index cca7f1d0cdd..2f3e6ab7c74 100644 --- a/tst/EnergyPlus/unit/Pumps.unit.cc +++ b/tst/EnergyPlus/unit/Pumps.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -627,7 +627,7 @@ TEST_F(EnergyPlusFixture, CondensatePumpSizingPowerTest) EXPECT_NEAR(state->dataPumps->PumpEquip(1).NomPowerUse, 97.5, 0.1); } -// Test for https://github.com/NREL/EnergyPlus/issues/6164 +// Test for https://github.com/NatLabRockies/EnergyPlus/issues/6164 // The 'Design Minimum Flow Rate' is over the 'Design Maximum Flow Rate' TEST_F(EnergyPlusFixture, VariableSpeedPump_MinFlowGreaterThanMax) { @@ -679,7 +679,7 @@ TEST_F(EnergyPlusFixture, VariableSpeedPump_MinFlowGreaterThanMax) EXPECT_NEAR(state->dataPumps->PumpEquip(1).MinVolFlowRate, 0.001 * 0.99, 0.00001); } -// Test for https://github.com/NREL/EnergyPlus/issues/9427 +// Test for https://github.com/NatLabRockies/EnergyPlus/issues/9427 // The 'Design Minimum Flow Rate' is equal to the 'Design Maximum Flow Rate' or greater than 99% of max TEST_F(EnergyPlusFixture, VariableSpeedPump_MinFlowEqualToMax) { diff --git a/tst/EnergyPlus/unit/PurchasedAirManager.unit.cc b/tst/EnergyPlus/unit/PurchasedAirManager.unit.cc index 647cff3d6e7..2f77fb6a05f 100644 --- a/tst/EnergyPlus/unit/PurchasedAirManager.unit.cc +++ b/tst/EnergyPlus/unit/PurchasedAirManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/RefrigeratedCase.unit.cc b/tst/EnergyPlus/unit/RefrigeratedCase.unit.cc index f0775340b81..5d630ab4b7a 100644 --- a/tst/EnergyPlus/unit/RefrigeratedCase.unit.cc +++ b/tst/EnergyPlus/unit/RefrigeratedCase.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ReportCoilSelection.unit.cc b/tst/EnergyPlus/unit/ReportCoilSelection.unit.cc index 31316d9de15..6be4f4311f6 100644 --- a/tst/EnergyPlus/unit/ReportCoilSelection.unit.cc +++ b/tst/EnergyPlus/unit/ReportCoilSelection.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ResultsFramework.unit.cc b/tst/EnergyPlus/unit/ResultsFramework.unit.cc index c9aba22e69e..86d93664c1d 100644 --- a/tst/EnergyPlus/unit/ResultsFramework.unit.cc +++ b/tst/EnergyPlus/unit/ResultsFramework.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/RoomAirModelUserTempPattern.unit.cc b/tst/EnergyPlus/unit/RoomAirModelUserTempPattern.unit.cc index d1f28c71321..e6113183c10 100644 --- a/tst/EnergyPlus/unit/RoomAirModelUserTempPattern.unit.cc +++ b/tst/EnergyPlus/unit/RoomAirModelUserTempPattern.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/RoomAirflowNetwork.unit.cc b/tst/EnergyPlus/unit/RoomAirflowNetwork.unit.cc index b7b94da81ab..877c342a42a 100644 --- a/tst/EnergyPlus/unit/RoomAirflowNetwork.unit.cc +++ b/tst/EnergyPlus/unit/RoomAirflowNetwork.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/RootFinder.unit.cc b/tst/EnergyPlus/unit/RootFinder.unit.cc index b3bc06a210c..88127f14d2a 100644 --- a/tst/EnergyPlus/unit/RootFinder.unit.cc +++ b/tst/EnergyPlus/unit/RootFinder.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/RunPeriod.unit.cc b/tst/EnergyPlus/unit/RunPeriod.unit.cc index 90821883d6b..6b7bc611b14 100644 --- a/tst/EnergyPlus/unit/RunPeriod.unit.cc +++ b/tst/EnergyPlus/unit/RunPeriod.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/RuntimeLanguageProcessor.unit.cc b/tst/EnergyPlus/unit/RuntimeLanguageProcessor.unit.cc index e24c58adb77..6dc9a7b560b 100644 --- a/tst/EnergyPlus/unit/RuntimeLanguageProcessor.unit.cc +++ b/tst/EnergyPlus/unit/RuntimeLanguageProcessor.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SQLite.unit.cc b/tst/EnergyPlus/unit/SQLite.unit.cc index 698ac697413..8e04fea4fd8 100644 --- a/tst/EnergyPlus/unit/SQLite.unit.cc +++ b/tst/EnergyPlus/unit/SQLite.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SZVAVModel.unit.cc b/tst/EnergyPlus/unit/SZVAVModel.unit.cc index 934dc419e44..730fdeffd1e 100644 --- a/tst/EnergyPlus/unit/SZVAVModel.unit.cc +++ b/tst/EnergyPlus/unit/SZVAVModel.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ScheduleManager.unit.cc b/tst/EnergyPlus/unit/ScheduleManager.unit.cc index da5000e8356..f8b81081891 100644 --- a/tst/EnergyPlus/unit/ScheduleManager.unit.cc +++ b/tst/EnergyPlus/unit/ScheduleManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SecondaryDXCoils.unit.cc b/tst/EnergyPlus/unit/SecondaryDXCoils.unit.cc index 20ac1cc56df..c67b829d99c 100644 --- a/tst/EnergyPlus/unit/SecondaryDXCoils.unit.cc +++ b/tst/EnergyPlus/unit/SecondaryDXCoils.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SetPointManager.unit.cc b/tst/EnergyPlus/unit/SetPointManager.unit.cc index 149b3d593e5..441a16279c3 100644 --- a/tst/EnergyPlus/unit/SetPointManager.unit.cc +++ b/tst/EnergyPlus/unit/SetPointManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SimAirServingZones.unit.cc b/tst/EnergyPlus/unit/SimAirServingZones.unit.cc index fd06c0d1600..d99405bfcee 100644 --- a/tst/EnergyPlus/unit/SimAirServingZones.unit.cc +++ b/tst/EnergyPlus/unit/SimAirServingZones.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SimulationManager.unit.cc b/tst/EnergyPlus/unit/SimulationManager.unit.cc index af16cfa9cb2..3a82a588b84 100644 --- a/tst/EnergyPlus/unit/SimulationManager.unit.cc +++ b/tst/EnergyPlus/unit/SimulationManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SingleDuct.unit.cc b/tst/EnergyPlus/unit/SingleDuct.unit.cc index c2cc5f5c232..f5d8b7e8fa8 100644 --- a/tst/EnergyPlus/unit/SingleDuct.unit.cc +++ b/tst/EnergyPlus/unit/SingleDuct.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SiteBuildingSurfaceGroundTemperatures.unit.cc b/tst/EnergyPlus/unit/SiteBuildingSurfaceGroundTemperatures.unit.cc index 559320bf717..c61ba3a67be 100644 --- a/tst/EnergyPlus/unit/SiteBuildingSurfaceGroundTemperatures.unit.cc +++ b/tst/EnergyPlus/unit/SiteBuildingSurfaceGroundTemperatures.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SiteDeepGroundTemperatures.unit.cc b/tst/EnergyPlus/unit/SiteDeepGroundTemperatures.unit.cc index e97333a3b6b..66f76ca919b 100644 --- a/tst/EnergyPlus/unit/SiteDeepGroundTemperatures.unit.cc +++ b/tst/EnergyPlus/unit/SiteDeepGroundTemperatures.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SiteFCFactorMethodGroundTemperatures.unit.cc b/tst/EnergyPlus/unit/SiteFCFactorMethodGroundTemperatures.unit.cc index aa5f3176360..765ecd21270 100644 --- a/tst/EnergyPlus/unit/SiteFCFactorMethodGroundTemperatures.unit.cc +++ b/tst/EnergyPlus/unit/SiteFCFactorMethodGroundTemperatures.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SiteGroundDomain.unit.cc b/tst/EnergyPlus/unit/SiteGroundDomain.unit.cc index f54f3e1e89b..9974de8f422 100644 --- a/tst/EnergyPlus/unit/SiteGroundDomain.unit.cc +++ b/tst/EnergyPlus/unit/SiteGroundDomain.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SiteShallowGroundTemperatures.unit.cc b/tst/EnergyPlus/unit/SiteShallowGroundTemperatures.unit.cc index 5a83eee60c6..e3d4ad2050d 100644 --- a/tst/EnergyPlus/unit/SiteShallowGroundTemperatures.unit.cc +++ b/tst/EnergyPlus/unit/SiteShallowGroundTemperatures.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SizeWaterHeatingCoil.unit.cc b/tst/EnergyPlus/unit/SizeWaterHeatingCoil.unit.cc index 60da5762cdb..9bcbfc00feb 100644 --- a/tst/EnergyPlus/unit/SizeWaterHeatingCoil.unit.cc +++ b/tst/EnergyPlus/unit/SizeWaterHeatingCoil.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SizingAnalysisObjects.unit.cc b/tst/EnergyPlus/unit/SizingAnalysisObjects.unit.cc index 1c2307c6b8d..14c402ba670 100644 --- a/tst/EnergyPlus/unit/SizingAnalysisObjects.unit.cc +++ b/tst/EnergyPlus/unit/SizingAnalysisObjects.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SizingManager.unit.cc b/tst/EnergyPlus/unit/SizingManager.unit.cc index effb45795c0..d5e7baa3b54 100644 --- a/tst/EnergyPlus/unit/SizingManager.unit.cc +++ b/tst/EnergyPlus/unit/SizingManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SolarCollectors.unit.cc b/tst/EnergyPlus/unit/SolarCollectors.unit.cc index d4dd0f8c86f..8a0c02e7b60 100644 --- a/tst/EnergyPlus/unit/SolarCollectors.unit.cc +++ b/tst/EnergyPlus/unit/SolarCollectors.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SolarShading.unit.cc b/tst/EnergyPlus/unit/SolarShading.unit.cc index 57f0139bd1a..083062cbee0 100644 --- a/tst/EnergyPlus/unit/SolarShading.unit.cc +++ b/tst/EnergyPlus/unit/SolarShading.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SortAndStringUtilities.unit.cc b/tst/EnergyPlus/unit/SortAndStringUtilities.unit.cc index 2d6471677b6..4a1b9d28639 100644 --- a/tst/EnergyPlus/unit/SortAndStringUtilities.unit.cc +++ b/tst/EnergyPlus/unit/SortAndStringUtilities.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Standard621SimplifiedProcedure.unit.cc b/tst/EnergyPlus/unit/Standard621SimplifiedProcedure.unit.cc index 778d44f8883..1c186cb963a 100644 --- a/tst/EnergyPlus/unit/Standard621SimplifiedProcedure.unit.cc +++ b/tst/EnergyPlus/unit/Standard621SimplifiedProcedure.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/StandardRatings.unit.cc b/tst/EnergyPlus/unit/StandardRatings.unit.cc index 0b67963776a..1b94f614b43 100644 --- a/tst/EnergyPlus/unit/StandardRatings.unit.cc +++ b/tst/EnergyPlus/unit/StandardRatings.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/StringUtilities.unit.cc b/tst/EnergyPlus/unit/StringUtilities.unit.cc index 888abc5f243..984055816b3 100644 --- a/tst/EnergyPlus/unit/StringUtilities.unit.cc +++ b/tst/EnergyPlus/unit/StringUtilities.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SurfaceGeometry.unit.cc b/tst/EnergyPlus/unit/SurfaceGeometry.unit.cc index 54498840dad..01f1f1d8cdc 100644 --- a/tst/EnergyPlus/unit/SurfaceGeometry.unit.cc +++ b/tst/EnergyPlus/unit/SurfaceGeometry.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SurfaceGroundHeatExchanger.unit.cc b/tst/EnergyPlus/unit/SurfaceGroundHeatExchanger.unit.cc index 3ee3684fe12..24fe8a93ddc 100644 --- a/tst/EnergyPlus/unit/SurfaceGroundHeatExchanger.unit.cc +++ b/tst/EnergyPlus/unit/SurfaceGroundHeatExchanger.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SurfaceOctree.unit.cc b/tst/EnergyPlus/unit/SurfaceOctree.unit.cc index ad4371adb03..6131bc8ebd3 100644 --- a/tst/EnergyPlus/unit/SurfaceOctree.unit.cc +++ b/tst/EnergyPlus/unit/SurfaceOctree.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SwimmingPool.unit.cc b/tst/EnergyPlus/unit/SwimmingPool.unit.cc index 46a2b0db0d4..13e20bd5c6c 100644 --- a/tst/EnergyPlus/unit/SwimmingPool.unit.cc +++ b/tst/EnergyPlus/unit/SwimmingPool.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc b/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc index d1f6717056e..3542c4a4dfd 100644 --- a/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc +++ b/tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/SystemReports.unit.cc b/tst/EnergyPlus/unit/SystemReports.unit.cc index 4c6f9efbd9b..9262207bf72 100644 --- a/tst/EnergyPlus/unit/SystemReports.unit.cc +++ b/tst/EnergyPlus/unit/SystemReports.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/TestHelpers/CustomMatchers.hh b/tst/EnergyPlus/unit/TestHelpers/CustomMatchers.hh index 6c95a786082..2f2262d0487 100644 --- a/tst/EnergyPlus/unit/TestHelpers/CustomMatchers.hh +++ b/tst/EnergyPlus/unit/TestHelpers/CustomMatchers.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/TestHelpers/IdfParser.cc b/tst/EnergyPlus/unit/TestHelpers/IdfParser.cc index 6ce3e266e65..fb48572ef70 100644 --- a/tst/EnergyPlus/unit/TestHelpers/IdfParser.cc +++ b/tst/EnergyPlus/unit/TestHelpers/IdfParser.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/TestHelpers/IdfParser.hh b/tst/EnergyPlus/unit/TestHelpers/IdfParser.hh index c6625f1f07f..503175d0268 100644 --- a/tst/EnergyPlus/unit/TestHelpers/IdfParser.hh +++ b/tst/EnergyPlus/unit/TestHelpers/IdfParser.hh @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ThermalChimney.unit.cc b/tst/EnergyPlus/unit/ThermalChimney.unit.cc index c3f56d59592..bba176ac9b9 100644 --- a/tst/EnergyPlus/unit/ThermalChimney.unit.cc +++ b/tst/EnergyPlus/unit/ThermalChimney.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ThermalComfort.unit.cc b/tst/EnergyPlus/unit/ThermalComfort.unit.cc index 5963f186420..1fa8d9b033c 100644 --- a/tst/EnergyPlus/unit/ThermalComfort.unit.cc +++ b/tst/EnergyPlus/unit/ThermalComfort.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Timer.unit.cc b/tst/EnergyPlus/unit/Timer.unit.cc index a946089010d..16173bb8c76 100644 --- a/tst/EnergyPlus/unit/Timer.unit.cc +++ b/tst/EnergyPlus/unit/Timer.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/TranspiredCollector.unit.cc b/tst/EnergyPlus/unit/TranspiredCollector.unit.cc index 7dbeb438244..2a47c7ef047 100644 --- a/tst/EnergyPlus/unit/TranspiredCollector.unit.cc +++ b/tst/EnergyPlus/unit/TranspiredCollector.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/UFADManager.unit.cc b/tst/EnergyPlus/unit/UFADManager.unit.cc index b4ea28db895..812cb24854f 100644 --- a/tst/EnergyPlus/unit/UFADManager.unit.cc +++ b/tst/EnergyPlus/unit/UFADManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/UnitHeater.unit.cc b/tst/EnergyPlus/unit/UnitHeater.unit.cc index db10630bddc..4e5106b06e5 100644 --- a/tst/EnergyPlus/unit/UnitHeater.unit.cc +++ b/tst/EnergyPlus/unit/UnitHeater.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/UnitVentilator.unit.cc b/tst/EnergyPlus/unit/UnitVentilator.unit.cc index b0241521c0b..7e5eb5b4942 100644 --- a/tst/EnergyPlus/unit/UnitVentilator.unit.cc +++ b/tst/EnergyPlus/unit/UnitVentilator.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/UnitaryHybridAirConditioner.unit.cc b/tst/EnergyPlus/unit/UnitaryHybridAirConditioner.unit.cc index 902a318c73a..58fc6d1f566 100644 --- a/tst/EnergyPlus/unit/UnitaryHybridAirConditioner.unit.cc +++ b/tst/EnergyPlus/unit/UnitaryHybridAirConditioner.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/UnitarySystem.unit.cc b/tst/EnergyPlus/unit/UnitarySystem.unit.cc index 0140bf18c7c..f1fb3fa31df 100644 --- a/tst/EnergyPlus/unit/UnitarySystem.unit.cc +++ b/tst/EnergyPlus/unit/UnitarySystem.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/UtilityRoutines.unit.cc b/tst/EnergyPlus/unit/UtilityRoutines.unit.cc index 0f796180226..9861f7ce6cd 100644 --- a/tst/EnergyPlus/unit/UtilityRoutines.unit.cc +++ b/tst/EnergyPlus/unit/UtilityRoutines.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/VAVDefMinMaxFlow.unit.cc b/tst/EnergyPlus/unit/VAVDefMinMaxFlow.unit.cc index 5c560a4d5e3..3f3768a5fa2 100644 --- a/tst/EnergyPlus/unit/VAVDefMinMaxFlow.unit.cc +++ b/tst/EnergyPlus/unit/VAVDefMinMaxFlow.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/VariableSpeedCoils.unit.cc b/tst/EnergyPlus/unit/VariableSpeedCoils.unit.cc index d269ae46fdc..9e60972d624 100644 --- a/tst/EnergyPlus/unit/VariableSpeedCoils.unit.cc +++ b/tst/EnergyPlus/unit/VariableSpeedCoils.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Vector.unit.cc b/tst/EnergyPlus/unit/Vector.unit.cc index 8ead7bcaecb..785f81ac1e7 100644 --- a/tst/EnergyPlus/unit/Vector.unit.cc +++ b/tst/EnergyPlus/unit/Vector.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/Vectors.unit.cc b/tst/EnergyPlus/unit/Vectors.unit.cc index 7427743ba8f..8ada4e3e173 100644 --- a/tst/EnergyPlus/unit/Vectors.unit.cc +++ b/tst/EnergyPlus/unit/Vectors.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/VentilatedSlab.unit.cc b/tst/EnergyPlus/unit/VentilatedSlab.unit.cc index 8404618b935..1de450b8cbc 100644 --- a/tst/EnergyPlus/unit/VentilatedSlab.unit.cc +++ b/tst/EnergyPlus/unit/VentilatedSlab.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WaterCoils.unit.cc b/tst/EnergyPlus/unit/WaterCoils.unit.cc index 53918e024e9..4967e38eb5a 100644 --- a/tst/EnergyPlus/unit/WaterCoils.unit.cc +++ b/tst/EnergyPlus/unit/WaterCoils.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WaterManager.unit.cc b/tst/EnergyPlus/unit/WaterManager.unit.cc index dea16f27ef5..f92c578e308 100644 --- a/tst/EnergyPlus/unit/WaterManager.unit.cc +++ b/tst/EnergyPlus/unit/WaterManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WaterThermalTanks.unit.cc b/tst/EnergyPlus/unit/WaterThermalTanks.unit.cc index 5013815ca80..c3d08deac47 100644 --- a/tst/EnergyPlus/unit/WaterThermalTanks.unit.cc +++ b/tst/EnergyPlus/unit/WaterThermalTanks.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WaterToAirHeatPump.unit.cc b/tst/EnergyPlus/unit/WaterToAirHeatPump.unit.cc index fdc26b6aa5a..70c956d7c0a 100644 --- a/tst/EnergyPlus/unit/WaterToAirHeatPump.unit.cc +++ b/tst/EnergyPlus/unit/WaterToAirHeatPump.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WaterToAirHeatPumpSimple.unit.cc b/tst/EnergyPlus/unit/WaterToAirHeatPumpSimple.unit.cc index f3a23dd9a9b..bf522679e43 100644 --- a/tst/EnergyPlus/unit/WaterToAirHeatPumpSimple.unit.cc +++ b/tst/EnergyPlus/unit/WaterToAirHeatPumpSimple.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WaterUse.unit.cc b/tst/EnergyPlus/unit/WaterUse.unit.cc index d078e6ae991..e16c47c9418 100644 --- a/tst/EnergyPlus/unit/WaterUse.unit.cc +++ b/tst/EnergyPlus/unit/WaterUse.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WeatherManager.unit.cc b/tst/EnergyPlus/unit/WeatherManager.unit.cc index 21156f4694f..fbd79e5a4b4 100644 --- a/tst/EnergyPlus/unit/WeatherManager.unit.cc +++ b/tst/EnergyPlus/unit/WeatherManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the @@ -833,7 +833,7 @@ TEST_F(EnergyPlusFixture, WeatherManager_NoLocation) EXPECT_ENUM_EQ(state->dataWeather->Environment(1).KindOfEnvrn, Constant::KindOfSim::DesignDay); } -// Test for https://github.com/NREL/EnergyPlus/issues/7550 +// Test for https://github.com/NatLabRockies/EnergyPlus/issues/7550 TEST_F(SQLiteFixture, DesignDay_EnthalpyAtMaxDB) { state->dataSQLiteProcedures->sqlite->createSQLiteSimulationsRecord(1, "EnergyPlus Version", "Current Time"); diff --git a/tst/EnergyPlus/unit/WinCalcEngine.unit.cc b/tst/EnergyPlus/unit/WinCalcEngine.unit.cc index d2ac872efa8..12fa0df7fa1 100644 --- a/tst/EnergyPlus/unit/WinCalcEngine.unit.cc +++ b/tst/EnergyPlus/unit/WinCalcEngine.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WindTurbine.unit.cc b/tst/EnergyPlus/unit/WindTurbine.unit.cc index 62809f41cf8..2ca260e99af 100644 --- a/tst/EnergyPlus/unit/WindTurbine.unit.cc +++ b/tst/EnergyPlus/unit/WindTurbine.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WindowAC.unit.cc b/tst/EnergyPlus/unit/WindowAC.unit.cc index c0af2bf84fa..4838e634c42 100644 --- a/tst/EnergyPlus/unit/WindowAC.unit.cc +++ b/tst/EnergyPlus/unit/WindowAC.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WindowEquivalentLayer.unit.cc b/tst/EnergyPlus/unit/WindowEquivalentLayer.unit.cc index be4c37ef3a8..f4619d31986 100644 --- a/tst/EnergyPlus/unit/WindowEquivalentLayer.unit.cc +++ b/tst/EnergyPlus/unit/WindowEquivalentLayer.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WindowLayerEffectiveMultipliers.unit.cc b/tst/EnergyPlus/unit/WindowLayerEffectiveMultipliers.unit.cc index 47ce0d1c3a8..018462f8ce1 100644 --- a/tst/EnergyPlus/unit/WindowLayerEffectiveMultipliers.unit.cc +++ b/tst/EnergyPlus/unit/WindowLayerEffectiveMultipliers.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WindowManager.unit.cc b/tst/EnergyPlus/unit/WindowManager.unit.cc index 7d04b179f72..19a9ae8c1eb 100644 --- a/tst/EnergyPlus/unit/WindowManager.unit.cc +++ b/tst/EnergyPlus/unit/WindowManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/WindowManagerExteriorThermal.unit.cc b/tst/EnergyPlus/unit/WindowManagerExteriorThermal.unit.cc index 9392d2e593a..b3295e504fa 100644 --- a/tst/EnergyPlus/unit/WindowManagerExteriorThermal.unit.cc +++ b/tst/EnergyPlus/unit/WindowManagerExteriorThermal.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/XingGroundTemperatureModel.unit.cc b/tst/EnergyPlus/unit/XingGroundTemperatureModel.unit.cc index c91266b17db..e009ca17cbb 100644 --- a/tst/EnergyPlus/unit/XingGroundTemperatureModel.unit.cc +++ b/tst/EnergyPlus/unit/XingGroundTemperatureModel.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ZoneContaminantPredictorCorrector.unit.cc b/tst/EnergyPlus/unit/ZoneContaminantPredictorCorrector.unit.cc index 7d3dd5263ae..7ab0a2367b5 100644 --- a/tst/EnergyPlus/unit/ZoneContaminantPredictorCorrector.unit.cc +++ b/tst/EnergyPlus/unit/ZoneContaminantPredictorCorrector.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ZoneEquipmentManager.unit.cc b/tst/EnergyPlus/unit/ZoneEquipmentManager.unit.cc index a81c9940879..452a165acbb 100644 --- a/tst/EnergyPlus/unit/ZoneEquipmentManager.unit.cc +++ b/tst/EnergyPlus/unit/ZoneEquipmentManager.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ZoneHVACEvaporativeCooler.unit.cc b/tst/EnergyPlus/unit/ZoneHVACEvaporativeCooler.unit.cc index a443e33d31a..ca1a319c1fa 100644 --- a/tst/EnergyPlus/unit/ZoneHVACEvaporativeCooler.unit.cc +++ b/tst/EnergyPlus/unit/ZoneHVACEvaporativeCooler.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ZonePlenum.unit.cc b/tst/EnergyPlus/unit/ZonePlenum.unit.cc index f43a7192e36..305cf0fb65d 100644 --- a/tst/EnergyPlus/unit/ZonePlenum.unit.cc +++ b/tst/EnergyPlus/unit/ZonePlenum.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc b/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc index b0b8afb002d..8539a730608 100644 --- a/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc +++ b/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/api/datatransfer.unit.cc b/tst/EnergyPlus/unit/api/datatransfer.unit.cc index 3bca5fc4a74..4ce36326d17 100644 --- a/tst/EnergyPlus/unit/api/datatransfer.unit.cc +++ b/tst/EnergyPlus/unit/api/datatransfer.unit.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/tst/EnergyPlus/unit/main.cc b/tst/EnergyPlus/unit/main.cc index 58958faebaa..23030c09e59 100644 --- a/tst/EnergyPlus/unit/main.cc +++ b/tst/EnergyPlus/unit/main.cc @@ -1,7 +1,7 @@ // EnergyPlus, Copyright (c) 1996-2026, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge -// National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other +// National Laboratory, managed by UT-Battelle, Alliance for Energy Innovation, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the diff --git a/workflows/app_g_postprocess.py b/workflows/app_g_postprocess.py index 4edd2046f50..0222b3fc4ff 100644 --- a/workflows/app_g_postprocess.py +++ b/workflows/app_g_postprocess.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/workflows/calc_soil_surface_temp.py b/workflows/calc_soil_surface_temp.py index 48e1897ca8f..1d6cc4068e0 100644 --- a/workflows/calc_soil_surface_temp.py +++ b/workflows/calc_soil_surface_temp.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/workflows/coeff_check.py b/workflows/coeff_check.py index 35e71adad28..23a649ec63b 100644 --- a/workflows/coeff_check.py +++ b/workflows/coeff_check.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/workflows/coeff_conv.py b/workflows/coeff_conv.py index 1a33495c06a..5325fdf0209 100644 --- a/workflows/coeff_conv.py +++ b/workflows/coeff_conv.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/workflows/convert_input_format.py b/workflows/convert_input_format.py index fa186f2cce0..11c764067a4 100644 --- a/workflows/convert_input_format.py +++ b/workflows/convert_input_format.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/workflows/energyplus.py b/workflows/energyplus.py index e7afe340c70..cd6276f6ec0 100644 --- a/workflows/energyplus.py +++ b/workflows/energyplus.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of diff --git a/workflows/transition.py b/workflows/transition.py index 84b37efe959..7255792b614 100644 --- a/workflows/transition.py +++ b/workflows/transition.py @@ -2,7 +2,7 @@ # of Illinois, The Regents of the University of California, through Lawrence # Berkeley National Laboratory (subject to receipt of any required approvals # from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- -# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All +# Battelle, Alliance for Energy Innovation, LLC, and other contributors. All # rights reserved. # # NOTICE: This Software was developed under funding from the U.S. Department of