Skip to content

Commit

Permalink
Update Volcano.dat
Browse files Browse the repository at this point in the history
Fixed running parameters and added magma chamber as a thermal anomaly
  • Loading branch information
IskanderI authored Nov 5, 2023
1 parent 795026c commit 76008bc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions input_models/ScalingTests/Volcano.dat
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ unit_stress = 1e9
#===============================================================================

SolverType = multigrid # solver [direct or multigrid]
MGLevels = 6 # number of MG levels [default=3]
MGSweeps = 5 # number of MG smoothening steps per level [default=10]
MGSmoother = jacobi # type of smoothener used [chebyshev or jacobi]
MGJacobiDamp = 0.5 # Dampening parameter [only employed for Jacobi smoothener; default=0.6]
MGLevels = 5 # number of MG levels [default=3]
MGSweeps = 25 # number of MG smoothening steps per level
MGSmoother = jacobi # type of smoothener used [chebyshev or jacobi]
MGJacobiDamp = 0.5 # Dampening parameter [only employed for Jacobi smoothener; default=0.6]


#===============================================================================
Expand All @@ -125,6 +125,13 @@ unit_stress = 1e9
<EllipsoidEnd>


<EllipsoidStart>
phase = 1
axes = 14.0 14.0 1.0 # semi-axes of ellipsoid in x, y and z
center = 0.0 0.0 -4.0
Temperature = constant # optional: Temperature of the sphere. possibilities: [constant]
cstTemp = 1000 # required in case of [constant]: temperature value [in Celcius in case of GEO units]
<EllipsoidEnd>
#===============================================================================
# Output
#===============================================================================
Expand Down

0 comments on commit 76008bc

Please sign in to comment.