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

@ -59,15 +59,17 @@ functions
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
fields
(
p
);
probeLocations
(
( 0 9.95 19.77 )
( 0 -9.95 19.77 )
);
fields
(
p
);
}
wallPressure
@ -77,6 +79,7 @@ functions
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;
fields
(
p
@ -94,5 +97,4 @@ functions
}
}
// ************************************************************************* //

View File

@ -59,24 +59,27 @@ functions
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
fields
(
p
);
probeLocations
(
( 0 9.95 19.77 )
( 0 -9.95 19.77 )
);
fields
(
p
);
}
wallPressure
{
type surfaces;
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 10;
surfaceFormat raw;
functionObjectLibs ("libsampling.so");
fields
(
p
@ -94,5 +97,4 @@ functions
}
}
// ************************************************************************* //

View File

@ -59,17 +59,18 @@ functions
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
fields
(
p
);
probeLocations
(
( 0 9.95 19.77 )
( 0 -9.95 19.77 )
);
fields
(
p
);
}
}
// ************************************************************************* //

View File

@ -59,17 +59,18 @@ functions
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
fields
(
p
);
probeLocations
(
( 0 9.95 19.77 )
( 0 -9.95 19.77 )
);
fields
(
p
);
}
}
// ************************************************************************* //

View File

@ -59,17 +59,18 @@ functions
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;
fields
(
p
);
probeLocations
(
( 0 9.95 19.77 )
( 0 -9.95 19.77 )
);
fields
(
p
);
}
}
// ************************************************************************* //