mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials: Removed references to 'sampleDict'
This commit is contained in:
@ -20,6 +20,6 @@ sampleFrequency 1;
|
|||||||
|
|
||||||
maxPositions 1000000;
|
maxPositions 1000000;
|
||||||
|
|
||||||
setFormat vtk; // see sampleDict for set formats
|
setFormat vtk;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -57,10 +57,10 @@ functions
|
|||||||
writeControl writeTime;
|
writeControl writeTime;
|
||||||
// writeInterval 10;
|
// writeInterval 10;
|
||||||
|
|
||||||
setFormat vtk; //gnuplot, raw etc. See sampleDict.
|
setFormat vtk; // gnuplot, raw etc.
|
||||||
|
|
||||||
// Interpolation method. Default is cellPoint. See sampleDict.
|
// Interpolation method. Default is cellPoint.
|
||||||
//interpolationScheme pointMVC;
|
// interpolationScheme pointMVC;
|
||||||
|
|
||||||
// Tracked forwards (+U) or backwards (-U)
|
// Tracked forwards (+U) or backwards (-U)
|
||||||
trackForward true;
|
trackForward true;
|
||||||
@ -84,8 +84,8 @@ functions
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet uniform; // cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -94,8 +94,8 @@ functions
|
|||||||
// Velocity field to use for tracking.
|
// Velocity field to use for tracking.
|
||||||
U UNear;
|
U UNear;
|
||||||
|
|
||||||
// Interpolation method. Default is cellPoint. See sampleDict.
|
// Interpolation method. Default is cellPoint.
|
||||||
//interpolationScheme pointMVC;
|
// interpolationScheme pointMVC;
|
||||||
|
|
||||||
// Tracked forwards (+U) or backwards (-U)
|
// Tracked forwards (+U) or backwards (-U)
|
||||||
trackForward true;
|
trackForward true;
|
||||||
@ -115,8 +115,8 @@ functions
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet patchSeed; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet patchSeed; //cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -11,7 +11,7 @@ FoamFile
|
|||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "system";
|
location "system";
|
||||||
object sampleDict;
|
object sample;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|||||||
@ -31,8 +31,8 @@ streamLines
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet uniform; //cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -41,8 +41,8 @@ streamLines
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet uniform; //cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -50,8 +50,8 @@ wallBoundedStreamLines
|
|||||||
// Velocity field to use for tracking.
|
// Velocity field to use for tracking.
|
||||||
U UNear;
|
U UNear;
|
||||||
|
|
||||||
// Interpolation method. Default is cellPoint. See sampleDict.
|
// Interpolation method. Default is cellPoint.
|
||||||
//interpolationScheme pointMVC;
|
// interpolationScheme pointMVC;
|
||||||
|
|
||||||
// Tracked forwards (+U) or backwards (-U)
|
// Tracked forwards (+U) or backwards (-U)
|
||||||
trackForward true;
|
trackForward true;
|
||||||
@ -67,8 +67,8 @@ wallBoundedStreamLines
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName wallBoundedParticleTracks;
|
cloudName wallBoundedParticleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet patchSeed; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet patchSeed; //cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -75,8 +75,8 @@ functions
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet uniform; //cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -75,8 +75,8 @@ functions
|
|||||||
// Cloud name to use
|
// Cloud name to use
|
||||||
cloudName particleTracks;
|
cloudName particleTracks;
|
||||||
|
|
||||||
// Seeding method. See the sampleSets in sampleDict.
|
// Seeding method.
|
||||||
seedSampleSet uniform; //cloud;//triSurfaceMeshPointSet;
|
seedSampleSet uniform; //cloud; //triSurfaceMeshPointSet;
|
||||||
|
|
||||||
uniformCoeffs
|
uniformCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user