functionObjects: Renamed streamLine and streamLines to streamlines
This commit is contained in:
@ -47,7 +47,7 @@ runTimeModifiable true;
|
||||
functions
|
||||
{
|
||||
#includeFunc residuals(p_rgh)
|
||||
#includeFunc streamLinesLine(funcName=streamlines, start=(0 0.5 0), end=(9 0.5 0), nPoints=24, U)
|
||||
#includeFunc streamlinesLine(funcName=streamlines, start=(0 0.5 0), end=(9 0.5 0), nPoints=24, U)
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -65,7 +65,7 @@ functions
|
||||
}
|
||||
|
||||
#include "cuttingPlane"
|
||||
#include "streamLines"
|
||||
#include "streamlines"
|
||||
#include "forceCoeffs"
|
||||
}
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@ runTimeModifiable true;
|
||||
functions
|
||||
{
|
||||
#include "cuttingPlane"
|
||||
#include "streamLines"
|
||||
#include "streamlines"
|
||||
#include "forceCoeffs"
|
||||
}
|
||||
|
||||
|
||||
@ -6,9 +6,9 @@
|
||||
\\/ M anipulation |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
streamLines
|
||||
streamlines
|
||||
{
|
||||
type streamLine;
|
||||
type streamlines;
|
||||
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
@ -53,7 +53,7 @@ functions
|
||||
|
||||
#includeFunc time
|
||||
|
||||
#includeFunc streamLinesSphere
|
||||
#includeFunc streamlinesSphere
|
||||
(
|
||||
funcName=streamlines,
|
||||
centre=(4 0 0.7),
|
||||
|
||||
@ -45,7 +45,7 @@ runTimeModifiable true;
|
||||
|
||||
functions
|
||||
{
|
||||
#include "streamLines"
|
||||
#include "streamlines"
|
||||
#include "cuttingPlane"
|
||||
#include "forceCoeffs"
|
||||
}
|
||||
|
||||
@ -6,12 +6,12 @@
|
||||
\\/ M anipulation |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
streamLines
|
||||
streamlines
|
||||
{
|
||||
// Where to load it from
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
type streamLine;
|
||||
type streamlines;
|
||||
|
||||
// Output every
|
||||
writeControl writeTime;
|
||||
@ -51,7 +51,7 @@ cacheTemporaryObjects
|
||||
|
||||
functions
|
||||
{
|
||||
#includeFunc streamLinesLine
|
||||
#includeFunc streamlinesLine
|
||||
(
|
||||
funcName=streamlines,
|
||||
start=(-0.0205 0.001 0.00001),
|
||||
|
||||
@ -46,9 +46,9 @@ runTimeModifiable true;
|
||||
|
||||
functions
|
||||
{
|
||||
streamLines
|
||||
streamlines
|
||||
{
|
||||
type streamLine;
|
||||
type streamlines;
|
||||
|
||||
// Where to load it from (if not already in solver)
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
|
||||
Reference in New Issue
Block a user