Author Topic: Implementing Voronoi mesh into FEAP inputfile  (Read 4911 times)

Mr T

  • New Member
  • *
  • Posts: 1
Implementing Voronoi mesh into FEAP inputfile
« on: February 19, 2019, 01:05:40 PM »
Dear all,

I am a FEAP-beginner. I have created a Voronoi mesh with MATLAB and i am wondering how to transfer this mesh into my FEAP inputfile.
Do I have to copy every single coordinate of the nodes and the connections between them into my Inputfile? I could use the 'ELEMent' and 'NODE'  command. I have 100 Elements, so it would cost me much time.
Is there an easier alternative?

Thanks in advance

JStorm

  • Sr. Member
  • ****
  • Posts: 250
Re: Implementing Voronoi mesh into FEAP inputfile
« Reply #1 on: February 19, 2019, 01:38:53 PM »
you can use matlab to write the coordinates and connectivity into a file to define the COORdinate and ELEMent blocks.