Skip to content
Permalink
Newer
Older
100644 29 lines (21 sloc) 1.09 KB
December 17, 2019 15:03
1
**Ex2Ab**
2
3
Ex2Ab is a utility for converting Exodus II mesh files into the Abaqus inp format. <br />
4
The utility will also generate a skeletal MCNP input file.
5
December 17, 2019 15:25
6
Requirements:
December 17, 2019 15:07
7
* `Exodus II Mesh` with defined blocks (element sets) for each material region.
8
* `Python netCDF4 module` <br />
9
See http://unidata.github.io/netcdf4-python/#netCDF4.Group for installation instructions.
March 19, 2019 12:36
10
December 17, 2019 15:25
11
Included Files:
12
* `Ex2Ab.py` - the main program file.
13
* `Ex2Ab_modules.py` - file with functions for the main program file.
December 17, 2019 16:32
14
* `__pycache__` - cpython files. Generated automatically when Ex2Ab is run.
December 17, 2019 15:25
15
16
To Run:
December 17, 2019 16:28
17
* Enter `python Ex2AB.py` into the command line. <br />
18
Include full path to `Ex2AB.py` if it is outside of your working directory.
December 17, 2019 15:25
19
* Choose your `Exodus II Mesh` using the GUI
20
* Click `Done` on the GUI
December 17, 2019 16:28
21
* Let Ex2Ab run and check the terminal for prompts. <br />
22
The outputs will be written to your current working directory.
December 17, 2019 15:25
23
March 19, 2019 12:36
24
Optionally Defined Mesh Features:
December 17, 2019 15:03
25
* `Node sets` on model surfaces that are intended to be reflecting boundaries.
26
* `Attribute1` field on each block - this is treated as the density of the block.
March 19, 2019 12:36
27
March 19, 2019 12:41
28
March 19, 2019 12:36
29