View source: R/model_initialization.R
mss_anderson_initialize | R Documentation |
Initialize GAS-object for modal series solution.
mss_anderson_initialize(
object,
frequency,
radius = NULL,
g_body = NULL,
h_body = NULL,
sound_speed_sw = 1500,
density_sw = 1026,
ka_limit = NULL
)
object |
GAS-class object. |
frequency |
Frequency (Hz). |
radius |
Radius of sphere (m). |
g_body |
Density contrast for gas. |
h_body |
Sound speed contrast for gas. |
sound_speed_sw |
Seawater sound speed. |
density_sw |
Seawater density. |
ka_limit |
Modal series limit (i.e. max "m"). The default is the maximum ka + 10. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.