Uses of Interface
org.episteme.core.measure.quantity.Area
Packages that use Area
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
Provides classes for social geography, human settlements, and mapping.
- social structures, persons, and cultural modeling.
-
Uses of Area in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type Area -
Uses of Area in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Area in org.episteme.core.measure.quantity -
Uses of Area in org.episteme.natural.engineering.thermal
Method parameters in org.episteme.natural.engineering.thermal with type arguments of type AreaModifier and TypeMethodDescriptionHeatTransfer.conduction(Real thermalConductivity, Quantity<Area> area, Quantity<Temperature> temperatureDifference, Quantity<Length> thickness) Fourier's Law for heat conduction.HeatTransfer.convection(Real convectionCoefficient, Quantity<Area> area, Quantity<Temperature> temperatureDifference) Newton's Law of Cooling for convection.HeatTransfer.radiation(Real emissivity, Quantity<Area> area, Quantity<Temperature> surfaceTemp, Quantity<Temperature> surroundingTemp) Stefan-Boltzmann Law for radiation. -
Uses of Area in org.episteme.social.architecture
Methods in org.episteme.social.architecture that return types with arguments of type AreaModifier and TypeMethodDescriptionAcoustics.calculateAbsorption(Quantity<Area> area, double absorptionCoefficient) Calculates the effective absorption of a specific architectural surface.Method parameters in org.episteme.social.architecture with type arguments of type AreaModifier and TypeMethodDescriptionstatic RealThermalSimulator.annualHeatingDemand(Real uValue, Quantity<Area> area, double heatingDegreeDays) Estimates the annual heating energy demand using the simplified degree-day method.Acoustics.calculateAbsorption(Quantity<Area> area, double absorptionCoefficient) Calculates the effective absorption of a specific architectural surface.static RealDaylightFactor.calculateDaylightFactor(Quantity<Area> windowArea, Quantity<Area> roomSurfaceArea, double glassTransmittance, double skyAngleFactor, double maintenanceFactor, double averageReflectance) Calculates the Daylight Factor (DF) using the BRE formula.static intLightingSimulator.requiredLuminaires(Real targetLux, Quantity<Area> area, double lumensPerLamp, int lampsPerFixture, double utilizationFactor, double maintenanceFactor) Estimates the number of luminaires needed to achieve a target average illuminance over an area using the Lumen Method.static RealThermalSimulator.thermalMass(ThermalSimulator.WallLayer layer, Quantity<Area> area) Calculates the thermal mass (heat storage capacity) of a building element. -
Uses of Area in org.episteme.social.geography
Methods in org.episteme.social.geography that return types with arguments of type AreaModifier and TypeMethodDescriptionLandUsePlanner.LandZone.area()Returns the value of thearearecord component.Region.getArea()Method parameters in org.episteme.social.geography with type arguments of type AreaModifier and TypeMethodDescriptionCentralPlaceTheory.calculateRange(Quantity<Area> thresholdArea) Calculates the "Range" (service radius) of a good based on threshold area.voidstatic List<LandUsePlanner.LandZone> LandUsePlanner.suggestDefaultAllocation(Quantity<Area> totalArea) Suggests a default allocation for a new urban development.Constructor parameters in org.episteme.social.geography with type arguments of type Area -
Uses of Area in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return types with arguments of type Area