Uses of Enum Class
org.episteme.social.architecture.WindLoadCalculator.TerrainCategory
Packages that use WindLoadCalculator.TerrainCategory
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of WindLoadCalculator.TerrainCategory in org.episteme.social.architecture
Subclasses with type arguments of type WindLoadCalculator.TerrainCategory in org.episteme.social.architectureModifier and TypeClassDescriptionstatic enumCategories of terrain roughness for wind velocity profiles.Methods in org.episteme.social.architecture that return WindLoadCalculator.TerrainCategoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WindLoadCalculator.TerrainCategory[]WindLoadCalculator.TerrainCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.architecture with parameters of type WindLoadCalculator.TerrainCategoryModifier and TypeMethodDescriptionstatic RealWindLoadCalculator.meanWindVelocity(Real basicVelocity, Quantity<Length> height, WindLoadCalculator.TerrainCategory terrain, double orographyFactor) Calculates the mean wind velocity (Vm) at a specific height (z) above ground.static RealWindLoadCalculator.peakVelocityPressure(Real meanVelocity, Quantity<Length> height, WindLoadCalculator.TerrainCategory terrain, double airDensity) Calculates the peak velocity pressure (Qp) at a given height, accounting for mean velocity and turbulence.