TUT: Modified tutorials and added cyclic test case.

This commit is contained in:
Johan Roenby
2018-06-12 14:01:25 +02:00
committed by Andrew Heather
parent 25a7e4da7b
commit 83b8032dcc
23 changed files with 639 additions and 17 deletions

View File

@ -10,8 +10,8 @@ runApplication blockMesh
runApplication topoSet
runApplication subsetMesh -overwrite c0 -patch walls
runApplication setFields
#runApplication decomposePar
#runParallel `getApplication`
runApplication `getApplication`
runApplication decomposePar
runParallel `getApplication`
#runApplication `getApplication`
#------------------------------------------------------------------------------

View File

@ -37,7 +37,7 @@ nBufferLayers 1;
maxRefinement 2;
// Stop refinement if maxCells reached
maxCells 15000000;
maxCells 1500000;
// Flux field and corresponding velocity field. Fluxes on changed
// faces get recalculated by interpolating the velocity. Use 'none'

View File

@ -19,7 +19,7 @@ solvers
{
"alpha.water.*"
{
isoFaceTol 1e-6;
isoFaceTol 1e-10;
surfCellTol 1e-6;
nAlphaBounds 3;
snapTol 1e-12;