ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
427 stars 120 forks source link

Error of "At least 1 small equation solver pivot term(at UZ dof of node 1876), Check for an insufficiently constrained model #2383

Closed bahadir14 closed 1 year ago

bahadir14 commented 1 year ago

πŸ€“ Before submitting the issue

πŸ” Description of the bug

I have been trying to simulate basic thermal analysis to my imported model. I am getting insufficiently constrained model error, which is mentioned in detail. A few people said that there is a problem with boundary cond. in uz direction, but I thought that I constrained it in script. Glad to hear solutions from you guys

πŸ•΅οΈ Steps To Reproduce

import tikzplotlib
import numpy as np
import pyansys
import matplotlib as plt
import markdown
import trame_vuetify
import rich
import meshio
from ansys.mapdl.core import launch_mapdl
from ansys.mapdl import core as pymapdl

license_type='mech_2'
mapdl=launch_mapdl(license_type=license_type)

mapdl.aux15()
mapdl.igesin(fname='cs_12_dev',ext='igs')

mapdl.vplot(show_lines=True)

mapdl.finish()
mapdl.prep7()
mapdl.mp("kxx",1,5)
mapdl.mp("kyy",1,30)
mapdl.mp("kzz",1,10)
mapdl.et(1,"SOLID187")
mapdl.vmesh(1)
mapdl.allsel()
mapdl.eplot()

mapdl.asel("S",vmin=3)
mapdl.nsla()
mapdl.d("ALL","UX","TEMP",5)
mapdl.asel("S",vmin=4)
mapdl.nsla()
mapdl.d("ALL","UZ","TEMP",5)
out=mapdl.allsel()

mapdl.vsweep(1)
mapdl.run("/SOLU")
mapdl.solve()
out=mapdl.finish()

mapdl.post1()
mapdl.set(1,1)
mapdl.post_processing.plot_nodal_temperature()

πŸ’» Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.10

πŸ“ PyMAPDL Report

PyMAPDL Software and Environment Report

Packages Requirements


Core packages

ansys.mapdl.core : 0.65.2 numpy : 1.25.2 appdirs : 1.4.4 scipy : 1.11.1 grpc : Package not found ansys.api.mapdl.v0 : Package not found ansys.mapdl.reader : 0.52.20 google.protobuf : Package not found

Optional packages

matplotlib : 3.7.2 pyvista : 0.41.1 pyiges : 0.3.1 tqdm : 4.66.0

Ansys Installation


Version Location

221 C:\Program Files\ANSYS Inc\v221 222 C:\Program Files\ANSYS Inc\v222

Ansys Environment Variables


ANSYS221_DIR C:\Program Files\ANSYS Inc\v221\ANSYS ANSYS222_DIR C:\Program Files\ANSYS Inc\v222\ANSYS ANSYSLIC_DIR C:\Program Files\ANSYS Inc\Shared Files\Licensing AWP_LOCALE221 en-us AWP_ROOT221 C:\Program Files\ANSYS Inc\v221 AWP_ROOT222 C:\Program Files\ANSYS Inc\v222 CADOE_LIBDIR221 C:\Program Files\ANSYS Inc\v221\CommonFiles\Language\en-us

πŸ“ Installed packages

