View source: R/create_scatterer.R
gas_generate | R Documentation |
Create GAS object
gas_generate(
shape = "sphere",
radius,
h_fluid = 0.22,
g_fluid = 0.0012,
sound_speed_fluid = NULL,
density_fluid = NULL,
theta_body = pi/2,
ID = NULL,
radius_units = "m",
theta_units = "radians",
n_segments = 100
)
shape |
Optional pre-made shape input. Default is a sphere. |
radius |
Optional average radius (m). |
h_fluid |
Sound speed contrast of fluid relative to surrounding medium (h). |
g_fluid |
Density contrast of fluid relative to surrounding density (g). |
sound_speed_fluid |
Optional fluid sound speed (m/s). |
density_fluid |
Optional fluid density (m/s). |
theta_body |
Orientation of the target relative to the transmit source
( |
ID |
Optional metadata entry. |
radius_units |
Diameter units. Defaults to "m". |
theta_units |
Units used for orientation. Defaults to "radians". |
n_segments |
Number of body segments. |
Creates a GAS-class object from a *.csv file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.