The interp model is a simplified approach to modeling dissipation within a planetary region where active tidal equations (like those in solid1d) are not explicitly solved, such as a thin mushy layer or a transition zone. Instead of solving the full poro-viscoelastic system, it approximates the heating profile and subsequent Love numbers using exponential decay from the layer boundaries.
The model assumes that tidal dissipation peaks at the interfaces (upper and lower) and decays exponentially into the interior of the segment.
The heating profile
where:
-
$P_t, P_b$ : The heating intensities at the top and bottom interfaces. -
$l_t, l_b$ : The characteristic decay lengths, defined as a fraction of the total segment thickness ($l = \text{width} \cdot \Delta R$ ).
To remain consistent with the energy dissipation within the global model, the imaginary part of the Tidal Love number
The total
Obliqua.run_interp
When using this model via the TOML configuration, the following parameters in [orbit.obliqua.mushy] are relevant:
-
t_width: Controls the decay length from the top interface ($l_t$ ). -
b_width: Controls the decay length from the bottom interface ($l_b$ ).
This model is particularly useful for representing "mushy" regions where the physical properties are highly uncertain, but the dissipation is expected to be concentrated near the boundaries of solid or liquid layers.