When running api_client.calculation.calculate with a ConCalculationParameter defined using analysis_type='fatigues', the following error emerges:
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'Content-Length': '52', 'Content-Type': 'application/json; charset=utf-8', 'Date': 'Wed, 27 Nov 2024 09:15:55 GMT', 'Server': 'Kestrel'})
HTTP response body: "Request failed Fatigues analysis is not supported."
Running the same code with a ConCalculationParameter defined using analysis_type='stress_Strain' works fine. Are all analysis types described in the API reference for ConAnalysisTypeEnum supported?
Are the calculation of 'stress_Strain' and 'fatigues' analysis types called identically, i.e., like this?
Hi @knutankv, we are looking into this. We believe you should beable to run the fatigue analysis, so there is just a small misalignment currently. I will get back to you when we have an answer.
When running
api_client.calculation.calculate
with aConCalculationParameter
defined usinganalysis_type='fatigues'
, the following error emerges:Running the same code with a
ConCalculationParameter
defined usinganalysis_type='stress_Strain'
works fine. Are all analysis types described in the API reference forConAnalysisTypeEnum
supported?Are the calculation of 'stress_Strain' and 'fatigues' analysis types called identically, i.e., like this?
If fatigue calculations (and result extraction) are not supported yet, this feature would be much appreciated!