-
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
base: issue2614_ChilledBeamSequences
Are you sure you want to change the base?
Issue2614 chilled beam sequences controls only #111
Commits on May 11, 2022
-
IBPSA Sync - Removed parameter p in Fluid.Storage.ExpansionVessel (lb…
…l-srg#3001) * Removed parameter p in Fluid.Storage.ExpansionVessel
Configuration menu - View commit details
-
Copy full SHA for baeea2c - Browse repository at this point
Copy the full SHA baeea2cView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4c81d1b - Browse repository at this point
Copy the full SHA 4c81d1bView commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09240bc - Browse repository at this point
Copy the full SHA 09240bcView commit details -
Changed order of instantiation (lbl-srg#3007)
This change lists all inputs before all outputs
Configuration menu - View commit details
-
Copy full SHA for fa7a758 - Browse repository at this point
Copy the full SHA fa7a758View commit details
Commits on May 16, 2022
-
Remove protected record declaration inside record (lbl-srg#3010)
* Removed protected declaration in record For lbl-srg#3009
Configuration menu - View commit details
-
Copy full SHA for ec0ee6d - Browse repository at this point
Copy the full SHA ec0ee6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc54758 - Browse repository at this point
Copy the full SHA fc54758View commit details
Commits on May 17, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 5cd07fc - Browse repository at this point
Copy the full SHA 5cd07fcView commit details -
Update CI testing to BuildingsPy 4.0.0 (lbl-srg#3015)
This updates BuildingsPy to the latest release
Configuration menu - View commit details
-
Copy full SHA for 8ab33d1 - Browse repository at this point
Copy the full SHA 8ab33d1View commit details
Commits on May 18, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 84781ee - Browse repository at this point
Copy the full SHA 84781eeView commit details
Commits on May 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d84700 - Browse repository at this point
Copy the full SHA 5d84700View commit details
Commits on May 23, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for b90fe0c - Browse repository at this point
Copy the full SHA b90fe0cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ba368a0 - Browse repository at this point
Copy the full SHA ba368a0View commit details
Commits on May 24, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 79f20f2 - Browse repository at this point
Copy the full SHA 79f20f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af1ce8 - Browse repository at this point
Copy the full SHA 6af1ce8View commit details -
Updated test for BOM (lbl-srg#3029)
* Updated test for BOM This is for lbl-srg#3028
Configuration menu - View commit details
-
Copy full SHA for d11d749 - Browse repository at this point
Copy the full SHA d11d749View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a7bbd1 - Browse repository at this point
Copy the full SHA 0a7bbd1View commit details -
Issue3022 cdl continuos derivative (lbl-srg#3023)
* Implementation of CDL.Continuous.Derivative For lbl-srg#3022
Configuration menu - View commit details
-
Copy full SHA for afda6ac - Browse repository at this point
Copy the full SHA afda6acView commit details
Commits on May 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf53046 - Browse repository at this point
Copy the full SHA cf53046View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 224de0d - Browse repository at this point
Copy the full SHA 224de0dView commit details
Commits on May 27, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 55dea13 - Browse repository at this point
Copy the full SHA 55dea13View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4f21177 - Browse repository at this point
Copy the full SHA 4f21177View commit details
Commits on May 28, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for dff251c - Browse repository at this point
Copy the full SHA dff251cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for df7415e - Browse repository at this point
Copy the full SHA df7415eView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19f1886 - Browse repository at this point
Copy the full SHA 19f1886View commit details
Commits on Jun 1, 2022
-
Ibpsa sync - revert formatting changes (lbl-srg#3055)
* Merged IBPSA * Reverted formatting changes
Configuration menu - View commit details
-
Copy full SHA for 57a4818 - Browse repository at this point
Copy the full SHA 57a4818View commit details -
Configuration menu - View commit details
-
Copy full SHA for b657530 - Browse repository at this point
Copy the full SHA b657530View commit details
Commits on Jun 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a4bf200 - Browse repository at this point
Copy the full SHA a4bf200View commit details
Commits on Jun 16, 2022
-
Ibpsa merge1624 (lbl-srg#3066)
* changed conDam.yMin from 0.1 to 0.25 * updated unit test results * updated change logs
Configuration menu - View commit details
-
Copy full SHA for 9bfbd3d - Browse repository at this point
Copy the full SHA 9bfbd3dView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ee8040 - Browse repository at this point
Copy the full SHA 9ee8040View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41155f2 - Browse repository at this point
Copy the full SHA 41155f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36efe2 - Browse repository at this point
Copy the full SHA c36efe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb7907 - Browse repository at this point
Copy the full SHA beb7907View commit details
Commits on Jul 18, 2022
-
Merge pull request lbl-srg#3068 from lbl-srg/issue3067_ScalableBenchm…
…arksNominalFlowRate Closes lbl-srg#3067.
Configuration menu - View commit details
-
Copy full SHA for a0b13bd - Browse repository at this point
Copy the full SHA a0b13bdView commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b8748c - Browse repository at this point
Copy the full SHA 8b8748cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29606f6 - Browse repository at this point
Copy the full SHA 29606f6View commit details -
Merge remote-tracking branch 'upstream/master' into issue2614_Chilled…
…BeamSequences_ControlsOnly
Configuration menu - View commit details
-
Copy full SHA for 8d12add - Browse repository at this point
Copy the full SHA 8d12addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43aa95c - Browse repository at this point
Copy the full SHA 43aa95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa437d9 - Browse repository at this point
Copy the full SHA aa437d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 569a650 - Browse repository at this point
Copy the full SHA 569a650View commit details -
Configuration menu - View commit details
-
Copy full SHA for a834fb4 - Browse repository at this point
Copy the full SHA a834fb4View commit details -
Updated instance name due to class update. Added parameter display an…
…notation. Changed parameter values in validation model
Configuration menu - View commit details
-
Copy full SHA for a1acecf - Browse repository at this point
Copy the full SHA a1acecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 927b19b - Browse repository at this point
Copy the full SHA 927b19bView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 601068a - Browse repository at this point
Copy the full SHA 601068aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1975089 - Browse repository at this point
Copy the full SHA 1975089View commit details -
Merge branch 'issue2614_ChilledBeamSequences_ControlsOnly' of github.…
…com:karthikeyad-pnnl/modelica-buildings into karthikeyad-pnnl-issue2614_ChilledBeamSequences_ControlsOnly
Configuration menu - View commit details
-
Copy full SHA for a77ea0e - Browse repository at this point
Copy the full SHA a77ea0eView commit details -
Merge branch 'karthikeyad-pnnl-issue2614_ChilledBeamSequences_Control…
…sOnly' into issue2614_ChilledBeamSequences
Configuration menu - View commit details
-
Copy full SHA for 6e23320 - Browse repository at this point
Copy the full SHA 6e23320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726bae6 - Browse repository at this point
Copy the full SHA 726bae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d37da2 - Browse repository at this point
Copy the full SHA 4d37da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 003a28a - Browse repository at this point
Copy the full SHA 003a28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2b32c - Browse repository at this point
Copy the full SHA 7e2b32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d23d288 - Browse repository at this point
Copy the full SHA d23d288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a443a - Browse repository at this point
Copy the full SHA 94a443aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1603dd - Browse repository at this point
Copy the full SHA e1603ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 786fa15 - Browse repository at this point
Copy the full SHA 786fa15View commit details
Commits on Aug 9, 2022
-
Corrected input for enabling freeze set back (lbl-srg#3088)
* corrected input for enabling freeze protection setback mode
Configuration menu - View commit details
-
Copy full SHA for 13a429d - Browse repository at this point
Copy the full SHA 13a429dView commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fc9f3dc - Browse repository at this point
Copy the full SHA fc9f3dcView commit details
Commits on Aug 17, 2022
-
Update CI testing to Dymola 2023 (lbl-srg#3083)
* Updated reference results for Dymola 2023 * Updated image * Set -noopengl flag * Removed -noopengl flag
Configuration menu - View commit details
-
Copy full SHA for 08292ba - Browse repository at this point
Copy the full SHA 08292baView commit details
Commits on Aug 20, 2022
-
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/\ΔP/\Δp/g' $(find . -iname '*.mo')
Configuration menu - View commit details
-
Copy full SHA for 34b6b4a - Browse repository at this point
Copy the full SHA 34b6b4aView commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea147ae - Browse repository at this point
Copy the full SHA ea147aeView commit details
Commits on Sep 1, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7e72ccc - Browse repository at this point
Copy the full SHA 7e72cccView commit details
Commits on Sep 14, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b3bc444 - Browse repository at this point
Copy the full SHA b3bc444View commit details
Commits on Sep 21, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5c35b48 - Browse repository at this point
Copy the full SHA 5c35b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e38ee2 - Browse repository at this point
Copy the full SHA 8e38ee2View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f393110 - Browse repository at this point
Copy the full SHA f393110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f804e - Browse repository at this point
Copy the full SHA 75f804eView commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e76677b - Browse repository at this point
Copy the full SHA e76677bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83700b2 - Browse repository at this point
Copy the full SHA 83700b2View commit details -
Merge pull request lbl-srg#3115 from lbl-srg/modelon_robin_andersson_…
…dev-ra-python36-fix Dev ra python36 fix (lbl-srg#3114)
Configuration menu - View commit details
-
Copy full SHA for 2608891 - Browse repository at this point
Copy the full SHA 2608891View commit details
Commits on Sep 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5dd6626 - Browse repository at this point
Copy the full SHA 5dd6626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6387206 - Browse repository at this point
Copy the full SHA 6387206View commit details
Commits on Sep 28, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 4ea2fe4 - Browse repository at this point
Copy the full SHA 4ea2fe4View commit details -
Revert "Updated OMC image to 1.20.0_dev-250-gb17e1a0-1 (lbl-srg#3110)" (
lbl-srg#3121) This reverts commit 4ea2fe4.
Configuration menu - View commit details
-
Copy full SHA for 21dfe3d - Browse repository at this point
Copy the full SHA 21dfe3dView commit details
Commits on Sep 29, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 3c006ef - Browse repository at this point
Copy the full SHA 3c006efView commit details
Commits on Oct 3, 2022
-
* Updated time stamp * Merged IBPSA, issue1636_openmodelica_image
Configuration menu - View commit details
-
Copy full SHA for ddf5f7c - Browse repository at this point
Copy the full SHA ddf5f7cView commit details
Commits on Oct 4, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for a9a8f54 - Browse repository at this point
Copy the full SHA a9a8f54View commit details
Commits on Oct 6, 2022
-
Added G36 official release control (lbl-srg#3120)
Updated G36 sequences to official release and moved public release draft to Buildings.Obsolete
Configuration menu - View commit details
-
Copy full SHA for 7a10d6b - Browse repository at this point
Copy the full SHA 7a10d6bView commit details
Commits on Oct 15, 2022
-
Issue3129 update version number (lbl-srg#3130)
* Updated version number to 10.0.0 For lbl-srg#3129 * Renamed conversion script
Configuration menu - View commit details
-
Copy full SHA for b300172 - Browse repository at this point
Copy the full SHA b300172View commit details
Commits on Oct 18, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 5742d50 - Browse repository at this point
Copy the full SHA 5742d50View commit details
Commits on Oct 21, 2022
-
Merged IBPSA master (lbl-srg#3131)
Set unit in HeaterCooler_u.mo. Corrected issue url
Configuration menu - View commit details
-
Copy full SHA for 9fde814 - Browse repository at this point
Copy the full SHA 9fde814View commit details
Commits on Oct 25, 2022
-
Merge IBPSA, 1644 1650 (lbl-srg#3133)
* Merged IBPSA, issue 1644 and 1650 * Updated release notes
Configuration menu - View commit details
-
Copy full SHA for 4a05702 - Browse repository at this point
Copy the full SHA 4a05702View commit details
Commits on Nov 1, 2022
-
Undo removal of latent heat transfer to compute the coil state in Hex…
…ElementLatent (lbl-srg#3073)
Configuration menu - View commit details
-
Copy full SHA for b9f1053 - Browse repository at this point
Copy the full SHA b9f1053View commit details
Commits on Nov 8, 2022
-
Set unit in HeaterCooler_u.mo. Corrected issue url Improved assertion in regNonZeroPower
Configuration menu - View commit details
-
Copy full SHA for ce07fc0 - Browse repository at this point
Copy the full SHA ce07fc0View commit details
Commits on Nov 9, 2022
-
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]
Configuration menu - View commit details
-
Copy full SHA for 0141c99 - Browse repository at this point
Copy the full SHA 0141c99View commit details
Commits on Nov 10, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 5994b61 - Browse repository at this point
Copy the full SHA 5994b61View commit details
Commits on Nov 12, 2022
-
Correct assignment of sta2_default in PartialEffectivenessNTU (lbl-sr…
…g#3152) * Corrected temperature in assignment of sta2_default For lbl-srg#3151
Configuration menu - View commit details
-
Copy full SHA for 765910d - Browse repository at this point
Copy the full SHA 765910dView commit details
Commits on Nov 16, 2022
-
Test updated regressiontest of BuildingsPy (lbl-srg#3150)
* Test updated regressiontest of BuildingsPy This tests the updated regression tests for Dymola of BuildingsPy.
Configuration menu - View commit details
-
Copy full SHA for 8e17548 - Browse repository at this point
Copy the full SHA 8e17548View commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bb41496 - Browse repository at this point
Copy the full SHA bb41496View commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aba9d42 - Browse repository at this point
Copy the full SHA aba9d42View commit details
Commits on Nov 22, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 15e872a - Browse repository at this point
Copy the full SHA 15e872aView commit details
Commits on Nov 30, 2022
-
Update Spawn user guide (lbl-srg#3171)
Removed link to issue that has been corrected
Configuration menu - View commit details
-
Copy full SHA for 0d8307a - Browse repository at this point
Copy the full SHA 0d8307aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 403f411 - Browse repository at this point
Copy the full SHA 403f411View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b60d3f6 - Browse repository at this point
Copy the full SHA b60d3f6View commit details
Commits on Dec 2, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 0cc0e84 - Browse repository at this point
Copy the full SHA 0cc0e84View commit details
Commits on Dec 3, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for c3d1711 - Browse repository at this point
Copy the full SHA c3d1711View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c62e6f - Browse repository at this point
Copy the full SHA 0c62e6fView commit details
Commits on Dec 8, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 086510e - Browse repository at this point
Copy the full SHA 086510eView commit details
Commits on Dec 9, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for fda1d77 - Browse repository at this point
Copy the full SHA fda1d77View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d187a5c - Browse repository at this point
Copy the full SHA d187a5cView commit details
Commits on Dec 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58dea91 - Browse repository at this point
Copy the full SHA 58dea91View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 14f430c - Browse repository at this point
Copy the full SHA 14f430cView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c848c44 - Browse repository at this point
Copy the full SHA c848c44View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7309608 - Browse repository at this point
Copy the full SHA 7309608View commit details -
Issue3199 calendar time (master) (lbl-srg#3202)
* Refactored sampling to avoid rounding errors For lbl-srg#3199
Configuration menu - View commit details
-
Copy full SHA for 6e33f36 - Browse repository at this point
Copy the full SHA 6e33f36View commit details
Commits on Dec 20, 2022
-
Issue3198 expansion vessel old documentation (lbl-srg#3201)
* deleted old comment
Configuration menu - View commit details
-
Copy full SHA for 19ae878 - Browse repository at this point
Copy the full SHA 19ae878View commit details -
Configuration menu - View commit details
-
Copy full SHA for d799342 - Browse repository at this point
Copy the full SHA d799342View commit details
Commits on Jan 19, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d9adefa - Browse repository at this point
Copy the full SHA d9adefaView commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 590f66d - Browse repository at this point
Copy the full SHA 590f66dView commit details
Commits on Jan 21, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 32610ca - Browse repository at this point
Copy the full SHA 32610caView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e87617c - Browse repository at this point
Copy the full SHA e87617cView commit details
Commits on Jan 24, 2023
-
corrected saved path of images (lbl-srg#3221)
* corrected saved path of images lbl-srg#3220 * revereted unnecessary changes * reverted changes
Configuration menu - View commit details
-
Copy full SHA for 821b095 - Browse repository at this point
Copy the full SHA 821b095View commit details
Commits on Jan 27, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4d6bed9 - Browse repository at this point
Copy the full SHA 4d6bed9View commit details
Commits on Jan 28, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e2c4a8a - Browse repository at this point
Copy the full SHA e2c4a8aView commit details
Commits on Jan 31, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 28b5a31 - Browse repository at this point
Copy the full SHA 28b5a31View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67a5063 - Browse repository at this point
Copy the full SHA 67a5063View commit details
Commits on Feb 3, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 21859cb - Browse repository at this point
Copy the full SHA 21859cbView commit details
Commits on Feb 4, 2023
-
Corrected graphical annotation (lbl-srg#3228)
The graphical primitive Line has no attribute lineThickness. It is instead call thickness
Configuration menu - View commit details
-
Copy full SHA for d0040e5 - Browse repository at this point
Copy the full SHA d0040e5View commit details
Commits on Feb 7, 2023
-
Removed start value for dp (lbl-srg#3232)
* Removed start value for dp This is for lbl-srg#3231 * Updated reference results
Configuration menu - View commit details
-
Copy full SHA for f56c67b - Browse repository at this point
Copy the full SHA f56c67bView commit details
Commits on Feb 8, 2023
-
Issue3236 electrical component access (lbl-srg#3237)
* Added constraining clause
Configuration menu - View commit details
-
Copy full SHA for 446ffe4 - Browse repository at this point
Copy the full SHA 446ffe4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 037fccb - Browse repository at this point
Copy the full SHA 037fccbView commit details -
Issue3233 add no event (lbl-srg#3234)
* added no event function * reverted the excluded model list * updated reference results
Configuration menu - View commit details
-
Copy full SHA for 56ef0d9 - Browse repository at this point
Copy the full SHA 56ef0d9View commit details
Commits on Feb 9, 2023
-
Ibpsa merge issue1577 equivalent borehole g functions (lbl-srg#3225)
* Merged IBPSA, issue1577_equivalentBoreholeGFunctions
Configuration menu - View commit details
-
Copy full SHA for ec0f646 - Browse repository at this point
Copy the full SHA ec0f646View commit details
Commits on Feb 11, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1162645 - Browse repository at this point
Copy the full SHA 1162645View commit details
Commits on Feb 12, 2023
-
Merge pull request #59 from lbl-srg/issue2614_ChilledBeamSequences
Issue2614 chilled beam sequences
Configuration menu - View commit details
-
Copy full SHA for 8999f71 - Browse repository at this point
Copy the full SHA 8999f71View commit details -
Added svg file to repo. Removed division block for normalizing pressu…
…re differential measurement
Configuration menu - View commit details
-
Copy full SHA for b55cfe9 - Browse repository at this point
Copy the full SHA b55cfe9View commit details
Commits on Feb 13, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for d5e229a - Browse repository at this point
Copy the full SHA d5e229aView commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 144f4b7 - Browse repository at this point
Copy the full SHA 144f4b7View commit details
Commits on Feb 16, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ed18531 - Browse repository at this point
Copy the full SHA ed18531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc2aa8 - Browse repository at this point
Copy the full SHA 6bc2aa8View commit details
Commits on Feb 22, 2023
-
Remove reference results from copied files (lbl-srg#3260)
This removes the reference results for the movers from .copiedFiles.txt
Configuration menu - View commit details
-
Copy full SHA for aad500d - Browse repository at this point
Copy the full SHA aad500dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0b7c763 - Browse repository at this point
Copy the full SHA 0b7c763View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f18a40c - Browse repository at this point
Copy the full SHA f18a40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb3660d - Browse repository at this point
Copy the full SHA fb3660dView commit details
Commits on Mar 1, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ab7390b - Browse repository at this point
Copy the full SHA ab7390bView commit details
Commits on Mar 3, 2023
-
Issue3269 ibpsa1705 circular binding (lbl-srg#3270)
* merged from IBPSA * updated release notes * updated results Movers * unit test results outside Movers
Configuration menu - View commit details
-
Copy full SHA for 2f80974 - Browse repository at this point
Copy the full SHA 2f80974View commit details
Commits on Mar 4, 2023
-
Added smooth(0, ...) to Continuous.Switch (lbl-srg#3267)
This is required for a model that controls PV and battery
Configuration menu - View commit details
-
Copy full SHA for 3aafb0c - Browse repository at this point
Copy the full SHA 3aafb0cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 74a14e7 - Browse repository at this point
Copy the full SHA 74a14e7View commit details
Commits on Mar 6, 2023
-
Issue3103 sequence binary (lbl-srg#3112)
* created sequence binary block lbl-srg#3103 --------- Co-authored-by: Michael Wetter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53efc17 - Browse repository at this point
Copy the full SHA 53efc17View commit details
Commits on Mar 7, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 7e0773d - Browse repository at this point
Copy the full SHA 7e0773dView commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 530f7ab - Browse repository at this point
Copy the full SHA 530f7abView commit details -
Issue3141 ramp up down (lbl-srg#3253)
* creating ramp up and down block --------- Co-authored-by: Michael Wetter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2e6db3 - Browse repository at this point
Copy the full SHA b2e6db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d856d8 - Browse repository at this point
Copy the full SHA 2d856d8View commit details
Commits on Mar 10, 2023
-
Add Fluid.Humidifiers to CI tests (lbl-srg#3285)
This package was by mistake left out from the CI tests
Configuration menu - View commit details
-
Copy full SHA for 60f98c3 - Browse repository at this point
Copy the full SHA 60f98c3View commit details
Commits on Mar 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 49ebc3b - Browse repository at this point
Copy the full SHA 49ebc3bView commit details
Commits on Mar 16, 2023
-
Issue3283 allocate memory (lbl-srg#3296)
* Improved memory allocation * corrected html syntax
Configuration menu - View commit details
-
Copy full SHA for d7e2a27 - Browse repository at this point
Copy the full SHA d7e2a27View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8255284 - Browse repository at this point
Copy the full SHA 8255284View commit details
Commits on Mar 18, 2023
-
Issue3299 indirect temp control (lbl-srg#3300)
* Fix reverse acting * Update reference results * Update revisions and release notes
Configuration menu - View commit details
-
Copy full SHA for 95321e8 - Browse repository at this point
Copy the full SHA 95321e8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cd566ad - Browse repository at this point
Copy the full SHA cd566adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bc0e2 - Browse repository at this point
Copy the full SHA 32bc0e2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 14a4825 - Browse repository at this point
Copy the full SHA 14a4825View commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4edbdb7 - Browse repository at this point
Copy the full SHA 4edbdb7View commit details
Commits on Mar 28, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 61521a1 - Browse repository at this point
Copy the full SHA 61521a1View commit details
Commits on Mar 29, 2023
-
Issue3317 air balance (lbl-srg#3318)
* Added example for air heat and mass balance.
Configuration menu - View commit details
-
Copy full SHA for e3569a4 - Browse repository at this point
Copy the full SHA e3569a4View commit details
Commits on Mar 30, 2023
-
Corrected ramp implementation (lbl-srg#3316)
* corrected implementation and updated references --------- Co-authored-by: Michael Wetter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1e6ebd - Browse repository at this point
Copy the full SHA e1e6ebdView commit details
Commits on Apr 4, 2023
-
Merge pull request #1 from karthikeyad-pnnl/issue2614_ChilledBeamSequ…
…ences_ControlsOnly Issue2614 chilled beam sequences controls only
Configuration menu - View commit details
-
Copy full SHA for ad5dcc0 - Browse repository at this point
Copy the full SHA ad5dcc0View commit details -
Merge pull request #2 from lbl-srg/master
Merging master branch from LBL
Configuration menu - View commit details
-
Copy full SHA for 22f1878 - Browse repository at this point
Copy the full SHA 22f1878View commit details
Commits on Apr 6, 2023
-
Set the min attributes of nPum and nVal
Set the min attributes of nPum and nVal to 1 instead of constant parameters
Configuration menu - View commit details
-
Copy full SHA for 6ac4f1d - Browse repository at this point
Copy the full SHA 6ac4f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ae2f6 - Browse repository at this point
Copy the full SHA b5ae2f6View commit details
Commits on Apr 10, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for f2d33a2 - Browse repository at this point
Copy the full SHA f2d33a2View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cfc444 - Browse repository at this point
Copy the full SHA 5cfc444View commit details -
Removed the default values for chiWatStaPreMax and chiWatStaPreMin as these are design values
Configuration menu - View commit details
-
Copy full SHA for c3a481f - Browse repository at this point
Copy the full SHA c3a481fView commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21a67cb - Browse repository at this point
Copy the full SHA 21a67cbView commit details -
Corrected assertion warning in the DXCoil models (lbl-srg#3324)
* correcting the nominal conditions * corrected assert condition
Configuration menu - View commit details
-
Copy full SHA for f046315 - Browse repository at this point
Copy the full SHA f046315View commit details -
Created duty cycle (Logical.VariablePulse) (lbl-srg#3090)
* add Logical.VariablePulse
Configuration menu - View commit details
-
Copy full SHA for e407394 - Browse repository at this point
Copy the full SHA e407394View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a30aa - Browse repository at this point
Copy the full SHA c0a30aaView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c2ecc4 - Browse repository at this point
Copy the full SHA 3c2ecc4View commit details -
added chiller plant controller namings, lbl-srg#819 [ci skip] (lbl-sr…
…g#2864) * added chiller plant controller namings, lbl-srg#819 [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 9150a6c - Browse repository at this point
Copy the full SHA 9150a6cView commit details -
in OBC package moved PID controller instance to public section (lbl-s…
…rg#3334) * moved PID controller instance to public section * improved instance names
Configuration menu - View commit details
-
Copy full SHA for f7745ef - Browse repository at this point
Copy the full SHA f7745efView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 01b35fc - Browse repository at this point
Copy the full SHA 01b35fcView commit details
Commits on Apr 18, 2023
-
Issue3339 sources sin (lbl-srg#3342)
* Renamed CDL.Continuous.Sources.Sine to Sin For lbl-srg#3339 * Updated revision notes and image path
Configuration menu - View commit details
-
Copy full SHA for 49887d6 - Browse repository at this point
Copy the full SHA 49887d6View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d16b988 - Browse repository at this point
Copy the full SHA d16b988View commit details -
Configuration menu - View commit details
-
Copy full SHA for f60a88e - Browse repository at this point
Copy the full SHA f60a88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0324d58 - Browse repository at this point
Copy the full SHA 0324d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fd20e - Browse repository at this point
Copy the full SHA b0fd20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 633aa32 - Browse repository at this point
Copy the full SHA 633aa32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981c7fb - Browse repository at this point
Copy the full SHA 981c7fbView commit details -
Added ZeroIndexCorrection block and modified some errors
Errors from nexLagPum and lasLagPum blocks
Configuration menu - View commit details
-
Copy full SHA for 940004b - Browse repository at this point
Copy the full SHA 940004bView commit details -
Merged IBPSA WetCoilWetRegime (lbl-srg#3348)
This sets the start value for NTUAirSta
Configuration menu - View commit details
-
Copy full SHA for bbdf801 - Browse repository at this point
Copy the full SHA bbdf801View commit details -
Configuration menu - View commit details
-
Copy full SHA for b063c21 - Browse repository at this point
Copy the full SHA b063c21View commit details
Commits on Apr 20, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for ad645ff - Browse repository at this point
Copy the full SHA ad645ffView commit details -
Update Movers from IBPSA (lbl-srg#3353)
Reduces length of assertion message, sets dpMax and V_flow_max final
Configuration menu - View commit details
-
Copy full SHA for a0c61fc - Browse repository at this point
Copy the full SHA a0c61fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e76b7 - Browse repository at this point
Copy the full SHA e7e76b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb925d - Browse repository at this point
Copy the full SHA feb925dView commit details
Commits on Apr 21, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 133762f - Browse repository at this point
Copy the full SHA 133762fView commit details
Commits on Apr 22, 2023
-
Issue3344 openmodelica image (lbl-srg#3351)
Updated OpenModelica image
Configuration menu - View commit details
-
Copy full SHA for 5a1a68e - Browse repository at this point
Copy the full SHA 5a1a68eView commit details
Commits on Apr 25, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3c7ed12 - Browse repository at this point
Copy the full SHA 3c7ed12View commit details
Commits on Apr 27, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 39fcca5 - Browse repository at this point
Copy the full SHA 39fcca5View commit details
Commits on Apr 28, 2023
-
Updated dymola image with new license file. (lbl-srg#3366)
This updates the dymola image with the new license file.
Configuration menu - View commit details
-
Copy full SHA for a68c5d5 - Browse repository at this point
Copy the full SHA a68c5d5View commit details
Commits on May 2, 2023
-
Update workflow to ubuntu 22.04 (lbl-srg#3369)
* Update workflow to ubuntu 22.04 * Updated Python to 3.10.11
Configuration menu - View commit details
-
Copy full SHA for 684a2f6 - Browse repository at this point
Copy the full SHA 684a2f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7659da - Browse repository at this point
Copy the full SHA a7659daView commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 368f3a3 - Browse repository at this point
Copy the full SHA 368f3a3View commit details
Commits on May 5, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f3c6baf - Browse repository at this point
Copy the full SHA f3c6bafView commit details
Commits on May 6, 2023
-
Issue3384 self dependent binding (lbl-srg#3387)
* merged from IBPSA * updated release notes
Configuration menu - View commit details
-
Copy full SHA for d6c2abc - Browse repository at this point
Copy the full SHA d6c2abcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ae1af90 - Browse repository at this point
Copy the full SHA ae1af90View commit details
Commits on May 9, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for a780b73 - Browse repository at this point
Copy the full SHA a780b73View commit details
Commits on May 10, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 47a1a41 - Browse repository at this point
Copy the full SHA 47a1a41View commit details
Commits on May 11, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 4fd876b - Browse repository at this point
Copy the full SHA 4fd876bView commit details
Commits on May 14, 2023
-
Merged IBPSA, 1601 (lbl-srg#3398)
* Merged IBPSA, 1601 This merges the new weekly schedule reader * Added typecast for pointers
Configuration menu - View commit details
-
Copy full SHA for 13ed223 - Browse repository at this point
Copy the full SHA 13ed223View commit details
Commits on May 15, 2023
-
Issue3382 malloc jsonWriterInit.c (lbl-srg#3399)
* Corrected pointer See lbl-srg#3382 (comment)
Configuration menu - View commit details
-
Copy full SHA for 60727ae - Browse repository at this point
Copy the full SHA 60727aeView commit details
Commits on May 17, 2023
-
Merge pull request #73 from lbl-srg/master
Update branch by merging upstream master
Configuration menu - View commit details
-
Copy full SHA for c3bf625 - Browse repository at this point
Copy the full SHA c3bf625View commit details
Commits on May 18, 2023
-
Merge branch 'issue2614_ChilledBeamSequences' of github.com:junkewang…
…001/modelica-buildings into junkewang001-issue2614_ChilledBeamSequences
Configuration menu - View commit details
-
Copy full SHA for 6813600 - Browse repository at this point
Copy the full SHA 6813600View commit details -
Merge branch 'junkewang001-issue2614_ChilledBeamSequences' into issue…
…2614_ChilledBeamSequences_ControlsOnly
Configuration menu - View commit details
-
Copy full SHA for 79ffa15 - Browse repository at this point
Copy the full SHA 79ffa15View commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47f3d06 - Browse repository at this point
Copy the full SHA 47f3d06View commit details
Commits on May 20, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 62d7b29 - Browse repository at this point
Copy the full SHA 62d7b29View commit details -
Updated documentation. Removed default values for trim and respond co…
…ntrol. Updated missing class names.
Configuration menu - View commit details
-
Copy full SHA for e9b97da - Browse repository at this point
Copy the full SHA e9b97daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c19be75 - Browse repository at this point
Copy the full SHA c19be75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dda543 - Browse repository at this point
Copy the full SHA 7dda543View commit details
Commits on May 22, 2023
-
Issue3379 fac mul dhw (lbl-srg#3381)
* Apply facMul to dhw load and double pump dp_nominal assignments
Configuration menu - View commit details
-
Copy full SHA for a4fb4e9 - Browse repository at this point
Copy the full SHA a4fb4e9View commit details
Commits on May 23, 2023
-
Ibpsa sync issue1755 correct hyperlinks (lbl-srg#3403)
* Corrected malformed hyperlinks
Configuration menu - View commit details
-
Copy full SHA for 27caecb - Browse repository at this point
Copy the full SHA 27caecbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 29ce4dc - Browse repository at this point
Copy the full SHA 29ce4dcView commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1a9026 - Browse repository at this point
Copy the full SHA c1a9026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2327c19 - Browse repository at this point
Copy the full SHA 2327c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fcaf7 - Browse repository at this point
Copy the full SHA 81fcaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 113fa40 - Browse repository at this point
Copy the full SHA 113fa40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 294fc91 - Browse repository at this point
Copy the full SHA 294fc91View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0ef310 - Browse repository at this point
Copy the full SHA f0ef310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30404b7 - Browse repository at this point
Copy the full SHA 30404b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f892f5 - Browse repository at this point
Copy the full SHA 5f892f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f3696 - Browse repository at this point
Copy the full SHA a3f3696View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8060a5 - Browse repository at this point
Copy the full SHA c8060a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9399406 - Browse repository at this point
Copy the full SHA 9399406View commit details -
Configuration menu - View commit details
-
Copy full SHA for afa9234 - Browse repository at this point
Copy the full SHA afa9234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3dc84 - Browse repository at this point
Copy the full SHA 4a3dc84View commit details
Commits on May 26, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1735927 - Browse repository at this point
Copy the full SHA 1735927View commit details
Commits on May 27, 2023
-
Updated version of request to 2.31.0 (lbl-srg#3410)
This integrates the security alert from lbl-srg#3407
Configuration menu - View commit details
-
Copy full SHA for 77e44ed - Browse repository at this point
Copy the full SHA 77e44edView commit details
Commits on Jun 1, 2023
-
Removed final modifier in borefield model (lbl-srg#3415)
This allows the record to be replaced by models that extend this model
Configuration menu - View commit details
-
Copy full SHA for 444f378 - Browse repository at this point
Copy the full SHA 444f378View commit details
Commits on Jun 3, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d05ae45 - Browse repository at this point
Copy the full SHA d05ae45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f1d12 - Browse repository at this point
Copy the full SHA d4f1d12View commit details
Commits on Jun 5, 2023
-
Corrected variability (lbl-srg#3422)
This integrates IBPSA 1762. This corrects the variability as assigning an input to a parameter is not allowed
Configuration menu - View commit details
-
Copy full SHA for 831156f - Browse repository at this point
Copy the full SHA 831156fView commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf11ed8 - Browse repository at this point
Copy the full SHA cf11ed8View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 115ea72 - Browse repository at this point
Copy the full SHA 115ea72View commit details
Commits on Jun 23, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for a32d788 - Browse repository at this point
Copy the full SHA a32d788View commit details
Commits on Jun 26, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 36473aa - Browse repository at this point
Copy the full SHA 36473aaView commit details -
Issue3441 correct nominal flow modification (lbl-srg#3442)
* Corrected nominal mass flow rate propagation that affects hex dynamic response.
Configuration menu - View commit details
-
Copy full SHA for 710184c - Browse repository at this point
Copy the full SHA 710184cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bd0642f - Browse repository at this point
Copy the full SHA bd0642fView commit details
Commits on Jun 28, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b814d24 - Browse repository at this point
Copy the full SHA b814d24View commit details
Commits on Jun 29, 2023
-
Updated DXSystems icons (lbl-srg#3450)
This updates the icons for the DXSystems
Configuration menu - View commit details
-
Copy full SHA for ff20ab7 - Browse repository at this point
Copy the full SHA ff20ab7View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d460999 - Browse repository at this point
Copy the full SHA d460999View commit details
Commits on Jul 11, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5c00f9d - Browse repository at this point
Copy the full SHA 5c00f9dView commit details
Commits on Jul 18, 2023
-
Issue3425 documentation chiller EIR factors (lbl-srg#3436)
* improved documentation PartialElectric
Configuration menu - View commit details
-
Copy full SHA for ee95108 - Browse repository at this point
Copy the full SHA ee95108View commit details
Commits on Jul 19, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for be981bf - Browse repository at this point
Copy the full SHA be981bfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6207337 - Browse repository at this point
Copy the full SHA 6207337View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b0b83 - Browse repository at this point
Copy the full SHA c0b0b83View commit details
Commits on Jul 25, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for f9cbd83 - Browse repository at this point
Copy the full SHA f9cbd83View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 50cd243 - Browse repository at this point
Copy the full SHA 50cd243View commit details
Commits on Jul 26, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 52c2060 - Browse repository at this point
Copy the full SHA 52c2060View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cf0a867 - Browse repository at this point
Copy the full SHA cf0a867View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6e4040 - Browse repository at this point
Copy the full SHA f6e4040View commit details
Commits on Nov 2, 2023
-
Merge branch 'issue2614_ChilledBeamSequences' of github.com:lbl-srg/m…
…odelica-buildings into lbl-srg-issue2614_ChilledBeamSequences
Configuration menu - View commit details
-
Copy full SHA for 0206f53 - Browse repository at this point
Copy the full SHA 0206f53View commit details -
Merge branch 'lbl-srg-issue2614_ChilledBeamSequences' into issue2614_…
…ChilledBeamSequences_ControlsOnly
Configuration menu - View commit details
-
Copy full SHA for 6be2671 - Browse repository at this point
Copy the full SHA 6be2671View commit details -
Merge branch 'issue2614_ChilledBeamSequences_ControlsOnly' of github.…
…com:karthikeyad-pnnl/modelica-buildings into issue2614_ChilledBeamSequences_ControlsOnly
Configuration menu - View commit details
-
Copy full SHA for eaecc96 - Browse repository at this point
Copy the full SHA eaecc96View commit details