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,12 +10,19 @@ Description
\*---------------------------------------------------------------------------*/
nLines 10;
start (-0.0205 0.001 0.00001);
end (-0.0205 0.0251 0.00001);
fields (p k U);
direction both;
seedSampleSet
{
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"
// ************************************************************************* //