-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdictProblems22.json
65 lines (65 loc) · 3.23 KB
/
dictProblems22.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"probType": "static properties - fluid",
"probContext": "a <body of water, container> filled with <fluid>",
"odPacks": "[([\"fluid\"], [\"mass\", \"mass density\", \"specific volume\"]),\n([\"body of water\", \"container\"], [\"area\", \"length\", \"volume\"])]",
"title": "<fluid> <body of water>",
"notes": "\"\""
},
{
"probType": "static properties - solid",
"probContext": "a <container>",
"odPacks": "[]",
"title": "About a <container>",
"notes": "\"\""
},
{
"probType": "time and distance",
"probContext": "a <vehicle> traveling on a <route>",
"odPacks": "[([\"route\"], [\"length\"]),\n([\"vehicle\"], [\"velocity\"]),\n([\"driving#\"], [\"time\"])]",
"title": "Driving a <vehicle>",
"notes": "\"\""
},
{
"probType": "acceleration",
"probContext": "accelerating a stationary <vehicle>",
"odPacks": "[([\"route\"], [\"length\"]),\n([\"vehicle\"], [\"mass\", \"acceleration\", \"velocity\"]),\n([\"car engine#\", \"jet engine#\", \"motor#\"], [\"force\"]),\n([\"driving#\"], [\"time\"])]",
"title": "<vehicle> Acceleration",
"notes": "\"\""
},
{
"probType": "energy-work",
"probContext": "<activity> a <force applicator, mech device>",
"odPacks": "[([\"mech device\"], [\"power\", \"energy\"]),\n([\"force applicator\"], [\"force\", \"length\"]),\n([\"operating#\"], [\"time\"])]",
"title": "Using a <force applicator>",
"notes": "\"\""
},
{
"probType": "energy-kinetic",
"probContext": "a <animal, vehicle>",
"odPacks": "[([\"animal\", \"vehicle\"], [\"energy\", \"mass\", \"velocity\"]),\n([\"mech device\"], [\"power\", \"energy\"]),\n([\"activity\"], [\"time\"])]",
"title": "Energy of a <animal, vehicle>",
"notes": "\"\""
},
{
"probType": "filling - simple",
"probContext": "filling a <body of water, container> with <fluid>",
"odPacks": "[([\"piston#\"], [\"area\", \"length\", \"velocity\"]),\n([\"fluid\"], [\"mass density\", \"mass\", \"volume\", \"specific volume\", \"volume flow\"]),\n([\"filling#\"], [\"time\"])]",
"title": "Filling a <fluid> <body of water, container>",
"notes": "\"\""
},
{
"probType": "fluid cannon",
"probContext": "a piston-activated cannon firing <fluid>",
"odPacks": "[([\"piston#\"], [\"acceleration\", \"pressure\", \"force\", \"area\", \"length\"]),\n([\"fluid\"], [\"mass density\", \"mass\", \"volume\", \"specific volume\", \"volume flow\"]),\n([\"firing#\"], [\"time\"]),\n([\"pump#\"], [\"energy\", \"power\"])]",
"title": "Firing a <fluid> Cannon",
"notes": "\"\""
},
{
"probType": "filling - power",
"probContext": "filling a <body of water, container> with <fluid>",
"odPacks": "[([\"piston#\"], [\"pressure\", \"force\", \"area\", \"length\", \"velocity\"]),\n([\"fluid\"], [\"mass density\", \"mass\", \"volume\", \"specific volume\", \"volume flow\"]),\n([\"filling#\"], [\"time\"]),\n([\"pump#\"], [\"energy\", \"power\"])]",
"title": "Filling a <fluid> <body of water, container>",
"notes": "\"If piston in picture, then assume, force acting on it (or it's velocity) is constant through duration of filling.\""
}
]