Salome Meca 2019 | Ubuntu 20.04에 Salome Meca 2019 설치 및 사용 2424 투표 이 답변

당신은 주제를 찾고 있습니까 “salome meca 2019 – Ubuntu 20.04에 Salome Meca 2019 설치 및 사용“? 다음 카테고리의 웹사이트 https://ppa.charoenmotorcycles.com 에서 귀하의 모든 질문에 답변해 드립니다: https://ppa.charoenmotorcycles.com/blog/. 바로 아래에서 답을 찾을 수 있습니다. 작성자 Nicolò Grilli 이(가) 작성한 기사에는 조회수 4,248회 및 좋아요 58개 개의 좋아요가 있습니다.

salome meca 2019 주제에 대한 동영상 보기

여기에서 이 주제에 대한 비디오를 시청하십시오. 주의 깊게 살펴보고 읽고 있는 내용에 대한 피드백을 제공하세요!

d여기에서 Ubuntu 20.04에 Salome Meca 2019 설치 및 사용 – salome meca 2019 주제에 대한 세부정보를 참조하세요

# Nicolò Grilli
# University of Bristol
# 3 Agosto 2021
# Salome Meca 2019 installation instructions on Ubuntu 20.04

# https://www.youtube.com/watch?v=NujPgPMi6BI
# go to the website https://www.code-aster.org/V2/spip.php?article303
# download the LGPL binary package of salome_meca2019.0.3
# create a directory and move the downloaded tgz file into that
mkdir /home/nicolo/projects/SalomeMeca2019
cd /home/nicolo/projects/SalomeMeca2019/
# comment conda environment lines in .bashrc
# Prerequisites
# https://www.code-aster.org/spip.php?article273
python –version
# gives Python 2.7.18
python3 –version
# gives Python 3.8.10
which python
# gives /usr/bin/python
which python3
# gives /usr/bin/python3
# if python 3 is not present:
# install python 3.6
# sudo add-apt-repository ppa:deadsnakes/ppa
# sudo apt-get update
# sudo apt-get install python3.6
# you will get error about missing Python.h
# if you do not install the development package for this specific python version
# sudo apt-get install python3.6-dev
# creating virtual environment is necessary
# otherwise the installation script will not find python3.6
# the venv folder for the virtual environment is created inside the
# Code Aster folder
# sudo apt-get update
# sudo apt-get install python3-virtualenv
# virtualenv -p /usr/bin/python3.6 venv
# install packages
# additional packages compared to Code Aster website are found in:
# https://hitoricae.com/2020/10/31/code_aster-14-6-parallel-version-with-petsc/
# https://hitoricae.com/2019/11/10/code_aster-14-4-with-petsc/
sudo apt-get install gcc
sudo apt-get install gfortran
sudo apt-get install g++
sudo apt-get install python-dev
sudo apt-get install python3-dev
sudo apt-get install python-numpy
sudo apt-get install python3-numpy
sudo apt-get install liblapack-dev
sudo apt-get install libblas-dev
sudo apt-get install libboost-python-dev
sudo apt-get install libboost-numpy-dev
sudo apt-get install tcl
sudo apt-get install tk
sudo apt-get install zlib1g-dev
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install checkinstall
sudo apt-get install openmpi-bin
sudo apt-get install libx11-dev
sudo apt-get install cmake
sudo apt-get install grace
sudo apt-get install gettext
sudo apt-get install libboost-all-dev
sudo apt-get install swig
sudo apt-get install libsuperlu-dev
# uncompress the archive and launch the installation
tar xvf salome_meca-2019.0.3-1-universal.tgz
./salome_meca-2019.0.3-1-universal.run
# when it asks to enter the installation directory I write
# /home/nicolo/projects/SalomeMeca2019
# Now the Salome Meca executable can be found with Ubuntu search
# you can launch from there
# you can also launch using
cd appli_V2019.0.3_universal/
./salome
# the graphics will not be compatible and the geometry module will crash
# see: https://code-aster.org/forum2/viewtopic.php?pid=65036#p65036
# do the following:
cd /home/nicolo/projects/SalomeMeca2019/V2019.0.3_universal/prerequisites/debianForSalome/lib/
rm libstdc++.so.6
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6
# The module for AsterStudy will not be found if you don’t install libffi6:
# see: https://www.code-aster.org/forum2/viewtopic.php?id=23230
# Download the .deb installer from:
# http://ftp.br.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-6_amd64.deb
# move it to /home/nicolo/projects/SalomeMeca2019
# launch it and Ubuntu Software will install it for you
# Another way to launch it is:
cd /home/nicolo/projects/SalomeMeca2019/appli_V2019.0.3_universal/
./salome
# watching this video for a simulation example
# https://www.youtube.com/watch?v=TbZDXt_VSTE
# click Alt + F7 to move up the screen
# if you do not see the OK button that you need to click at the bottom
# of the Window
# video about how to extract stresses
# https://www.youtube.com/watch?v=QI7xll5d2FE
# uninstall: cancel folder /home/nicolo/projects/SalomeMeca2019
# but also remove folder called \”salome\” in ~/.config
rm -r /home/nicolo/projects/SalomeMeca2019
cd ~/.config
rm -r salome