alabaster @ file:///home/ktietz/src/ci/alabaster_1611921544520/work anaconda-client==1.11.2 anaconda-navigator==2.4.0 anaconda-project @ file:///C:/Windows/TEMP/abs_91fu4tfkih/croots/recipe/anaconda-project_1660339890874/work ansys-api-fluent @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_api_fluent-0.3.12-py3-none-any.whl ansys-api-mapdl @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_api_mapdl-0.5.1-py3-none-any.whl ansys-api-mechanical @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_api_mechanical-0.1.0-py3-none-any.whl ansys-api-meshing-prime @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_api_meshing_prime-0.1.1-py3-none-any.whl ansys-api-platform-instancemanagement @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/ansys_api_platform_instancemanagement-1.0.0-py3-none-any.whl ansys-api-pyensight @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_api_pyensight-0.3.0-py3-none-any.whl ansys-api-sherlock @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_api_sherlock-0.1.14-py3-none-any.whl ansys-api-systemcoupling @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_api_systemcoupling-0.1.0-py3-none-any.whl ansys-dpf-composites @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_dpf_composites-0.2.0-py3-none-any.whl ansys-dpf-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_dpf_core-0.8.1-py3-none-any.whl ansys-dpf-gate @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_dpf_gate-0.3.1-py3-none-any.whl ansys-dpf-gatebin @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_dpf_gatebin-0.4.1-py3-none-win_amd64.whl ansys-dpf-post @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_dpf_post-0.4.0-py3-none-any.whl ansys-dynamicreporting-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_dynamicreporting_core-0.4.0-py3-none-any.whl ansys-fluent-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_fluent_core-0.14.0-py3-none-any.whl ansys-grantami-bomanalytics @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_grantami_bomanalytics-1.1.3-py3-none-any.whl ansys-grantami-bomanalytics-openapi @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_grantami_bomanalytics_openapi-1.0.0-py3-none-any.whl ansys-grantami-recordlists @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_grantami_recordlists-1.0.0-py3-none-any.whl ansys-grantami-serverapi-openapi @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_grantami_serverapi_openapi-1.0.0-py3-none-any.whl ansys-grpc-dpf @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_grpc_dpf-0.8.1-py3-none-any.whl ansys-mapdl-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/ansys_mapdl_core-0.65.2-py3-none-any.whl ansys-mapdl-reader @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_mapdl_reader-0.52.20-cp310-cp310-win_amd64.whl ansys-math-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_math_core-0.1.1-py3-none-any.whl ansys-mechanical-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_mechanical_core-0.8.0-py3-none-any.whl ansys-meshing-prime @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_meshing_prime-0.4.0-py3-none-any.whl ansys-motorcad-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_motorcad_core-0.1.3-py3-none-any.whl ansys-openapi-common @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_openapi_common-1.2.1-py3-none-any.whl ansys-optislang-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_optislang_core-0.2.1-py3-none-any.whl ansys-platform-instancemanagement @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_platform_instancemanagement-1.1.1-py3-none-any.whl ansys-pyensight-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/ansys_pyensight_core-0.5.3-py3-none-any.whl ansys-pythonnet @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_pythonnet-3.1.0rc1-py3-none-any.whl ansys-seascape @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_seascape-0.2.0-py3-none-any.whl ansys-sherlock-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_sherlock_core-0.2.0-py3-none-any.whl ansys-systemcoupling-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/ansys_systemcoupling_core-0.1.3-py3-none-any.whl ansys-tools-path @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/ansys_tools_path-0.3.1-py3-none-any.whl anyio @ file:///C:/ci/anyio_1644481856696/work/dist appdirs==1.4.4 argon2-cffi @ file:///opt/conda/conda-bld/argon2-cffi_1645000214183/work argon2-cffi-bindings @ file:///C:/ci/argon2-cffi-bindings_1644569876605/work arrow @ file:///C:/b/abs_cal7u12ktb/croot/arrow_1676588147908/work asgiref @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/asgiref-3.7.2-py3-none-any.whl astroid @ file:///C:/b/abs_d4lg3_taxn/croot/astroid_1676904351456/work astropy @ file:///C:/ci/astropy_1657719642921/work asttokens @ file:///opt/conda/conda-bld/asttokens_1646925590279/work atomicwrites==1.4.0 attrs @ file:///C:/b/abs_09s3y775ra/croot/attrs_1668696195628/work Automat @ file:///tmp/build/80754af9/automat_1600298431173/work autopep8 @ file:///opt/conda/conda-bld/autopep8_1650463822033/work Babel @ file:///C:/b/abs_a2shv_3tqi/croot/babel_1671782804377/work backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work backports.functools-lru-cache @ file:///tmp/build/80754af9/backports.functools_lru_cache_1618170165463/work backports.tempfile @ file:///home/linux1/recipes/ci/backports.tempfile_1610991236607/work backports.weakref==1.0.post1 bcrypt @ file:///C:/Windows/Temp/abs_36kl66t_aw/croots/recipe/bcrypt_1659554334050/work beautifulsoup4 @ file:///C:/ci/beautifulsoup4_1650293028159/work binaryornot @ file:///tmp/build/80754af9/binaryornot_1617751525010/work black @ file:///C:/ci/black_1660221726201/work bleach @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/bleach-6.0.0-py3-none-any.whl bokeh @ file:///C:/Windows/TEMP/abs_4a259bc2-ed05-4a1f-808e-ac712cc0900cddqp8sp7/croots/recipe/bokeh_1658136660686/work boltons @ file:///C:/b/abs_707eo7c09t/croot/boltons_1677628723117/work Bottleneck @ file:///C:/Windows/Temp/abs_3198ca53-903d-42fd-87b4-03e6d03a8381yfwsuve8/croots/recipe/bottleneck_1657175565403/work brotlipy==0.7.0 build @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/build-0.10.0-py3-none-any.whl cachetools @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/cachetools-5.3.1-py3-none-any.whl certifi @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/certifi-2023.7.22-py3-none-any.whl cffi @ file:///C:/b/abs_49n3v2hyhr/croot/cffi_1670423218144/work chardet @ file:///C:/ci_310/chardet_1642114080098/work charset-normalizer @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl click @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/click-8.1.6-py3-none-any.whl cloudpickle @ file:///tmp/build/80754af9/cloudpickle_1632508026186/work clr-loader @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/clr_loader-0.2.5-py3-none-any.whl clyent==1.2.2 colorama @ file:///C:/b/abs_a9ozq0l032/croot/colorama_1672387194846/work colorcet @ file:///C:/b/abs_46vyu0rpdl/croot/colorcet_1668084513237/work comm @ file:///C:/b/abs_1419earm7u/croot/comm_1671231131638/work conda==23.3.1 conda-build==3.24.0 conda-content-trust @ file:///C:/Windows/TEMP/abs_4589313d-fc62-4ccc-81c0-b801b4449e833j1ajrwu/croots/recipe/conda-content-trust_1658126379362/work conda-pack @ file:///tmp/build/80754af9/conda-pack_1611163042455/work conda-package-handling @ file:///C:/b/abs_fcga8w0uem/croot/conda-package-handling_1672865024290/work conda-repo-cli==1.0.41 conda-token @ file:///Users/paulyim/miniconda3/envs/c3i/conda-bld/conda-token_1662660369760/work conda-verify==3.4.2 conda_package_streaming @ file:///C:/b/abs_0e5n5hdal3/croot/conda-package-streaming_1670508162902/work constantly==15.1.0 contourpy @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/contourpy-1.1.0-cp310-cp310-win_amd64.whl cookiecutter @ file:///opt/conda/conda-bld/cookiecutter_1649151442564/work cryptography @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/cryptography-41.0.3-cp37-abi3-win_amd64.whl cssselect==1.1.0 cycler @ file:///tmp/build/80754af9/cycler_1637851556182/work cytoolz @ file:///C:/b/abs_61m9vzb4qh/croot/cytoolz_1667465938275/work daal4py==2023.0.2 dash==2.12.1 dash-core-components==2.0.0 dash-html-components==2.0.0 dash-table==5.0.0 dash-vtk==0.0.9 dask @ file:///C:/ci/dask-core_1658497112560/work datashader @ file:///C:/b/abs_e80f3d7ac0/croot/datashader_1676023254070/work datashape==0.5.4 debugpy @ file:///C:/ci_310/debugpy_1642079916595/work decorator @ file:///opt/conda/conda-bld/decorator_1643638310831/work defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work diff-match-patch @ file:///Users/ktietz/demo/mc3/conda-bld/diff-match-patch_1630511840874/work dill @ file:///C:/b/abs_42h_07z1yj/croot/dill_1667919550096/work distributed @ file:///C:/ci/distributed_1658523963030/work Django @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/Django-4.2.4-py3-none-any.whl docstring-to-markdown @ file:///C:/b/abs_cf10j8nr4q/croot/docstring-to-markdown_1673447652942/work docutils @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/docutils-0.20.1-py3-none-any.whl entrypoints @ file:///C:/ci/entrypoints_1649926676279/work et-xmlfile==1.1.0 executing @ file:///opt/conda/conda-bld/executing_1646925071911/work fastjsonschema @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_ebruxzvd08/croots/recipe/python-fastjsonschema_1661376484940/work filelock @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/filelock-3.12.2-py3-none-any.whl flake8 @ file:///C:/b/abs_9f6_n1jlpc/croot/flake8_1674581816810/work Flask @ file:///C:/b/abs_ef16l83sif/croot/flask_1671217367534/work flit_core @ file:///opt/conda/conda-bld/flit-core_1644941570762/work/source/flit_core fonttools @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl_extra/fonttools-4.42.0-cp310-cp310-win_amd64.whl fsspec @ file:///C:/b/abs_5bjz6v0w_f/croot/fsspec_1670336608940/work future @ file:///C:/b/abs_3dcibf18zi/croot/future_1677599891380/work gensim @ file:///C:/b/abs_a5vat69tv8/croot/gensim_1674853640591/work geomdl @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/geomdl-5.3.1-py2.py3-none-any.whl glob2 @ file:///home/linux1/recipes/ci/glob2_1610991677669/work google-api-core @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/google_api_core-2.11.1-py3-none-any.whl google-api-python-client @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/google_api_python_client-2.95.0-py2.py3-none-any.whl google-auth @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/google_auth-2.22.0-py2.py3-none-any.whl google-auth-httplib2 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/google_auth_httplib2-0.1.0-py2.py3-none-any.whl googleapis-common-protos @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/googleapis_common_protos-1.60.0-py2.py3-none-any.whl greenlet @ file:///C:/b/abs_47lk_w2ajq/croot/greenlet_1670513248400/work grpcio @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/grpcio-1.56.2-cp310-cp310-win_amd64.whl grpcio-status @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/grpcio_status-1.48.2-py3-none-any.whl h5py @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/h5py-3.9.0-cp310-cp310-win_amd64.whl HeapDict @ file:///Users/ktietz/demo/mc3/conda-bld/heapdict_1630598515714/work holoviews @ file:///C:/b/abs_bbf97_0kcd/croot/holoviews_1676372911083/work httplib2 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/httplib2-0.22.0-py3-none-any.whl huggingface-hub @ file:///C:/b/abs_8d8wo2z8c6/croot/huggingface_hub_1667490298905/work hvplot @ file:///C:/b/abs_13un174x/croot/hvplot_1670508919193/work hyperlink @ file:///tmp/build/80754af9/hyperlink_1610130746837/work idna @ file:///C:/b/abs_bdhbebrioa/croot/idna_1666125572046/work imagecodecs @ file:///C:/b/abs_f0cr12h73p/croot/imagecodecs_1677576746499/work imageio @ file:///C:/b/abs_27kq2gy1us/croot/imageio_1677879918708/work imagesize @ file:///C:/Windows/TEMP/abs_3cecd249-3fc4-4bfc-b80b-bb227b0d701en12vqzot/croots/recipe/imagesize_1657179501304/work imbalanced-learn @ file:///C:/b/abs_1911ryuksz/croot/imbalanced-learn_1677191585237/work importlib-metadata @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/importlib_metadata-6.8.0-py3-none-any.whl incremental @ file:///tmp/build/80754af9/incremental_1636629750599/work inflection==0.5.1 iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work intake @ file:///C:/b/abs_42yyb2lhwx/croot/intake_1676619887779/work intervaltree @ file:///Users/ktietz/demo/mc3/conda-bld/intervaltree_1630511889664/work ipycanvas @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyvista_latest/ipycanvas-0.13.1-py2.py3-none-any.whl ipyevents @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyvista_latest/ipyevents-2.0.2-py3-none-any.whl ipykernel @ file:///C:/b/abs_b4f07tbsyd/croot/ipykernel_1672767104060/work ipython @ file:///C:/b/abs_d3h279dv3h/croot/ipython_1676582236558/work ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work ipyvtk-simple @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyvista_latest/ipyvtk_simple-0.1.4-py3-none-any.whl ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1634143127070/work isort @ file:///tmp/build/80754af9/isort_1628603791788/work itemadapter @ file:///tmp/build/80754af9/itemadapter_1626442940632/work itemloaders @ file:///opt/conda/conda-bld/itemloaders_1646805235997/work itsdangerous @ file:///tmp/build/80754af9/itsdangerous_1621432558163/work jaraco.classes @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/jaraco.classes-3.3.0-py3-none-any.whl jedi @ file:///C:/ci/jedi_1644315428305/work jellyfish @ file:///C:/ci/jellyfish_1647962737334/work Jinja2 @ file:///C:/b/abs_7cdis66kl9/croot/jinja2_1666908141852/work jinja2-time @ file:///opt/conda/conda-bld/jinja2-time_1649251842261/work jmespath @ file:///Users/ktietz/demo/mc3/conda-bld/jmespath_1630583964805/work joblib @ file:///C:/b/abs_e60_bwl1v6/croot/joblib_1666298845728/work json5 @ file:///tmp/build/80754af9/json5_1624432770122/work jsonpatch @ file:///tmp/build/80754af9/jsonpatch_1615747632069/work jsonpointer==2.1 jsonschema @ file:///C:/b/abs_6ccs97j_l8/croot/jsonschema_1676558690963/work jupyter @ file:///C:/Windows/TEMP/abs_56xfdi__li/croots/recipe/jupyter_1659349053177/work jupyter-console @ file:///C:/b/abs_68ttzd5p9c/croot/jupyter_console_1677674667636/work jupyter-server @ file:///C:/b/abs_1cfi3__jl8/croot/jupyter_server_1671707636383/work jupyter_client @ file:///C:/ci/jupyter_client_1661834530766/work jupyter_core @ file:///C:/b/abs_bd7elvu3w2/croot/jupyter_core_1676538600510/work jupyterlab @ file:///C:/b/abs_513jt6yy74/croot/jupyterlab_1675354138043/work jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work jupyterlab_server @ file:///C:/b/abs_d1z_g1swc8/croot/jupyterlab_server_1677153204814/work keyring @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/keyring-24.2.0-py3-none-any.whl kiwisolver @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/kiwisolver-1.4.4-cp310-cp310-win_amd64.whl lazy-object-proxy @ file:///C:/ci_310/lazy-object-proxy_1642083437654/work libarchive-c @ file:///tmp/build/80754af9/python-libarchive-c_1617780486945/work llvmlite==0.39.1 locket @ file:///C:/ci/locket_1652904090946/work lxml @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/lxml-4.9.3-cp310-cp310-win_amd64.whl lz4 @ file:///C:/ci_310/lz4_1643300078932/work Markdown @ file:///C:/b/abs_98lv_ucina/croot/markdown_1671541919225/work markdown-it-py @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/markdown_it_py-3.0.0-py3-none-any.whl MarkupSafe @ file:///C:/ci/markupsafe_1654508036328/work matplotlib @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/matplotlib-3.7.2-cp310-cp310-win_amd64.whl matplotlib-inline @ file:///C:/ci/matplotlib-inline_1661934094726/work mccabe @ file:///opt/conda/conda-bld/mccabe_1644221741721/work mdurl @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/mdurl-0.1.2-py3-none-any.whl menuinst @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_455sf5o0ct/croots/recipe/menuinst_1661805970842/work meshio==5.0.0 mistune @ file:///C:/ci_310/mistune_1642084168466/work mkl-fft==1.3.1 mkl-random @ file:///C:/ci_310/mkl_random_1643050563308/work mkl-service==2.4.0 mock @ file:///tmp/build/80754af9/mock_1607622725907/work more-itertools @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/more_itertools-10.0.0-py3-none-any.whl mpmath==1.2.1 msgpack @ file:///C:/ci/msgpack-python_1652348582618/work multipledispatch @ file:///C:/ci_310/multipledispatch_1642084438481/work munkres==1.1.4 mypy-extensions==0.4.3 navigator-updater==0.3.0 nbclassic @ file:///C:/b/abs_d0_ze5q0j2/croot/nbclassic_1676902914817/work nbclient @ file:///C:/ci/nbclient_1650308592199/work nbconvert @ file:///C:/b/abs_4av3q4okro/croot/nbconvert_1668450658054/work nbformat @ file:///C:/b/abs_85_3g7dkt4/croot/nbformat_1670352343720/work nest-asyncio @ file:///C:/b/abs_3a_4jsjlqu/croot/nest-asyncio_1672387322800/work networkx @ file:///C:/ci/networkx_1657716953747/work nltk @ file:///opt/conda/conda-bld/nltk_1645628263994/work notebook @ file:///C:/b/abs_ca13hqvuzw/croot/notebook_1668179888546/work notebook_shim @ file:///C:/b/abs_ebfczttg6x/croot/notebook-shim_1668160590914/work numba @ file:///C:/b/abs_e53pp2e4k7/croot/numba_1670258349527/work numexpr @ file:///C:/b/abs_a7kbak88hk/croot/numexpr_1668713882979/work numpy @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/numpy-1.25.2-cp310-cp310-win_amd64.whl numpydoc @ file:///C:/b/abs_cfdd4zxbga/croot/numpydoc_1668085912100/work openpyxl==3.0.10 packaging @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/packaging-23.1-py3-none-any.whl pandas @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pandas-2.0.3-cp310-cp310-win_amd64.whl pandocfilters @ file:///opt/conda/conda-bld/pandocfilters_1643405455980/work panel @ file:///C:/b/abs_55ujq2fpyh/croot/panel_1676379705003/work param @ file:///C:/b/abs_d799n8xz_7/croot/param_1671697759755/work paramiko @ file:///opt/conda/conda-bld/paramiko_1640109032755/work parsel @ file:///C:/ci/parsel_1646722035970/work parso @ file:///opt/conda/conda-bld/parso_1641458642106/work partd @ file:///opt/conda/conda-bld/partd_1647245470509/work pathlib @ file:///Users/ktietz/demo/mc3/conda-bld/pathlib_1629713961906/work pathspec @ file:///C:/b/abs_9cu5_2yb3i/croot/pathspec_1674681579249/work patsy==0.5.3 pep8==1.7.1 pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work Pillow @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/Pillow-10.0.0-cp310-cp310-win_amd64.whl pkginfo @ file:///C:/b/abs_d18srtr68x/croot/pkginfo_1679431192239/work platformdirs @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/platformdirs-3.10.0-py3-none-any.whl plotly @ file:///C:/ci/plotly_1658160673416/work plotter==1.3.20 pluggy @ file:///C:/ci/pluggy_1648042746254/work plumbum @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/plumbum-1.8.2-py3-none-any.whl ply==3.11 pooch @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pooch-1.7.0-py3-none-any.whl poyo @ file:///tmp/build/80754af9/poyo_1617751526755/work prometheus-client @ file:///C:/Windows/TEMP/abs_ab9nx8qb08/croots/recipe/prometheus_client_1659455104602/work prompt-toolkit @ file:///C:/b/abs_6coz5_9f2s/croot/prompt-toolkit_1672387908312/work Protego @ file:///tmp/build/80754af9/protego_1598657180827/work protobuf @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/protobuf-3.20.3-cp310-cp310-win_amd64.whl protoc-gen-swagger @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/protoc_gen_swagger-0.1.0-py2.py3-none-any.whl psutil @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/psutil-5.9.5-cp36-abi3-win_amd64.whl ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl pure-eval @ file:///opt/conda/conda-bld/pure_eval_1646925070566/work py @ file:///opt/conda/conda-bld/py_1644396412707/work pyaedt @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pyaedt-0.6.76-py3-none-any.whl pyansys @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pyansys-2023.2.9-py3-none-any.whl pyansys-docker @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pyansys_docker-5.0.4-py3-none-any.whl pyansys-tools-versioning @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pyansys_tools_versioning-0.4.0-py3-none-any.whl pyasn1 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pyasn1-0.5.0-py2.py3-none-any.whl pyasn1-modules @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pyasn1_modules-0.3.0-py2.py3-none-any.whl pycodestyle @ file:///C:/b/abs_d77nxvklcq/croot/pycodestyle_1674267231034/work pycosat @ file:///C:/b/abs_4b1rrw8pn9/croot/pycosat_1666807711599/work pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work pyct @ file:///C:/b/abs_92z17k7ig2/croot/pyct_1675450330889/work pycurl==7.45.1 PyDispatcher==2.0.5 pydocstyle @ file:///C:/b/abs_6dz687_5i3/croot/pydocstyle_1675221688656/work pyerfa @ file:///C:/ci_310/pyerfa_1642088497201/work pyflakes @ file:///C:/b/abs_6dve6e13zh/croot/pyflakes_1674165143327/work Pygments @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/Pygments-2.15.1-py3-none-any.whl PyHamcrest @ file:///tmp/build/80754af9/pyhamcrest_1615748656804/work pyiges @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pyiges-0.3.1-py3-none-any.whl PyJWT @ file:///C:/ci/pyjwt_1657529477795/work pylint @ file:///C:/b/abs_83sq99jc8i/croot/pylint_1676919922167/work pylint-venv @ file:///C:/b/abs_bf0lepsbij/croot/pylint-venv_1673990138593/work pyls-spyder==0.4.0 PyNaCl @ file:///C:/Windows/Temp/abs_d5c3ajcm87/croots/recipe/pynacl_1659620667490/work pyodbc @ file:///C:/Windows/Temp/abs_61e3jz3u05/croots/recipe/pyodbc_1659513801402/work pyOpenSSL @ file:///C:/b/abs_552w85x1jz/croot/pyopenssl_1677607703691/work pyparsing @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pyparsing-3.0.9-py3-none-any.whl pypiwin32 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pypiwin32-223-py3-none-any.whl pypng @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pypng-0.20220715.0-py3-none-any.whl pyproject_hooks @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pyproject_hooks-1.0.0-py3-none-any.whl PyQt5==5.15.7 PyQt5-sip @ file:///C:/Windows/Temp/abs_d7gmd2jg8i/croots/recipe/pyqt-split_1659273064801/work/pyqt_sip PyQtWebEngine==5.15.4 pyrsistent @ file:///C:/ci_310/pyrsistent_1642117077485/work pyserial==3.5 PySocks @ file:///C:/ci_310/pysocks_1642089375450/work pyspnego @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pyspnego-0.9.1-cp310-cp310-win_amd64.whl pytest==7.1.2 python-dateutil @ file:///tmp/build/80754af9/python-dateutil_1626374649649/work python-lsp-black @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_dddk9lhpp1/croots/recipe/python-lsp-black_1661852041405/work python-lsp-jsonrpc==1.0.0 python-lsp-server @ file:///C:/b/abs_e44khh1wya/croot/python-lsp-server_1677296772730/work python-slugify @ file:///tmp/build/80754af9/python-slugify_1620405669636/work python-snappy @ file:///C:/b/abs_61b1fmzxcn/croot/python-snappy_1670943932513/work pythonnet @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pythonnet-3.0.1-py3-none-any.whl pytoolconfig @ file:///C:/b/abs_18sf9z_iwl/croot/pytoolconfig_1676315065270/work pytwin @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pytwin-0.3.0-py3-none-any.whl pytz @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pytz-2023.3-py2.py3-none-any.whl PyVISA==1.8 pyvista @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/pyvista-0.41.1-py3-none-any.whl pyviz-comms @ file:///tmp/build/80754af9/pyviz_comms_1623747165329/work PyWavelets @ file:///C:/b/abs_a8r4b1511a/croot/pywavelets_1670425185881/work pywin32 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/pywin32-306-cp310-cp310-win_amd64.whl pywin32-ctypes @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/pywin32_ctypes-0.2.2-py3-none-any.whl pywinpty @ file:///C:/b/abs_73vshmevwq/croot/pywinpty_1677609966356/work/target/wheels/pywinpty-2.0.10-cp310-none-win_amd64.whl PyYAML @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/PyYAML-6.0.1-cp310-cp310-win_amd64.whl pyzmq @ file:///C:/ci/pyzmq_1657616000714/work QDarkStyle @ file:///tmp/build/80754af9/qdarkstyle_1617386714626/work qstylizer @ file:///C:/b/abs_ef86cgllby/croot/qstylizer_1674008538857/work/dist/qstylizer-0.2.2-py2.py3-none-any.whl QtAwesome @ file:///C:/b/abs_c5evilj98g/croot/qtawesome_1674008690220/work qtconsole @ file:///C:/b/abs_5bap7f8n0t/croot/qtconsole_1674008444833/work QtPy @ file:///C:/ci/qtpy_1662015130233/work queuelib==1.5.0 readme-renderer @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/readme_renderer-40.0-py3-none-any.whl regex @ file:///C:/ci/regex_1658258299320/work requests @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/requests-2.31.0-py3-none-any.whl requests-file @ file:///Users/ktietz/demo/mc3/conda-bld/requests-file_1629455781986/work requests-negotiate-sspi @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/requests_negotiate_sspi-0.5.2-py2.py3-none-any.whl requests-ntlm @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/requests_ntlm-1.2.0-py3-none-any.whl requests-toolbelt @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/requests_toolbelt-1.0.0-py2.py3-none-any.whl rfc3986 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/rfc3986-2.0.0-py2.py3-none-any.whl rich @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/rich-13.5.2-py3-none-any.whl rope @ file:///C:/b/abs_55g_tm_6ff/croot/rope_1676675029164/work rpyc @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/rpyc-5.3.1-py3-none-any.whl rsa @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/rsa-4.9-py3-none-any.whl Rtree @ file:///C:/b/abs_e116ltblik/croot/rtree_1675157871717/work ruamel-yaml-conda @ file:///C:/b/abs_6ejaexx82s/croot/ruamel_yaml_1667489767827/work ruamel.yaml @ file:///C:/b/abs_30ee5qbthd/croot/ruamel.yaml_1666304562000/work ruamel.yaml.clib @ file:///C:/b/abs_aarblxbilo/croot/ruamel.yaml.clib_1666302270884/work scikit-image @ file:///C:/b/abs_63r0vmx78u/croot/scikit-image_1669241746873/work scikit-learn @ file:///C:/b/abs_7ck_bnw91r/croot/scikit-learn_1676911676133/work scikit-learn-intelex==20230228.214818 scipy @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/scipy-1.11.1-cp310-cp310-win_amd64.whl scooby @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/scooby-0.7.2-py3-none-any.whl Scrapy @ file:///C:/b/abs_9fn69i_d86/croot/scrapy_1677738199744/work seaborn @ file:///C:/b/abs_68ltdkoyoo/croot/seaborn_1673479199997/work Send2Trash @ file:///tmp/build/80754af9/send2trash_1632406701022/work service-identity @ file:///Users/ktietz/demo/mc3/conda-bld/service_identity_1629460757137/work sip @ file:///C:/Windows/Temp/abs_b8fxd17m2u/croots/recipe/sip_1659012372737/work six @ file:///tmp/build/80754af9/six_1644875935023/work smart-open @ file:///C:/ci/smart_open_1651235038100/work sniffio @ file:///C:/ci_310/sniffio_1642092172680/work snowballstemmer @ file:///tmp/build/80754af9/snowballstemmer_1637937080595/work sortedcontainers @ file:///tmp/build/80754af9/sortedcontainers_1623949099177/work soupsieve @ file:///C:/b/abs_fasraqxhlv/croot/soupsieve_1666296394662/work Sphinx @ file:///C:/ci/sphinx_1657617157451/work sphinxcontrib-applehelp @ file:///home/ktietz/src/ci/sphinxcontrib-applehelp_1611920841464/work sphinxcontrib-devhelp @ file:///home/ktietz/src/ci/sphinxcontrib-devhelp_1611920923094/work sphinxcontrib-htmlhelp @ file:///tmp/build/80754af9/sphinxcontrib-htmlhelp_1623945626792/work sphinxcontrib-jsmath @ file:///home/ktietz/src/ci/sphinxcontrib-jsmath_1611920942228/work sphinxcontrib-qthelp @ file:///home/ktietz/src/ci/sphinxcontrib-qthelp_1611921055322/work sphinxcontrib-serializinghtml @ file:///tmp/build/80754af9/sphinxcontrib-serializinghtml_1624451540180/work spyder @ file:///C:/b/abs_93s9xkw3pn/croot/spyder_1677776163871/work spyder-kernels @ file:///C:/b/abs_feh4xo1mrn/croot/spyder-kernels_1673292245176/work SQLAlchemy @ file:///C:/Windows/Temp/abs_f8661157-660b-49bb-a790-69ab9f3b8f7c8a8s2psb/croots/recipe/sqlalchemy_1657867864564/work sqlparse @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/sqlparse-0.4.4-py3-none-any.whl stack-data @ file:///opt/conda/conda-bld/stack_data_1646927590127/work statsmodels @ file:///C:/b/abs_bdqo3zaryj/croot/statsmodels_1676646249859/work sympy @ file:///C:/b/abs_95fbf1z7n6/croot/sympy_1668202411612/work tables==3.7.0 tabulate @ file:///C:/ci/tabulate_1657600805799/work TBB==0.2 tblib @ file:///Users/ktietz/demo/mc3/conda-bld/tblib_1629402031467/work tenacity @ file:///C:/Windows/TEMP/abs980d07a6-8e21-4174-9c17-7296219678ads7dhdov/croots/recipe/tenacity_1657899108023/work terminado @ file:///C:/b/abs_25nakickad/croot/terminado_1671751845491/work text-unidecode @ file:///Users/ktietz/demo/mc3/conda-bld/text-unidecode_1629401354553/work textdistance @ file:///tmp/build/80754af9/textdistance_1612461398012/work threadpoolctl @ file:///Users/ktietz/demo/mc3/conda-bld/threadpoolctl_1629802263681/work three-merge @ file:///tmp/build/80754af9/three-merge_1607553261110/work tifffile @ file:///tmp/build/80754af9/tifffile_1627275862826/work tikzplotlib==0.9.12 tinycss2 @ file:///C:/b/abs_52w5vfuaax/croot/tinycss2_1668168823131/work tldextract @ file:///opt/conda/conda-bld/tldextract_1646638314385/work tokenizers @ file:///C:/ci/tokenizers_1651821358528/work toml @ file:///tmp/build/80754af9/toml_1616166611790/work tomli @ file:///C:/Windows/TEMP/abs_ac109f85-a7b3-4b4d-bcfd-52622eceddf0hy332ojo/croots/recipe/tomli_1657175513137/work tomlkit @ file:///C:/Windows/TEMP/abs_3296qo9v6b/croots/recipe/tomlkit_1658946894808/work toolz @ file:///C:/b/abs_cfvk6rc40d/croot/toolz_1667464080130/work torch==1.12.1 tornado @ file:///C:/ci_310/tornado_1642093111997/work tqdm @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/tqdm-4.66.0-py3-none-any.whl traitlets @ file:///C:/b/abs_e5m_xjjl94/croot/traitlets_1671143896266/work trame==3.0.2 trame-client==2.10.0 trame-server==2.11.7 trame-vtk==2.5.8 trame-vuetify @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/python_packages/trame_vuetify-2.3.1-py3-none-any.whl transformers @ file:///C:/b/abs_8byf5_j714/croot/transformers_1667919454001/work twine @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/twine-4.0.2-py3-none-any.whl Twisted @ file:///C:/Windows/Temp/abs_ccblv2rzfa/croots/recipe/twisted_1659592764512/work twisted-iocpsupport @ file:///C:/ci/twisted-iocpsupport_1646817083730/work typing @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/typing-3.7.4.3-py3-none-any.whl typing_extensions @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/typing_extensions-4.7.1-py3-none-any.whl tzdata @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/tzdata-2023.3-py2.py3-none-any.whl ujson @ file:///C:/ci/ujson_1657525893897/work Unidecode @ file:///tmp/build/80754af9/unidecode_1614712377438/work uritemplate @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/uritemplate-4.1.1-py2.py3-none-any.whl urllib3 @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/urllib3-2.0.4-py3-none-any.whl vtk @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_docs/vtk-9.2.6-cp310-cp310-win_amd64.whl w3lib @ file:///Users/ktietz/demo/mc3/conda-bld/w3lib_1629359764703/work watchdog @ file:///C:/ci_310/watchdog_1642113443984/work wcwidth @ file:///Users/ktietz/demo/mc3/conda-bld/wcwidth_1629357192024/work webencodings==0.5.1 websocket-client @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pyansys_latest/websocket_client-1.6.1-py3-none-any.whl Werkzeug @ file:///C:/b/abs_17q5kgb8bo/croot/werkzeug_1671216014857/work whatthepatch @ file:///C:/Users/BUILDE~1/AppData/Local/Temp/abs_e7bihs8grh/croots/recipe/whatthepatch_1661796085215/work widgetsnbextension @ file:///C:/ci/widgetsnbextension_1645009839917/work win-inet-pton @ file:///C:/ci_310/win_inet_pton_1642658466512/work wincertstore==0.2 wrapt @ file:///C:/Windows/Temp/abs_7c3dd407-1390-477a-b542-fd15df6a24085_diwiza/croots/recipe/wrapt_1657814452175/work wslink==1.11.1 xarray @ file:///C:/b/abs_2fi_umrauo/croot/xarray_1668776806973/work xlwings @ file:///C:/b/abs_1ejhh6s00l/croot/xlwings_1677024180629/work yapf @ file:///tmp/build/80754af9/yapf_1615749224965/work zict==2.1.0 zipp @ file:///C:/Users/bahadirmurat/Desktop/python_docs/python_docs/pyansys/pymapdl/zipp-3.16.2-py3-none-any.whl zope.interface @ file:///C:/ci_310/zope.interface_1642113633904/work zstandard==0.19.0 Note: you may need to restart the kernel to use updated packages. WARNING: Ignoring invalid distribution -rpcio (c:\users\bahadirmurat\anaconda_last\lib\site-packages) WARNING: Ignoring invalid distribution -nsys-mapdl-reader (c:\users\bahadirmurat\anaconda_last\lib\site-packages) WARNING: Ignoring invalid distribution -illow (c:\users\bahadirmurat\anaconda_last\lib\site-packages)

