Minor cleanup
This commit is contained in:
parent
767e1a4e69
commit
26aeb7ec89
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ surfaces
|
|||
outputControl outputTime;
|
||||
|
||||
surfaceFormat vtk;
|
||||
fields ( p U Q);
|
||||
fields (p U Q);
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ surfaces
|
|||
propeller
|
||||
{
|
||||
type patch;
|
||||
patches ( "propeller.*" );
|
||||
patches ("propeller.*");
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ sets
|
|||
}
|
||||
);
|
||||
|
||||
fields ( sigmaEq );
|
||||
fields (sigmaEq);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue