Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Mark Olesen
2017-03-10 13:30:39 +01:00
17 changed files with 64 additions and 96 deletions

View File

@ -29,7 +29,7 @@ dynamicRefineFvMeshCoeffs
// Have slower than 2:1 refinement
nBufferLayers 1;
// Refine cells only up to maxRefinement levels
maxRefinement 3;
maxRefinement 4;
// Stop refinement if maxCells reached
maxCells 2000000;
// Flux field and corresponding velocity field. Fluxes on changed

View File

@ -38,7 +38,7 @@ geometry
//// Optional: avoid patch-face merging. Allows mesh to be used for
//// refinement/unrefinement
//mergePatchFaces off; // default on
mergePatchFaces on; // default on