Dominios de elementos básicos y personalizados
El software de Simscape ofrece varios dominios predefinidos, como mecánicos de traslación, mecánicos de rotación, eléctricos, entre otros. Estos dominios están incluidos en la biblioteca Foundation y son la base de los bloques Foundation de Simscape, así como los de los productos complementarios de Simscape, (por ejemplo, los bloques Simscape Fluids™ Simscape Electrical™). Si desea crear un componente personalizado que esté conectado a los bloques estándar de Simscape, utilice las definiciones del dominio de elementos básicos. Para ver una lista completa de los dominios de elementos básicos, consulte Tipos de dominios de elementos básicos y estructura del directorio.
Si las definiciones del dominio de elementos básicos no satisfacen sus requerimientos de modelado, deberá definir un dominio nuevo personalizado. Para obtener más información, consulte When to Define a New Physical Domain.
Sintaxis del lenguaje
domain | Domain model keywords |
parameters | Declare domain or component parameters |
variables | Declare domain or component variables |
Temas
Dominios personalizados
- 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.
Dominios de elementos básicos
- Tipos de dominios de elementos básicos y estructura del directorio
Definiciones de dominio proporcionadas con el software. - Dominio eléctrico
Definición del dominio eléctrico proporcionada con el 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. - Dominio térmico
Definición del dominio térmico proporcionada con el 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.