You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All contact cards, except for CONTACT_AUTOMATIC_SINGLE_SURFACE, are using variable names that differ from the standard Dyna nomenclature.
For CONTACT_AUTOMATIC_SURFACE_TO_SURFACE (and most other contacts), the cards() method returns the following results. The variable names in the second and last rows do not match the Dyna manual.
[StandardCard:$# cid heading,
StandardCard:$# surfa surfb surfatyp surfbtyp saboxid sbboxid sapr sbpr,
StandardCard:$# fs fd dc vc vdc penchk bt dt,
StandardCard:$# sfsa sfsb sast sbst sfsat sfsbt fsf vsf]
In contrast, for CONTACT_AUTOMATIC_SINGLE_SURFACE, the cards() method returns results that align with the manual:
[StandardCard:$# cid heading,
StandardCard:$# ssid msid sstyp mstyp sboxid mboxid spr mpr,
StandardCard:$# fs fd dc vc vdc penchk bt dt,
StandardCard:$# sfs sfm sst mst sfst sfmt fsf vsf]
@MiteshLalwala, we are moving away from using words like slave and master in our keyword definitions and hence you will see surfa, surfb ( surface A, surface B) instead of ssid, msid (slave surface ID and master surface ID). I think slowly all cards will be migrated. In the mean time its better to check for both properties in your scripts
🔍 Before submitting the issue
🐞 Description of the bug
All contact cards, except for CONTACT_AUTOMATIC_SINGLE_SURFACE, are using variable names that differ from the standard Dyna nomenclature.
For CONTACT_AUTOMATIC_SURFACE_TO_SURFACE (and most other contacts), the cards() method returns the following results. The variable names in the second and last rows do not match the Dyna manual.
[StandardCard:$# cid heading,
StandardCard:$# surfa surfb surfatyp surfbtyp saboxid sbboxid sapr sbpr,
StandardCard:$# fs fd dc vc vdc penchk bt dt,
StandardCard:$# sfsa sfsb sast sbst sfsat sfsbt fsf vsf]
In contrast, for CONTACT_AUTOMATIC_SINGLE_SURFACE, the cards() method returns results that align with the manual:
[StandardCard:$# cid heading,
StandardCard:$# ssid msid sstyp mstyp sboxid mboxid spr mpr,
StandardCard:$# fs fd dc vc vdc penchk bt dt,
StandardCard:$# sfs sfm sst mst sfst sfmt fsf vsf]
📝 Steps to reproduce
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
n/a
🐍 Which Python version are you using?
3.12
📦 Installed packages
The text was updated successfully, but these errors were encountered: