compas-dev / compas_fea

COMPAS interface to common Finite Element Analysis software.
https://compas.dev/compas_fea
MIT License
36 stars 18 forks source link

'clean state' for the loads #94

Open franaudo opened 5 years ago

franaudo commented 5 years ago

load cases in abaqus are limited to linear analysis. a possible work around could be to 'wipe' all the loads applied in the previous steps (set them all to 0 with OP=NEW) and then apply the loads required.

this bit of code should go in the step class between the creation of the header and the loads.