Time and FrequencyΒΆ
simulation_start_time_secOptional: Yes
Type: Float
Description: The start time (in second) for the simulation. This is an optional parameter and the default value is
0.
simulation_end_time_secType: Float
Description: The end time (in second) for the simulation.
simulation_delta_time_secType: Float
Description: The time step length (in second) used in the simulation.
simulation_wave_max_freq_hzType: Float
Description: The maximum wave frequency (in Hz) for the simulation.
simulation_node_per_wavelengthType: Integer
Description: The number of nodes per wavelength.
simulation_shear_velocity_minType: Float
Description: The minimum shear velocity. Shear velocities in the simulation that are smaller than this value will be replaced with it.
Since Hercules utilizes explicit FEM, the element size \(h\) is determined with shear velocity \(V_S\), nodes per wavelength \(N_p\), and maximum wave frequency \(f_{max}\). The formula can be expressed as
And since we also defined the minimum shear velocity \(V_{S, min}\), the minimum element size \(h_{min}\) can be derived by
Once you get the minimum element size, the time step \(\Delta t\) can derive as follows.
where \(V_{P, max}\) is the maximum P wave velocity in the domain.