이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Foundation 도메인 및 사용자 지정 도메인
Simscape™ 파일을 작성하여 사용자 지정 도메인을 표현하고 Foundation 도메인 정의 확인
Simscape 소프트웨어는 병진 기계, 회전 기계, 전기 등의 몇 가지 미리 정의된 도메인과 함께 제공됩니다. 이러한 도메인은 Foundation 라이브러리에 포함되어 있으며 Simscape 애드온 제품의 블록(예: Simscape Fluids™ 블록 또는 Simscape Electrical™ 블록)뿐만 아니라 Simscape Foundation 블록의 기반이 됩니다. 표준 Simscape 블록에 연결할 사용자 지정 구성요소를 만들려면 Foundation 도메인 정의를 사용하십시오. Foundation 도메인의 전체 목록은 Foundation Domain Types and Directory Structure 항목을 참조하십시오.
Foundation 도메인 정의가 사용자의 모델링 요구 사항을 충족하지 않는 경우에만 새 사용자 지정 도메인을 정의해야 합니다. 자세한 내용은 When to Define a New Physical Domain 항목을 참조하십시오.
언어 구문
domain | Domain model keywords |
parameters | Declare domain or component parameters |
variables | Declare domain or component variables |
도움말 항목
사용자 지정 도메인
- When to Define a New Physical Domain
A physical domain provides an environment, defined primarily by its Across and Through variables, for connecting the components in a Physical Network. - How to Define a New Physical Domain
To define a new physical domain, you must declare the Through and Across variables associated with it. - 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. - 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.
Foundation 도메인
- Foundation Domain Types and Directory Structure
Domain definitions provided with the software. - Electrical Domain
Electrical domain definition provided with the software. - Three-Phase Electrical Domain
Three-phase electrical domain definition provided with the software. - Gas Domain
Gas domain definition provided with the software. - Hydraulic Domain
Hydraulic domain definition provided with the software. - Isothermal Liquid Domain
Isothermal liquid domain definition provided with the software. - Magnetic Domain
Magnetic domain definition provided with the software. - Mechanical Rotational Domain
Mechanical rotational domain definition provided with the software. - Mechanical Translational Domain
Mechanical translational domain definition provided with the software. - Moist Air Domain
Moist air domain definition provided with the software. - Moist Air Source Domain
Moist air source domain definition provided with the software. - Pneumatic Domain
Use the gas domain to model pneumatic systems. Pneumatic domain definition is provided with the software for compatibility reasons. However, it can be removed in a future release. - Thermal Domain
Thermal domain definition provided with the software. - Thermal Liquid Domain
Thermal liquid domain definition provided with the software. - Two-Phase Fluid Domain
Two-phase fluid domain definition provided with the software.