mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Minor cleanup
This commit is contained in:
@ -13,7 +13,7 @@ surfaces
|
|||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
|
|
||||||
surfaceFormat vtk;
|
surfaceFormat vtk;
|
||||||
fields ( p U Q);
|
fields (p U Q);
|
||||||
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ surfaces
|
|||||||
propeller
|
propeller
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
patches ( "propeller.*" );
|
patches ("propeller.*");
|
||||||
interpolate true;
|
interpolate true;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@ -31,7 +31,7 @@ sets
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
fields ( sigmaEq );
|
fields (sigmaEq);
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user