mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
benchmark_1
This commit is contained in:
@ -16,11 +16,6 @@ model
|
||||
contactForceModel nonLinearLimited;
|
||||
rollingFrictionModel normal;
|
||||
|
||||
/*
|
||||
Property (glassMat-glassMat glassMat-wallMat
|
||||
wallMat-wallMat);
|
||||
*/
|
||||
|
||||
Yeff (1.0e6 1.0e6 // Young modulus [Pa]
|
||||
1.0e6);
|
||||
|
||||
@ -46,8 +41,8 @@ model
|
||||
|
||||
contactSearch
|
||||
{
|
||||
method NBS; // method for broad search particle-particle
|
||||
wallMapping cellsSimple; // method for broad search particle-wall
|
||||
method NBS;
|
||||
wallMapping cellsSimple;
|
||||
|
||||
NBSInfo
|
||||
{
|
||||
|
@ -7,5 +7,5 @@ objectName sphereDict;
|
||||
objectType sphereShape;
|
||||
|
||||
names (glassBead); // names of shapes
|
||||
diameters (0.0055); // diameter of shapes
|
||||
diameters (0.006); // diameter of shapes
|
||||
materials (glassMat); // material names for shapes
|
||||
|
Reference in New Issue
Block a user