mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: Modified tutorials and added cyclic test case.
This commit is contained in:
committed by
Andrew Heather
parent
25a7e4da7b
commit
83b8032dcc
@ -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`
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -19,7 +19,7 @@ solvers
|
||||
{
|
||||
"alpha.water.*"
|
||||
{
|
||||
isoFaceTol 1e-6;
|
||||
isoFaceTol 1e-10;
|
||||
surfCellTol 1e-6;
|
||||
nAlphaBounds 3;
|
||||
snapTol 1e-12;
|
||||
|
||||
Reference in New Issue
Block a user