TidalPy.RadialSolver.interfaces package
Submodules
TidalPy.RadialSolver.interfaces.interfaces module
Functions to calculate the initial conditions for an overlying liquid layer above another liquid layer.
For liquid-liquid layer interfaces: all the radial functions are continuous expect for if you are moving from a dynamic layer to static layer or vice versa.
References
S74 : Saito (1974; J. Phy. Earth; DOI: 10.4294/jpe1952.22.123) TS72 : Takeuchi, H., and M. Saito (1972), Seismic surface waves, Methods Comput. Phys., 11, 217–295.
- TidalPy.RadialSolver.interfaces.interfaces.solve_upper_y_at_interface(lower_layer_y_view, upper_layer_y_view, lower_layer_type, lower_is_static, lower_is_incompressible, upper_layer_type, upper_is_static, upper_is_incompressible, interface_gravity, liquid_density, G_to_use, max_num_y=6)