Skip to main content

ZeqStressAnalysis

FEA stress analysis with R(t)-modulated loading. Von Mises, Tresca, principal stresses, safety factor computation. Linear and nonlinear static solvers.

EndpointPOST /api/materials/stress
Authapi-key
Rate limit10/min
Categorymaterials

Parameters

NameTypeRequiredDescription
meshobjectYesFE mesh with element types and nodes.
materialobjectYes{ E_GPa, poisson, yieldStrength_MPa }
loadsarrayYes[{ nodeSet, force_N, direction }]
constraintsarrayYes[{ nodeSet, dof }]

Returns

{ vonMises_MPa, displacement_mm, safetyFactor, criticalElement, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"mesh": {},
"material": {},
"loads": [],
"constraints": []
}' \
"https://zeqapi.com/api/materials/stress"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-stress-analysis.