latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Simulations

Create a simulation setup

post/projects/{projectId}/simulations

Request body

simulationIdstring uuid
namestring required
versionstring required

The schema version of the simulation spec. This can be either the external version like 30.0, or the internal version like internal:549.

createdAtstring date-time
modifiedAtstring date-time
cadIdstring uuid required

The ID of CAD input to the simulation.

stateIdstring uuid required

The ID of CAD state input to the simulation.

meshIdstring uuid

The generated mesh ID which is to be used in the simulation. This field should be left empty for analysis types that do not require a generated mesh like 'INCOMPRESSIBLE_PACEFISH', 'WIND_COMFORT', and 'SIMERICS_ANALYSIS'.

parametersParametricParameters

Response

Successful creation of the simulation setup

simulationIdstring uuid
namestring

The name of the simulation.

Example response

{
  "simulationId": "260d260d-260d-260d-260d-260d260d260d",
  "name": "My first simulation"
}