update rapid filling

This commit is contained in:
wanqing0421
2025-02-16 12:31:11 +08:00
parent 29d922e3c5
commit ae251598a4
5 changed files with 59 additions and 24 deletions

View File

View File

@ -1,3 +1,3 @@
2
0.049302 0.00425012 -0.0068537
0.0456989 -0.0209381 -0.00786771

View File

@ -38,12 +38,8 @@ positionParticles // positions particles
fileInfo
{
name dataFile; // the name of the file that contains position and particle data, the data format is ASCII. The file is located at the root case folder
numPoints 10000;
fields ( (velocity realx3) (shapeName word) ); // (optional, it could be an empty list or omitted) list of other fields/data that should be read from the file
commaSeparated No; // optional (default is No). if Yes, then fields are separated by a comma
commaSeparated No; // optional (default is No). if Yes, then fields are separated by a comma
}
regionType box; // other options: cylinder and sphere