SpaceEnvironmentParticleFlux#
- class ansys.stk.core.stkobjects.SpaceEnvironmentParticleFlux#
Particle Flux settings.
Overview#
Return the particle mass array as an array of doubles. Uses Mass Dimension. |
|
Compute meteor impact flux. Uses DateFormat and Flux Dimensions. |
|
Compute meteor damage impact flux. Uses DateFormat and Flux Dimensions. |
|
Compute meteor impact flux for each particle of the mass array, returned as an array of doubles. Uses DateFormat and Flux Dimensions. |
|
Compute meteor damage impact flux for each particle of the mass array, returned as an array of doubles. Uses DateFormat and Flux Dimensions. |
|
Compute debris impact flux. Uses DateFormat and Flux Dimensions. |
|
Compute debris damage impact flux. Uses DateFormat and Flux Dimensions. |
|
Compute debris impact flux for each particle of the mass array, returned as an array of doubles. Uses DateFormat and Flux Dimensions. |
|
Compute debris damage impact flux for each particle of the mass array, returned as an array of doubles. Uses DateFormat and Flux Dimensions. |
Mode for computing 13-month average F10.7. |
|
F10.7 value. Dimensionless. |
|
Vehicle material. |
|
Area exposed to particles. Uses SmallArea Dimension. |
|
Pit depth in the material that indicates damage. Uses SmallDistance Dimension. |
|
Flag to model sporadic meteors. |
|
Density of the user-defined material. |
|
Tensile strength of the user-defined material in MPa. |
|
Flux file containing F10.7 values. |
Import detail#
from ansys.stk.core.stkobjects import SpaceEnvironmentParticleFlux
Property detail#
- property SpaceEnvironmentParticleFlux.f10p7_source: VehicleSpaceEnvironmentF10P7SourceType#
Mode for computing 13-month average F10.7.
- property SpaceEnvironmentParticleFlux.material: VehicleSpaceEnvironmentMaterial#
Vehicle material.
- property SpaceEnvironmentParticleFlux.area: float#
Area exposed to particles. Uses SmallArea Dimension.
- property SpaceEnvironmentParticleFlux.pit_depth: float#
Pit depth in the material that indicates damage. Uses SmallDistance Dimension.
- property SpaceEnvironmentParticleFlux.material_density: float#
Density of the user-defined material.
Method detail#
- SpaceEnvironmentParticleFlux.get_particle_mass_array(self) list #
Return the particle mass array as an array of doubles. Uses Mass Dimension.
- Returns:
- SpaceEnvironmentParticleFlux.compute_meteor_impact_flux(self, time: Any) float #
Compute meteor impact flux. Uses DateFormat and Flux Dimensions.
- SpaceEnvironmentParticleFlux.compute_meteor_damage_impact_flux(self, time: Any) float #
Compute meteor damage impact flux. Uses DateFormat and Flux Dimensions.
- SpaceEnvironmentParticleFlux.compute_meteor_impact_flux_distribution(self, time: Any) list #
Compute meteor impact flux for each particle of the mass array, returned as an array of doubles. Uses DateFormat and Flux Dimensions.
- SpaceEnvironmentParticleFlux.compute_meteor_damage_impact_flux_distribution(self, time: Any) list #
Compute meteor damage impact flux for each particle of the mass array, returned as an array of doubles. Uses DateFormat and Flux Dimensions.
- SpaceEnvironmentParticleFlux.compute_debris_impact_flux(self, time: Any) float #
Compute debris impact flux. Uses DateFormat and Flux Dimensions.
- SpaceEnvironmentParticleFlux.compute_debris_damage_impact_flux(self, time: Any) float #
Compute debris damage impact flux. Uses DateFormat and Flux Dimensions.