28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"format": "bedit-simulation-results",
|
|
"version": 1,
|
|
"modelName": "m_Test",
|
|
"status": {
|
|
"phase": "Simulation finished",
|
|
"currentStepSize": 0.0,
|
|
"time": 10.0,
|
|
"progress": 10000
|
|
},
|
|
"messages": [
|
|
{
|
|
"stream": "LOG_SUCCESS",
|
|
"type": "info",
|
|
"text": "The initialization finished successfully without homotopy method."
|
|
},
|
|
{
|
|
"stream": "LOG_SUCCESS",
|
|
"type": "info",
|
|
"text": "The simulation finished successfully."
|
|
}
|
|
],
|
|
"traces": [],
|
|
"metadata": {
|
|
"processResult": 0
|
|
}
|
|
}
|