Files
2024-07-06 16:02:47 +01:00

34 lines
1.0 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
object dynamicMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Disable motion for an MRF simulation
// Enable motion for an NCC simulation by changing 'mover-disabled' to 'mover'
mover-disabled
{
type motionSolver;
libs ("libfvMotionSolvers.so");
motionSolver solidBody;
cellZone rotatingZone;
solidBodyMotionFunction rotatingMotion;
#include "rotatingZoneProperties"
}
// ************************************************************************* //