mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Consists of a comparison of the angular velocity damping when the two- way coupling is considered.
35 lines
1.1 KiB
C++
35 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object fvOptions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
momentumSource
|
|
{
|
|
type meanVelocityForce;
|
|
active yes;
|
|
|
|
meanVelocityForceCoeffs
|
|
{
|
|
selectionMode all;
|
|
|
|
fields (U);
|
|
Ubar (0.01 0 0);
|
|
relaxation 0.2;
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|