ENH: hopper: removed patch interaction (done through springSliderDashpot)

This commit is contained in:
mattijs
2013-06-17 17:30:53 +01:00
parent d798010399
commit c253f7c387
2 changed files with 4 additions and 30 deletions

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object reactingCloud1Properties;
object kinematicCloudProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -48,8 +48,6 @@ constantProperties
rho0 964;
youngsModulus 6e8;
poissonsRatio 0.35;
constantVolume false;
}
@ -66,18 +64,12 @@ subModels
dispersionModel none;
patchInteractionModel standardWallInteraction;
heatTransferModel none;
stochasticCollisionModel none;
patchInteractionModel none;
surfaceFilmModel none;
collisionModel pairCollision;
radiation off;
pairCollisionCoeffs
{
// Maximum possible particle diameter expected at any time
@ -123,11 +115,6 @@ subModels
}
};
}
standardWallInteractionCoeffs
{
type rebound;
}
}

View File

@ -11,7 +11,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object reactingCloud1Properties;
object kinematicCloudProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -40,8 +40,6 @@ constantProperties
rho0 964;
youngsModulus 6e8;
poissonsRatio 0.35;
constantVolume false;
}
subModels
@ -76,18 +74,12 @@ subModels
dispersionModel none;
patchInteractionModel standardWallInteraction;
heatTransferModel none;
stochasticCollisionModel none;
patchInteractionModel none;
surfaceFilmModel none;
collisionModel pairCollision;
radiation off;
pairCollisionCoeffs
{
// Maximum possible particle diameter expected at any time
@ -133,11 +125,6 @@ subModels
}
};
}
standardWallInteractionCoeffs
{
type rebound;
}
}