python - How to create abaqus model using script according to joints directly -




i'm working on transformer can transform sap2000 model abaqus model, , can finish work modeling, add boundary, add load , on.

there beam elements , shell elements in model.

1.at first, read .s2k file, , use mypart.element(...) function create beam element or shell element.(mypart = mdb.models['model-1'].part(name='structure')). model consists of elements only.

this modeling result, can see have elements in model

enter image description here

2.and in way, can calculate normal structures, question is: if structure has prestress, want add minus temperature specified frame simulate prestressing. step 1 said, model has elements, , predefinedfiled in load module can't add temperature on elements......

3.so idea create faces , lines according joints belong(i.e. not create elements directly), can't find functions in abaqus scripting reference guide......

so can help? thanks, all!!





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -