STYLE: use dict entry for function objects in controlDict

This commit is contained in:
Mark Olesen
2010-04-09 12:23:25 +02:00
parent 31aaddf452
commit 10141f907b
29 changed files with 299 additions and 280 deletions

View File

@ -49,14 +49,16 @@ functions
{
forces
{
type forceCoeffs;
type forceCoeffs;
functionObjectLibs ( "libforces.so" );
outputControl timeStep;
outputInterval 1;
outputControl timeStep;
outputInterval 1;
patches
(
WALL10
);
pName p;
UName U;
log true;
@ -71,5 +73,4 @@ functions
}
}
// ************************************************************************* //