Version SAM 1.10.0 -
...
-
...
82be2be2
CSAM-816 - Fix Ansys ETBLOCK import in Ansys Mechanical APLD
ETBLOCK import is fixed in Ansys Mechanical APDL.
...
CSAM-801 - Added OpenFOAM, CGNS , and Nastran H5 readers dependency to the third-party folder.
CSAM-801: Added zlib, CGNS, HFD5 in the third-party folder.
Now the Evaluation of CEETRON Access is able to open: OpenFOAM, Nastran H5 and CGNS files.
CSAM-780 - Nasfil reads NLPARM definitions per Subcase
NasFil library: handle multiple definitions of NLPARM Bulk Data entries when Control Case commands NLPARM are defined at SUBCASE levels
CSAM-765 - Fixing the free type factor in order to avoid missing character names at the top while displaying
sijo.george@techsoft3d.com
Fixed the issue related to the displaying characters with top part missing when using FreeType and Arial bold font.
CSAM-766 - Updating the i internal ZLIB i updated to version 1.3.1
sijo.george@techsoft3d.com
The internal ZLIB is updated to 1.3.1
CSAM-676 - Added experimental_Parallel vis_SurfMeshGenerate method to perform remeshing in parallel
Added vis_SurfMesh_EXPERIMENTAL_Generate(vis_SurfMesh* p, vis_Connect* connect) method to perform surface remeshing in parallel.
Added as an experimental API that is encouraged to be used for internal testing but not for production. The feature might be incomplete but it is ready for testing and feedback.
Please refer to the documentation for more information also added . Use vis_SurfMesh_EXPERIMENTAL_SetPartitionStrategy(vis_SurfMesh* p, Vint iterationCount, Vint* partitionPerIteration) ;to customize the parallel strategy.
CSAM-788 - Manage #includeEtc keyword in OpenFOAM
"#includeEtc" OpenFOAM keyword management has been added. Files included this way are version specific and not included by default in the set of result files. If used, this included files must be added to the set of result files to be processed by Access.
...
CSAM-791 - Exporting the right node ID into the EBLOCK of Ansys cdb file
sijo.george@techsoft3d.com
Fixed the issue related to writing of node ids in the EBLOCK of Ansys cdb
...
CSAM-789 - Avoid the crash on freeing memory of state object
sijo.george@techsoft3d.com
Avoided the crash related to freeing memory of state object
CSAM-779 - Reading and writing applied restraint cases (SPC) on velocity of the nodes in Ansys cdb file
sijo.george@techsoft3d.com
Reading and wrtiting applied restraint cases (SPC) on the velocity of the nodes in Ansys cdb file (VELX, VELY and VELZ) are supported
...
CSAM-772 - Fixed an issue related to a SYS_ERROR_VALUE error obtained while creating CE cards in Ansys cdb file.
sijo.george@techsoft3d.com
Fixed an issue related to a SYS_ERROR_VALUE error obtained while creating CE cards in Ansys cdb file.
CSAM-745 - Support Abaqus odb Coupling Constraints as SYS_ELEM_RIGID
Abaqus coupling constraints elements (Kinetamic Kinematic or Distributing couplings) can be retrieved form Abaqus .odb result files.
...
CSAM-748 - Long part name in Fluent .cas files was causing memory violation issue
sijo.george@techsoft3d.com
Part names longer than 20 characters in Fluent .cas mesh files were causing memory violation issues while accessing them.CSAM-586 - Exporting FamilyName_t node in CGNS file with boundary condition information
sijo.george@techsoft3d.com
FamilyName_t and Family_t nodes are created while exporting CGNS file to contain the boundary condition info. In this case, the BC_t nodes will be noted as FamilySpecified.
The required API call is below:
vdm_CGNSVLibSetMode(cgnslib, VDM_CGNS_FAMILYSPECIFIED, SYS_ON);
CSAM-586 - Exporting FamilyName_t node in CGNS file with boundary condition information
sijo.george@techsoft3d.com
FamilyName_t and Family_t nodes are created while exporting CGNS file to contain the boundary condition info. In this case, the BC_t nodes will be noted as FamilySpecified.
The required API call is below:
vdm_CGNSVLibSetMode(cgnslib, VDM_CGNS_FAMILYSPECIFIED, SYS_ON);
...