-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructure with testing and cell geometry modules
- Loading branch information
1 parent
6280a0d
commit af46ca5
Showing
11 changed files
with
946 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Ignore virtual environment | ||
.venv/ | ||
venv/ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
|
||
# PyInstaller | ||
*.manifest | ||
*.spec | ||
|
||
# Logs and database files | ||
*.log | ||
*.sqlite3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
{ | ||
"@context": "https://w3id.org/emmo/domain/battery/context", | ||
"@graph": [ | ||
{ | ||
"@type": "ThermalRunawayTest", | ||
"hasInput": [ | ||
{ | ||
"@type": "BatteryCell", | ||
"@id": "#battery_cell", | ||
"hasFormFactor": { | ||
"@type": "PairedTerminalPrismatic", | ||
"hasSurface": { | ||
"@type": "SurfaceCA", | ||
"@id": "#SurfaceCA" | ||
} | ||
} | ||
} | ||
], | ||
"hasOutput": [ | ||
{ | ||
"@type": "DestroyedBatteryCell" | ||
}, | ||
{ | ||
"@type": "TestResult", | ||
"@id": "#test_result", | ||
"csw:url": "file_path" | ||
} | ||
], | ||
"hasSubprocess": [ | ||
{ | ||
"@type": "TemperatureMeasurement", | ||
"hasSample": { | ||
"@id": "#battery_cell" | ||
}, | ||
"hasMeasurementDevice": { | ||
"@type": "Thermocouple", | ||
"contacts": { | ||
"@id": "#SurfaceCA" | ||
}, | ||
"hasProperty": [ | ||
{ | ||
"@type": "PositionVector", | ||
"hasPart":[ | ||
{ | ||
"@type": "XCoordinate", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 1 | ||
}, | ||
"hasMeasurementUnit": "emmo:MilliMetre" | ||
|
||
}, | ||
{ | ||
"@type": "YCoordinate", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 10 | ||
}, | ||
"hasMeasurementUnit": "emmo:MilliMetre" | ||
}, | ||
{ | ||
"@type": "ZCoordinate", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 5 | ||
}, | ||
"hasMeasurementUnit": "emmo:MilliMetre" | ||
} | ||
] | ||
|
||
} | ||
] | ||
}, | ||
"hasMeasurementParameter": [ | ||
{ | ||
"@type": "MeasurementFrequency", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 1 | ||
}, | ||
"hasMeasurementUnit": "emmo:Hertz" | ||
} | ||
], | ||
"hasOutput": { | ||
"@type": "TemperatureMeasurementResult", | ||
"@inverse": { | ||
"hasPart": { | ||
"@id": "#test_result" | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"@type": "VoltageMeasurement", | ||
"hasSample": { | ||
"@id": "#battery_cell" | ||
}, | ||
"hasMeasurementDevice": { | ||
"@type": "Voltammeter" | ||
}, | ||
"hasMeasurementParameter": [ | ||
{ | ||
"@type": "MeasurementFrequency", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 1 | ||
}, | ||
"hasMeasurementUnit": "emmo:Hertz" | ||
} | ||
], | ||
"hasOutput": { | ||
"@type": "VoltageMeasurementResult", | ||
"@inverse": { | ||
"hasPart": { | ||
"@id": "#test_result" | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"@type": "GasSampling", | ||
"hasSample": { | ||
"@id": "#battery_cell" | ||
}, | ||
"hasMeasurementDevice": { | ||
"@type": "GasChromatagraph" | ||
}, | ||
"hasMeasurementParameter": [ | ||
{ | ||
"@type": "MeasurementFrequency", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 0.01 | ||
}, | ||
"hasMeasurementUnit": "emmo:Hertz" | ||
} | ||
], | ||
"hasOutput": { | ||
"@type": "MeasurementResult", | ||
"@inverse": { | ||
"hasPart": { | ||
"@id": "#test_result" | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"hasEquipment": [ | ||
{ | ||
"@type": "Autoclave" | ||
}, | ||
{ | ||
"@type": "BatteryCellHolder" | ||
} | ||
], | ||
"hasTask": [ | ||
{ | ||
"@type": "ExternalHeating", | ||
"hasInput": [ | ||
{ | ||
"@type": "Power", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 1000 | ||
}, | ||
"hasMeasurementUnit": "emmo:Watt" | ||
}, | ||
{ | ||
"@type": "TemperatureLimit", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 200 | ||
}, | ||
"hasMeasurementUnit": "emmo:DegreeCelsius" | ||
} | ||
], | ||
"hasNext": { | ||
"@type": "ExternalHeating ", | ||
"hasInput": [ | ||
{ | ||
"@type": "Power", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 0 | ||
}, | ||
"hasMeasurementUnit": "emmo:Watt" | ||
}, | ||
{ | ||
"@type": "TemperatureLimit", | ||
"hasNumericalPart": { | ||
"@type": "Real", | ||
"hasNumericalValue": 200 | ||
}, | ||
"hasMeasurementUnit": "emmo:DegreeCelsius" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.