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
|
||||
{
|
||||
patchPostProcessing
|
||||
patchPostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
maxStoredParcels 100;
|
||||
patches ( outlet );
|
||||
}
|
||||
|
||||
particleTracks
|
||||
particleTracks1
|
||||
{
|
||||
type particleTracks;
|
||||
trackInterval 5;
|
||||
maxSamples 1000000;
|
||||
resetOnWrite yes;
|
||||
|
||||
@ -130,10 +130,11 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
particleCollector
|
||||
particleCollector1
|
||||
{
|
||||
mode concentricCircle;
|
||||
type particleCollector;
|
||||
|
||||
mode concentricCircle;
|
||||
origin (0.05 0.025 0.005);
|
||||
radius (0.01 0.025 0.05);
|
||||
nSector 10;
|
||||
|
||||
@ -164,10 +164,10 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing
|
||||
patchPostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
maxStoredParcels 20;
|
||||
|
||||
patches
|
||||
(
|
||||
cycLeft_half0
|
||||
@ -175,8 +175,9 @@ cloudFunctions
|
||||
);
|
||||
}
|
||||
|
||||
facePostProcessing
|
||||
facePostProcessing1
|
||||
{
|
||||
type facePostProcessing;
|
||||
surfaceFormat vtk;
|
||||
resetOnWrite no;
|
||||
log yes;
|
||||
|
||||
@ -186,11 +186,11 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing
|
||||
patchPostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
maxStoredParcels 100;
|
||||
|
||||
patches ( outlet );
|
||||
patches ( outlet );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -179,14 +179,16 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing
|
||||
patchPostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
maxStoredParcels 100;
|
||||
patches ( outlet );
|
||||
}
|
||||
|
||||
particleTracks
|
||||
particleTracks1
|
||||
{
|
||||
type particleTracks;
|
||||
trackInterval 5;
|
||||
maxSamples 1000000;
|
||||
resetOnWrite yes;
|
||||
|
||||
Reference in New Issue
Block a user