result:transient rayleigh integration
Version: 0.0.0
Description
Computes the transient Rayleigh integral
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | the input field container expects acceleration fields |
| Pin 1 Required | mesh | abstract_meshed_region, meshes_container | The meshes region in this pin has to be boundary or skin mesh. This is the source meshes. |
| Pin 2 Required | time_scoping | int32, vector<int32>, scoping | Load step number (if it's specified, the Transient rayleigh integration is computed only on the substeps of this step) or time scoping |
| Pin 3 Required | field | field | The field represents the coordinates of the observation position. It should be specified if not observation mesh is provided. |
| Pin 4 Required | observation_mesh | abstract_meshed_region | This is the observation mesh region |
| Pin 5 Required | mass_density | double | Mass density (if it's not specified, default value of the air is applied). |
| Pin 6 Required | speed_of_sound | double | Speed of sound (if it's not specified, default value of the speed of sound in the air is applied). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: result
Plugin: core
Scripting name: transient_rayleigh_integration
Full name: result.transient_rayleigh_integration
Internal name: transient_rayleigh_integration
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.