brli3 / CFD

Basic Computational Fluid Dynamics (CFD) schemes implemented in FORTRAN using Finite-Volume and Finite-Difference Methods. Sample simulations and figures are provided.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The 'input/head.in' file for backward-step-flow-2d is missing

Gena00X opened this issue · comments

When running backward-step-flow-2d, the program crashes in the subroutine control() (control.f90 file) on line 34 : "open (unit=1, file='input/head.in')"
Please add a description of this file in readmy or a sample file to the program folder