【SAP2000】在框架结构中应用分布式面板荷载Applying Distributed Panel Loads to Frame Structures

在框架结构中应用分布式面板荷载

Applying Distributed Panel Loads to Frame Structures

使用"Uniform to Frame"选项,可以简单地将荷载用于更多样化的情况。
With the “Uniform to Frame” option, loads can be easily used for a greater diversity of situations.

用户只需定义要施加在每个面对象上的均布荷载值。SAP2000程序计算并乘以所包含的框架和/或节点的影响宽度和/或面积。用户可以完全控制荷载的分布方式,可以根据每个面对象的局部轴1或局部轴1和2进行单向或双向分布。
The user only needs to define the values of the uniformly distributed loads to be applied to each area object. The SAP2000 program calculates and multiplies by the influence widths and/or areas of the included frames and/or nodes. The user has full control over the distribution of the loads, which can be one-way or two-way, according to local axis 1 or local axes 1 and 2 of each area object.

使用"None"面对象和不同的划分选项,用户可以选择避免建模覆层和其他次要结构,但在生成的荷载离散化方式中考虑它们。
By using "None" area objects and different division options, the user can choose to avoid modeling coverings and other secondary structures, but consider them in the way the generated loads are discretized.

连续(continuous )与离散(discrete )

适用的程序

Applicable Programs

  • SAP2000

功能

Functionalities

  • Uniform to Frame (Shell)
  • One-way Uniform to Frame (Shell)
  • Two-way Uniform to Frame (Shell)
  • Load Transfer Options
    在这里插入图片描述

面板荷载的分配

Attribution of Loads on Panels

首先,需要选择None面对象,并通过选项Assign -> Area Loads -> Uniform to Frame(Shell)分配相应的荷载。荷载分布可以是单向或双向的,加载方向可以根据面对象的整体轴或局部轴。
First, it is necessary to select the None area objects and assign the respective loads through the option Assign -> Area Loads -> Uniform to Frame (Shell). The load distribution can be one-way or two-way, and the loading direction can be according to the global or local axes of the area objects.
在这里插入图片描述

显示结果荷载的选项

Options for Displaying Resulting Loads

要显示框架对象上的结果荷载,只需选择选项Display -> Show Load Assigns -> Area -> Uniform Load to Frames Resultants。
To display the resulting loads on the frame objects, simply select the option Display -> Show Load Assigns -> Area -> Uniform Load to Frames Resultants.
在这里插入图片描述

示例

Examples

  1. 排除框架
    Exclusion of Frames

    • 考虑在荷载分布中包括所有框架
      Considering the inclusion of all frames in the load distribution
      在这里插入图片描述
    • 通过分配属性Assign -> Frame -> Load Transfer Options,考虑排除支撑构件
      Considering the exclusion of bracing members by assigning the property Assign -> Frame -> Load Transfer Options
      在这里插入图片描述
      在这里插入图片描述
  2. 覆层结构的直接/间接建模
    Direct/Indirect Modeling of Cladding Structures

    • 仅在立面构件上施加荷载以计算结果荷载,无需建模覆层板
      Applying loads only on the facade profiles to calculate the resulting load, without the need to model the cladding sheet
      在这里插入图片描述

    • 考虑立面构件与柱交点处的节点,以计算结果荷载
      Considering the nodes at the intersection of the facade profiles with the columns to calculate the resulting load
      在这里插入图片描述

  3. 根据面板的整体轴或局部轴的荷载
    Loads According to Global or Local Axes of Panels

    • 可以引入根据面对象的局部轴之一或定义的整体坐标系轴来定向的荷载,考虑对象的总面积或在垂直于定义方向的平面上投影的面积
      Possibility of introducing loads oriented according to one of the local axes of the area objects or the axes of the defined global coordinate systems, considering the total area of the object or the projected area on the plane perpendicular to the defined direction
      在这里插入图片描述

    • 离散荷载的合力具有分配的每个荷载中定义的方向
      The resultants of the discretized loads have the orientation defined in each assigned load
      在这里插入图片描述

  4. 单向和双向荷载分布
    One-way and Two-way Load Distribution

    • 在荷载分布中排除支撑。包括和排除的框架分别标识为Yes和No
      Exclusion of braces in the load distribution. The included and excluded frames are identified as Yes and No, respectively
      在这里插入图片描述

    • 根据面对象的局部轴1进行单向分布
      One-way distribution according to local axis 1 of the area object
      在这里插入图片描述

    • 根据面对象的局部轴1和2进行双向分布
      Two-way distribution according to local axes 1 and 2 of the area object
      在这里插入图片描述

  5. 复杂几何形状和可变影响宽度
    Complex Geometries and Variable Influence Widths

    • 具有可变影响宽度的框架荷载
      Loading of frames with variable influence widths
      在这里插入图片描述

    • 无需建模即可自动获得主结构中框架的反力
      Automatic obtainment of frame reactions in the main structure without the need to model them
      在这里插入图片描述

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/775427.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Win11电脑cpu温度过高怎么办呢

