Skip to content
Snippets Groups Projects
Commit 1313c32c authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

parameter

parent 70615d38
No related branches found
No related tags found
No related merge requests found
# PROBLEM SELECTION
#------------------
# possible: "sod" , "withman", "withmansmooth", "smooth1d" , "ffs" , "diffraction" , "shockbubble"
euler.problem: sod
# euler.problemflag: 0
# euler.riemanndata: [1., -1., 1., 1., 1., 1.]
# LIMITER SETTINGS
#-----------------
# 0 = only dg solution | 1 = only reconstruction | 2 = both
femdg.limiter.admissiblefunctions: 1
# tolerance for shock indicator
femdg.limiter.tolerance: 1
# threshold for avoiding over-excessive limitation
femdg.limiter.limiteps: 1e-8
# add indicator to outputvariables
femdg.limiter.indicatoroutput: true
# DATA WRITER
#------------
fem.io.path: ./data/euler
fem.io.datafileprefix: RC
fem.io.savestep: 0.01 # SaveStep (write data every `saveStep' time period, <=0 deactivates)
fem.io.savecount: -1 # SaveCount (write data every saveCount time steps, <=0 deactivates)
# GRID SOLUTION
#--------------
gridsol.savestep: 0.5
gridsol.firstwrite: 0.5
gridsol.filename: straka-checkpoint
# GENERAL
#--------
paramfile: ../parameter/paramBase
femhowto.eocSteps: 3
problem.verboserank: 0
# PROBLEM SETUP
#--------------
paramfile: ../parameter/paramPhysicalConstants
g: 1. # gravity force [m/ss]
femhowto.startTime: 0.
femhowto.endTime: 0.15
hSpeed0: 1. # x-axis speed [m/s]
vSpeed0: 1.25 # z-axis speed [m/s]
p0: 1. # surface pressure [Pa]
N: 0.01 # Brunt-Vaisala frequency
Re: 1. # Reynold's number
Pr: 1. # Prandtl's number
rho_a: 1.
rho_b: 0.05
delta_T: -15 # temperature perturbation peak [K]
x_c: 0.25 # x-center of perturbation ball
y_c: 0.25 # y-center of perturbation ball
z_c: 0.25 # z-center of perturbation ball
r: 0.25 # radius of perturbation ball
# DOMAIN SETUP
#-------------
fem.io.macroGridFile_1d: ../macrogrids/unitcube1.dgf
#fem.io.macroGridFile_2d: ../macrogrids/unitcube2.dgf
fem.io.macroGridFile_2d: ../macrogrids/grid2d_str1d.dgf
fem.io.macroGridFile_3d: ../macrogrids/unitcube3.dgf
# SOLVER CONFIGURATION
#---------------------
paramfile: ../parameter/paramSolver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment