Uses of Record Class
org.episteme.social.architecture.StructuralLoadPath.MemberForce
Packages that use StructuralLoadPath.MemberForce
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of StructuralLoadPath.MemberForce in org.episteme.social.architecture
Methods in org.episteme.social.architecture with parameters of type StructuralLoadPath.MemberForceModifier and TypeMethodDescriptionstatic booleanStructuralLoadPath.checkMemberCapacity(StructuralLoadPath.MemberForce forces, double yieldStrength, double safetyFactor) Verifies if a member's internal stress exceeds its capacity, considering both axial and bending stresses.Method parameters in org.episteme.social.architecture with type arguments of type StructuralLoadPath.MemberForceModifier and TypeMethodDescriptionstatic StringStructuralLoadPath.generateFBD(StructuralLoadPath.StructuralMember member, List<StructuralLoadPath.MemberForce> allForces) Generates a structural summary (Free Body Diagram data) for a member.