latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Simulations

Estimate the simulation setup

post/projects/{projectId}/simulations/{simulationId}/estimate

Response

Successful operation.

totalRunCountinteger

The total number of jobs that will be triggered for this simulation run or mesh operation.

Example response

{
  "duration": {
    "value": "PT2H12M14S",
    "intervalMin": "PT1H12M14S",
    "intervalMax": "PT3H12M14S"
  },
  "computeResource": {
    "type": "GPU_HOURS",
    "value": 0.27,
    "intervalMin": 0.22,
    "intervalMax": 0.32
  },
  "cellCount": {
    "type": "CELLS",
    "value": 5361155,
    "intervalMin": 4288924,
    "intervalMax": 6433386
  },
  "totalRunCount": 1
}