How to install Titan2D (v4.2.0) in virtual environment

Caution

Titan2D (v4.2.0) doesn't seem to support "Material Map". </ font>

Introduction

I am a computer amateur. (Four months ago, I never used Linux, of course, and never used a terminal.) Please understand that there may be many mistakes such as wording.

① Build a virtual environment (VMware)

-Create a virtual environment by referring to the following site. https://qiita.com/iwa_gino/items/11aaffa9e49f2fc423d0

  • In ↑, Ubuntu is used as the distribution, but I used CentOS8. (I think it's okay with your favorite distribution.)

② Download Titan2D (v4.2.0)

Please download and decompress Titan2D (v4.2.0) using a terminal on Linux by referring to the following site. https://github.com/TITAN2D/titan2d/releases

  • When you access the above URL, there is an item that says "Installation instruction from binaries". (Copy and enter the terminal in order of red letters (URL is green).) Installation instruction from binaries Download and unpack: #download wget https://github.com/TITAN2D/titan2d/releases/download/v4.2.0/titan2d-v4.2.0-Linux-64bit.tar.gz

#untar tar xvzf titan2d-v4.2.0-Linux-64bit.tar.gz

  • If you can do this, downloading and decompression is complete.

To test: #get to example directory cd titan2d-v4.2.0/share/titan2d_examples/colimafinemini/Coulomb

#execute with 2 threads ../../../../bin/titan -nt 2 input.py

  • I think the calculation will continue for a while, but if it becomes Done, the download and decompression will be successful.

③ Launch the operation screen of Titan2D (v4.2.0)

Execute the following commands in order on the terminal. $cd $cd titan2d-v4.2.0/bin $ sh titan_gui.sh (If that doesn't work, try $ sudo bash titan_gui.sh.) 図1.png

Then, the following screen will appear. 図4.png

④ Execution and visualization of Titan2D (v4.2.0)

After the operation screen is displayed in (3), enter the parameters according to the following URL (user guide). https://vhub.org/resources/4057/download/Titan2D_User_Guide.pdf

  • I used the Grass format for the GIS data (DEM data), but I couldn't write it here because I couldn't prepare the GIS data. (I'm sorry.)

in conclusion

"I can't create a virtual environment" "I can't install CentOS" "Linux can't connect to the Internet" "Linux starts up with CUI and can't be operated as GUI" "Can't set Linux time zone to Japan" "Host-guest Problems that can be solved immediately by those who are familiar with personal computers, such as "I can't create a shared folder", are also difficult problems for people like me who are dealing with them for the first time. I have been taken care of by various people, so I would like to respond if I can understand.

Recommended Posts

How to install Titan2D (v4.2.0) in virtual environment
How to install Bootstrap in Ruby
How to install Swiper in Rails
How to reflect seeds.rb in production environment
How to use environment variables in RubyOnRails
How to install the language used in Ubuntu and how to build the environment
How to install Docker
How to install docker-machine
How to Install Oracle JDK 1.8 in Ubuntu 18.04 LTS?
How to install MySQL
[Ruby on Rails] How to install Bootstrap in Rails
[Rails] How to use PostgreSQL in Vagrant environment
How to install ngrok
How to create a Java environment in just 3 seconds
Command memo to install xeyes in ubuntu docker environment
[Rails] How to install devise
How to install Boots Faces
[Rails] How to install simple_calendar
[Rails] How to install reCAPTCHA
How to install JDK8-10 (Mac)
How to install Docker in the local environment of an existing Rails application [Rails 6 / MySQL 8]
How to run npm install on all projects in Lerna
What happened in "Java 8 to Java 11" and how to build an environment
Super easy in 2 steps! How to install devise! !! (rails 5 version)
How to install GNOME as a desktop environment on CentOS 7
How to install Web application for each language in Nginx
How to install PHP 7.4 and SQL Server drivers in CentOS 7.7
[Docker context] ~ How to access docker in remote environment from VScode ~
How to use Lombok in Spring
[Rails] How to install Font Awesome
How to run JUnit in Eclipse
How to install JMeter for Mac
How to iterate infinitely in Ruby
[Rails] How to write in Japanese
How to run Ant in Gradle
How to master programming in 3 months
How to install ImageMagick on Windows 10
How to install ruby through rbenv
[How to install Spring Data Jpa]
Install CentOS Stream 8 in Hyper-V environment
How to learn JAVA in 7 days
How to get parameters in Spark
Super rough! How to install Dagger2
How to install MariaDB 10.4 on CentOS 8
How to use InjectorHolder in OpenAM
Install laravel/Dusk in docker environment (laravel6)
[Rails] How to install ImageMagick (RMajick)
[Rails] How to install Font Awesome
How to install WildFly on Ubuntu 18.04
How to introduce jQuery in Rails 6
How to use classes in Java?
How to name variables in Java
How to set Lombok in Eclipse
How to concatenate strings in java
[Beginner] Procedure to log in to the virtual environment built with Vagrant
[Rails] How to execute "rails db: create" etc. in production environment EC2
[Webpacker] Summary of how to install Bootstrap and jQuery in Rails 6.0
How to install Pry after building Rails development environment with Docker
Introduce R v3.4.1 and various packages to CentOS 6.4 in offline environment
[Rails] How to reset the database in production environment (Capistrano version)
Install PHP7.4 to build CentOS7 Laravel environment