Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converter
#4
(05-26-2020, 03:52 AM)Admin Wrote: Vittorio,
Thanks. I am familiar with CGX and tried a file. It only translated the nodes and elements and according to the documentation it is quite limited (node, elements, and some boundary conditions). I would imagine the same is grue for Gmsh (I doubt it has material properties and property cards). But let me know if you think otherwise. I suspect will will have to create something custom to interface with Mecway.
Brian,a good starting point could be FECONV at
https://github.com/victorsndvg/FEconv.
I tried to compile it under Mingw in the Codeblocks installation.
Just one hint:
in the makefile Makefile.gfortran.windows,
add -libquadmath to the linker options as below
# LINKER OPTIONS
LDFLAGS = -static -Lbasicmod/lib -lbasicmod -lquadmath

Open a Command Window in Windows, go to the FECONV folder, add the path to C:\prog\CodeBlocks\MinGW\bin or somewhat similar in your mingw installation  and type:

    mingw32-make -f Makefile.gfortran.windows     

you'll find FECONV.exe

At the moment FECONV does not support ABAQUS/CCX input format, but it is written in fortran and adding a different format should not be too much difficult.

Vittorio
Reply


Messages In This Thread
Converter - by Admin - 05-24-2020, 10:10 PM
RE: Converter - by vittorio - 05-25-2020, 08:52 PM
RE: Converter - by Admin - 05-26-2020, 03:52 AM
RE: Converter - by vittorio - 05-30-2020, 07:32 PM
RE: Converter - by Admin - 05-31-2020, 10:44 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)