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;
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user