...
CSAM-528 Memory error while destructing the libraryManager [SM]
CSAM-290 support for reading PBUSH1D property from Nastran [D]
CSAM-514 ABAFil not returning correct EProp EPROP\_KSY and EPROP\_KSZ as stiffness factor [D]
Features
CSAM-501, 502 CEETRON Access supports now reading .rst file using Ansys DPF framework.
DPFLib is introduced in this release as a beta test version to read Ansys files using Ansys Data Processing Framework. We support the reading of the mesh and of results.
CSAM-495 M200-4788 - Modal effective mass results are read from Nastran .op2 files
These results are presented as the following datasets:
EFFECTIVE_MASS_SUMMARY.T
HIST.MASS_FRACTION.T
HIST.EFFECTIVE_MASS.T
HIST.PARTICIPATION_FACTOR.T
CSAM-522 Report maximum and average shear stress for shear panel (CSHEAR) in Sol101
Maximum and average shear stresses are now reported when they are available for shear panel elements from Nastran op2 files.
CSAM-529 Reading PARTIDs from Ansys RST file based on the convention from the user
...
the convention from the user
Now onward you may can have different options to set the property/part ids.
Numbering the entities in model is based on :
ANSLIB_PARTIDUSINGLEGACYMETHOD // the legacy method
ANSLIB_PARTIDUSINGSECNUM // the section number
ANSLIB_PARTIDUSINGREALCONSTREF_NUMBER // the real constant reference number
ANSLIB_PARTIDUSINGELEM_TYPE // the element type number
In order to use those different methods, you have to call the following function.
vdm_DataFunSetMode(libraryFunctions, mode, flag);
where,
mode = VDM_ANSYS_PARTIDNUMBERINGMODE
flag = ANSLIB_PARTIDUSINGLEGACYMETHOD
= ANSLIB_PARTIDUSINGSECNUM
= ANSLIB_PARTIDUSINGREALCONSTREF_NUMBER
= ANSLIB_PARTIDUSINGELEM_TYPE
CSAM-532 Error in compiling AutoDyn files in vdm
AutoDyn API calls (symbols) are added into the list of symbols which should not be obfuscated by the new obfuscator.
CSAM-536 Issue of clipping planes for the PolyLineArray display is fixed
...
CSAM-501, 502 CEETRON Access supports now reading.rst file using Ansys DPF framework.
DPFLib is introduced in this release as a beta test version to read Ansys files using Ansys Data Processing Framework. We support the reading of the mesh and of results.
CSAM-290 support for reading PBUSH1D property from Nastran [D]
CSAM-514 ABAFil not returning correct EProp EPROP\_KSY and EPROP\_KSZ as stiffness factor [D]
Features
CSAM-495 M200-4788 - Modal effective mass results are read from Nastran .op2 files
These results are presented as the following datasets:
EFFECTIVE_MASS_SUMMARY.T
HIST.MASS_FRACTION.T
HIST.EFFECTIVE_MASS.T
HIST.PARTICIPATION_FACTOR.T
CSAM-522 Report maximum and average shear stress for shear panel (CSHEAR) in Sol101
Maximum and average shear stresses are now reported when they are available for shear panel elements from Nastran op2 files.
...
id's in addition to the old legacy method. We kept the old legacy method in order to avoid problems/ change on your currents regression tests and by default it will be the legacy method.
You can have following options in order to set the property/part ids.
Numbering the entities in model is based on :
ANSLIB_PARTIDUSINGLEGACYMETHOD // the legacy method
ANSLIB_PARTIDUSINGSECNUM // the section number
ANSLIB_PARTIDUSINGREALCONSTREF_NUMBER // the real constant reference number
ANSLIB_PARTIDUSINGELEM_TYPE // the element type number
In order to use those different methods, you have to call the following function.
vdm_DataFunSetMode(libraryFunctions, mode, flag);
where,
mode = VDM_ANSYS_PARTIDNUMBERINGMODE
flag = ANSLIB_PARTIDUSINGLEGACYMETHOD
= ANSLIB_PARTIDUSINGSECNUM
= ANSLIB_PARTIDUSINGREALCONSTREF_NUMBER
= ANSLIB_PARTIDUSINGELEM_TYPE
Bug fixes
CSAM-532 Error in compiling AutoDyn files in vdm
AutoDyn API calls (symbols) are added into the list of symbols which should not be obfuscated by the new obfuscator.
CSAM-536 Issue of clipping planes for the PolyLineArray display is fixed
It fixes the issue in the vgl_DrawFunSetSwitch()
function, when played back from a display list
Version SAM 1.3.0 - - 5e2bc6e0
...