Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JennaPaikowsky <[email protected]>
  • Loading branch information
cbellot000 and JennaPaikowsky authored Mar 3, 2023
1 parent 09c74fc commit 00f8a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ simulation users/engineers with a toolbox for accessing and
transforming simulation data.

The Python `ansys-dpf-post` package provides a high level, physics oriented API for postprocessing.
Loading a simulation (defined by its result files) allows to extract simulation metadata as well
Loading a simulation (defined by its result files) allows you to extract simulation metadata as well
as results and apply postprocessing operations on it.

This module leverages the PyDPF-Core project's ``ansys-dpf-core`` package and can
Expand Down Expand Up @@ -45,7 +45,7 @@ pip install . --user

## Brief Demo

Provided you have ANSYS 2023R1 installed, a DPF server will start
Provided you have ANSYS 2023 R1 installed, a DPF server will start
automatically once you start using pyDPF-Post.
Loading a simulation to extract and post-process results:

Expand Down Expand Up @@ -77,7 +77,7 @@ Loading a simulation to extract and post-process results:
```
![Example Stress plot Crankshaft](https://github.com/pyansys/dpf-post/raw/master/docs/source/images/crankshaft_stress.png)

To use PyDPF-Post, with Ansys versions starting from 2021R1 to 2022R2, leverage legacy PyDPF-Post
To run PyDPF-Post with Ansys versions starting from 2021 R1 to 2022 R2, use the following legacy PyDPF-Post
tools:

```pycon
Expand Down

0 comments on commit 00f8a03

Please sign in to comment.