GridGen
latest
  • Project description
  • Code development
  • How to run the code
  • Results summary
  • CMakeList.txt
  • io directory
  • main directory
GridGen
  • Docs »
  • Documentaion for Elliptic Grid Generation Project
  • Edit on GitHub

Documentaion for Elliptic Grid Generation Project¶

This documentation pages are made for CFD class at Geogia Tech in 2014 Spring. This is online available at http://gridgen.readthedocs.org

Author: Sayop Kim(sayopkim@gatech.edu)

Affilation: School of Aerospace Engineering, Georgia Institute of Technology

Contents¶

  • Project description
    • Given task
    • Challenges
  • Code development
    • GridGen Code summary
    • Details of GridGen development
  • How to run the code
    • Machine platform for development
    • Code setup
    • Input file setup
  • Results summary
    • Grid #1: Algebraic grid with non-clustered points in z
    • Grid #2: Algebraic grid with clustered points in z
    • Grid #3: Elliptic grid with clustered points in z & no control terms
    • Grid #4: Elliptic grid with clustered points in z & control terms
    • Grid #5: Improved grid quality

FORTRAN 90 Source code¶

  • CMakeList.txt
  • io directory
    • CMakeLists.txt
    • io.F90
  • main directory
    • CMakeLists.txt
    • main.F90
    • SimulationVars.F90
    • parameters.F90
    • GridSetup.F90
    • GridTransform.F90
    • GridTransformSetup.F90
    • SimulationSetup.F90
Next

© Copyright 2014, Sayop Kim. Revision 7684035e.

Built with Sphinx using a theme provided by Read the Docs.