SteveDoyle2 / pyNastran

A Python-based interface tool for Nastran's file formats
Other
384 stars 147 forks source link

support comma in names of sets in abaqus reader #788

Open SimoneConiglio opened 3 months ago

SimoneConiglio commented 3 months ago

The abaqus reader split abaqus cards with comma. If a set name contains a comma then the comma in the names are considered as separation comma. Could you fix this bug?

SteveDoyle2 commented 3 months ago

I need an example. Otherwise, it’ll just break the next time or I’ll do it wrong. The file should be made abaqus or calculix or whatever, not just by hand.

On Sat, Jun 1, 2024 at 4:30 AM SimoneConiglio @.***> wrote:

The abaqus reader split abaqus cards with comma. If a set name contains a comma then the comma in the names are considered as separation comma. Could you fix this bug?

— Reply to this email directly, view it on GitHub https://github.com/SteveDoyle2/pyNastran/issues/788, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAICUWJPUSK3WMKANRNZGW3ZFGWEDAVCNFSM6AAAAABIUCQAWSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDSMBZGA2TKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SimoneConiglio commented 3 months ago

Nset, nset="test, 1" 1, 2 Elset, elset="test, 1" 3,

I extracted that from an inp written by Abaqus CAE.

SteveDoyle2 commented 3 months ago

Can you make a working example? The other case you posted (I think it was deleted?) looked like it was incomplete as well.

On Mon, Jun 3, 2024 at 3:45 AM SimoneConiglio @.***> wrote:

Nset, nset="test, 1" 1, 2 Elset, elset="test, 1" 3,

I extracted that from an inp written by Abaqus CAE.

— Reply to this email directly, view it on GitHub https://github.com/SteveDoyle2/pyNastran/issues/788#issuecomment-2144875348, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAICUWNMV4W7232AVOQHARDZFRCLRAVCNFSM6AAAAABIUCQAWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBUHA3TKMZUHA . You are receiving this because you commented.Message ID: @.***>