Case convection_boxSt
Overview
The case is configured with:
strategy: temperature
The case is tested with:
The case is genearated with extra settings:
test stragety = temperature in mesh refinement
subsection Mesh refinement
set Initial global refinement = 3
set Initial adaptive refinement = 2
set Time steps between mesh refinement = 10
set Refinement fraction = 1.0
set Coarsening fraction = 0.0
set Strategy = temperature
end
This case goes to refinement level to 5 and doesn't change afterwards.
In the code, the 'maximum_refinememt_level' is set to the sum of 'Initial global refinement' and 'Initial adaptive refinement' so that we cannot refine to a higher level even in a later time step.