1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object dynamicMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 //dynamicFvMeshLib "libtopoChangerFvMesh.so";
18 dynamicFvMesh dynamicRefineFvMesh;
36 outside outsideSlider;
41 dynamicRefineFvMeshCoeffs
43 // Refine every refineInterval timesteps
46 // Maximum refinement level (starts from 0)
49 // Maximum cell limit (approximate)
52 // volScalarField to base refinement on
55 // Which cells to un/refine: based on point values (simple averaging).
56 // - refine pointCells of point value inbetween minLevel..maxLevel
57 // - unrefine pointCells that are within nBufferLayers of points marked
63 // Newly introduced patch points optionally get projected onto a surface
64 //projectSurfaces ("fixedWalls4.stl");
65 //projectPatches (fixedWalls);
66 // Maximum project distance
69 // Fluxes to adapt. For newly created faces or split faces the flux
70 // gets estimated from an interpolated volVectorField ('velocity')
71 // First is name of the flux to adapt, second is velocity that will
72 // be interpolated and inner-producted with the face area vector.
73 correctFluxes ((phi U));
76 // ************************************************************************* //