compressible.problems package

Submodules

compressible.problems.acoustic_pulse module

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

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

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

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

compressible.problems.advect module

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

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

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

initialize a smooth advection problem for testing convergence

compressible.problems.bubble module

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

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

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

initialize the bubble problem

compressible.problems.hse module

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

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

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

initialize the HSE problem

compressible.problems.kh module

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

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

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

initialize the Kelvin-Helmholtz problem

compressible.problems.quad module

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

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

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

initialize the quadrant problem

compressible.problems.ramp module

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

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

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

initialize the double Mach reflection problem

compressible.problems.rt module

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

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

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

initialize the rt problem

compressible.problems.rt2 module

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

compressible.problems.rt2.finalize()[source]

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

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

initialize the rt problem

compressible.problems.sedov module

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

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

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

initialize the sedov problem

compressible.problems.sod module

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

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

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

initialize the sod problem

compressible.problems.test module

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

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

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

an init routine for unit testing