mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
update rapid filling
This commit is contained in:
0
tutorials/sphereGranFlow/binarySystemOfParticles/runThisCase
Normal file → Executable file
0
tutorials/sphereGranFlow/binarySystemOfParticles/runThisCase
Normal file → Executable file
@ -1,3 +1,3 @@
|
||||
2
|
||||
0.049302 0.00425012 -0.0068537
|
||||
0.0456989 -0.0209381 -0.00786771
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user