Main Content

このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。

カスタム ドメイン

カスタム ドメインを表す Simscape™ ファイルの作成

言語構文

domain Domain model keywords
parameters Specify component parameters
variables Define domain or component variables

トピック

当定义一个新的物理领域

A physical domain provides an environment, defined primarily by its Across and Through variables, for connecting the components in a Physical Network. Component nodes are typed by domain, that is, each component node is associated with a unique type of domain and can be connected only to nodes associated with the same domain.

How to Define a New Physical Domain

To define a new physical domain, you must declare the Through and Across variables associated with it. For more information, see 物理ネットワークのモデル化の基本原則in the Simscape User's Guide.

Simscape File Types and Structure

Overview of the Simscape file types and structure.

Declaring Domains and Components

Declaration section of domain and component files: purpose, definitions, rules, member summaries.

Declare Through and Across Variables for a Domain

In a domain file, you have to declare the Through and Across variables associated with the domain. These variables characterize the energy flow and usually come in pairs, one Through and one Across. Simscape language does not require that you have the same number of Through and Across variables in a domain definition, but it is highly recommended. For more information, see 物理ネットワークのモデル化の基本原則.

Define Relationship Between Component Variables and Nodes

How to connect Through and Across variables declared in a component file to the domain Through and Across variables.

Declare a Mechanical Rotational Domain

The following file, namedrotational.ssc, declares a mechanical rotational domain, with angular velocity as an Across variable and torque as a Through variable.

Working with Domain Parameters

The purpose of domain parameters is to propagate the same parameter value to all or some of the components connected to the domain.

Attribute Lists

Model attributes and member attributes used in Simscape language.