functionObjects: Renamed streamLine and streamLines to streamlines

This commit is contained in:
Will Bainbridge
2021-07-11 21:50:46 +01:00
parent bf3c2e7ba9
commit e9733e50ba
26 changed files with 169 additions and 170 deletions

View File

@ -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)
}
// ************************************************************************* //

View File

@ -65,7 +65,7 @@ functions
}
#include "cuttingPlane"
#include "streamLines"
#include "streamlines"
#include "forceCoeffs"
}

View File

@ -47,7 +47,7 @@ runTimeModifiable true;
functions
{
#include "cuttingPlane"
#include "streamLines"
#include "streamlines"
#include "forceCoeffs"
}

View File

@ -6,9 +6,9 @@
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
streamLines
streamlines
{
type streamLine;
type streamlines;
libs ("libfieldFunctionObjects.so");

View File

@ -53,7 +53,7 @@ functions
#includeFunc time
#includeFunc streamLinesSphere
#includeFunc streamlinesSphere
(
funcName=streamlines,
centre=(4 0 0.7),

View File

@ -45,7 +45,7 @@ runTimeModifiable true;
functions
{
#include "streamLines"
#include "streamlines"
#include "cuttingPlane"
#include "forceCoeffs"
}

View File

@ -6,12 +6,12 @@
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
streamLines
streamlines
{
// Where to load it from
libs ("libfieldFunctionObjects.so");
type streamLine;
type streamlines;
// Output every
writeControl writeTime;

View File

@ -51,7 +51,7 @@ cacheTemporaryObjects
functions
{
#includeFunc streamLinesLine
#includeFunc streamlinesLine
(
funcName=streamlines,
start=(-0.0205 0.001 0.00001),

View File

@ -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");