swh:1:snp:75cdaf5164207cb3d00f07a3da10a0250b29d03b
Raw File
Tip revision: d5dfc36b981d2a0a74d1735ba4d262cd6df797d0 authored by Timo Heister on 29 April 2019, 09:06:03 UTC
version 2.1.0
Tip revision: d5dfc36
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 Free surface
  set Free surface boundary indicators = outer
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