SolidTides#

class ansys.stk.core.stkobjects.SolidTides#

Class defining the contribution of solid tides.

Overview#

include_time_dependent_solid_tides

Time-dependent solid tide effects: opt whether to account for the secondary contribution from certain effects of loading the crust and core.

minimum_amplitude

Minimum tidal amplitude to include in the computation. Uses SmallDistanceUnit Dimension.

truncate_solid_tides

True if solid tide terms (including permanent tide) won’t be included beyond the degree and order selected for the gravity model.

Import detail#

from ansys.stk.core.stkobjects import SolidTides

Property detail#

property SolidTides.include_time_dependent_solid_tides: bool#

Time-dependent solid tide effects: opt whether to account for the secondary contribution from certain effects of loading the crust and core.

property SolidTides.minimum_amplitude: float#

Minimum tidal amplitude to include in the computation. Uses SmallDistanceUnit Dimension.

property SolidTides.truncate_solid_tides: bool#

True if solid tide terms (including permanent tide) won’t be included beyond the degree and order selected for the gravity model.