mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -179,14 +179,16 @@ subModels
|
|||||||
|
|
||||||
cloudFunctions
|
cloudFunctions
|
||||||
{
|
{
|
||||||
patchPostProcessing
|
patchPostProcessing1
|
||||||
{
|
{
|
||||||
|
type patchPostProcessing;
|
||||||
maxStoredParcels 100;
|
maxStoredParcels 100;
|
||||||
patches ( outlet );
|
patches ( outlet );
|
||||||
}
|
}
|
||||||
|
|
||||||
particleTracks
|
particleTracks1
|
||||||
{
|
{
|
||||||
|
type particleTracks;
|
||||||
trackInterval 5;
|
trackInterval 5;
|
||||||
maxSamples 1000000;
|
maxSamples 1000000;
|
||||||
resetOnWrite yes;
|
resetOnWrite yes;
|
||||||
|
|||||||
@ -130,10 +130,11 @@ subModels
|
|||||||
|
|
||||||
cloudFunctions
|
cloudFunctions
|
||||||
{
|
{
|
||||||
particleCollector
|
particleCollector1
|
||||||
{
|
{
|
||||||
mode concentricCircle;
|
type particleCollector;
|
||||||
|
|
||||||
|
mode concentricCircle;
|
||||||
origin (0.05 0.025 0.005);
|
origin (0.05 0.025 0.005);
|
||||||
radius (0.01 0.025 0.05);
|
radius (0.01 0.025 0.05);
|
||||||
nSector 10;
|
nSector 10;
|
||||||
|
|||||||
@ -164,10 +164,10 @@ subModels
|
|||||||
|
|
||||||
cloudFunctions
|
cloudFunctions
|
||||||
{
|
{
|
||||||
patchPostProcessing
|
patchPostProcessing1
|
||||||
{
|
{
|
||||||
|
type patchPostProcessing;
|
||||||
maxStoredParcels 20;
|
maxStoredParcels 20;
|
||||||
|
|
||||||
patches
|
patches
|
||||||
(
|
(
|
||||||
cycLeft_half0
|
cycLeft_half0
|
||||||
@ -175,8 +175,9 @@ cloudFunctions
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
facePostProcessing
|
facePostProcessing1
|
||||||
{
|
{
|
||||||
|
type facePostProcessing;
|
||||||
surfaceFormat vtk;
|
surfaceFormat vtk;
|
||||||
resetOnWrite no;
|
resetOnWrite no;
|
||||||
log yes;
|
log yes;
|
||||||
|
|||||||
@ -186,10 +186,10 @@ subModels
|
|||||||
|
|
||||||
cloudFunctions
|
cloudFunctions
|
||||||
{
|
{
|
||||||
patchPostProcessing
|
patchPostProcessing1
|
||||||
{
|
{
|
||||||
|
type patchPostProcessing;
|
||||||
maxStoredParcels 100;
|
maxStoredParcels 100;
|
||||||
|
|
||||||
patches ( outlet );
|
patches ( outlet );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -179,14 +179,16 @@ subModels
|
|||||||
|
|
||||||
cloudFunctions
|
cloudFunctions
|
||||||
{
|
{
|
||||||
patchPostProcessing
|
patchPostProcessing1
|
||||||
{
|
{
|
||||||
|
type patchPostProcessing;
|
||||||
maxStoredParcels 100;
|
maxStoredParcels 100;
|
||||||
patches ( outlet );
|
patches ( outlet );
|
||||||
}
|
}
|
||||||
|
|
||||||
particleTracks
|
particleTracks1
|
||||||
{
|
{
|
||||||
|
type particleTracks;
|
||||||
trackInterval 5;
|
trackInterval 5;
|
||||||
maxSamples 1000000;
|
maxSamples 1000000;
|
||||||
resetOnWrite yes;
|
resetOnWrite yes;
|
||||||
|
|||||||
Reference in New Issue
Block a user