Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

smsalisbury/cfd-pkg-fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FORTRAN CFD Package

Author: Spencer Salisbury

Description

This package was written for MAE 5440 (Computational Fluid Dynamics) at Utah State University.

Compilation

These projects use makefiles to facilitate compilation. To complie a project, simply naviate to the project directory (ex: "projects/navier/") and type the command make in the command line:

$ make

Note that this works in both Windows and Unix/Linux environments. To recompile, the compiled objects need to be cleaned. To remove all object files:

$ make clean

To remove all object files and executables:

$ make veryclean

Usage

Each project has a "config.f90" file. Use this file to set the working precision. Find the line

integer,parameter :: wp = sp

and change the equality to the desired precision prior to compilation.

AbbrPrecision Level
spSingle
dpDouble
epExtended
qpQuadruple
Other usage for each project varies. Check the README.md in each project directory to get specific usage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published