ConnectSystemModelComponents
ConnectSystemModelComponents[{"c1"∈comp1,…},{"c1.a""c2.b",…}]
通过将元件 "c1" 的接口 "a" 与元件 "c2" 的接口 "b" 等相连接创建一个系统模型.
更多信息和选项
- ConnectSystemModelComponents 组装元件并创建一个新的系统模型. 这些连接传达值并在系统中设置守恒定律.
- ConnectSystemModelComponents 返回 SystemModel[…].
- ConnectSystemModelComponents["NewModel",…] 将创建的模型命名为 "NewModel".
- ConnectSystemModelComponents["PackageA.NewModel",…] 把 "NewModel" 插入到 "PackageA" 中.
- compi 可以是一个 SystemModel对象、SystemModel 接受的完整模型名称字符串或模型简称.
- 在 ConnectSystemModelComponents[…,spec] 中,spec 是一个 Association,其中的键为:
-
"ParameterValues" {p1val1,…} 参数值 "InitialValues" {v1val1,…} 初始值 "ExtendsModels" {partial1,…} 所基于的部分模型 "DiscreteVariables" {v1,v2,…} 仅在事件发生时变化的变量 "SimulationSettings" {opt1val1,…} 模型仿真选项 - 当设置为 ConnectSystemModelComponents[…,"ExtendsModels"partial] 时,会将新模型与 Modelica 中已定义的 partial SystemModel 结合在一起. »
- 通过使用 "ExtendsModels"{"partial1",…} 一个模型可以跨越多个模型.
- 在其上进行构建的部分模通常在 Interfaces 包中被定义. 例如,SystemModels["Modelica.Electrical.Analog.Interfaces.*","model" "block"] 可用于查找内置电子模型库中的部分模型 (partial models).
- "InitialValues" 对应于 Modelica 模型中的 start 属性.
- 在 "SimulationsSettings"->{opt1val1,…} 中允许的选项包括:
-
"Method" 仿真方法 "StartTime" 仿真开始时间 "StopTime" 仿真停止时间 - 可用的自适应步长 "Method" 值包括:
-
"DASSL" DASSL DAE 求解器 "CVODES" CVODES ODE 求解器 - 自适应步长法的选项包括:
-
"InterpolationPoints" 插值点数 "Tolerance" 自适应步长的公差 - 可用的固定步长"Method"值包括:
-
"Euler" 显式 1 阶欧拉方法 "Heun" 2 阶 Heun 方法 "RungeKutta" 显式四阶 Runge-Kutta 法 - 固定步长法的选项包括:
-
"StepSize" 固定步长 - 可以使用 GraphLayout 选项控制创建的模型图的布局.
范例
打开所有单元关闭所有单元范围 (5)
推广和延伸 (1)
选项 (3)
GraphLayout (3)
应用 (3)
属性和关系 (3)
用 CreateSystemModel 基于微分方程创建模型:
可以与使用 ConnectSystemModelComponents 类似的方式使用 CreateSystemModel:
Wolfram Research (2018),ConnectSystemModelComponents,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ConnectSystemModelComponents.html (更新于 2020 年).
文本
Wolfram Research (2018),ConnectSystemModelComponents,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ConnectSystemModelComponents.html (更新于 2020 年).
CMS
Wolfram 语言. 2018. "ConnectSystemModelComponents." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/ConnectSystemModelComponents.html.
APA
Wolfram 语言. (2018). ConnectSystemModelComponents. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ConnectSystemModelComponents.html 年