📄 par.inp.template
字号:
# Parameter file for SEM2DPACK 2.x # Test for absorbing boundary conditions#----- Some general parameters ----------------&ECHO title = 'Testing absorbing boundaries', verbose='0001' , ItInfo = 400, ItSnapshots = 1000 /&GENERAL iexec=1, ngll=9, fmax=75d0, ndof= _NDOF_ /#----- Build the mesh ---------------------------&MESH_DEF method = 'CARTESIAN' /# ZBOTTOM = -1d3 or -2d3# ZNEL = 10 or 15 &MESH_CART xlim=-1.5d3,4.5d3 ,zlim=_ZBOTTOM_,2d3 , nelem=120,_ZNEL_ /#---- Elastic material parameters --------------&MATERIAL tag=1, mode='ISOTR' /2500.d0 5000.d0 2887.d0#----- Boundary conditions ---------------------#&BC_DEF tags =1,3 ,kind = 'PERIOD' /#&BC_DEF tags =2,4 ,kind = 'PERIOD' /&BC_DEF tag = 1 , kind = 'ABSORB' /&BC_ABSORB side = 'D', stacey=F /&BC_DEF tag = 2 , kind = 'ABSORB' /&BC_ABSORB side = 'R', stacey=F /&BC_DEF tag = 3 , kind = 'ABSORB' / &BC_ABSORB side = 'U', stacey=F /&BC_DEF tag = 4 , kind = 'ABSORB' /&BC_ABSORB side = 'L', stacey=F /#---- Time scheme settings ----------------------# TT = 1.5d0 for PSV# = 2d0 for SH&TIME TotalTime= _TT_ , courant = 0.6d0 /#---- Sources ----------------------------------&SRC_DEF TimeFunction= 'RICKER' ,coord= 0.d0,0.d0 mechanism= 'FORCE' /&SRC_RICKER f0= 30d0, onset = 0.05d0, ampli = 1.d9 /&SRC_FORCE angle = 90d0/#----- Receivers ---------------------------------&REC_LINE number = 91 , first = 0.d3,-1.d3, last = 4.5d3,-1.d3, isamp=1 / #--------- Plots settings ----------------------&PLOTS postscript=F, bin=F /#&PLOTS fields='V' /#&PLOTS_POSTSCRIPT vectors =F, CpModel=.true., interpol = F ,ScaleField = 0.1d0 /
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -