본문 바로가기
Review/일상

opensees 설치 방법

by 조이써니 2023. 11. 27.
반응형

sublime text를 이용해서 opensees를 설치 실행 하는 방법에 대해 알아보겠습니다.

1. sublime text 설치

https://www.sublimetext.com/download

 

Download - Sublime Text

Sublime Text 4 is the current version of Sublime Text. For bleeding-edge releases, see the dev builds. Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit f

www.sublimetext.com

위 링크에 들어가서 sublime text를 설치해 줍니다. 각자 맞는 운영체제에 맞게 설치하면 됩니다. sublime text는 비주얼스튜디오 같은 텍스트 편집기입니다.

 

2. opensees 설치 파일 다운로드

https://opensees.berkeley.edu/OpenSees/user/download.php

 

OpenSees -- User Download

Current version is: 3.5.0 To download the code you must be a registered user, and you must enter your email in the box below. Registration is free. We keep track of users and their downloads, so that we can inform them when new updates become available. Ne

opensees.berkeley.edu

위 링크를 클릭 후 오픈시스 홈페이지에 들어가 줍니다. 가운데 이메일을 등록해 줍니다.

 

이메일을 등록하면 오픈시스 설치 파일이 나옵니다. 각자 운영체제에 맞게 설치해 줍니다.

 

다운로드한 파일을 압축 해제 후 이름을 OpenSees로 변경해줍니다.변경해 줍니다. 그리고 OpenSees 파일을 C드라이브로 경로를 변경해 줍니다. C드라이드에 복사 붙여 넣기를 해도 됩니다. 위에 사진과 같이 경로가 나오면 됩니다.

 

3. activeTcl 설치

https://platform.activestate.com/ActiveState/ActiveTcl-8.6

 

ActiveState

 

platform.activestate.com

 

 

 

ActiveTcl-8.6.13.0000-MSWin32-x64-559160e0.exe
17.18MB

위 링크에서 activeTcl을 설치해 줍니다. 또는 위에 파일을 설치해줍니다

 

C:\ActiveTcl\bin이 경로에 있는 파일을 복사하여 C:\OpenSees\bin으로 붙여 넣어 줍니다.

 

 4. 예제 파일 다운로드

https://opensees.berkeley.edu/wiki/index.php/OpenSees_Example_1a._2D_Elastic_Cantilever_Column

 

OpenSees Example 1a. 2D Elastic Cantilever Column - OpenSeesWiki

 

opensees.berkeley.edu

위 링크에 들어가서 Ex1a.Canti2D.Push.tcl파일을 다운로드해 줍니다. 

 

5. 시스템 빌드하기

Ex1a.Canti2D.Push.tcl을 실행시켜 주면 sublime text가 실행됩니다. Tools - Build System - New Build System을 클릭해 줍니다.

 

{
	"cmd": ["C:/OpenSees/bin/OpenSees.exe","$file"],
	"selector":"source.tcl"
}

위와 같이 입력 후 [ctrl + s]를 눌러 저장해 줍니다.

 

C:\Users\jun\AppData\Roaming\Sublime Text\Packages\User 꼭 위와 같은 경로에 저장을 해주어야 합니다. 이름은 tcl.sublime-build으로 저장해 줍니다.

 

6. 환경변수 편집

윈도우 검색창에 시스템 환경 변수 편집을 입력해 줍니다.

 

환경변수를 클릭해 줍니다.

 

path 편집을 누릅니다.

 

C:\OpenSees\bin
C:\OpenSees

위에 코드를 입력해 줍니다.

 

아까 다운로드한 예제 파일을 실행해 줍니다. 실행 단축키는 F7입니다. Done! 이 나오면 성공적으로 설치가 완료되었습니다. opensees 설치 방법에 대해 알아보았습니다.

반응형

댓글