Permalink
Newer
100644
37 lines (31 sloc)
1.99 KB
1
███████╗██╗ ██╗██████╗ █████╗ ██████╗
2
██╔════╝╚██╗██╔╝╚════██╗██╔══██╗██╔══██╗
3
█████╗ ╚███╔╝ █████╔╝███████║██████╔╝
4
██╔══╝ ██╔██╗ ██╔═══╝ ██╔══██║██╔══██╗
5
███████╗██╔╝ ██╗███████╗██║ ██║██████╔╝
6
╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝
7
8
Ex2Ab is a utility for converting Exodus II mesh files into the Abaqus inp format. <br />
9
The utility will also generate a skeletal MCNP input file.
10
12
* `Exodus II Mesh` with defined blocks (element sets) for each material region.
13
* `Python netCDF4 module` <br />
14
See http://unidata.github.io/netcdf4-python/#netCDF4.Group for installation instructions.
18
* `Ex2Ab.py` - the main program file.
19
* `Ex2Ab_modules.py` - file with functions for the main program file.
20
24
2. Choose your `Exodus II Mesh` using the GUI.
25
3. Click `Done` on the GUI.
26
4. Let Ex2Ab run and check the terminal for prompts.
27
* The outputs will be written to your current working directory.
29
## To Run without GUI:
30
1. Enter `python Ex2AB.py mesh.exo` into the command line.
31
* `mesh.exo` is your `Exodus II Mesh`.
32
2. Let Ex2Ab run and check the terminal for prompts.
33
* The outputs will be written to your current working directory.
36
* `Node sets` on model surfaces that are intended to be reflecting boundaries.