mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: hopper: removed patch interaction (done through springSliderDashpot)
This commit is contained in:
@ -11,7 +11,7 @@ FoamFile
|
|||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "constant";
|
location "constant";
|
||||||
object reactingCloud1Properties;
|
object kinematicCloudProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -48,8 +48,6 @@ constantProperties
|
|||||||
rho0 964;
|
rho0 964;
|
||||||
youngsModulus 6e8;
|
youngsModulus 6e8;
|
||||||
poissonsRatio 0.35;
|
poissonsRatio 0.35;
|
||||||
|
|
||||||
constantVolume false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -66,18 +64,12 @@ subModels
|
|||||||
|
|
||||||
dispersionModel none;
|
dispersionModel none;
|
||||||
|
|
||||||
patchInteractionModel standardWallInteraction;
|
patchInteractionModel none;
|
||||||
|
|
||||||
heatTransferModel none;
|
|
||||||
|
|
||||||
stochasticCollisionModel none;
|
|
||||||
|
|
||||||
surfaceFilmModel none;
|
surfaceFilmModel none;
|
||||||
|
|
||||||
collisionModel pairCollision;
|
collisionModel pairCollision;
|
||||||
|
|
||||||
radiation off;
|
|
||||||
|
|
||||||
pairCollisionCoeffs
|
pairCollisionCoeffs
|
||||||
{
|
{
|
||||||
// Maximum possible particle diameter expected at any time
|
// Maximum possible particle diameter expected at any time
|
||||||
@ -123,11 +115,6 @@ subModels
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
standardWallInteractionCoeffs
|
|
||||||
{
|
|
||||||
type rebound;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ FoamFile
|
|||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "constant";
|
location "constant";
|
||||||
object reactingCloud1Properties;
|
object kinematicCloudProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -40,8 +40,6 @@ constantProperties
|
|||||||
rho0 964;
|
rho0 964;
|
||||||
youngsModulus 6e8;
|
youngsModulus 6e8;
|
||||||
poissonsRatio 0.35;
|
poissonsRatio 0.35;
|
||||||
|
|
||||||
constantVolume false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
subModels
|
subModels
|
||||||
@ -76,18 +74,12 @@ subModels
|
|||||||
|
|
||||||
dispersionModel none;
|
dispersionModel none;
|
||||||
|
|
||||||
patchInteractionModel standardWallInteraction;
|
patchInteractionModel none;
|
||||||
|
|
||||||
heatTransferModel none;
|
|
||||||
|
|
||||||
stochasticCollisionModel none;
|
|
||||||
|
|
||||||
surfaceFilmModel none;
|
surfaceFilmModel none;
|
||||||
|
|
||||||
collisionModel pairCollision;
|
collisionModel pairCollision;
|
||||||
|
|
||||||
radiation off;
|
|
||||||
|
|
||||||
pairCollisionCoeffs
|
pairCollisionCoeffs
|
||||||
{
|
{
|
||||||
// Maximum possible particle diameter expected at any time
|
// Maximum possible particle diameter expected at any time
|
||||||
@ -133,11 +125,6 @@ subModels
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
standardWallInteractionCoeffs
|
|
||||||
{
|
|
||||||
type rebound;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user