TidalPy.Extending.burnman.material package

Subpackages

Submodules

TidalPy.Extending.burnman.material.helper module

TidalPy.Extending.burnman.material.helper.find_material(material_name: str, material_source: str = None)[source]

Finds a BurnMan material from a specified source file (if provided)

TidalPy will automatically build a lookup table of BurnMan materials. This should be able to capture new BurnMan

materials as they are created as long as the overall structure of BurnMan does not change significantly.

Returns:

returns an un-initialized burnman.material class

TidalPy.Extending.burnman.material.helper.setup_material_lists()[source]

Builds a dictionary of known materials

This is a function, rather than in the body of the script, because it may be a slow process that is only needed

when the user is building a new planet.