πŸ“ Logger output file

The error I got:


MapdlRuntimeError Traceback (most recent call last) Cell In[48], line 3 1 mapdl.vsweep(1) 2 mapdl.run("/SOLU") ----> 3 mapdl.solve() 4 out=mapdl.finish()

File ~\anaconda_last\lib\site-packages\ansys\mapdl\core_commands\solution\analysis_options.py:3450, in AnalysisOptions.solve(self, action, kwargs) 3430 """Starts a solution. 3431 3432 APDL Command: SOLVE (...) 3447 in the first phase of a linear perturbation analysis. 3448 """ 3449 command = f"SOLVE,{action}" -> 3450 return self.run(command, kwargs)

File ~\anaconda_last\lib\site-packages\ansys\mapdl\core\mapdl.py:3004, in _MapdlCore.run(self, command, write_to_log, mute, **kwargs) 3001 return self._response 3003 if not self.ignore_errors: -> 3004 self._raise_errors(text) 3006 # special returns for certain geometry commands 3007 short_cmd = parse_to_short_cmd(command)

File ~\anaconda_last\lib\site-packages\ansys\mapdl\core\mapdl.py:4019, in _MapdlCore._raise_errors(self, text) 4017 # flag errors 4018 if " ERROR " in flat_text: -> 4019 self._raise_output_errors(text)