See also  요한계시록 20장 강해 | [하루 한 장] 요한계시록20장_천 년 동안 왕노릇하니(영상) 상위 50개 답변
See also  가온 누리 뉴욕 | 🇺🇸뉴욕에서 전망 좋은 식당! 전망대 갈 필요 없어요 | Great Korean Restaurant With Great View Of Nyc | Gaonnuri 가온누리 답을 믿으세요

salome meca 2019 주제에 대한 자세한 내용은 여기를 참조하세요.

265 Signorini.mfront with salome meca 2019 on ubuntu 18.4

I have Salome Meca 2019 on Ubuntu 18.4. I used your Signorini MFRONT. I was able to compile libAsterBehaviour.so in Code Aster without any …

+ 더 읽기

Source: sourceforge.net

Date Published: 1/6/2021

View: 4759

주제와 관련된 이미지 salome meca 2019

주제와 관련된 더 많은 사진을 참조하십시오 Ubuntu 20.04에 Salome Meca 2019 설치 및 사용. 댓글에서 더 많은 관련 이미지를 보거나 필요한 경우 더 많은 관련 기사를 볼 수 있습니다.

Ubuntu 20.04에 Salome Meca 2019 설치 및 사용
Ubuntu 20.04에 Salome Meca 2019 설치 및 사용

주제에 대한 기사 평가 salome meca 2019

  • Author: Nicolò Grilli
  • Views: 조회수 4,248회
  • Likes: 좋아요 58개
  • Date Published: 2021. 8. 4.
  • Video Url link: https://www.youtube.com/watch?v=pufnw9eR-co

#265 Signorini.mfront with salome meca 2019 on ubuntu 18.4

I have Salome Meca 2019 on Ubuntu 18.4.

I used your Signorini MFRONT. I was able to compile libAsterBehaviour.so in Code Aster without any problems, but the simulation just does not run. I tried another hyperelastic model, namely (SaintVenantKirchhoffElasticity.mfront), it works very well. But I need Mooney-Rivlin model for my project. The error looks like this:

JDC.py: DEBUT CR of execution of JDC in MIXTE

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Exception user raised but not interceptee. !

! The bases are fermees. !

! Type of the exception: error !

! !

! The required symbol was not found in the library MFRONT. !

! !

! Name of the library: /home/wimi/Documents/Simulation/signorini/src/ !

! libAsterBehaviour.so !

! Name of the symbol: astersignorini_Tridimensional_InternalStateVariablesTypes !

! !

! Advice: Check that the environment is correctly defined, !

! in particular variable LD_LIBRARY_PATH. !

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thank you Thomas Helfer, you have told me, The behavioruer name is not correct. Where to find the behavioruer? I looked in the file Signorini.mfront. It is:

@DSL DefaultFiniteStrain;

@Author Thomas Helfer;

@Behaviour SignoriniHyperviscoelasticity;

@Date 9/12/2016;

@Description{

Implementation of an hyperviscoelastic behaviour

based on the Signorini hyperelastic behaviour.

}

I tried your Suggestion “astersignorini”, it give me the same error:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! Exception user raised but not interceptee. !

! The bases are fermees. !

! Type of the exception: error !

! !

! The required symbol was not found in the library MFRONT. !

! !

! Name of the library: /home/wimi/Documents/Simulation/signorini/src/ !

! libAsterBehaviour.so !

! Name of the symbol: astersignorini_Tridimensional_InternalStateVariablesTypes !

! !

! Advice: Check that the environment is correctly defined, !

! in particular variable LD_LIBRARY_PATH. !

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

키워드에 대한 정보 salome meca 2019

다음은 Bing에서 salome meca 2019 주제에 대한 검색 결과입니다. 필요한 경우 더 읽을 수 있습니다.

See also  Ul Łukowska 27 Warszawa | Warszawa Centralna-Terespol I Tlk 53153 ,,Staszic\" I Ep07-456 I 29.07.2017 상위 62개 답변

이 기사는 인터넷의 다양한 출처에서 편집되었습니다. 이 기사가 유용했기를 바랍니다. 이 기사가 유용하다고 생각되면 공유하십시오. 매우 감사합니다!

사람들이 주제에 대해 자주 검색하는 키워드 Ubuntu 20.04에 Salome Meca 2019 설치 및 사용

  • 동영상
  • 공유
  • 카메라폰
  • 동영상폰
  • 무료
  • 올리기

Ubuntu #20.04에 #Salome #Meca #2019 #설치 #및 #사용


YouTube에서 salome meca 2019 주제의 다른 동영상 보기

주제에 대한 기사를 시청해 주셔서 감사합니다 Ubuntu 20.04에 Salome Meca 2019 설치 및 사용 | salome meca 2019, 이 기사가 유용하다고 생각되면 공유하십시오, 매우 감사합니다.

Leave a Comment