sailfish.solvers.cbdiso_2d

Isothermal solver for the binary accretion problem in 2D planar coordinates.

Functions

initial_condition(setup, mesh, time)

Generate a 2D array of primitive data from a mesh and a setup.

Classes

Options([velocity_ceiling, density_floor, ...])

Contains parameters which are solver specific options.

Patch(time, primitive, mesh, index_range, ...)

Holds the array buffer state for the solution on a subset of the solution domain.

Solver([setup, mesh, time, solution, ...])

Adapter class to drive the iso_2d C extension module.