You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/getting_started/dpf_server.rst
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ simulation workflow.
11
11
The DPF Server is packaged within the **Ansys installer** in Ansys 2021 R1 and later.
12
12
13
13
It is also available as a standalone package that contains all the necessary files to run, enabling DPF capabilities.
14
-
The standalone DPF Server is available on the `DPF Pre-Release page <https://download.ansys.com/Others/DPF%20Pre-Release>`_ of the Ansys Customer Portal.
14
+
The standalone DPF Server is available on the `DPF Pre-Release page <https://download-archive.ansys.com/Others/DPF%20Pre-Release>`_ of the Ansys Customer Portal.
15
15
The first standalone version of DPF Server available is 6.0 (2023 R2).
16
16
17
17
The sections on this page describe how to install and use a standalone DPF Server.
18
18
19
-
* For a quick start on using PyDPF, see :ref:`ref_getting_started`.
19
+
* For a brief overview on using PyDPF, see :ref:`ref_getting_started`.
20
20
* For more information on DPF and its use, see :ref:`ref_user_guide`.
21
21
22
22
@@ -65,7 +65,7 @@ PyDPF-Core is a Python client API communicating with a **DPF Server**, either
65
65
through the network using gRPC or directly in the same process. PyDPF-Post is a Python
66
66
module for postprocessing based on PyDPF-Core.
67
67
68
-
Both PyDPF-Core and PyDPF-Post can be used with DPF Server. Installation instructions
68
+
Both PyDPF-Core and PyDPF-Post can be used with the DPF Server. Installation instructions
69
69
for PyDPF-Core are available in the PyDPF-Core `Getting started <https://dpf.docs.pyansys.com/version/stable/getting_started/install.html>`_.
70
70
Installation instructions for PyDPF-Post are available in the PyDPF-Post `Getting started <https://post.docs.pyansys.com/version/stable/getting_started/install.html>`_.
71
71
@@ -98,10 +98,10 @@ to use thanks to its ``ansys_path`` argument.
98
98
PyDPF otherwise follows the logic below to automatically detect and choose which locally installed
99
99
version of DPF Server to run:
100
100
101
-
- it uses the ``ANSYS_DPF_PATH`` environment variable in priority if set and targeting a valid path to a DPF Server installation.
102
-
- it then checks the currently active Python environment for any installed standalone DPF Server, and uses the latest version available.
103
-
- it then checks for ``AWP_ROOTXXX`` environment variables, which are set by the **Ansys installer**, and uses the latest version available.
104
-
- if then raises an error if all of the steps above failed to return a valid path to a DPF Server installation.
101
+
- It uses the ``ANSYS_DPF_PATH`` environment variable in priority if set and targeting a valid path to a DPF Server installation.
102
+
- It then checks the currently active Python environment for any installed standalone DPF Server, and uses the latest version available.
103
+
- It then checks for ``AWP_ROOTXXX`` environment variables, which are set by the **Ansys installer**, and uses the latest version available.
104
+
- It then raises an error if all of the preceding steps failed to return a valid path to a DPF Server installation.
105
105
106
106
Run DPF Server in a Docker container
107
107
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -111,7 +111,8 @@ DPF Server can be run in a Docker container.
111
111
in :ref:`Install DPF Server <target_installing_server>`, download the ``Dockerfile`` file.
112
112
#. Optional: download any other plugin ZIP file as appropriate. For example, to access the ``composites`` plugin for Linux,
0 commit comments