Minor cleanup
This commit is contained in:
parent
20eab963cb
commit
75282f9b11
@ -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…
Reference in New Issue
Block a user