Skip to content

Commit 334fd45

Browse files
authored
Apply suggestions from code review
Some minor edits
1 parent 414e428 commit 334fd45

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ directories:
99

1010
- ``pre``: Provides the interface for creating DYNA input decks.
1111
This service includes highly abstracted APIs for setting up
12-
LSN-DYNA input decks. Included are DynaMech, DynaIGA, DynaICFD,
12+
LS-DYNA input decks. Included are DynaMech, DynaIGA, DynaICFD,
1313
DynaSALE, DynaEM, and DynaAirbag.
1414
- ``solver``: Contains the code for interfacing directly with
1515
the Ansys LS-DYNA solver. Because LS-DYNA is primarily a batch

doc/source/getting-started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Offline installation
5050
If you lack an internet connection on your installation machine (or you do not have access
5151
to the private Ansys PyPI packages repository), you should install PyDYNA by downloading
5252
the wheelhouse archive for your corresponding machine architecture from the
53-
`Releases Page <https://github.com/pyansys/pydyna/releases>`_ .
53+
`Releases <https://github.com/pyansys/pydyna/releases>`_ page.
5454

5555
Each wheelhouse archive contains all the Python wheels necessary to install
5656
PyDYNA from scratch on Windows and Linux for Python 3.8 through 3.11. You can install

doc/source/user-guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ directories:
1717
input files to the container, start LS-DYNA and monitor its progress,
1818
and then retrieve results (RST) files.
1919

20-
Once you have results, you can use the Data Processing Framework (DPF),
20+
Once you have results, you can use the Ansys Data Processing Framework (DPF),
2121
which is designed to provide numerical simulation users and engineers
2222
with a toolbox for accessing and transforming simulation data. DPF
2323
can access data from Ansys solver result files and from several

examples/EM/em_resistive_heating_2d_isopots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Resistive heating 2D connect isopotential
33
=========================================
44
5-
This example shows how the ``connect_isopotential()`` method can be used to
5+
This example shows how to use the ``connect_isopotential()`` method to
66
connect two parts. The executable file for LS-DYNA is
77
``ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe``.
88

examples/EM/em_rlc_define_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
RLC circuit by function
33
=======================
4-
This example shows how the ``Funtion`` object can be used to define an
4+
This example shows how to use the ``Function`` object to define an
55
RLC circuit as an inlet boundary condition. The executable file for
66
LS-DYNA is ``ls-dyna_smp_d_R13.1_138-g8429c8a10f_winx64_ifort190.exe``.
77

0 commit comments

Comments
 (0)