petebachant/CFT-Re-dep-paper

Write about Re effects on shear and vortical flows in introduction

Closed this issue · 2 comments

See appropriate subsubsection. A refresher on how to do this via Git/GitHub:

Get the repository (only needs to be done once per machine, but could be done whenever)

git clone https://github.com/petebachant/CFT-Re-dep-paper.git

Check out a new branch (only needs to be done once; can be named whatever, but here I'm using wosnik)

git checkout -b wosnik

Write some stuff and commit when a coherent chunk of work has been done, i.e., a chunk that you'd possibly want to "undo" later.

git add paper.tex
git commit -m "Add theoretical Reynolds number dependence from George (1989)"

Push back up to the remote (GitHub) periodically

git push origin wosnik

Also pull in my changes from the master branch periodically

git pull origin master

Note that presently this subsubsection starts at line 221 in paper.tex.

Take a look at the George ASME Freeman Scholar paper for this.