dragonfly-schema 1.13.0__py2.py3-none-any.whl → 1.13.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dragonfly_schema/model.py +2 -0
- {dragonfly_schema-1.13.0.dist-info → dragonfly_schema-1.13.1.dist-info}/METADATA +1 -1
- {dragonfly_schema-1.13.0.dist-info → dragonfly_schema-1.13.1.dist-info}/RECORD +6 -6
- {dragonfly_schema-1.13.0.dist-info → dragonfly_schema-1.13.1.dist-info}/LICENSE +0 -0
- {dragonfly_schema-1.13.0.dist-info → dragonfly_schema-1.13.1.dist-info}/WHEEL +0 -0
- {dragonfly_schema-1.13.0.dist-info → dragonfly_schema-1.13.1.dist-info}/top_level.txt +0 -0
dragonfly_schema/model.py
CHANGED
@@ -98,6 +98,7 @@ class Room2D(IDdBaseModel):
|
|
98
98
|
|
99
99
|
ceiling_plenum_depth: float = Field(
|
100
100
|
0,
|
101
|
+
ge=0,
|
101
102
|
description='A number for the depth that a ceiling plenum extends into '
|
102
103
|
'the room. Setting this to a positive value will result in a separate '
|
103
104
|
'plenum room being split off of the Room2D volume during translation '
|
@@ -108,6 +109,7 @@ class Room2D(IDdBaseModel):
|
|
108
109
|
|
109
110
|
floor_plenum_depth: float = Field(
|
110
111
|
0,
|
112
|
+
ge=0,
|
111
113
|
description='A number for the depth that a floor plenum extends into '
|
112
114
|
'the room. Setting this to a positive value will result in a separate '
|
113
115
|
'plenum room being split off of the Room2D volume during translation '
|
@@ -1,5 +1,5 @@
|
|
1
1
|
dragonfly_schema/__init__.py,sha256=Cp-YAOlfQuotiRooL-u9oPbSK_C4xBDYQUhlA67qxyI,36
|
2
|
-
dragonfly_schema/model.py,sha256=
|
2
|
+
dragonfly_schema/model.py,sha256=p6bVnJ5OJ3njUzp12vURBDvZOISq6ps9h2-iVa7te9o,18114
|
3
3
|
dragonfly_schema/roof.py,sha256=A4cYdKrx01lqlBrPzAOwAO4jtEh9JdD46tB9wSW2p6w,746
|
4
4
|
dragonfly_schema/shading_parameter.py,sha256=WI9XPX3eVXhIutvE_AD1ozJ4QxH85E3Frv9SKsIzCl8,3121
|
5
5
|
dragonfly_schema/skylight_parameter.py,sha256=4uxsAHHEbpfZYndIw2KcQ9AJXU7AJcRZWo7up65vC2c,3137
|
@@ -9,8 +9,8 @@ dragonfly_schema/energy/properties.py,sha256=d_0hPXWifkFSCXaIbOD0OFc4-pYPcGERUEn
|
|
9
9
|
dragonfly_schema/radiance/__init__.py,sha256=ok8w16ru1XXBUVjdghvNvwwXGPVSKKpHU-nmj4mf3IU,57
|
10
10
|
dragonfly_schema/radiance/gridpar.py,sha256=ZQTnEdN1vmSsa2QMxfUdebg3cMnu6VvfcluiP11xHOs,4809
|
11
11
|
dragonfly_schema/radiance/properties.py,sha256=Q_O_7fJohdtv5uwHTCZp1W67LoNUaZ45GB6GK7zKK4Y,3405
|
12
|
-
dragonfly_schema-1.13.
|
13
|
-
dragonfly_schema-1.13.
|
14
|
-
dragonfly_schema-1.13.
|
15
|
-
dragonfly_schema-1.13.
|
16
|
-
dragonfly_schema-1.13.
|
12
|
+
dragonfly_schema-1.13.1.dist-info/LICENSE,sha256=XfAFIvGuzrC7DEE82mZyAJX4l2ND-i7fICCCMiXBDZw,1070
|
13
|
+
dragonfly_schema-1.13.1.dist-info/METADATA,sha256=ZTRf6vl6e-j6KQ2ixk1l_DOPBzTLzODAEJ7fpGxsu5M,1943
|
14
|
+
dragonfly_schema-1.13.1.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
15
|
+
dragonfly_schema-1.13.1.dist-info/top_level.txt,sha256=FOvFqYP_bZgcwNtIIgvUZjC-LuQGBEms5zW4nkiclZ0,17
|
16
|
+
dragonfly_schema-1.13.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|