pyro.compressible_sr.problems package#

Submodules#

pyro.compressible_sr.problems.acoustic_pulse module#

pyro.compressible_sr.problems.acoustic_pulse.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.acoustic_pulse.init_data(myd, rp)[source]#

initialize the acoustic_pulse problem. This comes from McCourquodale & Coella 2011

pyro.compressible_sr.problems.advect module#

pyro.compressible_sr.problems.advect.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.advect.init_data(my_data, rp)[source]#

initialize a smooth advection problem for testing convergence

pyro.compressible_sr.problems.bubble module#

pyro.compressible_sr.problems.bubble.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.bubble.init_data(my_data, rp)[source]#

initialize the bubble problem

pyro.compressible_sr.problems.gresho module#

pyro.compressible_sr.problems.gresho.finalize()[source]#

print out any information to the userad at the end of the run

pyro.compressible_sr.problems.gresho.init_data(my_data, rp)[source]#

initialize the Gresho vortex problem

pyro.compressible_sr.problems.hse module#

pyro.compressible_sr.problems.hse.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.hse.init_data(my_data, rp)[source]#

initialize the HSE problem

pyro.compressible_sr.problems.kh module#

pyro.compressible_sr.problems.kh.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.kh.init_data(my_data, rp)[source]#

initialize the Kelvin-Helmholtz problem

pyro.compressible_sr.problems.quad module#

pyro.compressible_sr.problems.quad.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.quad.init_data(my_data, rp)[source]#

initialize the quadrant problem

pyro.compressible_sr.problems.rt module#

pyro.compressible_sr.problems.rt.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.rt.init_data(my_data, rp)[source]#

initialize the rt problem

pyro.compressible_sr.problems.rt2 module#

A RT problem with two distinct modes: short wave length on the left and long wavelength on the right. This allows one to see how the growth rate depends on wavenumber.

pyro.compressible_sr.problems.rt2.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.rt2.init_data(my_data, rp)[source]#

initialize the rt problem

pyro.compressible_sr.problems.sedov module#

pyro.compressible_sr.problems.sedov.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.sedov.init_data(my_data, rp)[source]#

initialize the sedov problem

pyro.compressible_sr.problems.sod module#

pyro.compressible_sr.problems.sod.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.sod.init_data(my_data, rp)[source]#

initialize the sod problem

pyro.compressible_sr.problems.test module#

pyro.compressible_sr.problems.test.finalize()[source]#

print out any information to the user at the end of the run

pyro.compressible_sr.problems.test.init_data(my_data, rp)[source]#

an init routine for unit testing