Skip to content

Commit d3adff8

Browse files
authored
Merge pull request #267 from pathsim/feature/chem-blocks
Add pathsim-chem process and neutronics blocks
2 parents f2f2999 + 8779f5a commit d3adff8

File tree

4 files changed

+437
-26
lines changed

4 files changed

+437
-26
lines changed
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"$schema": "../schemas/blocks.schema.json",
33
"toolbox": "pathsim-chem",
4-
"importPath": "pathsim_chem.tritium",
4+
"importPath": "pathsim_chem",
55

66
"categories": {
77
"Chemical": [
88
"Process",
9-
"Bubbler4",
9+
"ResidenceTime",
1010
"Splitter",
11-
"GLC"
11+
"Bubbler4",
12+
"GLC",
13+
"CSTR",
14+
"PFR",
15+
"HeatExchanger",
16+
"FlashDrum",
17+
"Mixer",
18+
"Valve",
19+
"Heater",
20+
"PointKinetics"
1221
]
1322
}
1423
}

0 commit comments

Comments
 (0)