File ~\anaconda_last\lib\site-packages\ansys\mapdl\core\mapdl.py:4091, in _MapdlCore._raise_output_errors(self, response) 4085 continue 4086 else: 4087 # We don't need to log exception because they already included in the main logger. 4088 # logger.error(response) 4089 # However, exceptions are recorded in the global logger which do not record 4090 # information of the instances name, hence we edit the error message. -> 4091 raise MapdlRuntimeError( 4092 f"\n\nError in instance {self.name}\n\n" + error_message 4093 )

MapdlRuntimeError:

Error in instance GRPC_127.0.0.1:50052

ERROR CP = 12.344 TIME= 08:37:36 There is at least 1 small equation solver pivot term (e.g., at the UZ
degree of freedom of node 1876). Please check for an insufficiently
constrained model.
ELEMENT RESULT CALCULATION TIMES TYPE NUMBER ENAME TOTAL CP AVE CP 1 1858 SOLID187 0.078 0.000042 NODAL LOAD CALCULATION TIMES TYPE NUMBER ENAME TOTAL CP AVE CP 1 1858 SOLID187 0.000 0.000000 LOAD STEP 1 SUBSTEP 1 COMPLETED. CUM ITER = 1 TIME = 1.00000 TIME INC = 1.00000 NEW TRIANG MATRIX

mikerife commented 1 year ago

Hi @bahadir14 This should be asked in the Discussion section as it is not an PyMAPDL Issue i.e. not a bug. Or a feature request. Onto the code, the "TEMP" in the two D commands does not make sense:

mapdl.d("ALL","UX","TEMP",5)
mapdl.asel("S",vmin=4)
mapdl.nsla()
mapdl.d("ALL","UZ","TEMP",5)

TEMP is not defined in the script. Also a boundary condition for UY is missing. Lastly why is nodal temperature (as a degree of freedom) being post-processed on a structural element only model?

MIke