Merge pull request #39 from PhasicFlow/tutorials

postprocess tutorial
This commit is contained in:
hamidrezanorouzi 2022-10-09 14:02:22 +03:30 committed by GitHub
commit 5a8c5a028c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -48,12 +48,12 @@ setFields
{
shapeAssigne
{
selector selectRange; // type of point selector
selectRangeInfo
selector selectRandom; // type of point selector
selectRandomInfo
{
begin 0; // begin index of points
end 30000; // end index of points
stride 3; // stride for selector
number 29999; // stride for selector
}
fieldValue // fields that the selector is applied to
{

View File

@ -11,7 +11,7 @@ rectMesh
max (0.12 0.12 0.1); //maximum corner point
nx 24; // number of divisions in x direction
ny 24; // number of divisions in y direction
nz 5; // number of divisions in z direction
nz 10; // number of divisions in z direction
}

View File

@ -5,7 +5,7 @@
objectName settingsDict;
objectType dictionary;;
run postprocessSegregation;
run rotatingDrumSmall;
dt 0.00001; // time step for integration (s)
@ -15,7 +15,7 @@ endTime 10; // end time for simulation
saveInterval 0.1; // time interval for saving the simulation
timePrecision 4; // maximum number of digits for time folder
timePrecision 6; // maximum number of digits for time folder
g (0 -9.8 0); // gravity vector (m/s2)