Documents
Documentation utilisateur
stamm
stamm allows to build simple meshs, usually for small tests. Examples of such mesh are:
. 1D: a single beam
. 2D: rectangular, skew, circular, portion of circular ... shapes, with triangles of rectangular elements. Interpolation could be linear, full or incomplet quadratic, cubic.
...
perl script conversion between .her and .msh format
this perl script, will convert a .her format to a .msh format
Author: Yoann Plumer (2011)
Perl script : extracting some columns from a .maple file
hz_colMaple.pl is a perl script wich allows to copy some columns of a .maple file in a new file or in the terminal.
To use it in a terminal :
method 1 => (interactive mode) just write : hz_colMaple.pl and answer the questions
method 2 => (with arguments) write : hz_colMaple.pl file_ini columns_list [file_new]
...
Perl script : viewing Herezh meshes in Gmsh
hz_visuMail.pl is a perl script wich allows to view one or more Herezh meshes in Gmsh with some predefined Gmsh options.
To use it in a terminal :
method 1 => (interactive mode) just write : hz_visuMail.pl and answer the questions
method 2 => (with arguments) write : hz_visuMail.pl mail1.her mail2.her ...
...
perl script partial conversion between gmsh and rdm6 format
The msh2rdm6.pl script creates a .por file from a .pos or a .msh file.
The .por file is the native format for the software RDM6 (http://iut.univ-lemans.fr/ydlogi/rdm_version_6.html) which is useful for classical structures with tubes for instance.
...
perl script : partial conversion between .msh and .geo
The msh2geo.pl script creates a .geo file from a .pos or a .msh file.
The conversion is partial and is only devoted to:
- the set of nodes
- the set of elementary lines (one per bar element and one per side surface element)
- the set of elementary surface (one per elementary surface element).
...
Programme: msh2her.pl
Documentation user:
msh2her.pl is a perl script which allows to convert a gmsh mesh file (extension .msh) to a readable file for Herezh++ (extension .her)
To use it, just write in a terminal:
msh2her.pl
NB:
1) if you have not the path ./ , you must write: ./msh2her.pl
...
perl script : split a mesh according to an elements set
hz_splitMail.pl is a perl script which allows to create 2 new meshes from an initial mesh. The first mesh will contain the elements of the specified elements set only. The second mesh will contain all the other elements.
Usage in a terminal :
hz_splitMail.pl her_file set_name
...
Perl script : viewing the integration points of an element
hz_ptiElt.pl is a perl script that outputs the integration points of an element in a Gmsh view. This script gives a graphical view of the numbering and positions of the integration points.
Require :
- script : hz_splitMail.pl
Usage in a terminal :
...
perl script : convert Gmsh results into a .maple format
script : hz_gmsh2maple.pl
hz_gmsh2maple.pl converts the nodedata values from Gmsh .pos files into a time-series file (.maple format). A command file defines the required output (see documentation).
advantages :
- for now (2023/02/01), the output of ddl_entendu sould be improved (see ticket https://herezh.irdl.fr/issues/333)
...