Evgenii B. Rudnyi

Blog http://blog.rudnyi.ru

Home Teaching Programming Publications
      Name                    Last modified       Size  

[DIR] Parent Directory 20-Apr-2011 23:50 - [DIR] AnsysEmat/ 06-Apr-2011 04:17 - [DIR] AnsysRecords/ 06-Apr-2011 04:17 - [TXT] AnsysEmat.nb 14-Jan-2005 20:04 10k [TXT] AnsysRecords.nb 14-Jan-2005 20:04 7k [TXT] COPYING 12-Jan-2005 19:28 18k [TXT] FREE_LICENSE 12-Jan-2005 19:28 1k [TXT] runAnsysEmat.nb 14-Jan-2005 20:04 11k [TXT] runAnsysRecords.nb 14-Jan-2005 20:04 11k

Copyright (C) 2003 Evgenii Rudnyi, http://Evgenii.Rudnyi.Ru/

This software is a copyrighted work licensed under the terms,
described in the file "FREE_LICENSE". 

Use at your own risk.

This file is written in 2005.

Reading ANSYS binary files
==========================

I wrote these two Mathlink applications when I was learning the ANSYS
bin library. They allow us to read ANSYS binary files directly into
Mathematica. AnsysRecords reads any binary file, record by record.
AnsysEmat is designed to work specifically with EMAT files.

To compile and link the code you need both Mathlink and Ansys bin
libraries.  Makefile was designed for a Sun workstation at IMTEK.

Good news:
  Makefile is an ASCII file. You can modify it.

Bad news:
	It is not that easy to link with the Ansys bin library. Good luck.

Files
-----

AnsysRecords.nb is a manual for AnsysRecords.

runAnsysRecords.nb is a a small example for AnsysRecords.

AnsysEmat.nb is a manual for AnsysEmat.

runAnsysEmat.nb is a small example for AnsysEmat.

AnsysRecords/ is a directory with the code for AnsysRecords.

AnsysEmat/ is a directory with the code for AnsysEmat.