-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdf5468
commit cde9482
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |