-
Notifications
You must be signed in to change notification settings - Fork 1
/
hvacr-toolbox.json
51 lines (51 loc) · 2.85 KB
/
hvacr-toolbox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"schemas": {
"energy models":["gbXML", "idf", "osm", "hbjson"],
"pipework":{"ifc":"https://github.com/IfcOpenShell/IfcOpenShell"},
"ductwork":{"ifc":"https://github.com/IfcOpenShell/IfcOpenShell"},
"controls":{"Bricks":"https://brickschema.org/",
"Haystack": "https://project-haystack.org/"}
},
"calcs":{
"heating and cooling loads": {"EnergyPlus":"https://energyplus.net/",
"OpenStudio":"https://openstudio.net/",
"Ladybug tools":"https://www.ladybug.tools/",
"eppy":"https://github.com/santoshphilip/eppy"
},
"sizing HVACR components": {"EnergyPlus":"https://energyplus.net/",
"OpenStudio":"https://openstudio.net/",
"Ladybug tools":"https://www.ladybug.tools/",
"ht":"https://github.com/CalebBell/ht"
},
"duct pressure drop calculation": [],
"sizing duct dimmensions": [],
"duct acoustic calculations": [],
"pipe pressure drops calculation": {"fluids":"https://github.com/CalebBell/fluids"},
"sizing pipe dimmensions": [],
"hydronic balancing":{"Modelica - Buildings":"https://github.com/lbl-srg/modelica-buildings"},
"air quality analysis":{"CONTAM": "https://www.nist.gov/services-resources/software/contam"},
"thermal comfort":{"pythermalcomfort":"https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort",
"accim": "https://github.com/dsanchez-garcia/accim"
},
"computer fluid dynamics": {"OpenFoam": "https://www.openfoam.com/"},
"water distribution systems": {"EPANET": "https://www.epa.gov/water-research/epanet"}
},
"databases":{
"fluid properties": {"Psychrolib":"https://github.com/psychrometrics/psychrolib",
"CoolProp":"http://www.coolprop.org/"
},
"duct fittings": [],
"pipe fittings": [],
"valves": [],
"components": {"heat pumps": "https://github.com/FZJ-IEK3-VSA/hplib/tree/main"},
"weather files": {"Climate.OneBuilding":"https://climate.onebuilding.org/"}
},
"diagrams":{
"fluid property diagrams": {"fluprodia":"https://github.com/fwitte/fluprodia",
"psychrochart":"https://github.com/azogue/psychrochart"},
"connection diagrams": {"pyflowsheet":"https://github.com/Nukleon84/pyflowsheet"}
},
"CAD": {"FreeCAD": "https://www.freecad.org/"},
"BIM": {"BlenderBIM": "https://blenderbim.org/",
"IfcOpenShell": "https://ifcopenshell.org/"}
}