BaseSphereFrequencyComposite
- class osaft.core.basecomposite.BaseSphereFrequencyComposite(frequency, radius)[source]
Bases:
BaseFrequencyCompositeComposite class with
FrequencyandSphereThis class has two purposes:
- Parameters
Public Data Attributes:
Wrapper for
osaft.core.geometries.Sphere.R_0Wrapper for
osaft.core.geometries.Sphere.areaWrapper for
osaft.core.geometries.Sphere.volumeInherited from
BaseFrequencyCompositewrapper for
osaft.core.frequency.Frequency.fwrapper for
osaft.core.frequency.Frequency.omegaPublic Methods:
Inherited from
BaseFrequencyCompositeReturns all properties that are settable.
- classmethod input_variables()
Returns all properties that are settable.
Returns a list of the names of all properties that are settable, i.e. all properties that wrap a PassiveVariable.
- Return type
list[str]
- property R_0: float
Wrapper for
osaft.core.geometries.Sphere.R_0- Return type
float
- property area: float
Wrapper for
osaft.core.geometries.Sphere.area- Return type
float
- property f: float
wrapper for
osaft.core.frequency.Frequency.f- Return type
float
- property omega: float
wrapper for
osaft.core.frequency.Frequency.omega- Return type
float
- property volume: float
Wrapper for
osaft.core.geometries.Sphere.volume- Return type
float