Uses of Record Class
org.episteme.social.architecture.StructuralLoadPath.StructuralMember
Packages that use StructuralLoadPath.StructuralMember
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of StructuralLoadPath.StructuralMember in org.episteme.social.architecture
Methods in org.episteme.social.architecture that return StructuralLoadPath.StructuralMemberModifier and TypeMethodDescriptionStructuralLoadPath.MemberForce.member()Returns the value of thememberrecord component.Methods in org.episteme.social.architecture that return types with arguments of type StructuralLoadPath.StructuralMemberModifier and TypeMethodDescriptionStructuralLoadPath.traceLoadPath(List<StructuralLoadPath.StructuralMember> members, StructuralLoadPath.AppliedLoad load) Traces the logical sequence of members that transmit a load down to the foundation level.Methods in org.episteme.social.architecture with parameters of type StructuralLoadPath.StructuralMemberModifier and TypeMethodDescriptionstatic StringStructuralLoadPath.generateFBD(StructuralLoadPath.StructuralMember member, List<StructuralLoadPath.MemberForce> allForces) Generates a structural summary (Free Body Diagram data) for a member.Method parameters in org.episteme.social.architecture with type arguments of type StructuralLoadPath.StructuralMemberModifier and TypeMethodDescriptionStructuralLoadPath.calculateReactions(List<StructuralLoadPath.StructuralMember> members, List<StructuralLoadPath.AppliedLoad> loads, List<String> supportIds) Calculates reactions at support points for a set of applied loads using equilibrium.StructuralLoadPath.slabLoadDistribution(double slabLoad, double slabLength, double slabWidth, List<StructuralLoadPath.StructuralMember> beams) Distributes a surface load from a slab to supporting beams using tributary area principles.StructuralLoadPath.traceLoadPath(List<StructuralLoadPath.StructuralMember> members, StructuralLoadPath.AppliedLoad load) Traces the logical sequence of members that transmit a load down to the foundation level.Constructors in org.episteme.social.architecture with parameters of type StructuralLoadPath.StructuralMemberModifierConstructorDescriptionMemberForce(StructuralLoadPath.StructuralMember member, double axialForce, double shearForceY, double shearForceZ, double bendingMomentY, double bendingMomentZ, double torsion) Creates an instance of aMemberForcerecord class.