Win11电脑cpu温度过高怎么办呢?有时候我们感觉电脑发烫,担心电脑过烫会不会损坏。正常情况下,cpu的温度在45~65度之间,但不排除电脑同时开了太多软件,或者在玩吃鸡、英雄联盟等的大型游戏而导致温度超过85度。只要最高…

CSS 滚动条样式修改

1、滚动条整体部分 使用 ::-webkit-scrollbar 注意:这个必须要加,不然修改的样式不生效 ::-webkit-scrollbar {width: 10px;//修改滚动条宽度 }2、滚动条中的滑块 使用 ::-webkit-scrollbar-thumb ::-webkit-scrollbar-thumb {border-radius: 8px;b…

亚信安全荣获2023年度5G创新应用评优活动两项大奖

近日,“关于2023 年度5G 创新应用评优活动评选结果”正式公布,亚信安全凭借在5G安全领域的深厚积累和创新实践,成功荣获“5G技术创新的优秀代表”和“5G应用创新的杰出实践”两项大奖。 面向异构安全能力的5G安全自动化响应系统 作为5G技术创…

Avalonia11.0.2+.Net6.0支持多语言,国际化使用DynamicResource绑定数据

Avalonia11.0.2+.Net6.0支持多语言,国际化使用DynamicResource绑定数据 介绍调整的内容效果展示介绍 本章内容是对上一章博客的补充,当时我们用的是自定义扩展的方式实现了多语言数据的绑定,本章我们用标准的 Text="{DynamicResource 名称}" 来替换 Text="{i…

前端Web移动端学习day05

移动 Web 第五天 响应式布局方案 媒体查询Bootstrap框架 响应式网页指的是一套代码适配多端,一套代码适配各种大小的屏幕。 共有两种方案可以实现响应式网页,一种是媒体查询,另一种是使用bootstrap框架。 01-媒体查询 基本写法 max-wid…

vue2 el-table指定某些数据不参与排序

vue2 el-table指定某些数据不参与排序 1、需求描述2、配置属性方法3、详细代码如下 1、需求描述 最后一行总计不参与排序 2、配置属性方法 el-table 需要配置 sort-change"soltHandle" 方法 el-table-column 需要配置 sortable"custom"属性3、详细代码如…

标准偏差与标准误差的区别

在统计学中,有两个关系容易搞混 标准偏差:standard deviation (SD) 标准误差:standard error (SE) 不用很复杂的定义,用下面的一个例子来说明这两个概念 假如一个盒子中有7个球,球号为1~7,从中取25次。那么这25次球号的数学和的期望是多少呢? 这很容易计算,取一次的…

Mysql---安全值守常用语句

文章目录 目录 文章目录 一.用户权限设置 用户设置 元数据查询 Union联合查询 分组查询 字符串函数 总结 一.用户权限设置 用户设置 #用户创建 create user "用户名""%主机名" identified by "密码" #用户删除 drop user 用户名 #用户查询…

Rust语言中Regex正则表达式,匹配和查找替换等

官方仓库:https://crates.io/crates/regex 文档地址:regex - Rust github仓库地址:GitHub - rust-lang/regex: An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear tim…

Centos 7 安装 Node.js v16.13.1

二进制安装 Node.js 下载node 16版本wget https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz 解压xz xz -d node-v16.13.2-linux-x64.tar.xz 注:xz 找不到命令需要执行 yum install xz.x86_64 -y 解压tar tar xvf node-v16.13.2-linux-x64.tar 转移…

8.HelloWorld小案例

文章目录 一、Java程序开发运行流程如何理解编译? 二、HelloWorld案例的编写1、新建文本文档文件,修改名称为HelloWorld.java。2、用记事本打开HelloWorld.java文件,输写程序内容。代码要跟我编写的完全保持一致。3、ctrl s 保存&#xff0c…

CSS面试题常用知识总结day02

大家好我是没钱的君子下流坯,用自己的话解释自己的知识 前端行业下坡路,甚至可说前端已死,我还想在前段行业在干下去,所以从新开始储备自己的知识。 从CSS——>Javascript——>VUE2——>Vuex、VueRouter、webpack——>…

从MVC 到DDD 架构

目录 一、前言 二、MVC架构 三、DDD架构 四、我为什么会使用DDD? 五、DDD架构分层 一、前言 最近在做一个项目,使用的是DDD架构思,觉得很不错,在此记录下。 二、MVC架构 MVC是一种经典的软件架构模式,主要用于…

前端框架的简单介绍

html html-结构 盖房子之前先划三室二厅 (超文本标记语言)(可以实现一切的文本) css css-样式 在房里添家具 (层叠样式单)(化妆在脸上叠加) javascript(js) javascript(js)-交互(行为) 我点击你打开 供显示信息的元…

http模块 url对象的主要属性

在 Node.js 中,URL 对象是一个内置类,用于解析和操作 URL 字符串。URL 对象具有多个属性,这些属性提供了对 URL 不同部分的访问。以下是URL对象的一些主要属性及其含义: (1)href 返回完整的 URL 字符串。…

【小白版】AI 答疑

现在的AI和过去的有什么差别? 过去的AI更像设定好答案的机器人,而现在的AI的答案不再确定。 根本在于背后的数据量级别不一样了。所以,现在的AI表现更接近一个人的理解能力。 AGI是什么? AI分成 ANI 和 AGI,分别为人…

【爬虫基础】第5讲 AJAX动态页面的数据获取

静态:访问地址栏里的数据就可以获取到想要的数据 动态:访问地址栏里的数据获取不到想要的数据 解决方案:抓包 打开浏览器的开发者工具-network-xhr,找到可以获取到数据的URL访问即可 获取url地址 代码实现: from urllib.request…

aws 入门篇 01.aws学习的方法论

aws入门篇 01.aws学习的方法论 第1章 aws学习的方法论 aws的服务很多,现在应该有100多个服务了,怎么来学习aws呢? 这几年也使用了一些aws的服务,谈谈自己对学习aws的理解。 1.先横向,后纵深 比如说,aws最…

短剧崛起:XR虚拟拍摄技术引领影视创新新纪元

短剧崛起:XR虚拟拍摄技术引领影视创新新纪元 随着数字技术的飞速发展,短剧作为一种新兴的影视形式,正以其短小精悍、内容丰富的特点迅速占领市场。而在这一波短剧热潮中,XR虚拟拍摄技术的崛起更是为影视制作带来了前所未有的革新。…

MFC 截取对话框生成图片、截取整个屏幕(可取黑白反色或者整体图片取反色)

HWND hwnd ::GetDesktopWindow();//截整个屏幕,用从这往下4句HDC hdc ::GetDC(hwnd);CDC dc;dc.Attach(hdc);CRect rc,rcw;GetWindowRect(&rcw);GetClientRect(&rc);//只截对话框,用这句//rc.SetRect(0, 0, GetSystemMetrics(SM_CXSCREEN), Ge…