BUG: nacaAirfoil tutorial - updated patches used by forceCoeffs function object. Fixes #438

This commit is contained in:
Andrew Heather
2017-03-21 13:34:57 +00:00
parent 69bc13f300
commit e6d9402e5a

View File

@ -51,16 +51,15 @@ functions
{ {
type forceCoeffs; type forceCoeffs;
libs ("libforces.so"); libs ("libforces.so");
writeControl timeStep; writeControl writeTime;
writeInterval 1;
patches patches
( (
WALL10 wall_4
); );
log true;
rhoInf 1; rhoInf 1;
CofR (0 0 0); CofR (0 0 0);
liftDir (-0.239733 0.970839 0); liftDir (-0.239733 0.970839 0);
dragDir (0.970839 0.239733 0); dragDir (0.970839 0.239733 0);