Permalink
Newer
100644
29 lines (21 sloc)
1.09 KB
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
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.
11
Included Files:
12
* `Ex2Ab.py` - the main program file.
13
* `Ex2Ab_modules.py` - file with functions for the main program file.
14
* `__pycache__` - cpython files. Generated automatically when Ex2Ab is run.
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.
19
* Choose your `Exodus II Mesh` using the GUI
20
* Click `Done` on the GUI
21
* Let Ex2Ab run and check the terminal for prompts. <br />
22
The outputs will be written to your current working directory.
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.