comments are implemented.

This commit is contained in:
ramin1728
2025-03-08 13:24:53 +03:30
parent e5c11cfea3
commit a5074e4eb7
5 changed files with 195 additions and 216 deletions

View File

@ -16,9 +16,9 @@ setFields
spherical particles.
*/
defaultValue
defaultValue
{
velocity realx3 (0 0 0); // linear velocity (m/s)
velocity realx3 (0 0 0); // linear velocity (m/s)
acceleration realx3 (0 0 0); // linear acceleration (m/s2)
@ -28,26 +28,7 @@ setFields
}
selectors
{
shapeAssigne
{
selector stridedRange; // other options: box, cylinder, sphere, randomPoints
stridedRangeInfo
{
begin 0; // begin index of points
end 24000; // end index of points
stride 3; // stride for selector
}
fieldValue // fields that the selector is applied to
{
shapeName word sphere1; // sets shapeName of the selected points to largeSphere
}
}
}
{}
}
positionParticles // positions particles