Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Volcano.dat #6

Merged
merged 7 commits into from
Nov 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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