Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBala authored Mar 27, 2021
1 parent cdf5468 commit cde9482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# INPtoMESH
Mesh generator for Abaqus.

Skrypt, który tworzy plik wejściowy dla programu Abaqus (format inp) zawierający siatkę elementów skończonych wygenerowaną na dwuwymiarowym elemencie prostokątnym. Użytkownik jako dane wejściowe wprowadza nazwę elementu, wysokość i szerokość elementu, a także ilość wierzchołków siatki na krawędziach elementu. Dane mogą być wprowadzane używając np. pliku json lub xml, który następnie jest wczytywany przez skrypt. Skrypt może działać niezależnie od aplikacji Abaqus.
Script that creates an input file for the Abaqus program (inp format) containing a finite element mesh generated on a two-dimensional rectangular element. The user enters the name of the element as input, the height and width of the element, as well as the number of mesh vertices at the edges of the element. Data can be entered using, for example, a json or xml file, which is then loaded by the script. The script can run independently of the Abaqus application.

PL: Skrypt, który tworzy plik wejściowy dla programu Abaqus (format inp) zawierający siatkę elementów skończonych wygenerowaną na dwuwymiarowym elemencie prostokątnym. Użytkownik jako dane wejściowe wprowadza nazwę elementu, wysokość i szerokość elementu, a także ilość wierzchołków siatki na krawędziach elementu. Dane mogą być wprowadzane używając np. pliku json lub xml, który następnie jest wczytywany przez skrypt. Skrypt może działać niezależnie od aplikacji Abaqus.

0 comments on commit cde9482

Please sign in to comment.