result:equivalent radiated power
Version: 0.0.0
Description
Compute the Equivalent Radiated Power (ERP)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | the input field container expects displacements fields |
| Pin 1 Required | mesh | abstract_meshed_region, meshes_container | the mesh region in this pin has to be boundary or skin mesh |
| Pin 2 Required | time_scoping | int32, vector<int32>, scoping | load step number (if it's specified, the ERP is computed only on the substeps of this step) or time scoping |
| Pin 3 Required | mass_density | double | mass density (if it's not specified, default value of the air is applied). |
| Pin 4 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). |
| Pin 5 Required | erp_type | int32 | if this pin is set to 0, the classical ERP is computed, 1 the corrected ERP is computed (a mesh of one face has to be given in the pin 1) and 2 the enhanced ERP is computed. Default is 0. |
| Pin 6 Required | boolean | bool | if this pin is set to true, the ERP level in dB is computed |
| Pin 7 Required | factor | double | erp reference value. Default is 1E-12 |
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: equivalent_radiated_power
Full name: result.equivalent_radiated_power
Internal name: ERP
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.