mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: nacaAirfoil tutorial - updated patches used by forceCoeffs function object. Fixes #438
This commit is contained in:
@ -51,16 +51,15 @@ functions
|
||||
{
|
||||
type forceCoeffs;
|
||||
libs ("libforces.so");
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
writeControl writeTime;
|
||||
|
||||
patches
|
||||
(
|
||||
WALL10
|
||||
wall_4
|
||||
);
|
||||
|
||||
log true;
|
||||
rhoInf 1;
|
||||
|
||||
CofR (0 0 0);
|
||||
liftDir (-0.239733 0.970839 0);
|
||||
dragDir (0.970839 0.239733 0);
|
||||
|
||||
Reference in New Issue
Block a user