-
Notifications
You must be signed in to change notification settings - Fork 64
Issue1338_Issue1417_Vertical height check and internal floor thicknesses in TwoPort #1435
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
Merged
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
717c064
Removed overhead of windpressureprofile interpolation
kldjonge 3a1a50c
Adjust floor heights and parameters in PPD12 models
kldjonge 9096257
Add vertical height check (incl. floor thickness) and refer to incInt…
kldjonge 2177259
Cleaned-up the code and parameter dialog of CrackOrOperableDoor
kldjonge 19bce49
Test for a cavity in a internal ceiling component
kldjonge 583a394
Update TwoStoreyBoxes.mo
kldjonge 48d3d23
OutsideAir testmodel and .mos
kldjonge 9973300
Update to documentation and .mos script for CavityInternalCeiling
kldjonge b4562c7
Updated .mos to actually show Vdir
kldjonge 0980e96
Updated incInt for OuterWall and Window
kldjonge c528e70
Fix for assert of vertical height check
kldjonge 21a64c9
Simplify n50_computed parameter assignment
kldjonge 97a0410
Made hRelSurfBot parameter description consistent
kldjonge 91c9af1
Merge branch 'open-ideas:master' into hfloorcheck
kldjonge eab7f88
CrackOrOperableDoor clean-up and revision notes
kldjonge 03cbd90
Updated documentation for CrackOrOperableDoor.mo
kldjonge 5364ffe
CrackOrOperableDoor make conditionals overrideable
kldjonge f3de2aa
Typo for MFtrans description
kldjonge 9e07e30
New construction type for CavityInternalCeiling.mo
kldjonge 0653ce9
Added line-breaks in documentation
kldjonge 97a0cf6
TwoStoreyBoxes asserts, C_nominal, revision note
kldjonge 2a088dd
changed hThCor description
kldjonge 74ce453
Components.Examples package in alphabetical order
kldjonge f192404
Corrected description of CheckVH and added checkbox in dialog
kldjonge dddf894
Updated an assert message in InternalWall
kldjonge d4dfd0e
Use IDEAS Tilt types in stead of absolute angles
kldjonge 7991d15
Revision note update and typo in assert statement
kldjonge 2b537eb
Grouped vertical positioning parameters in dialog.
kldjonge 2ec3cc1
Revision note for incInt and n50_computed
kldjonge d590e68
Better line-breaks and obsolete whitespace for CavityInternalWall
kldjonge 9f67d4e
Deleted obsolete whitespace inPartialSurface.mo
kldjonge 71b2594
grey-out hRelOpeBot when hasCavity=false
kldjonge 5b5311e
Revision note for disabling checkVH in PPD12
kldjonge 4e9ae6d
StructureExt_2Port.mo n50 declaration
kldjonge d121656
StructureExt_2Port.mo needs Dassl to run
kldjonge 01f851b
OutsideAir revision note
kldjonge 9c0e10d
Description for Radtable
kldjonge a8a7cd1
Code clean-up of OutsideAir.mo
kldjonge debaa35
Updated documentation and revisions
kldjonge 421a241
Revision note line-breaks and fixed error in .MOS
kldjonge c4a853f
fix obsolete reference in LargeHorizontalOpening.mo
kldjonge 88ce412
Set experiment tolerance in TwoStoreyBoxes
kldjonge ee3af87
Move TwoStoreyBoxes mos script to correct folder
jelgerjansen 5d2bb3a
Update and add reference results
jelgerjansen 55a535a
Remove override for openDoorOnePort parameter in InternalWall
kldjonge 7c01c40
OutsideAir.mo revert unit definition
kldjonge 4997246
HTML formatting changes
kldjonge 82f2e33
CrackOrOperableDoor.mo reformatting
kldjonge 8435b92
Avoid overriding openDoorOnePort, assert correct use of operable wind…
kldjonge eba386d
Fix triggered final modifier translation warning
kldjonge 70b5f71
Update changelog to reference issue #1417
kldjonge 474ea2a
component-level massflow output variable
kldjonge 23200db
explicitly setting dh=0 for large openings in floors and ceilings
kldjonge 85ff3d8
nCom=1 for small and horizontal gaps.
kldjonge aa2fc63
Revert "Update and add reference results"
jelgerjansen 4d6b035
Merge branch 'master' into hfloorcheck
jelgerjansen 050dd48
Fix syntax errors Klaas
jelgerjansen 8c23316
Remove dpAB[2] from reference results TwoStoreyBoxes
jelgerjansen a8f6716
Update new reference results
jelgerjansen 4ed1fe8
Remove second variable from pressure difference plot
kldjonge f24beb6
Update reference results IDEAS.Buildings.Examples.ZoneExample
jelgerjansen 3181109
Move TwoStoreyBoxes model and script to Buildings.Components.Examples
jelgerjansen ea31857
Increase time_out of TwinHouses 1-port and 2-port examples
jelgerjansen 240b45c
Change solver BuildingO5_Exp1_1Port to cvode to decrease CPU time and…
jelgerjansen 3224ec4
Put TwinHouses temporarily as first unit test to verify that this works
jelgerjansen 658b16e
Revert "Put TwinHouses temporarily as first unit test to verify that …
jelgerjansen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
IDEAS/Buildings/Components/Examples/CavityInternalCeiling.mo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| within IDEAS.Buildings.Components.Examples; | ||
| model CavityInternalCeiling | ||
| "Illustration of an internal ceiling with a cavity" | ||
| extends IDEAS.Buildings.Examples.ZoneExample( | ||
| sim(interZonalAirFlowType= IDEAS.BoundaryConditions.Types.InterZonalAirFlow.TwoPorts),internalWall( | ||
| redeclare parameter IDEAS.Buildings.Validation.Data.Constructions.LightWall constructionType, | ||
| incOpt=3, | ||
| hasCavity = true), | ||
| zone1(hFloor=zone.hFloor + zone.hZone + 0.195)); | ||
|
|
||
| annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram( | ||
| coordinateSystem(preserveAspectRatio=false)), | ||
| experiment( | ||
| StopTime=108000, | ||
| Interval=720, | ||
| Tolerance=0.001, | ||
| __Dymola_Algorithm="Dassl"), | ||
| __Dymola_Commands(file="Resources/Scripts/Dymola/Buildings/Components/Examples/CavityInternalCeiling.mos" | ||
| "Simulate and plot"), | ||
| Documentation(info="<html> | ||
| <p> | ||
| This example contains an example use of an opening in an internal ceiling. | ||
| Note that it requires TwoPorts interzonal air flow (<code>interZonalAirFlowType=IDEAS.BoundaryConditions.Types.InterZonalAirFlow.TwoPorts</code>). | ||
| </p> | ||
| </html>", revisions="<html> | ||
| <ul> | ||
| <li> | ||
| August 13, 2025, by Klaas De Jonge:<br/> | ||
| Updated construction type of Internal floor to <a href=modelica://IDEAS.Buildings.Validation.Data.Constructions.LightWall> | ||
| IDEAS.Buildings.Validation.Data.Constructions.LightWall</a> | ||
| </li> | ||
| <li> | ||
| February 05 2025, Klaas De Jonge<br> | ||
| First implementation. | ||
| </li> | ||
| </ul> | ||
| </html>"), | ||
| __Dymola_experimentSetupOutput, | ||
| __Dymola_experimentFlags( | ||
| Advanced( | ||
| EvaluateAlsoTop=false, | ||
| GenerateAnalyticJacobian=true, | ||
| OutputModelicaCode=false), | ||
| Evaluate=true, | ||
| OutputCPUtime=true, | ||
| OutputFlatModelica=false)); | ||
| end CavityInternalCeiling; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.