1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object dynamicMeshDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dynamicFvMesh dynamicRefineFvMesh;
20 dynamicRefineFvMeshCoeffs
23 // Refine every refineInterval timesteps
26 // Maximum refinement level (starts from 0)
29 // Maximum cell limit (approximate)
32 // volScalarField to base refinement on
33 field normalisedGradP;
45 // Newly introduced patch points optionally get projected onto a surface
46 //projectSurfaces ("fixedWalls4.stl");
47 //projectPatches (fixedWalls);
48 // Maximum project distance
51 // Fluxes to adapt. For newly created faces or split faces the flux
52 // gets estimated from an interpolated volVectorField ('velocity')
53 // First is name of the flux to adapt, second is velocity that will
54 // be interpolated and inner-producted with the face area vector.
55 correctFluxes ((phi U));
58 // ************************************************************************* //