forked from lbl-srg/modelica-buildings
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue2614 chilled beam sequences controls only #111
Open
karthikeyad-pnnl
wants to merge
432
commits into
issue2614_ChilledBeamSequences
Choose a base branch
from
issue2614_ChilledBeamSequences_ControlsOnly
base: issue2614_ChilledBeamSequences
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Issue2614 chilled beam sequences controls only #111
karthikeyad-pnnl
wants to merge
432
commits into
issue2614_ChilledBeamSequences
from
issue2614_ChilledBeamSequences_ControlsOnly
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…l-srg#3001) * Removed parameter p in Fluid.Storage.ExpansionVessel
This change lists all inputs before all outputs
* Removed protected declaration in record For lbl-srg#3009
This ensures that if a record is dragged in a GUI, it will be declared as a parameter
This updates BuildingsPy to the latest release
* corrected var description Buildings.Applications.DataCenters.ChillerCooled.Equipment.BaseClasses.PartialPumpParallel * removed empty subplots Buildings.Applications.BaseClasses.Equipment.Validation.ElectricChillerParallel * corrected var name and description Buildings.Fluid.Storage.Examples.StratifiedUnloadAtMinimumTemperature * corrected typo in documentation Buildings.Fluid.Interfaces.PartialTwoPortTransport * corrected descriptions and documentations Buildings.Controls.OBC.CDL.Conversions * corrected typo in Buildings.Fluid.Examples.ResistanceVolumeFlowReversal * updated revision and release notes for changes under OBC * reverted graphic change made by Dymola in a file not intended to be changed * Added line breaks Co-authored-by: Michael Wetter <[email protected]>
* Removed Resources/bin/spawn-0.3.0-59ed8c72e4 For lbl-srg#3018 * Corrected hash in file name * Updated install script to support multiple versions * Changed spawn install folder to Spawn-light-version-commit * Added EnergyPlus binary installation * Updated install section * Updated doc, added Windows binaries, added install.py
* Updated Spawn for lbl-srg#2852 * Fixed typo in comment * Corrected call to fmi2_import_terminate The function fmi2_import_terminate must only be called in event mode or continuous time mode
* Adding deletion of files that are extracted from the FMU. Corrected bug as the function fmi2_import_terminate must only be called in event mode or continuous time mode
* Updated test for BOM This is for lbl-srg#3028
* Merged IBPSA
* Implementation of CDL.Continuous.Derivative For lbl-srg#3022
* Implemented PID block with gains as input. For lbl-srg#2993 * Removed duplicate name label * Rearranged connections Co-authored-by: Huang <[email protected]>
This only affects the special case of nEle=1. Results are not affected by this change
* updated to latest BESTEST * added release note and revision note for the CenterOfGlass class * Corrected air pressure to be the same as in weather data file This required adding a small flow resistance to decouple the pressure boundary condition from the room model. Annual cooling for Case 900 changes by 4%. * Added models to exclude list Co-authored-by: Michael Wetter <[email protected]>
* Added release information for version 9.0.0 * Updated date * Added 8.1.3 release notes
* Added test case from lbl-srg#3043 Files were added manually to exclude the large file Buildings/Resources/Data/Fluid/HeatExchangers/Examples/WetCoilCounterFlowPescribedBoundary.dat * Simplified example * Avoided division by zero if nEle=1 * Updated reference results for lbl-srg#3027
* Merged IBPSA * Reverted formatting changes
* changed conDam.yMin from 0.1 to 0.25 * updated unit test results * updated change logs
…g#3408) Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This integrates the security alert from lbl-srg#3407
This allows the record to be replaced by models that extend this model
* fixed links in Buildings.Fluid.Geothermal * Fluid.HydronicConfigurations.ActiveNetworks Buildings/Fluid/HydronicConfigurations/ActiveNetworks/Examples$ sed -i 's/Buildings.Fluid.HydronicConfigurations.Examples.BaseClasses.Load/Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.BaseClasses.Load/g' $(find . -iname '*.mo') * removed links The links could not be resolved because they lead to constants instead of classes. * Obsolete.Fluid.Movers.Data
This integrates IBPSA 1762. This corrects the variability as assigning an input to a parameter is not allowed
This improves the documentation
See ibpsa/modelica-challenge-problems#3 (comment) . This change is also needed for the cross tool verification in which the inverse annotation is removed in the flow function
* updated idf versions invoded by run.sh * updated mos output files * updated unit test files * reverted files under ThermalZones.EnergyPlus_9_6_0 * updated .travis.yml * Added EnergyPlus 9.6.0 and 23.1.0 This is needed as for Spawn, the reference trajectories are generated with 9.6.0 * Updated documentation * Added comment to trigger travis run * Moved comment * Updated PATH --------- Co-authored-by: Michael Wetter <[email protected]>
* Corrected nominal mass flow rate propagation that affects hex dynamic response.
This avoids a test for equality in the icon, which is not compliant with the Modelica Language Standard. It also improves the icon layout and sets the displayUnit for density
Moved DXCoils to DXSystems. Added heating coil. --------- Co-authored-by: Karthik Devaprasad (PNNL) <[email protected]> Co-authored-by: terrancelu92 <[email protected]>
This updates the icons for the DXSystems
* adding the limits to the userGuide * flagged all the results --------- Co-authored-by: Michael Wetter <[email protected]>
* improved documentation PartialElectric
Added components and system models for steam heating. --------- Co-authored-by: Katy Hinkelman <[email protected]> Co-authored-by: SaranyaAnbarasu <[email protected]> Co-authored-by: Katy Hinkelman <[email protected]> Co-authored-by: Katy Hinkelman <[email protected]> Co-authored-by: Saranya_Anbarasu <[email protected]> Co-authored-by: David Blum <[email protected]> Co-authored-by: Michael Wetter <[email protected]> Co-authored-by: Saranya_Anbarasu <[email protected]>
* Corrected typo * Formatted file * Added new file, and formatted it * Added changes from IBPSA, issue1764_add_electrical_package_revMW
Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.11.2...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…g#3463) Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.11.2...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#3467) Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…doc (lbl-srg#3468) Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…odelica-buildings into lbl-srg-issue2614_ChilledBeamSequences
…ChilledBeamSequences_ControlsOnly
…com:karthikeyad-pnnl/modelica-buildings into issue2614_ChilledBeamSequences_ControlsOnly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.