STYLE: tutorial updates
This commit is contained in:
parent
74194c8391
commit
b9d5e5bab1
@ -51,7 +51,7 @@ postPro1
|
|||||||
{
|
{
|
||||||
streamline
|
streamline
|
||||||
{
|
{
|
||||||
type line;
|
type functionObjectLine;
|
||||||
functionObject streamLines;
|
functionObject streamLines;
|
||||||
representation tube;
|
representation tube;
|
||||||
visible yes;
|
visible yes;
|
||||||
@ -89,7 +89,7 @@ postPro1
|
|||||||
}
|
}
|
||||||
cuttingPlane1
|
cuttingPlane1
|
||||||
{
|
{
|
||||||
type functionObject;
|
type functionObjectSurface;
|
||||||
functionObject cuttingPlane;
|
functionObject cuttingPlane;
|
||||||
colourMap blueWhiteRed;
|
colourMap blueWhiteRed;
|
||||||
representation glyph;
|
representation glyph;
|
||||||
|
@ -23,13 +23,13 @@ streamLines
|
|||||||
trackForward true;
|
trackForward true;
|
||||||
|
|
||||||
// Names of fields to sample. Should contain above velocity field!
|
// Names of fields to sample. Should contain above velocity field!
|
||||||
fields (p U);
|
fields (p U);
|
||||||
|
|
||||||
// Steps particles can travel before being removed
|
// Steps particles can travel before being removed
|
||||||
lifeTime 10000;
|
lifeTime 10000;
|
||||||
|
|
||||||
// Number of steps per cell (estimate). Set to 1 to disable subcycling.
|
// Number of steps per cell (estimate). Set to 1 to disable subcycling.
|
||||||
nSubCycle 5;
|
nSubCycle 5;
|
||||||
|
|
||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
Loading…
Reference in New Issue
Block a user