Files
CFDEMcoupling-PFM/tutorials/cfdemSolverIBTorque/CFD/constant/dynamicMeshDict
Achuth1992 25b57b978c Tutorial case for the two-way coupled immersed boundary solver.
Consists of a comparison of the angular velocity damping when the two-
way coupling is considered.
2018-10-08 16:57:32 +02:00

40 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object dynamicMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dynamicFvMesh staticFvMesh;// dynamicRefineFvMesh;//
dynamicRefineFvMeshCoeffs
{
refineInterval 1;//refine every refineInterval timesteps
field interFace;
lowerRefineLevel 0.1;
upperRefineLevel 0.9;
unrefineLevel 10;
nBufferLayers 1;
maxRefinement 1;//maximum refinement level (starts from 0)
maxCells 1000000;
correctFluxes
(
(phi U)
(phi_0 U)
);
dumpLevel false;
}
// ************************************************************************* //