mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
32 lines
874 B
C++
Executable File
32 lines
874 B
C++
Executable File
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 6
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object liggghtsCommands;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
liggghtsCommandModels
|
|
(
|
|
runLiggghts
|
|
writeLiggghts
|
|
);
|
|
|
|
writeLiggghtsProps
|
|
{
|
|
writeLast off;
|
|
writeName "post/restart/liggghts.restartCFDEM";
|
|
overwrite on;
|
|
}
|
|
|
|
// ************************************************************************* //
|