SimScale · JSON Structure
Simscale Project Structure
Structural documentation for SimScale Project, Geometry, Simulation, MeshOperation, and SimulationRun resources.
Type:
Properties: 0
CAECFDFEASimulationEngineering
Simscale Project Structure is a JSON Structure definition published by SimScale.
Meta-schema:
JSON Structure
{
"title": "SimScale Project Structure",
"description": "Structural documentation for SimScale Project, Geometry, Simulation, MeshOperation, and SimulationRun resources.",
"version": "0.0.0",
"structure": {
"Project": {
"description": "A SimScale simulation project containing geometries and simulations.",
"fields": {
"projectId": {"type": "string"},
"name": {"type": "string"},
"description": {"type": "string"},
"measurementSystem": {"type": "enum", "values": ["SI", "US"]},
"created": {"type": "datetime"},
"modified": {"type": "datetime"},
"geometryCount": {"type": "integer"},
"simulationCount": {"type": "integer"}
}
},
"Geometry": {
"description": "An imported CAD geometry file.",
"fields": {
"geometryId": {"type": "string"},
"name": {"type": "string"},
"status": {"type": "enum", "values": ["UPLOADING", "PROCESSING", "FINISHED", "FAILED"]},
"format": {"type": "enum", "values": ["PARASOLID", "STEP", "IGES", "STL"]},
"numberOfSolids": {"type": "integer"},
"numberOfSurfaces": {"type": "integer"},
"created": {"type": "datetime"}
}
},
"Simulation": {
"description": "A physics simulation specification.",
"fields": {
"simulationId": {"type": "string"},
"name": {"type": "string"},
"type": {"type": "enum", "values": ["INCOMPRESSIBLE", "COMPRESSIBLE", "CONJUGATE_HEAT_TRANSFER", "CONVECTIVE_HEAT_TRANSFER", "STRUCTURAL", "DYNAMIC", "PEDESTRIAN_WIND_COMFORT"]},
"geometryId": {"type": "string"},
"status": {"type": "enum", "values": ["DRAFT", "COMPUTED", "INVALID"]},
"created": {"type": "datetime"},
"modified": {"type": "datetime"}
}
},
"MeshOperation": {
"description": "A mesh generation operation applied to a geometry.",
"fields": {
"meshOperationId": {"type": "string"},
"name": {"type": "string"},
"geometryId": {"type": "string"},
"status": {"type": "enum", "values": ["PENDING", "RUNNING", "FINISHED", "FAILED", "CANCELED"]},
"meshId": {"type": "string", "description": "Generated mesh ID after completion."},
"created": {"type": "datetime"},
"finishedAt": {"type": "datetime"}
}
},
"SimulationRun": {
"description": "A simulation execution run instance.",
"fields": {
"runId": {"type": "string"},
"name": {"type": "string"},
"simulationId": {"type": "string"},
"status": {"type": "enum", "values": ["PENDING", "RUNNING", "FINISHED", "FAILED", "CANCELED"]},
"progress": {"type": "number", "range": "0-100", "description": "Completion percentage."},
"startTime": {"type": "datetime"},
"finishedTime": {"type": "datetime"}
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/simscale-project-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.