jf1uids.shock_finder.shock_finder#

Module Contents#

Functions#

shock_sensor

WENO-JS smoothness indicator for shock detection.

strongest_shock_radius

Compute the radius of the strongest shock in the domain.

strongest_shock_dissipated_energy_flux

Compute the dissipated energy flux due to the strongest shock in the domain.

API#

jf1uids.shock_finder.shock_finder.shock_sensor(primitive_state)[source]#

WENO-JS smoothness indicator for shock detection.

jf1uids.shock_finder.shock_finder.strongest_shock_radius(primitive_state, helper_data, padL, padR)[source]#

Compute the radius of the strongest shock in the domain.

jf1uids.shock_finder.shock_finder.strongest_shock_dissipated_energy_flux(primitive_state, gamma, padL, padR, statePad)[source]#

Compute the dissipated energy flux due to the strongest shock in the domain.