swh:1:snp:75cdaf5164207cb3d00f07a3da10a0250b29d03b
Raw File
Tip revision: d729eb5bdac23f85f24075d6f076a8b2f47d8325 authored by Timo Heister on 30 June 2020, 18:54:08 UTC
version 2.2.0
Tip revision: d729eb5
topo_chunk.prm
#Test topography postprocessor with chunk geometry
set Dimension = 2
set CFL number                             = 1.0
set Adiabatic surface temperature          = 1600.0
set Surface pressure                       = 0
set Use years in output instead of seconds = true
set Nonlinear solver scheme                = single Advection, single Stokes
set Output directory              = topo_chunk
set Pressure normalization = no

subsection Gravity model
  set Model name = radial constant

  subsection Radial constant
    set Magnitude = 10
  end
end

subsection Geometry model
  set Model name = chunk
  subsection Chunk
    set Chunk minimum longitude = 60
    set Chunk maximum longitude = 120
    set Longitude repetitions = 1
    set Chunk inner radius = 3000000
    set Chunk outer radius = 6000000
    set Radius repetitions = 1
  end
end

subsection Initial temperature model
  set Model name = harmonic perturbation
  subsection Harmonic perturbation
    set Magnitude = 200.0
  end
end

subsection Boundary temperature model
  set List of model names = spherical constant
  subsection Spherical constant
    set Inner temperature = 1800
    set Outer temperature = 273
  end
end

subsection Material model
  set Model name = simple
  subsection Simple model
    set Reference density = 3340
    set Reference specific heat = 1200
    set Thermal expansion coefficient = 3e-5
    set Viscosity = 1e21
  end
end

subsection Mesh refinement
  set Initial adaptive refinement        = 0
  set Initial global refinement          = 4
end

# The parameters below this comment were created by the update script
# as replacement for the old 'Model settings' subsection. They can be
# safely merged with any existing subsections with the same name.

subsection Boundary temperature model
  set Fixed temperature boundary indicators   = inner, outer
end

subsection Mesh deformation
  set Mesh deformation boundary indicators = outer: free surface
end

subsection Boundary velocity model
  set Zero velocity boundary indicators       = inner
end

subsection Postprocess
  set List of postprocessors = topography
  subsection Topography
    set Time between text output       = 0
    set Output to file = true
  end
end

subsection Termination criteria
  set Termination criteria = end step
  set End step                               = 1
end
back to top