pyro.compressible.problems package

Submodules

pyro.compressible.problems.acoustic_pulse module

pyro.compressible.problems.acoustic_pulse.finalize()[source]

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

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

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

pyro.compressible.problems.advect module

pyro.compressible.problems.advect.finalize()[source]

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

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

initialize a smooth advection problem for testing convergence

pyro.compressible.problems.bubble module

pyro.compressible.problems.bubble.finalize()[source]

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

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

initialize the bubble problem

pyro.compressible.problems.gresho module

pyro.compressible.problems.gresho.finalize()[source]

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

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

initialize the Gresho vortex problem

pyro.compressible.problems.hse module

pyro.compressible.problems.hse.finalize()[source]

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

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

initialize the HSE problem

pyro.compressible.problems.kh module

pyro.compressible.problems.kh.finalize()[source]

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

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

initialize the Kelvin-Helmholtz problem

pyro.compressible.problems.quad module

pyro.compressible.problems.quad.finalize()[source]

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

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

initialize the quadrant problem

pyro.compressible.problems.ramp module

pyro.compressible.problems.ramp.finalize()[source]

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

pyro.compressible.problems.ramp.init_data(my_data, rp)[source]

initialize the double Mach reflection problem

pyro.compressible.problems.rt module

pyro.compressible.problems.rt.finalize()[source]

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

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

initialize the rt problem

pyro.compressible.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.problems.rt2.finalize()[source]

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

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

initialize the rt problem

pyro.compressible.problems.sedov module

pyro.compressible.problems.sedov.finalize()[source]

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

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

initialize the sedov problem

pyro.compressible.problems.sod module

pyro.compressible.problems.sod.finalize()[source]

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

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

initialize the sod problem

pyro.compressible.problems.test module

pyro.compressible.problems.test.finalize()[source]

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

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

an init routine for unit testing