|
| 1 | +&equations |
| 2 | +MaterialFileName = 'material_WL.yaml' |
| 3 | +Plasticity = 0 |
| 4 | +!numflux = 'godunov' |
| 5 | +!numfluxnearfault = 'godunov' |
| 6 | +/ |
| 7 | + |
| 8 | +&IniCondition |
| 9 | +/ |
| 10 | + |
| 11 | +&DynamicRupture |
| 12 | +FL = 16 ! Friction law |
| 13 | +ModelFileName = 'fault.yaml' |
| 14 | + |
| 15 | +!characteristic time of the forced nucleation |
| 16 | +t_0 = 0.5 |
| 17 | + |
| 18 | +!reference vector for defining strike and dip direction |
| 19 | +XRef = -0.1 |
| 20 | +YRef = 0.0 |
| 21 | +ZRef = -1.0 |
| 22 | +refPointMethod = 1 |
| 23 | + |
| 24 | +OutputPointType = 4 ! Type (0: no output, 3: ascii file, 4: paraview file, 5: 3+4) |
| 25 | +SlipRateOutputType=1 ! 0: (smoother) slip rate output evaluated from the difference between the velocity on both side of the fault |
| 26 | + ! 1: slip rate output evaluated from the fault tractions and the failure criterion (less smooth but usually more accurate where the rupture front is well developped) |
| 27 | +/ |
| 28 | + |
| 29 | +!see: https://seissol.readthedocs.io/en/latest/fault-output.html |
| 30 | +!parameterize paraview file output |
| 31 | +&Elementwise |
| 32 | +printtimeinterval_sec = 1.0 ! Time interval at which output will be written |
| 33 | +OutputMask = 1 1 1 1 1 1 1 1 1 1 1 ! turn on and off fault outputs |
| 34 | +refinement_strategy = 2 |
| 35 | +refinement = 1 |
| 36 | +vtkorder = -1 ! positive values enable the high-order VTKHDF format for the elementwise fault output |
| 37 | +/ |
| 38 | + |
| 39 | +! parameterize ascii fault file outputs |
| 40 | +&Pickpoint |
| 41 | +printtimeinterval = 100 ! Index of printed info at timesteps |
| 42 | +OutputMask = 1 1 1 1 1 1 1 1 1 1 1 1 ! turn on and off fault outputs |
| 43 | +!pickdt = 0.005 ! not yet implemented |
| 44 | +PPFileName = 'onfault_receivers.dat' |
| 45 | +/ |
| 46 | + |
| 47 | +&SourceType |
| 48 | +/ |
| 49 | + |
| 50 | +&MeshNml |
| 51 | +MeshFile = 'mesh_ttpv1_small_18k.puml.h5' |
| 52 | +!MeshFile = 'mesh_ttpv2_225k.puml.h5' |
| 53 | +meshgenerator = 'PUML' ! Name of meshgenerator (Gambit3D-fast, Netcdf or PUML) |
| 54 | +pumlboundaryformat='i32' ! the boundary data type for PUML files ('auto', 'i32', 'i64', 'i32x4') |
| 55 | +/ |
| 56 | + |
| 57 | +&Discretization |
| 58 | +CFL = 0.4 ! CFL number (<=1.0) |
| 59 | +ClusteredLTS = 2 ! Enable local time-stepping |
| 60 | +/ |
| 61 | + |
| 62 | +&Output |
| 63 | +OutputFile = 'outputs/ttpv1' |
| 64 | +!OutputFile = 'outputs/ttpv2' |
| 65 | +WavefieldOutput = 0 ! disable/enable volumne wavefield output (right now, format=6 needs to be set as well) |
| 66 | +Format = 10 ! Format (10=no output, 6=hdf5 output) |
| 67 | +! |stress |vel |
| 68 | +iOutputMask = 1 1 1 1 1 1 1 1 1 |
| 69 | +TimeInterval = 1.0 ! Index of printed info at time |
| 70 | +refinement = 1 |
| 71 | + |
| 72 | +! Free surface output |
| 73 | +SurfaceOutput = 1 |
| 74 | +SurfaceOutputRefinement = 1 |
| 75 | +SurfaceOutputInterval = 1.0 |
| 76 | + |
| 77 | +ReceiverOutput = 0 !1 |
| 78 | +pickdt = 0.01 ! Pickpoint Sampling |
| 79 | +RFileName = '' ! Record Points in extra file |
| 80 | +ReceiverOutputInterval = 10.0 |
| 81 | +ReceiverComputeStrain = 0 |
| 82 | + |
| 83 | +xdmfWriterBackend = 'hdf5' ! (optional) The backend used in fault, wavefield, |
| 84 | +! and free-surface output. The HDF5 backend is only supported when SeisSol is compiled with |
| 85 | +! HDF5 support. |
| 86 | + |
| 87 | +EnergyOutput = 1 ! Computation of energy, written in csv file |
| 88 | +EnergyTerminalOutput = 1 ! Write energy to standard output |
| 89 | +EnergyOutputInterval = 1.0 |
| 90 | + |
| 91 | +wavefieldvtkorder = -1 |
| 92 | +surfacevtkorder = -1 |
| 93 | + |
| 94 | +Checkpoint = 0 |
| 95 | +/ |
| 96 | + |
| 97 | +&AbortCriteria |
| 98 | +EndTime = 240.0 |
| 99 | +/ |
0 commit comments