spectre.Strahlkorper¶
- class spectre.Strahlkorper._Pybindings.AngularOrdering¶
Members:
Strahlkorper
Cce
- Cce = <AngularOrdering.Cce: 1>¶
- Strahlkorper = <AngularOrdering.Strahlkorper: 0>¶
- property name¶
- property value¶
- class spectre.Strahlkorper._Pybindings.StrahlkorperDistorted¶
- property average_radius¶
- property expansion_center¶
- property l_max¶
- property m_max¶
- property physical_center¶
- property physical_extents¶
- point_is_contained(self: spectre.Strahlkorper._Pybindings.StrahlkorperDistorted, x: Annotated[collections.abc.Sequence[SupportsFloat | SupportsIndex], 'FixedSize(3)']) bool¶
- radius(self: spectre.Strahlkorper._Pybindings.StrahlkorperDistorted, theta: SupportsFloat | SupportsIndex, phi: SupportsFloat | SupportsIndex) float¶
- class spectre.Strahlkorper._Pybindings.StrahlkorperGrid¶
- property average_radius¶
- property expansion_center¶
- property l_max¶
- property m_max¶
- property physical_center¶
- property physical_extents¶
- point_is_contained(self: spectre.Strahlkorper._Pybindings.StrahlkorperGrid, x: Annotated[collections.abc.Sequence[SupportsFloat | SupportsIndex], 'FixedSize(3)']) bool¶
- radius(self: spectre.Strahlkorper._Pybindings.StrahlkorperGrid, theta: SupportsFloat | SupportsIndex, phi: SupportsFloat | SupportsIndex) float¶
- class spectre.Strahlkorper._Pybindings.StrahlkorperInertial¶
- property average_radius¶
- property expansion_center¶
- property l_max¶
- property m_max¶
- property physical_center¶
- property physical_extents¶
- point_is_contained(self: spectre.Strahlkorper._Pybindings.StrahlkorperInertial, x: Annotated[collections.abc.Sequence[SupportsFloat | SupportsIndex], 'FixedSize(3)']) bool¶
- radius(self: spectre.Strahlkorper._Pybindings.StrahlkorperInertial, theta: SupportsFloat | SupportsIndex, phi: SupportsFloat | SupportsIndex) float¶
- spectre.Strahlkorper._Pybindings.cartesian_coords(*args, **kwargs)¶
Overloaded function.
cartesian_coords(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperGrid) -> spectre.DataStructures.Tensor._Pybindings.TensorIDV3Grid
cartesian_coords(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperInertial) -> spectre.DataStructures.Tensor._Pybindings.TensorIDV3Inertial
- spectre.Strahlkorper._Pybindings.power_monitor(*args, **kwargs)¶
Overloaded function.
power_monitor(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperGrid) -> spectre.DataStructures._Pybindings.DataVector
power_monitor(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperInertial) -> spectre.DataStructures._Pybindings.DataVector
- spectre.Strahlkorper._Pybindings.read_surface_ylm(file_name: str, surface_subfile_name: str, requested_number_of_times_from_end: SupportsInt | SupportsIndex) list[spectre.Strahlkorper._Pybindings.StrahlkorperInertial]¶
- spectre.Strahlkorper._Pybindings.read_surface_ylm_single_time(file_name: str, surface_subfile_name: str, time: SupportsFloat | SupportsIndex, relative_epsilon: SupportsFloat | SupportsIndex, check_frame: bool) spectre.Strahlkorper._Pybindings.StrahlkorperInertial¶
- spectre.Strahlkorper._Pybindings.write_sphere_of_points_to_text_file(radius: SupportsFloat | SupportsIndex, l_max: SupportsInt | SupportsIndex, center: Annotated[collections.abc.Sequence[SupportsFloat | SupportsIndex], 'FixedSize(3)'], output_file_name: str, ordering: spectre.Strahlkorper._Pybindings.AngularOrdering, overwrite_file: bool = False) None¶
- spectre.Strahlkorper._Pybindings.ylm_legend_and_data(*args, **kwargs)¶
Overloaded function.
ylm_legend_and_data(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperInertial, time: typing.SupportsFloat | typing.SupportsIndex, max_l: typing.SupportsInt | typing.SupportsIndex) -> tuple[list[str], list[float]]
ylm_legend_and_data(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperGrid, time: typing.SupportsFloat | typing.SupportsIndex, max_l: typing.SupportsInt | typing.SupportsIndex) -> tuple[list[str], list[float]]
ylm_legend_and_data(strahlkorper: spectre.Strahlkorper._Pybindings.StrahlkorperDistorted, time: typing.SupportsFloat | typing.SupportsIndex, max_l: typing.SupportsInt | typing.SupportsIndex) -> tuple[list[str], list[float]]