Fortran(FORmula TRANslationの略)は、1950年代にIBMによって開発された初期の高級プログラミング言語の一つです。 Fortranは、科学技術計算や数値解析の分野で非常に長い歴史を持つプログラミング言語であり、Fortran(フォートラン)を使って計算機科学や数値計算に取り組む方法を指しています。特に数学的なモデルやシミュレーション、物理、気象、工学などの分野で多く使われてきました。 「Fortranに関する基本的な知識を授業で学び、その内容をここで公開いたします。」
環境設定:
Utilize the ParaView application for data visualization.
Download Paraview installer and install software. https://www.paraview.org/download/
Sample problem:
3D Simulation of heat conduction in a box
Using two different materials IMAT=1:Copper IMAT=0:Stainless in Fortran code
Finite Difference Method Forward Euler Method (Explicit)
Data visualization using the ParaView application.