mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user