Skip to content

Commit

Permalink
update kil section
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 16, 2024
1 parent 1e6071c commit 37ab436
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 32 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ doc/source/examples/gallery_examples/*/*.rst
doc/source/examples/gallery_examples/*/*.pickle
doc/source/examples/gallery_examples/**/*.png
doc/source/sg_execution_times.rst
doc/source/api/ansys/
doc/source/api/index.rst

examples/embedding_n_remote/
# pymechanical-specific
mylocal.ip
pymechanical_log.txt
8 changes: 5 additions & 3 deletions doc/source/kil/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Known issue and limitations
===========================

Note the following known issues and limitations. Certain features may not be fully compatible across different versions of Mechanical and PyMechanical.
Some features may not be fully compatible across different versions of Mechanical and PyMechanical.
Ansys recommends that you always use the latest version to achieve the best results.
Some features may not be fully compatible across different versions of **Mechanical** and **PyMechanical**.
Ansys recommends that you always use the latest version of both to achieve the best results.

..
This toctree must be a top-level index to get it to show up in
Expand Down Expand Up @@ -42,4 +42,6 @@ Support
If you encounter any issues or limitations that hinder your work, please contact our support team immediately.
We are committed to providing timely assistance to ensure your projects run smoothly.

Contact Us:
Contact Us:
Mechanical #TODO
pymechanical #TODO
31 changes: 21 additions & 10 deletions doc/source/kil/mechanical.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
.. _ref_kil_mechanical:

Mechanical Standalone
Mechanical standalone
=====================

In addition to Standalone Mechanical known issues and limitations given below,
please refer

- `Mechanical API known issues and limitations`_.
- `ACT known issues and limitations`_.

Known issues and limitations
----------------------------

24R2
^^^^

- In Readonly mode, Mechanical does not throw any exception when geometry is imported in batch mode.
- Section planes can not be added through batch mode.


24R1
^^^^
-
-
-

- `Python libraries <https://mechanical.docs.pyansys.com/version/stable/user_guide_embedding/libraries.html>`_
that are distributed with the installation of Mechanical does not work when there are syntax differences
between IronPython and CPython (`#515 <https://github.com/ansys/pymechanical/issues/515>`_).
- Trace Import fails with PyMechanical Embedding with only ``python 3.10``.

23R2
^^^^
-
-
-

23R1
^^^^
-
-
-


25 changes: 9 additions & 16 deletions doc/source/kil/pymechanical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,13 @@ PyMechanical
Known issues and limitations
----------------------------

v10.10.11
^^^^^^^^^
-
-
We suggest to use latest stable version of PyMechanical. Issues and limitations for previous versions are not
captured here. If you find any other, please create an issue `here <pymechanical_issue_>`_


v10.10.10
^^^^^^^^^
-
-
-

v10.0.0 or below
^^^^^^^^^^^^^^^^
-
-
-
v0.11.x
^^^^^^^^
- Remote solve ( My Computer Background) is only available in Windows platform with Embedding method
- ``App.plot()`` visualization feature is available only for geometry. Mesh or Results are not available
to plot but can be exported as images or animation.
- Enabling beta option using PyMechanical is not supported. User has to enable this in either Workbench or
Standalone Mechanical
10 changes: 8 additions & 2 deletions doc/source/links.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.. #Pyansys
.. # Pyansys
.. _pyansys: https://docs.pyansys.com/
.. _pyansys_support: pyansys.support@ansys.com

.. # PyMechanical related
.. _pymechanical_issue: https://github.com/ansys/pymechanical/issues
.. # PyMechanical Embedding Examples related
.. _pymechanical_embedding_ex_doc: https://embedding.examples.mechanical.docs.pyansys.com/
.. _pymechanical_embedding_ex_repo: https://github.com/ansys/pymechanical-embedding-examples
Expand All @@ -15,4 +17,8 @@
.. _Mechanical Users Guide: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/wb_sim/ds_Home.html
.. _Chapter 6: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/installation/unix_silent.html
.. _Chapter 7: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/installation/win_silent.html
.. _ACT API Reference Guide: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/act_ref/act_ref.html

.. # Mechanical related
.. _ACT API Reference Guide: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/act_ref/act_ref.html
.. _Mechanical API known issues and limitations: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/act_script/mech_apis_KIL.html?q=known%20issues
.. _ACT known issues and limitations: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/%%VERSION%%/en/act_dev/act_dev_knownissues.html
2 changes: 1 addition & 1 deletion src/ansys/mechanical/core/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def check_valid_port(port, lower_bound=1000, high_bound=60000):
"""Check if the port is valid.
Parameters
---------
----------
port : int
Port to check.
lower_bound : int, optional
Expand Down

0 comments on commit 37ab436

Please sign in to comment.