ddmarshall / IBL

Tools to model boundary layer flows using the integral relations
GNU General Public License v3.0
5 stars 2 forks source link

Add Transpiration Velocity Method #19

Closed ddmarshall closed 2 years ago

ddmarshall commented 2 years ago

The base class should have a transpiration velocity method to calculate the transpiration velocity term since many applications would want that information to interact with this library.

ddmarshall commented 2 years ago

Commit 5e1bec57 addresses this for Head's method and has interface in base class. Still need to add this feature (and test it) for Thwaites.

ddmarshall commented 2 years ago

Commit 030eea63 adds most of the parts for Thwaites method. Still need to evaluation \frac{dH}{d\lambda} and test everything.

ddmarshall commented 2 years ago

Commit 58cc7c07 fixes this.