Files
CFDEMcoupling-PFM/tutorials/displacementField/CFD/constant/displacementProperties
2022-12-06 08:15:50 +01:00

55 lines
1.2 KiB
Plaintext
Executable File

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / 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 "";
class dictionary;
object displacementProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dumpIndexStart 4004000;
dumpIndexEnd 4028000;
dumpIndexDisplacementIncrement 8000;
dumpIndexInputIncrement 4000;
posIndex 0;
posX 1;
posY 2;
posZ 3;
nNeighMin 3;
timePerDisplacementStep 0.1;
timePerInputStep 0.05;
startTime 0.0;
filepath "../DEM/post_disp/dump";
fillEmptyCells false;
// ************************************************************************* //