STYLE: consistency updates

This commit is contained in:
Andrew Heather
2016-09-27 15:17:55 +01:00
parent 89d9fd1550
commit 3dbd39146c
242 changed files with 1933 additions and 1933 deletions

View File

@ -37,7 +37,7 @@ Description
patchProbes
{
type patchProbes;
functionObjectLibs ( "libsampling.so" );
libs ( "libsampling.so" );
// Name of the directory for probe data
name patchProbes;
@ -46,14 +46,11 @@ Description
patches (".*inl.*");
// Write at same frequency as fields
outputControl outputTime;
outputInterval 1;
writeControl writeTime;
writeInterval 1;
// Fields to be probed
fields
(
p U
);
fields (p U);
// Locations to probe. These get snapped onto the nearest point
// on the selected patches

View File

@ -37,20 +37,17 @@ Description
probes
{
type probes;
functionObjectLibs ( "libsampling.so" );
libs ("libsampling.so");
// Name of the directory for probe data
name probes;
// Write at same frequency as fields
outputControl outputTime;
outputInterval 1;
writeControl outputTime;
writeInterval 1;
// Fields to be probed
fields
(
p U
);
fields (p U);
// Optional: do not recalculate cells if mesh moves
fixedLocations false;