streamlines: Updated tutorials for new caseDicts

This commit is contained in:
Chris Greenshields
2018-12-21 14:31:18 +00:00
parent 2051acedfb
commit f934eabb0d
2 changed files with 24 additions and 9 deletions

View File

@ -10,10 +10,18 @@ Description
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
nLines 24; direction both;
start (0 0.5 0);
end (9 0.5 0); seedSampleSet
fields (U); {
type lineUniform;
start (0 0.5 0);
end (9 0.5 0);
nPoints 24;
axis x;
}
fields (U);
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg" #includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"

View File

@ -10,12 +10,19 @@ Description
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
nLines 10; direction both;
start (-0.0205 0.001 0.00001);
end (-0.0205 0.0251 0.00001); seedSampleSet
fields (p k U); {
type lineUniform;
start (-0.0205 0.001 0.00001);
end (-0.0205 0.0251 0.00001);
nPoints 10;
axis x;
}
fields (p k U);
// Must be last entry
#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg" #includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"
// ************************************************************************* // // ************************************************************************* //