mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
streamlines: Updated tutorials for new caseDicts
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user