HW ASSIGNMENTS & RELATED MATERIAL
Guide for Homework Reports
FORTRAN-77 Compilers for Windows
Geany GUI for Fortran
Online FORTRAN-95 Compiler
FORTRAN-95 Tutorial
FORTRAN-77 Reference
Fortran-77 Program Checker
(available on Linux based workstations)
GnuPlot
, a plotting software for Windows/Linux
ViSit
, a scientific visualization software for Linux/Windows
Homework TEAMS
Preliminary Study - Euler Method
euler.f
: The Fortran code
A sample solution
HW-I
RK2 Methods
HW-II
Solution of System of ODEs
sysRK4.f
: The incomplete Fortran code
HW-III
Finite Volume Method
EasyMesh
circle.d
: Easymesh input file
circle.dat
: Grid data
A solution
fv.f
: The incomplete Fortran code
NACA 4 digit airfoil generator
Grid over a NACA profile
HW-IV
Introduction to the Solution of Finite Difference Equations
Incomplete Fortran code
HW-V
Solution of 2D Convection-Diffusion Equation
Incomplete Fortran code