Class HarmonicAnalysisResultsBrokenDownByComponentWithinAHarmonic
Inheritance
System.Object
HarmonicAnalysisResultsBrokenDownByComponentWithinAHarmonic
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class HarmonicAnalysisResultsBrokenDownByComponentWithinAHarmonic : HarmonicAnalysisResultsBrokenDownByLocationWithinAHarmonic, IEquatable<APIBase>
Properties
ComponentName
Declaration
public string ComponentName { get; }
Property Value
Type |
Description |
System.String |
|
DynamicMeshForce
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic DynamicMeshForce { get; }
Property Value
DynamicMeshMoment
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic DynamicMeshMoment { get; }
Property Value
DynamicMisalignment
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic DynamicMisalignment { get; }
Property Value
DynamicTE
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic DynamicTE { get; }
Property Value
KineticEnergy
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic KineticEnergy { get; }
Property Value
SoundIntensity
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic SoundIntensity { get; }
Property Value
SoundPressure
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic SoundPressure { get; }
Property Value
SoundVelocity
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic SoundVelocity { get; }
Property Value
StrainEnergy
Declaration
public ResultsForResponseOfAComponentOrSurfaceInAHarmonic StrainEnergy { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods