Uses of Interface
org.episteme.core.measure.quantity.Force
Packages that use Force
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 and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of Force in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type ForceMethods in org.episteme.core.measure that return types with arguments of type Force -
Uses of Force in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Force in org.episteme.core.measure.quantity -
Uses of Force in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Force -
Uses of Force in org.episteme.natural.engineering.mechanics
Method parameters in org.episteme.natural.engineering.mechanics with type arguments of type ForceModifier and TypeMethodDescriptionBeamDeflection.cantilever_EndLoad(Quantity<Force> load, Quantity<Length> length, Quantity<Pressure> elasticModulus, Real momentOfInertia) Maximum deflection for cantilever beam with end load.BeamDeflection.simplySupported_CenterLoad(Quantity<Force> load, Quantity<Length> length, Quantity<Pressure> elasticModulus, Real momentOfInertia) Maximum deflection for simply supported beam with center point load. -
Uses of Force in org.episteme.natural.engineering.structural
Methods in org.episteme.natural.engineering.structural that return types with arguments of type Force -
Uses of Force in org.episteme.natural.physics.classical.mechanics
Methods in org.episteme.natural.physics.classical.mechanics that return types with arguments of type Force -
Uses of Force in org.episteme.natural.physics.classical.waves.electromagnetism.field
Methods in org.episteme.natural.physics.classical.waves.electromagnetism.field that return types with arguments of type ForceModifier and TypeMethodDescriptionElectromagnetism.coulombForce(Quantity<ElectricCharge> q1, Quantity<ElectricCharge> q2, Quantity<Length> r) Coulomb's law: F = k * |q1*q2| / r² where k = 1/(4Àε₀)Electromagnetism.lorentzForce(Quantity<ElectricCharge> charge, Quantity<Velocity> velocity, Quantity<MagneticFluxDensity> B) Magnetic force on moving charge: F = qvB (simplified, perpendicular case)Method parameters in org.episteme.natural.physics.classical.waves.electromagnetism.field with type arguments of type ForceModifier and TypeMethodDescriptionstatic Quantity<?> Electromagnetism.electricField(Quantity<Force> force, Quantity<ElectricCharge> charge) Electric field: E = F/q -
Uses of Force in org.episteme.social.architecture
Methods in org.episteme.social.architecture that return types with arguments of type ForceModifier and TypeMethodDescriptionStructuralPrimitives.calculateArchThrust(Quantity<?> uniformLoad, Quantity<Length> span, Quantity<Length> height) Calculates the horizontal thrust (H) of a simple parabolic arch supporting a uniform load.Method parameters in org.episteme.social.architecture with type arguments of type Force -
Uses of Force in org.episteme.social.sports
Methods in org.episteme.social.sports that return types with arguments of type ForceModifier and TypeMethodDescriptionBallAerodynamics.calculateDragForce(Quantity<MassDensity> rho, Quantity<Length> radius, Quantity<Velocity> velocity, Real cd) Calculates the Aerodynamic Drag Force.BallAerodynamics.calculateMagnusForce(Quantity<MassDensity> rho, Quantity<Length> radius, Quantity<Velocity> velocity, Quantity<Frequency> spin) Calculates the Magnus Force (lift/swerve) on a spinning ball.