Ondiz / unvCode

Code for writing unv files for geometry and modes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal file writer

Code for writing unv files for geometry (data type 15) and modes (data type 55).

Consists in 4 files, two functions and two scripts:

Functions

  • unvWriter: writes unv file containing geometry given the name of the file and the coordinates of the nodes

  • modosUnv: writes unv file containing a mode. Info about the frequency, damping, mode number... has to be given

Scripts

  • creadorPuntos: an example for using the geometry writer
  • pruebaModos: an example for testing modosUnv

References

File-Format-Storehouse

Test Universal Files (pdf)

UFF File Reading and Writing in Matlab

The Fortran format

About

Code for writing unv files for geometry and modes

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%