Skip to content

Commit b792349

Browse files
committed
Update API data and notebooks from extraction scripts
1 parent 559167c commit b792349

10 files changed

Lines changed: 7810 additions & 3834 deletions

File tree

src/lib/api/generated/chem.json

Lines changed: 144 additions & 5 deletions
Large diffs are not rendered by default.

src/lib/api/generated/crossref-index.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7799,6 +7799,22 @@
77997799
"parentClass": "Bubbler4",
78007800
"path": "chem/api#__init__"
78017801
},
7802+
"Bubbler4._create_reset_event_vial": {
7803+
"name": "_create_reset_event_vial",
7804+
"type": "method",
7805+
"packageId": "chem",
7806+
"moduleName": "pathsim_chem.tritium.bubbler",
7807+
"parentClass": "Bubbler4",
7808+
"path": "chem/api#_create_reset_event_vial"
7809+
},
7810+
"Bubbler4._create_reset_events": {
7811+
"name": "_create_reset_events",
7812+
"type": "method",
7813+
"packageId": "chem",
7814+
"moduleName": "pathsim_chem.tritium.bubbler",
7815+
"parentClass": "Bubbler4",
7816+
"path": "chem/api#_create_reset_events"
7817+
},
78027818
"pathsim_chem.tritium.glc": {
78037819
"name": "pathsim_chem.tritium.glc",
78047820
"type": "module",
@@ -7843,6 +7859,62 @@
78437859
"parentClass": "GLC",
78447860
"path": "chem/api#func"
78457861
},
7862+
"_calculate_properties": {
7863+
"name": "_calculate_properties",
7864+
"type": "function",
7865+
"packageId": "chem",
7866+
"moduleName": "pathsim_chem.tritium.glc",
7867+
"path": "chem/api#_calculate_properties"
7868+
},
7869+
"pathsim_chem.tritium.glc._calculate_properties": {
7870+
"name": "_calculate_properties",
7871+
"type": "function",
7872+
"packageId": "chem",
7873+
"moduleName": "pathsim_chem.tritium.glc",
7874+
"path": "chem/api#_calculate_properties"
7875+
},
7876+
"_calculate_dimensionless_groups": {
7877+
"name": "_calculate_dimensionless_groups",
7878+
"type": "function",
7879+
"packageId": "chem",
7880+
"moduleName": "pathsim_chem.tritium.glc",
7881+
"path": "chem/api#_calculate_dimensionless_groups"
7882+
},
7883+
"pathsim_chem.tritium.glc._calculate_dimensionless_groups": {
7884+
"name": "_calculate_dimensionless_groups",
7885+
"type": "function",
7886+
"packageId": "chem",
7887+
"moduleName": "pathsim_chem.tritium.glc",
7888+
"path": "chem/api#_calculate_dimensionless_groups"
7889+
},
7890+
"_solve_bvp_system": {
7891+
"name": "_solve_bvp_system",
7892+
"type": "function",
7893+
"packageId": "chem",
7894+
"moduleName": "pathsim_chem.tritium.glc",
7895+
"path": "chem/api#_solve_bvp_system"
7896+
},
7897+
"pathsim_chem.tritium.glc._solve_bvp_system": {
7898+
"name": "_solve_bvp_system",
7899+
"type": "function",
7900+
"packageId": "chem",
7901+
"moduleName": "pathsim_chem.tritium.glc",
7902+
"path": "chem/api#_solve_bvp_system"
7903+
},
7904+
"_process_results": {
7905+
"name": "_process_results",
7906+
"type": "function",
7907+
"packageId": "chem",
7908+
"moduleName": "pathsim_chem.tritium.glc",
7909+
"path": "chem/api#_process_results"
7910+
},
7911+
"pathsim_chem.tritium.glc._process_results": {
7912+
"name": "_process_results",
7913+
"type": "function",
7914+
"packageId": "chem",
7915+
"moduleName": "pathsim_chem.tritium.glc",
7916+
"path": "chem/api#_process_results"
7917+
},
78467918
"solve": {
78477919
"name": "solve",
78487920
"type": "function",

src/lib/api/generated/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Re-run 'npm run extract' to update
33

44
import pathsimData from './pathsim.json';
5+
import chemData from './chem.json';
56

67
export interface APIParameter {
78
name: string;
@@ -65,6 +66,7 @@ export interface APIPackage {
6566

6667
export const apiData: Record<string, APIPackage> = {
6768
pathsim: pathsimData as APIPackage,
69+
chem: chemData as APIPackage,
6870
};
6971

7072
export default apiData;

src/lib/api/generated/pathsim.json

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

src/lib/api/generated/search-index.json

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{
9393
"type": "method",
9494
"name": "_validate_ports",
95-
"description": "Check the existance of the input and output ports of",
95+
"description": "Check the existence of the input and output ports of",
9696
"path": "pathsim/api#_validate_ports",
9797
"packageId": "pathsim",
9898
"moduleName": "pathsim.connection",
@@ -697,7 +697,7 @@
697697
{
698698
"type": "class",
699699
"name": "Block",
700-
"description": "Base 'Block' object that defines the inputs, outputs and the connect method.",
700+
"description": "Base 'Block' object that defines the inputs, outputs and the block interface.",
701701
"path": "pathsim/api#Block",
702702
"packageId": "pathsim",
703703
"moduleName": "pathsim.blocks._block"
@@ -4631,7 +4631,7 @@
46314631
{
46324632
"type": "method",
46334633
"name": "detect",
4634-
"description": "Evaluate the event function and decide if an event has occured.",
4634+
"description": "Evaluate the event function and decide if an event has occurred.",
46354635
"path": "pathsim/api#detect",
46364636
"packageId": "pathsim",
46374637
"moduleName": "pathsim.events._event",
@@ -6395,6 +6395,24 @@
63956395
"moduleName": "pathsim_chem.tritium.bubbler",
63966396
"parentClass": "Bubbler4"
63976397
},
6398+
{
6399+
"type": "method",
6400+
"name": "_create_reset_event_vial",
6401+
"description": "Define event action function and return a `ScheduleList` event",
6402+
"path": "chem/api#_create_reset_event_vial",
6403+
"packageId": "chem",
6404+
"moduleName": "pathsim_chem.tritium.bubbler",
6405+
"parentClass": "Bubbler4"
6406+
},
6407+
{
6408+
"type": "method",
6409+
"name": "_create_reset_events",
6410+
"description": "Create reset events for all vials based on the replacement times.",
6411+
"path": "chem/api#_create_reset_events",
6412+
"packageId": "chem",
6413+
"moduleName": "pathsim_chem.tritium.bubbler",
6414+
"parentClass": "Bubbler4"
6415+
},
63986416
{
63996417
"type": "module",
64006418
"name": "pathsim_chem.tritium.glc",
@@ -6429,6 +6447,38 @@
64296447
"moduleName": "pathsim_chem.tritium.glc",
64306448
"parentClass": "GLC"
64316449
},
6450+
{
6451+
"type": "function",
6452+
"name": "_calculate_properties",
6453+
"description": "Calculate temperature-dependent and geometry-dependent physical properties.",
6454+
"path": "chem/api#_calculate_properties",
6455+
"packageId": "chem",
6456+
"moduleName": "pathsim_chem.tritium.glc"
6457+
},
6458+
{
6459+
"type": "function",
6460+
"name": "_calculate_dimensionless_groups",
6461+
"description": "Calculate the dimensionless groups for the ODE system.",
6462+
"path": "chem/api#_calculate_dimensionless_groups",
6463+
"packageId": "chem",
6464+
"moduleName": "pathsim_chem.tritium.glc"
6465+
},
6466+
{
6467+
"type": "function",
6468+
"name": "_solve_bvp_system",
6469+
"description": "Set up and solve the Boundary Value Problem for tritium extraction.",
6470+
"path": "chem/api#_solve_bvp_system",
6471+
"packageId": "chem",
6472+
"moduleName": "pathsim_chem.tritium.glc"
6473+
},
6474+
{
6475+
"type": "function",
6476+
"name": "_process_results",
6477+
"description": "Process the BVP solution to produce dimensional results.",
6478+
"path": "chem/api#_process_results",
6479+
"packageId": "chem",
6480+
"moduleName": "pathsim_chem.tritium.glc"
6481+
},
64326482
{
64336483
"type": "function",
64346484
"name": "solve",

static/api/versions/chem/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"package": "chem",
33
"latestVersion": "0.3",
44
"versions": [
5-
{ "version": "0.3", "tag": "v0.3.0", "released": "2025-01-10" }
5+
{
6+
"version": "0.3",
7+
"tag": "v0.3.0",
8+
"released": ""
9+
}
610
]
7-
}
11+
}

static/api/versions/pathsim/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"package": "pathsim",
33
"latestVersion": "0.16",
44
"versions": [
5-
{ "version": "0.16", "tag": "v0.16.4", "released": "2025-01-15" }
5+
{
6+
"version": "0.16",
7+
"tag": "v0.16.4",
8+
"released": "2026-01-17"
9+
}
610
]
7-
}
11+
}

0 commit comments

Comments
 (0)