File tree Expand file tree Collapse file tree 8 files changed +46
-27
lines changed Expand file tree Collapse file tree 8 files changed +46
-27
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Prerequisites
25
25
instructions from `this page <https://docs.docker.com/engine/install/ >`_.
26
26
27
27
* Download the latest Linux release artifacts for the ``pre `` Docker container:
28
- `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.4.2 /linux-binaries.zip >`_.
28
+ `linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.4.3 /linux-binaries.zip >`_.
29
29
30
30
* Move this ZIP file to the ``docker/pre `` directory.
31
31
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Prerequisites
25
25
instructions from `this page <https://docs.docker.com/engine/install/ >`_.
26
26
27
27
* Download the latest Linux release artifacts for the ``solver `` Docker container:
28
- `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.4.2 /mppdyna_docker_centos7.zip >`_.
28
+ `mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.4.3 /mppdyna_docker_centos7.zip >`_.
29
29
30
30
* Move this ZIP file to the ``docker/solver `` directory and unzip it in the same directory.
31
31
Original file line number Diff line number Diff line change 30
30
)
31
31
32
32
###############################################################################
33
- # Manually start the ``pre`` service
33
+ # Start the ``pre`` service
34
34
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
36
- # Start the ``pre`` service at this location by running this command:
37
- #
38
- # ``python kwserver.py``
35
+ # Before starting the ``pre`` service, you must ensure that the Docker container
36
+ # for this service has been started. For more information, see "Start the Docker
37
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
38
+ #
39
+ # The ``pre`` service can also be started locally, please download the latest version of
40
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
41
+ # refering to the README.rst file in this server package.
39
42
#
40
43
# Once the ``pre`` service is running, you can connect a client to it using
41
44
# the hostname and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 42
42
# Before starting the ``pre`` service, you must ensure that the Docker container
43
43
# for this service has been started. For more information, see "Start the Docker
44
44
# container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
45
+ #
46
+ # The ``pre`` service can also be started locally, please download the latest version of
47
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
48
+ # refering to the README.rst file in this server package.
45
49
#
46
50
# Once the ``pre`` service is running, you can connect a client to it using
47
51
# the host name and port. This code uses the default localhost and port
Original file line number Diff line number Diff line change 44
44
# sphinx_gallery_thumbnail_path = '_static/pre/explicit/belted_dummy.png'
45
45
46
46
###############################################################################
47
- # Manually start the ``pre`` service
47
+ # Start the ``pre`` service
48
48
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
50
- # Start the ``pre`` service at this location by running this command:
51
- #
52
- # ``python kwserver.py``
49
+ # Before starting the ``pre`` service, you must ensure that the Docker container
50
+ # for this service has been started. For more information, see "Start the Docker
51
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
52
+ #
53
+ # The ``pre`` service can also be started locally, please download the latest version of
54
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
55
+ # refering to the README.rst file in this server package.
53
56
#
54
57
# Once the ``pre`` service is running, you can connect a client to it using
55
58
# the host name and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 41
41
from ansys .dyna .core .pre import examples
42
42
43
43
###############################################################################
44
- # Manually start the ``pre`` service
44
+ # Start the ``pre`` service
45
45
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
47
- # Start the ``pre`` service at this location by running this command:
48
- #
49
- # ``python kwserver.py``
46
+ # Before starting the ``pre`` service, you must ensure that the Docker container
47
+ # for this service has been started. For more information, see "Start the Docker
48
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
49
+ #
50
+ # The ``pre`` service can also be started locally, please download the latest version of
51
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
52
+ # refering to the README.rst file in this server package.
50
53
#
51
54
# Once the ``pre`` service is running, you can connect a client to it using
52
55
# the hostname and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 31
31
from ansys .dyna .core .pre import examples
32
32
# sphinx_gallery_thumbnail_path = '_static/pre/nvh/frf_plate_damping.png'
33
33
###############################################################################
34
- # Manually start the ``pre`` service
34
+ # Start the ``pre`` service
35
35
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server`` folder to a desired location.
37
- # Start the ``pre`` service at this location by running this command:
38
- #
39
- # ``python kwserver.py``
36
+ # Before starting the ``pre`` service, you must ensure that the Docker container
37
+ # for this service has been started. For more information, see "Start the Docker
38
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
39
+ #
40
+ # The ``pre`` service can also be started locally, please download the latest version of
41
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
42
+ # refering to the README.rst file in this server package.
40
43
#
41
44
# Once the ``pre`` service is running, you can connect a client to it using
42
45
# the hostname and port. This example uses the default localhost and port
Original file line number Diff line number Diff line change 29
29
from ansys .dyna .core .pre import examples
30
30
# sphinx_gallery_thumbnail_path = '_static/pre/thermal/thermal.png'
31
31
###############################################################################
32
- # Manually start the ``pre`` service
32
+ # Start the ``pre`` service
33
33
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
- # Copy the ``pyDyna/src/ansys/dyna/core/pre/Server``folder to a desired location.
35
- # Start the ``pre`` service at this location by running this command:
36
- #
37
- # ``python kwserver.py``
34
+ # Before starting the ``pre`` service, you must ensure that the Docker container
35
+ # for this service has been started. For more information, see "Start the Docker
36
+ # container for the ``pre`` service" in https://dyna.docs.pyansys.com/version/stable/index.html.
37
+ #
38
+ # The ``pre`` service can also be started locally, please download the latest version of
39
+ # ansys-pydyna-pre-server.zip package from https://github.com/ansys/pydyna/releases and start it
40
+ # refering to the README.rst file in this server package.
38
41
#
39
42
# Once the ``pre`` servic is running, you can connect a client to it using
40
43
# the hostname and the port. This example uses the default local host and port
You can’t perform that action at this time.
0 commit comments