@@ -10,18 +10,18 @@ Project Overview
10
10
There are 3 related packages here, pre and solver are all under the ansys/pydyna/ directory,
11
11
while pyDPF is used for post-processing.
12
12
13
- pre contains highly abstracted APIs for setting up a LS-DYNA input deck, so far,
13
+ ** pre ** contains highly abstracted APIs for setting up a LS-DYNA input deck, so far,
14
14
it includes DynaMech, DynaIGA, DynaICFD, DynaSALE, DynaEM, DynaAirbag and so on.
15
15
16
- solver contains code for interfacing with the LS-DYNA solver directly.
16
+ ** solver ** contains code for interfacing with the LS-DYNA solver directly.
17
17
As LS-DYNA is primarily a batch solver with very limited interactive
18
18
capabilities, the code here is similarly limited. The target
19
19
use case is that LS-DYNA will be running in a container environment
20
20
such as Docker or Kubernetes. The code here then allows for pushing
21
21
input files to the container, starting LS-DYNA and monitoring its
22
22
progress, and retrieving results files.
23
23
24
- The Data Processing Framework (DPF) is designed to provide numerical
24
+ The ** Data Processing Framework (DPF) ** is designed to provide numerical
25
25
simulation users/engineers with a toolbox for accessing and
26
26
transforming simulation data. DPF can access data from solver result
27
27
files as well as several neutral formats (csv, hdf5, vtk,
0 commit comments