38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
/*---------------------------------------------------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.4 |
|
|
| \\ / A nd | Web: http://www.openfoam.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
|
|
root "";
|
|
case "";
|
|
instance "";
|
|
local "";
|
|
|
|
note "particle-particle interaction Properties for Foam";
|
|
|
|
class dictionary;
|
|
object ppProperties;
|
|
}
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
preAlphaExp 500;
|
|
|
|
expMax 1.0e+3;
|
|
|
|
alphaMax 0.6;
|
|
|
|
g0 g0 [1 -1 -2 0 0 0 0 ] 1000 ;
|
|
|
|
packingLimiter no;
|
|
|
|
// ************************************************************************* //
|