Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue2614 chilled beam sequences controls only #111

Open
wants to merge 432 commits into
base: issue2614_ChilledBeamSequences
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 11, 2022

  1. IBPSA Sync - Removed parameter p in Fluid.Storage.ExpansionVessel (lb…

    …l-srg#3001)
    
    * Removed parameter p in Fluid.Storage.ExpansionVessel
    mwetter authored May 11, 2022
    Configuration menu
    Copy the full SHA
    baeea2c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

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

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    09240bc View commit details
    Browse the repository at this point in the history
  2. Changed order of instantiation (lbl-srg#3007)

    This change lists all inputs before all outputs
    mwetter authored May 13, 2022
    Configuration menu
    Copy the full SHA
    fa7a758 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Remove protected record declaration inside record (lbl-srg#3010)

    * Removed protected declaration in record
    
    For lbl-srg#3009
    mwetter authored May 16, 2022
    Configuration menu
    Copy the full SHA
    ec0ee6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc54758 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Add defaultComponentName and defaultComponentPrefixes (lbl-srg#3013)

    This ensures that if a record is dragged in a GUI, it will be declared as a parameter
    mwetter authored May 17, 2022
    Configuration menu
    Copy the full SHA
    5cd07fc View commit details
    Browse the repository at this point in the history
  2. Update CI testing to BuildingsPy 4.0.0 (lbl-srg#3015)

    This updates BuildingsPy to the latest release
    mwetter authored May 17, 2022
    Configuration menu
    Copy the full SHA
    8ab33d1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Issue3016 text and graphic errors (lbl-srg#3017)

    * 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]>
    hcasperfu and mwetter authored May 18, 2022
    Configuration menu
    Copy the full SHA
    84781ee View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Added dummy script

    mwetter committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5d84700 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Issue3018 spawn installation (lbl-srg#3020)

    * 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
    mwetter authored May 23, 2022
    Configuration menu
    Copy the full SHA
    b90fe0c View commit details
    Browse the repository at this point in the history
  2. Issue2852 spawn multiplier (lbl-srg#3031)

    * 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
    mwetter authored May 23, 2022
    Configuration menu
    Copy the full SHA
    ba368a0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Issue3021 spawn - remove files extracted from FMU (lbl-srg#3033)

    * 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
    mwetter authored May 24, 2022
    Configuration menu
    Copy the full SHA
    79f20f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af1ce8 View commit details
    Browse the repository at this point in the history
  3. Updated test for BOM (lbl-srg#3029)

    * Updated test for BOM
    
    This is for lbl-srg#3028
    mwetter authored May 24, 2022
    Configuration menu
    Copy the full SHA
    d11d749 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merge IBPSA (lbl-srg#3035)

    * Merged IBPSA
    mwetter authored May 25, 2022
    Configuration menu
    Copy the full SHA
    0a7bbd1 View commit details
    Browse the repository at this point in the history
  2. Issue3022 cdl continuos derivative (lbl-srg#3023)

    * Implementation of CDL.Continuous.Derivative
    
    For lbl-srg#3022
    mwetter authored May 25, 2022
    Configuration menu
    Copy the full SHA
    afda6ac View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    cf53046 View commit details
    Browse the repository at this point in the history
  2. Add PID controller with gains as input (lbl-srg#3036)

    * Implemented PID block with gains as input.
    
    For lbl-srg#2993
    
    * Removed duplicate name label
    
    * Rearranged connections
    
    Co-authored-by: Huang <[email protected]>
    mwetter and Huang authored May 26, 2022
    Configuration menu
    Copy the full SHA
    224de0d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Patch to avoid division by zero if nEle=1 (lbl-srg#3048)

    This only affects the special case of nEle=1. Results are not affected by this change
    mwetter authored May 27, 2022
    Configuration menu
    Copy the full SHA
    55dea13 View commit details
    Browse the repository at this point in the history
  2. updated existing BESTEST cases and added new cases (lbl-srg#3032)

    * 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]>
    JayHuLBL and mwetter authored May 27, 2022
    Configuration menu
    Copy the full SHA
    4f21177 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Issue3046 - Update release notes for 9.0.0 (lbl-srg#3050)

    * Added release information for version 9.0.0
    
    * Updated date
    
    * Added 8.1.3 release notes
    mwetter authored May 28, 2022
    Configuration menu
    Copy the full SHA
    dff251c View commit details
    Browse the repository at this point in the history
  2. Issue3027 wet coil sensible heat (lbl-srg#3049)

    * 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
    mwetter authored May 28, 2022
    Configuration menu
    Copy the full SHA
    df7415e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

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

Commits on Jun 1, 2022

  1. Ibpsa sync - revert formatting changes (lbl-srg#3055)

    * Merged IBPSA
    
    * Reverted formatting changes
    mwetter authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    57a4818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b657530 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

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

Commits on Jun 16, 2022

  1. Ibpsa merge1624 (lbl-srg#3066)

    * changed conDam.yMin from 0.1 to 0.25
    
    * updated unit test results
    
    * updated change logs
    hcasperfu authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9bfbd3d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    9ee8040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41155f2 View commit details
    Browse the repository at this point in the history
  3. updated change log

    hcasperfu committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c36efe2 View commit details
    Browse the repository at this point in the history
  4. minor revision log fix

    hcasperfu committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    beb7907 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Merge pull request lbl-srg#3068 from lbl-srg/issue3067_ScalableBenchm…

    …arksNominalFlowRate
    
    Closes lbl-srg#3067.
    dhblum authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a0b13bd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    8b8748c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29606f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d12add View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43aa95c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa437d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    569a650 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a834fb4 View commit details
    Browse the repository at this point in the history
  8. Updated instance name due to class update. Added parameter display an…

    …notation. Changed parameter values in validation model
    karthikeyad-pnnl committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a1acecf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    927b19b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    601068a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1975089 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'issue2614_ChilledBeamSequences_ControlsOnly' of github.…

    …com:karthikeyad-pnnl/modelica-buildings into karthikeyad-pnnl-issue2614_ChilledBeamSequences_ControlsOnly
    mwetter committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a77ea0e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'karthikeyad-pnnl-issue2614_ChilledBeamSequences_Control…

    …sOnly' into issue2614_ChilledBeamSequences
    mwetter committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    6e23320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    726bae6 View commit details
    Browse the repository at this point in the history
  6. Added labels to connectors

    mwetter committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4d37da2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    003a28a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e2b32c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d23d288 View commit details
    Browse the repository at this point in the history
  10. Moved connectors

    mwetter committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    94a443a View commit details
    Browse the repository at this point in the history
  11. Moved connectors

    mwetter committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e1603dd View commit details
    Browse the repository at this point in the history
  12. Moved parameters to main tab

    mwetter committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    786fa15 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Corrected input for enabling freeze set back (lbl-srg#3088)

    * corrected input for enabling freeze protection setback mode
    JayHuLBL authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    13a429d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

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

Commits on Aug 17, 2022

  1. Update CI testing to Dymola 2023 (lbl-srg#3083)

    * Updated reference results for Dymola 2023
    
    * Updated image
    
    * Set -noopengl flag
    
    * Removed -noopengl flag
    mwetter authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    08292ba View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Issue3091 typo and misc fixes (lbl-srg#3092)

    * corrected date orders in revision log
    
    Buildings.Utilities.Math.Functions.regStep
    
    * improved the use of the word "monotone"
    
    Corrected a few typos where it is misspelt as "monontone", changed "strict(ly) monotone increasing" to "strictly increasing", changed "monotone increasing" to "monotonically increasing".
    
    * fixed document typo and improved language
    
    Buildings.Examples.ScalableBenchmarks.BuildingVAV.Examples.OneFloor_OneZone
    
    * fixed minor documentation typo
    
    Buildings.Fluid.SolarCollectors.Data.GenericSolarCollector
    
    * minor grammar twicks in documentation
    
    Buildings.Experimental.DHC.Networks.Controls.MainPump
    
    * Fixed icon size
    
    Buildings.Fluid.Movers.Validation.FlowControlled_dpSystem
    
    * added over-dot for mass flow in documentation
    
    Buildings.Fluid.{FixedResistances.{CheckValve,HydraulicDiameter,PressureDrop},BaseClasses.FlowModels.{basicFlowFunction_dp,basicFlowFunction_m_flow}}
    
    * now uses lower case p for pressure in Delta p
    
    The following command is run under the Buildings folder:
    sed -i 's/\&Delta;P/\&Delta;p/g' $(find . -iname '*.mo')
    hcasperfu authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    34b6b4a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Ibpsa sync (lbl-srg#3096)

    * Merged IBPSA, issue1632_typoAndMiscFixes
    mwetter authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ea147ae View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Issue3095 battery discharge (lbl-srg#3100)

    * corrected power calculation when it is discharged
    
    * removed empty line
    
    * updated reference results
    
    * Reformulated to avoid use of division macro in dynamics section in Dymola
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7e72ccc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Refactored guard of division against zero to avoid chattering in mult…

    …izone VAV system of Guideline36 (lbl-srg#3107)
    
    * Refactored guard of division against zero to avoid chattering
    
    For lbl-srg#3106
    
    * full path, change line, removed empty line
    
    Co-authored-by: JayHuLBL <[email protected]>
    mwetter and JayHuLBL authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b3bc444 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Dev ra python36 fix (lbl-srg#3114)

    * install.py now works with Python 3.6 and accounts for multiple executables
    
    * Fixed spelling error.
    
    Co-authored-by: Robin Andersson <[email protected]>
    mwetter and modelonrobinandersson authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5c35b48 View commit details
    Browse the repository at this point in the history
  2. Added call to format

    mwetter committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    8e38ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    f393110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f804e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    e76677b View commit details
    Browse the repository at this point in the history
  2. Corrected typo

    mwetter committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    83700b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lbl-srg#3115 from lbl-srg/modelon_robin_andersson_…

    …dev-ra-python36-fix
    
    Dev ra python36 fix (lbl-srg#3114)
    mwetter authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2608891 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. added the default values (lbl-srg#3119)

    * added the default values
    JayHuLBL authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    5dd6626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6387206 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Updated OMC image to 1.20.0_dev-250-gb17e1a0-1 (lbl-srg#3110)

    * Updated OMC image to 1.20.0_dev-250-gb17e1a0-1
    
    * Removed tmp directory
    
    This is due to https://app.travis-ci.com/github/ibpsa/modelica-ibpsa/jobs/583711997#L402
    mwetter authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4ea2fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21dfe3d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Issue3104 openmodelica v2 (lbl-srg#3122)

    * Updated scripts for OpenModelica
    
    For lbl-srg#3104
    
    * Added Examples.OneFloor_OneZone and TwoFloor to exclude list
    
    * Updated omc version
    
    * Added rm for tmp directory
    mwetter authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3c006ef View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Ibpsa sync (lbl-srg#3127)

    * Updated time stamp
    
    * Merged IBPSA, issue1636_openmodelica_image
    mwetter authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ddf5f7c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merged IBPSA, issue1634_ConservationEquation (change state from mXi t…

    …o Xi) (lbl-srg#3109)
    
    * Merged IBPSA, issue1634_ConservationEquation
    
    This changes the state in the control volume from mXi to Xi. [ci skip]
    
    * Updated reference results for IBPSASync_issue1634_ConservationEquation
    
    * updated CI test case configuration
    
    For lbl-srg#1634
    mwetter authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a9a8f54 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Added G36 official release control (lbl-srg#3120)

    Updated G36 sequences to official release and moved public release draft to Buildings.Obsolete
    JayHuLBL authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7a10d6b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Issue3129 update version number (lbl-srg#3130)

    * Updated version number to 10.0.0
    
    For lbl-srg#3129
    
    * Renamed conversion script
    mwetter authored Oct 15, 2022
    Configuration menu
    Copy the full SHA
    b300172 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Added boolean and integer extractor (lbl-srg#3128)

    * added boolean extractor
    
    * removed allowOutOfRange and outOfRangeValue
    
    * updated implementation to output last value when index is out of range
    JayHuLBL authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5742d50 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Merged IBPSA master (lbl-srg#3131)

    Set unit in HeaterCooler_u.mo. Corrected issue url
    mwetter authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    9fde814 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge IBPSA, 1644 1650 (lbl-srg#3133)

    * Merged IBPSA, issue 1644 and 1650
    
    * Updated release notes
    mwetter authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4a05702 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 8, 2022

  1. Ibpsa sync (lbl-srg#3142)

    Set unit in HeaterCooler_u.mo. Corrected issue url
    
    Improved assertion in regNonZeroPower
    mwetter authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ce07fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Changed solar pump controller to used irradiation on tilted surface (l…

    …bl-srg#3145)
    
    * Changed solar pump controller to used irradiation on tilted surface
    
    For lbl-srg#3074. [ci skip]
    mwetter authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0141c99 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Issue3065 dx coils performance (lbl-srg#3147)

    * Corrected performance calculation as a function of mass flow rates
    
    For lbl-srg#3065
    
    * Updated reference results for lbl-srg#3065
    
    * Corrected function argument to ffCon
    
    * Updated reference results
    mwetter authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5994b61 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Correct assignment of sta2_default in PartialEffectivenessNTU (lbl-sr…

    …g#3152)
    
    * Corrected temperature in assignment of sta2_default
    
    For lbl-srg#3151
    mwetter authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    765910d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Test updated regressiontest of BuildingsPy (lbl-srg#3150)

    * Test updated regressiontest of BuildingsPy
    
    This tests the updated regression tests for Dymola of BuildingsPy.
    mwetter authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8e17548 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

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

Commits on Nov 19, 2022

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

Commits on Nov 22, 2022

  1. Ibpsa sync pump assertion (lbl-srg#3157)

    * Merged IBPSA
    
    * Updated release notes
    
    * Removed Obsolete/DistrictHeatingCooling
    
    This would need refactoring as Movers.FlowControlled_m_flow asserts for unreasonable pressure raise
    
    * Changed rise time to be consistent with pumps
    
    * Added missing assignment of pump record
    
    * Revised models for pump that has assertion if pressure is too high
    
    * Assigned riseTime in valve instances
    
    * Set raiseTime consistently, improved control to avoid pump from operating if valve is closed, disabled filters
    
    * Refactored controls to avoid cooling tower pump to work against closed valves
    
    * Refactored pump and valve control
    
    * Corrected assignment which was not valid modelica
    
    * Removed from release notes what will be in 9.1 release
    
    * Added removal of Obsolete.DistrictHeatingCooling
    mwetter authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    15e872a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Update Spawn user guide (lbl-srg#3171)

    Removed link to issue that has been corrected
    mwetter authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0d8307a View commit details
    Browse the repository at this point in the history
  2. Issue2510 pipe autosize dh start (lbl-srg#3163)

    * Update dh start and final
    
    * Add new validation model with simulate command
    
    * Add optimica support ticket number to exclusion comment
    dhblum authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    403f411 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

  1. Issue2510 pipe autosize dh min (lbl-srg#3177)

    * Update dh start and final
    
    * Add new validation model with simulate command
    
    * Update min to 0.001
    dhblum authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    0cc0e84 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Updated set up of github actions (lbl-srg#3181)

    * Updated set up of github actions
    
    This removes deprecated version (https://github.com/lbl-srg/modelica-buildings/actions/runs/3605039255) and git-lfs
    mwetter authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    c3d1711 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

  1. Issue3179 spawn geothermal (lbl-srg#3180)

    * Added geothermal heat pump
    
    * Replaced ideal heater with geothermal hp, changed radiant slab
    
    * Changed pipe spacing and insulation of radiant slab
    mwetter authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    086510e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Bump certifi in /Buildings/Resources/Documentation/userGuide (lbl-srg…

    …#3191)
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](certifi/python-certifi@2021.10.08...2022.12.07)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    fda1d77 View commit details
    Browse the repository at this point in the history
  2. Bump certifi in /Buildings/Resources/src/fluid/heatpumps/calibration/…

    …doc (lbl-srg#3190)
    
    Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](certifi/python-certifi@2021.10.08...2022.12.07)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d187a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

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

Commits on Dec 13, 2022

  1. Updated BuildingsPy

    This is needed for Dymola time_out
    mwetter committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    14f430c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Patch time out (lbl-srg#3196)

    * Increased time_out for MSLAIT
    mwetter authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c848c44 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    7309608 View commit details
    Browse the repository at this point in the history
  2. Issue3199 calendar time (master) (lbl-srg#3202)

    * Refactored sampling to avoid rounding errors
    
    For lbl-srg#3199
    mwetter authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6e33f36 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Issue3198 expansion vessel old documentation (lbl-srg#3201)

    * deleted old comment
    hcasperfu authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    19ae878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d799342 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Issue3189 g36 enumeration (lbl-srg#3206)

    * removed years in enumeration lists
    
    * updated OA configuration enumeration description
    
    * removed not_specified options
    
    * set start attribute to the not-specified parameters
    
    * removed BOM, set default value for eneStd and venStd
    
    * recoverred Not_specified opiton for the climate zones
    JayHuLBL authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d9adefa View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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

Commits on Jan 21, 2023

  1. merged ibpsa changes, added release note (lbl-srg#3214)

    * merged ibpsa changes, added release note
    
    * updated reference results
    
    * Updated reference results, only small numerical change
    
    * Set new parameter use_input=false
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    32610ca View commit details
    Browse the repository at this point in the history
  2. Issue2302 building time series enhancement (lbl-srg#3165)

    * Make revisions
    
    * Update reference results
    
    * Fix default bindings & parameter names [ci skip]
    
    - Improve documentation of formerly example models that were made generic.
    
    * Restore parameter names, update doc
    
    * Edit documentation
    
    * Update doc, add dialog Advanced tab
    
    * Update release and revision notes [ci skip]
    
    * Update unit test results
    
    * Fix html
    
    * Update reference results for Examples
    
    * Add parameters for reference term unit conditions and update docs
    
    * Remove BOM
    
    * Change ref. conditions, use h in cooling [ci skip]
    
    * Update reference results
    
    * Revise release notes
    
    * Removed abs function and added assertions
    
    This ensures that all parameters indeed have the right signs
    
    Co-authored-by: AntoineGautier <[email protected]>
    Co-authored-by: Michael Wetter <[email protected]>
    3 people authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    e87617c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. corrected saved path of images (lbl-srg#3221)

    * corrected saved path of images lbl-srg#3220
    
    * revereted unnecessary changes
    
    * reverted changes
    JayHuLBL authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    821b095 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Issue3139 mz controller without changes to pressure independent dampe…

    …r option (lbl-srg#3218)
    
    * removed years in enumeration lists
    
    * removed uRelFan input
    
    * removed return fan calculated air option
    
    * added assertion to check if the climate zones have been specified
    
    * added energy and ventilation standards
    
    * added flag to disable freeze protection for MZVAV controller
    
    * added default standards
    
    * reverted to no assign standards
    
    * moved the check of climate zone specification into the generic class
    
    * corrected revision record lbl-srg#3139 [ci skip]
    
    * added flag to disable freeze protection for single AHU controller
    
    * changed the pressure independent damper to exponential damper
    
    * corrected the windows sensor signal
    
    * removed the release note about the pressure independent damper
    
    * Modify FreezeStat enumeration, add revision note [ci skip]
    
    * reverted the exponential damper in example model
    
    ---------
    
    Co-authored-by: AntoineGautier <[email protected]>
    JayHuLBL and AntoineGautier authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4d6bed9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Add optional switchover to PartialElectric for heat recovery chillers (

    …lbl-srg#3212)
    
    * Implement switchover mode, add example, fix typos
    
    - Also update release notes
    
    * Update reference results
    
    * Add revision notes
    
    * Add heating note to TSet comment [ci skip]
    
    * Add COP_h connector, update script [ci skip]
    
    * Update reference results
    
    * Conditionally disabled icon text
    
    * Formatted file
    
    ---------
    
    Co-authored-by: David Blum <[email protected]>
    Co-authored-by: Michael Wetter <[email protected]>
    3 people authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e2c4a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Issue2912 district cooling (lbl-srg#3093)

    * Implement district cooling for lbl-srg#2912
    
    ---------
    Co-authored-by: ChengnanShi-Work <[email protected]>
    Co-authored-by: Katy Hinkelman <[email protected]>
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    28b5a31 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 3, 2023

  1. IBPSA merge 1682 (lbl-srg#3223)

    * merged from IBPSA
    
    * updated unit test results
    
    * updated release notes
    
    * excluded models from optimica
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    hcasperfu and mwetter authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    21859cb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Corrected graphical annotation (lbl-srg#3228)

    The graphical primitive Line has no attribute lineThickness. It is instead call thickness
    mwetter authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d0040e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Removed start value for dp (lbl-srg#3232)

    * Removed start value for dp
    
    This is for lbl-srg#3231
    
    * Updated reference results
    mwetter authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f56c67b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Issue3236 electrical component access (lbl-srg#3237)

    * Added constraining clause
    mwetter authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    446ffe4 View commit details
    Browse the repository at this point in the history
  2. Update optimica to version 1.40 (lbl-srg#3239)

    * Updated optimica to 1.40
    
    * Updated configuration file for Optimica 1.40
    
    * Added files to exclude list
    mwetter authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    037fccb View commit details
    Browse the repository at this point in the history
  3. Issue3233 add no event (lbl-srg#3234)

    * added no event function
    
    * reverted the excluded model list
    
    * updated reference results
    JayHuLBL authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    56ef0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Ibpsa merge issue1577 equivalent borehole g functions (lbl-srg#3225)

    * Merged IBPSA, issue1577_equivalentBoreholeGFunctions
    mwetter authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ec0f646 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Issue3243 misc fixes (lbl-srg#3244)

    * added missing reverse bracket
    
    * moved connection lines to avoid overlap
    
    * moved connection line to avoid passing thru port
    
    * clarified change log
    
    * corrected typos in documentation
    
    * Moved connection to same place as in other valves
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    hcasperfu and mwetter authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    1162645 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Merge pull request #59 from lbl-srg/issue2614_ChilledBeamSequences

    Issue2614 chilled beam sequences
    karthikeyad-pnnl authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    8999f71 View commit details
    Browse the repository at this point in the history
  2. Added svg file to repo. Removed division block for normalizing pressu…

    …re differential measurement
    karthikeyad-pnnl committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    b55cfe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Added Plants.Cooling.Examples.ElectricChillerParallel (lbl-srg#3245)

    This adds Buildings.Experimental.DHC.Plants.Cooling.Examples.ElectricChillerParallel to the list of models simulated with OCT.
    It works locally and in Modelon's CI tests.
    mwetter authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d5e229a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merged IBPSA (lbl-srg#3246)

    mwetter authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    144f4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge new movers from IBPSA 1645 to master (lbl-srg#3252)

    * merged from IBPSA
    
    Updated mover models to allow simulation based on Euler method.
    
    ---------
    
    Co-authored-by: hcasperfu <[email protected]>
    Co-authored-by: Casper Fu <[email protected]>
    3 people authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ed18531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc2aa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Remove reference results from copied files (lbl-srg#3260)

    This removes the reference results for the movers from .copiedFiles.txt
    mwetter authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    aad500d View commit details
    Browse the repository at this point in the history
  2. Ibpsa sync issue1492 reduced order iso13790 (lbl-srg#3261)

    * Remove reference results from copied files
    
    This removes the reference results for the movers from .copiedFiles.txt
    
    * Merged IBPSA, issue1492_reducedOrderISO13790
    
    * Added new files to travis test script
    
    * Updated with latest IBPSA master
    mwetter authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0b7c763 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    f18a40c View commit details
    Browse the repository at this point in the history
  2. Merge IBPSA master (lbl-srg#3265)

    * Merged IBPSA
    mwetter authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    fb3660d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Issue3139 change damper type (lbl-srg#3227)

    * removed have_preIndDam flag
    
    * changed damper type in vavreheat example model, updated release note
    
    * updated ASHRAE 2006 vav control for boxes with exponential damper
    
    * added true delay to avoid triggering pump run by spike true input
    
    * updated reference results for VAVReheat example in obsolete package
    
    * set the mixed air temperature sensor to be ambient when there is near zero flow
    
    * added revision note to the terminal unit controllers
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ab7390b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Issue3269 ibpsa1705 circular binding (lbl-srg#3270)

    * merged from IBPSA
    
    * updated release notes
    
    * updated results Movers
    
    * unit test results outside Movers
    hcasperfu authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2f80974 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Added smooth(0, ...) to Continuous.Switch (lbl-srg#3267)

    This is required for a model that controls PV and battery
    mwetter authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    3aafb0c View commit details
    Browse the repository at this point in the history
  2. Issue3230 add juntion (lbl-srg#3240)

    * added junction to merge return and outdoor air
    
    * Merged master and update reference results [ci skip]
    
    EnergyPlus_9_6_0.Examples.SmallOffice.Guideline36Summer fails the tests as it does not compute to the end
    
    * changed the junction time constant from default 10s to 15 s
    
    * updated references
    
    * debuging early end of dymola simulation
    
    * changed the default hys
    
    * changed default time constant of the junction
    
    * changed check of the non zero flow setpoint
    
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    74a14e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Issue3103 sequence binary (lbl-srg#3112)

    * created sequence binary block lbl-srg#3103
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    53efc17 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Added a constant in order for unit check to pass (lbl-srg#3276)

    * Added a constant in order for unit check to pass
    
    For lbl-srg#3275
    mwetter authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7e0773d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    530f7ab View commit details
    Browse the repository at this point in the history
  2. Issue3141 ramp up down (lbl-srg#3253)

    * creating ramp up and down block
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b2e6db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d856d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Add Fluid.Humidifiers to CI tests (lbl-srg#3285)

    This package was by mistake left out from the CI tests
    mwetter authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    60f98c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

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

Commits on Mar 16, 2023

  1. Issue3283 allocate memory (lbl-srg#3296)

    * Improved memory allocation
    
    * corrected html syntax
    JayHuLBL authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d7e2a27 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 18, 2023

  1. Issue3299 indirect temp control (lbl-srg#3300)

    * Fix reverse acting
    
    * Update reference results
    
    * Update revisions and release notes
    dhblum authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    95321e8 View commit details
    Browse the repository at this point in the history
  2. Issue3301 cdl conformance (lbl-srg#3303)

    * Corrected CDL conformance
    
    For lbl-srg#3301
    
    * Redirected documentation of MSL classes to doc.modelica.org
    
    * Redirected documentation of MSL classes to doc.modelica.org
    
    * Updated url to https
    mwetter authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    cd566ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32bc0e2 View commit details
    Browse the repository at this point in the history
  4. Package with standard hydronic configurations (lbl-srg#3071)

    Added package Fluid.HydronicConfigurations
    
    ---------
    
    Co-authored-by: David Blum <[email protected]>
    Co-authored-by: Michael Wetter <[email protected]>
    3 people authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    14a4825 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 28, 2023

  1. Issue3294 CDL OpenModelica verification (lbl-srg#3312)

    * improved validation models
    
    * changed the initial value to avoid difference results between dymola and omc
    
    * Tightened tolerance of reference results, enabled result verification
    
    This enables result verification with OpenModelica for the OBC.CDL package
    
    * Tightened tolerance
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    61521a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Issue3317 air balance (lbl-srg#3318)

    * Added example for air heat and mass balance.
    mwetter authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e3569a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Corrected ramp implementation (lbl-srg#3316)

    * corrected implementation and updated references
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e1e6ebd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge pull request #1 from karthikeyad-pnnl/issue2614_ChilledBeamSequ…

    …ences_ControlsOnly
    
    Issue2614 chilled beam sequences controls only
    junkewang001 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ad5dcc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from lbl-srg/master

    Merging master branch from LBL
    junkewang001 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    22f1878 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Set the min attributes of nPum and nVal

    Set the min attributes of nPum and nVal to 1 instead of constant parameters
    junkewang001 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6ac4f1d View commit details
    Browse the repository at this point in the history
  2. Corrected a typo

    junkewang001 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b5ae2f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Ibpsa merge1704 (lbl-srg#3321)

    * copied Obsolete.Fluid.Movers from IBPSA
    
    * corrected constrainedby clause for OCT warning
    
    * deleted Nrpm component in HydronicConfigurations
    
    * renamed speed in enum
    hcasperfu authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f2d33a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Added unit [ci skip]

    mwetter committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5cfc444 View commit details
    Browse the repository at this point in the history
  2. Removed default values

    Removed the default values for chiWatStaPreMax and chiWatStaPreMin as these are design values
    junkewang001 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c3a481f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    21a67cb View commit details
    Browse the repository at this point in the history
  2. Corrected assertion warning in the DXCoil models (lbl-srg#3324)

    * correcting the nominal conditions
    
    * corrected assert condition
    JayHuLBL authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f046315 View commit details
    Browse the repository at this point in the history
  3. Created duty cycle (Logical.VariablePulse) (lbl-srg#3090)

    * add Logical.VariablePulse
    JayHuLBL authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e407394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0a30aa View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    3c2ecc4 View commit details
    Browse the repository at this point in the history
  2. added chiller plant controller namings, lbl-srg#819 [ci skip] (lbl-sr…

    …g#2864)
    
    * added chiller plant controller namings, lbl-srg#819 [ci skip]
    JayHuLBL authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9150a6c View commit details
    Browse the repository at this point in the history
  3. in OBC package moved PID controller instance to public section (lbl-s…

    …rg#3334)
    
    * moved PID controller instance to public section
    
    * improved instance names
    JayHuLBL authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f7745ef View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Issue3256 proof (lbl-srg#3313)

    * adding proof block
    JayHuLBL authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    01b35fc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Issue3339 sources sin (lbl-srg#3342)

    * Renamed CDL.Continuous.Sources.Sine to Sin
    
    For lbl-srg#3339
    
    * Updated revision notes and image path
    mwetter authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    49887d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    d16b988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60a88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0324d58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0fd20e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    633aa32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    981c7fb View commit details
    Browse the repository at this point in the history
  7. Added ZeroIndexCorrection block and modified some errors

     Errors from nexLagPum and lasLagPum blocks
    junkewang001 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    940004b View commit details
    Browse the repository at this point in the history
  8. Merged IBPSA WetCoilWetRegime (lbl-srg#3348)

    This sets the start value for NTUAirSta
    mwetter authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bbdf801 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b063c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Removed invalid annotation in Outside_CpLowRise (lbl-srg#3352)

    This merges a change from IBPSA that removes an annotation that uses a variable that does no longer exist
    mwetter authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ad645ff View commit details
    Browse the repository at this point in the history
  2. Update Movers from IBPSA (lbl-srg#3353)

    Reduces length of assertion message, sets dpMax and V_flow_max final
    mwetter authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a0c61fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e76b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feb925d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Added cdl vendor annotation to indicate if the parameter values is fr…

    …om G36 (lbl-srg#3350)
    
    * added annotation for the models in multizone AHU controller and subsequences
    JayHuLBL authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    133762f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Issue3344 openmodelica image (lbl-srg#3351)

    Updated OpenModelica image
    mwetter authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    5a1a68e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. limited the fontSize check only in the documentation sections (lbl-sr…

    …g#3341)
    
    * limited the fontSize check only in the documentation sections
    
    * Changed fontSize= to font-size: [ci skip]
    
    * corrected regular expression
    
    * Shortened message
    
    * corrected lineColor and lineThickness check
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3c7ed12 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Updated to oct 1.43.4 (lbl-srg#3361)

    * Updated to oct 1.43.4
    
    * Set nominal and min attributes for capacity flow rates
    
    For lbl-srg#3360
    
    * Included OptimalStart.Guideline36Summer for oct
    
    * Set nominal and min attributes for capacity flow rates
    
    For lbl-srg#3360
    mwetter authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    39fcca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Updated dymola image with new license file. (lbl-srg#3366)

    This updates the dymola image with the new license file.
    mwetter authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a68c5d5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Update workflow to ubuntu 22.04 (lbl-srg#3369)

    * Update workflow to ubuntu 22.04
    
    * Updated Python to 3.10.11
    mwetter authored May 2, 2023
    Configuration menu
    Copy the full SHA
    684a2f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7659da View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Issue3371 show pressure curve (lbl-srg#3376)

    * merged from IBPSA
    hcasperfu authored May 3, 2023
    Configuration menu
    Copy the full SHA
    368f3a3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Issue3382 malloc (lbl-srg#3383)

    * Add type casts to malloc and realloc in C-Sources (lbl-srg#3378)
    
    * added type casts for malloc() in c files
    
    * Updated Python binary
    
    * Corrected warning about incompatible pointers
    
    * Updated Windows dll
    
    ---------
    
    Co-authored-by: rfranke <[email protected]>
    Co-authored-by: Michael Wetter <[email protected]>
    3 people authored May 5, 2023
    Configuration menu
    Copy the full SHA
    f3c6baf View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Issue3384 self dependent binding (lbl-srg#3387)

    * merged from IBPSA
    
    * updated release notes
    hcasperfu authored May 6, 2023
    Configuration menu
    Copy the full SHA
    d6c2abc View commit details
    Browse the repository at this point in the history
  2. Issue3391 documentation and release notes (lbl-srg#3392)

    * minor grammar fix in documentation
    
    * typo fix in usersguide
    
    * typo fix in inline comments
    
    * improved release notes entry
    
    Added full model path. Corrected entry grouping for consistency.
    
    * deleted duplicate release notes IBPSA 1621
    
    * rearranged release notes to alphabetical order
    
    * removed redundant text
    
    ---------
    
    Co-authored-by: JayHuLBL <[email protected]>
    hcasperfu and JayHuLBL authored May 6, 2023
    Configuration menu
    Copy the full SHA
    ae1af90 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Issue 3389 Direct ETS Check Valve allowFlowReversal (lbl-srg#3390)

    * Make fix, update revisions and unit test results
    
    * Remove BOM
    
    * Update reference results
    
    * Update release notes
    dhblum authored May 9, 2023
    Configuration menu
    Copy the full SHA
    a780b73 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Improved error message of weather data conversion application if data…

    … is missing (lbl-srg#3395)
    
    * Improved error message if data is missing
    
    For lbl-srg#3380
    
    * Deleted old files
    
    * Improved error message if data is missing
    
    For lbl-srg#3380
    
    * Removed doc directory
    mwetter authored May 10, 2023
    Configuration menu
    Copy the full SHA
    47a1a41 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Changed solver to Radau for Obsolete/Air/Systems/SingleZone/VAV/Examp…

    …les/OptimalStart/Guideline36Summer (lbl-srg#3397)
    
    This is needed for the cross verification of the results which otherwise fails
    mwetter authored May 11, 2023
    Configuration menu
    Copy the full SHA
    4fd876b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Merged IBPSA, 1601 (lbl-srg#3398)

    * Merged IBPSA, 1601
    
    This merges the new weekly schedule reader
    
    * Added typecast for pointers
    mwetter authored May 14, 2023
    Configuration menu
    Copy the full SHA
    13ed223 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Issue3382 malloc jsonWriterInit.c (lbl-srg#3399)

    * Corrected pointer
    
    See lbl-srg#3382 (comment)
    mwetter authored May 15, 2023
    Configuration menu
    Copy the full SHA
    60727ae View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #73 from lbl-srg/master

    Update branch by merging upstream master
    karthikeyad-pnnl authored May 17, 2023
    Configuration menu
    Copy the full SHA
    c3bf625 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge branch 'issue2614_ChilledBeamSequences' of github.com:junkewang…

    …001/modelica-buildings into junkewang001-issue2614_ChilledBeamSequences
    karthikeyad-pnnl committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6813600 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'junkewang001-issue2614_ChilledBeamSequences' into issue…

    …2614_ChilledBeamSequences_ControlsOnly
    karthikeyad-pnnl committed May 18, 2023
    Configuration menu
    Copy the full SHA
    79ffa15 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 20, 2023

  1. Merging IBPSA change simulating over 1Y with Buildings (lbl-srg#3374)

    * Merging IBPSA change simulating over 1Y with Buildings
    
    * Added equation of time to changes
    EttoreZ authored May 20, 2023
    Configuration menu
    Copy the full SHA
    62d7b29 View commit details
    Browse the repository at this point in the history
  2. Updated documentation. Removed default values for trim and respond co…

    …ntrol. Updated missing class names.
    karthikeyad-pnnl committed May 20, 2023
    Configuration menu
    Copy the full SHA
    e9b97da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c19be75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dda543 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Issue3379 fac mul dhw (lbl-srg#3381)

    * Apply facMul to dhw load and double pump dp_nominal assignments
    dhblum authored May 22, 2023
    Configuration menu
    Copy the full SHA
    a4fb4e9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Ibpsa sync issue1755 correct hyperlinks (lbl-srg#3403)

    * Corrected malformed hyperlinks
    mwetter authored May 23, 2023
    Configuration menu
    Copy the full SHA
    27caecb View commit details
    Browse the repository at this point in the history
  2. Bump requests (lbl-srg#3407)

    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>
    dependabot[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    29ce4dc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    c1a9026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2327c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fcaf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    113fa40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    294fc91 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    f0ef310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30404b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f892f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3f3696 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8060a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9399406 View commit details
    Browse the repository at this point in the history
  7. Fixed missing space

    karthikeyad-pnnl committed May 25, 2023
    Configuration menu
    Copy the full SHA
    afa9234 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a3dc84 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Bump requests in /Buildings/Resources/Documentation/userGuide (lbl-sr…

    …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>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    1735927 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Updated version of request to 2.31.0 (lbl-srg#3410)

    This integrates the security alert from lbl-srg#3407
    mwetter authored May 27, 2023
    Configuration menu
    Copy the full SHA
    77e44ed View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Removed final modifier in borefield model (lbl-srg#3415)

    This allows the record to be replaced by models that extend this model
    mwetter authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    444f378 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Issue3416 correct broken links (lbl-srg#3418)

    * 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
    hcasperfu authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d05ae45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f1d12 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Corrected variability (lbl-srg#3422)

    This integrates IBPSA 1762.
    This corrects the variability as assigning an input to a parameter is not allowed
    mwetter authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    831156f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 8, 2023

  1. Updated info section (lbl-srg#3428)

    This improves the documentation
    mwetter authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    115ea72 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Changed solver to Sdirk34hw (lbl-srg#3443)

    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
    mwetter authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a32d788 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Issue3420 update scripts to latest energy plus (lbl-srg#3427)

    * 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]>
    hcasperfu and mwetter authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    36473aa View commit details
    Browse the repository at this point in the history
  2. Issue3441 correct nominal flow modification (lbl-srg#3442)

    * Corrected nominal mass flow rate propagation that affects hex dynamic response.
    hcasperfu authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    710184c View commit details
    Browse the repository at this point in the history
  3. Corrected annotation in HeatTransfer data (lbl-srg#3447)

    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
    mwetter authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bd0642f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Issue3288 dx coil heating (lbl-srg#3337)

    Moved DXCoils to DXSystems.
    Added heating coil.
    
    ---------
    
    Co-authored-by: Karthik Devaprasad (PNNL) <[email protected]>
    Co-authored-by: terrancelu92 <[email protected]>
    3 people authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b814d24 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Updated DXSystems icons (lbl-srg#3450)

    This updates the icons for the DXSystems
    mwetter authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ff20ab7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 11, 2023

  1. Add BESTEST test acceptance criteria limits (lbl-srg#3401)

    * adding the limits to the userGuide
    
    * flagged all the results
    
    ---------
    
    Co-authored-by: Michael Wetter <[email protected]>
    JayHuLBL and mwetter authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5c00f9d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Issue3425 documentation chiller EIR factors (lbl-srg#3436)

    * improved documentation PartialElectric
    hcasperfu authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ee95108 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Issue2905 Steam District Heating System (lbl-srg#2961)

    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]>
    9 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    be981bf View commit details
    Browse the repository at this point in the history
  2. Ibpsa sync issue1764 add electrical package (lbl-srg#3456)

    * Corrected typo
    
    * Formatted file
    
    * Added new file, and formatted it
    
    * Added changes from IBPSA, issue1764_add_electrical_package_revMW
    mwetter authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6207337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b0b83 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Bump pygments (lbl-srg#3464)

    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>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f9cbd83 View commit details
    Browse the repository at this point in the history
  2. Bump pygments in /Buildings/Resources/Documentation/userGuide (lbl-sr…

    …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>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    50cd243 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Bump certifi in /Buildings/Resources/Documentation/userGuide (lbl-srg…

    …#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>
    dependabot[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    52c2060 View commit details
    Browse the repository at this point in the history
  2. Bump certifi in /Buildings/Resources/src/fluid/heatpumps/calibration/…

    …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>
    dependabot[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cf0a867 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. merged master

    JayHuLBL committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f6e4040 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Merge branch 'issue2614_ChilledBeamSequences' of github.com:lbl-srg/m…

    …odelica-buildings into lbl-srg-issue2614_ChilledBeamSequences
    karthikeyad-pnnl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0206f53 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lbl-srg-issue2614_ChilledBeamSequences' into issue2614_…

    …ChilledBeamSequences_ControlsOnly
    karthikeyad-pnnl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6be2671 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'issue2614_ChilledBeamSequences_ControlsOnly' of github.…

    …com:karthikeyad-pnnl/modelica-buildings into issue2614_ChilledBeamSequences_ControlsOnly
    karthikeyad-pnnl committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    eaecc96 View commit details
    Browse the repository at this point in the history