Автор: Jose Carlo Mendoza (jcdmendoza89@gmail.com). Создано в рамках проекта SMath. Опубликовано пользователем jcmendoza.

Мы обрабатываем Cookies с целью персонализации сервисов и чтобы пользоваться веб-сайтом было удобнее. Вы можете запретить обработку Cookies в настройках браузера. Пожалуйста, ознакомьтесь с политикой конфиденциальности на странице Политика конфиденциальности.

Принять

Функциональность FEBeam

Версия 1.0.8380.20839

Функции

Дополнительные компоненты, добавляющие в программу SMath Studio новые математические функции, необходимые для решения задач из различных областей.

  1. A_AddBeam("1:строка", "2:число", "3:число", "4:строка")
    Add Beam Element. 1:string - name or ID; 2:number - length of the beam; 3:number - moment of inertia; 4:string - name or ID of material.
  2. A_AddBoundaryCondition("1:строка", "2:число", "3:строка", "4:строка")
    Add boundary condition. 1:string - name or ID; 2:number - location; 3:string - name or ID of Vertical Spring; 4:string - name or ID or Rotation Spring.
  3. A_AddDistributedLoad("1:строка", "2:строка", "3:число", "4:число", "5:число", "6:число")
    Add Distributed Transverse Load. 1:string - name or ID; 2:string - load case name or ID; 3:number - start location; 4:number - End Location; 5:number - Start value; 6:number - End value.
  4. A_AddMaterial("1:строка", "2:число")
    Add Material. 1:string - name or ID; 2:number - Elastic Constant.
  5. A_AddPointLoad("1:строка", "2:строка", "3:число", "4:число", "5:число")
    Add Transverse Point Load. 1:string - name or ID; 2:string - load case name or ID; 3:number - location; 4:number - Load Value; 5:number - Moment Value.
  6. A_AddRotationalSpringClassification("1:строка", "2:число")
    Add a rotation spring classification. 1:string - name or ID; 2:number - stiffness of the rotational spring.
  7. A_AddSpecifiedDisplacement("1:строка", "2:число")
    Add a specified deflection at specified location. 1:string - name or ID; 2:number - specified deflection.
  8. A_AddSpecifiedRotation("1:строка", "2:число")
    Add a specified rotation or slope at specified location. 1:string - name or ID; 2:number - specified rotation or slope.
  9. A_AddSupport("1:строка", "2:число", "3:строка")
    Add Support. 1:string - name or ID; 2:number - location; 3:string - Type of support - PIN, ROLLER, OR FIXED.
  10. A_AddVerticalSpringClassification("1:строка", "2:число")
    Add a vertical spring classification. 1:string - name or ID; 2:number - stiffness of the vertical spring.
  11. A_GetDisplacementDiagram("число")
    Gets the displacement diagram of the current solved load case/s.
  12. A_GetDOFsAt("число")
    Gets the slope and deflection at the specified location within the beam span.
  13. A_GetDOFsMaximaAtRange("1:число", "2:число")
    Gets the maximum/minimum slope and deflection within the specified range. 1:number - Start; 2:number - End.
  14. A_GetInternalForcesAt("число")
    Gets the shear and moment at the specified location within the beam span.
  15. A_GetInternalForcesMaximaAtRange("1:число", "2:число")
    Gets the maximum/minimum shear and moment within the specified range. 1:number - Start; 2:number - End.
  16. A_GetInternalMomentDiagram("число")
    Gets the moment diagram of the current solved load case/s.
  17. A_GetInternalShearDiagram("число")
    Gets the shear diagram of the current solved load case/s.
  18. A_GetLoadDiagram("число")
    Gets the loading diagram for all load case/s.
  19. A_GetLoadDiagramByLoadCase("строка")
    Gets the loading diagram for the specified load case name or ID.
  20. A_GetReactionAt("строка")
    Gets the shear and moment reactions at the specified support name or ID.
  21. A_GetSlopeDiagram("число")
    Gets the slope diagram of the current solved load case/s.
  22. A_ModelReset("число")
    Reset Finite Element Beam Model.
  23. A_SetDiagramUnits("строка")
    Set units for diagrams.
  24. A_SolveLoadCase("строка")
    Solve Model using the specified load case name or ID
  25. A_SolveModel("число")
    Solve Model
  26. SectionPropertyAISC("1:строка", "2:строка")
    Gets the property of section per AISC Manual 15th Edition. 1:string - Section; 2:string - Property.