Inicialización de variable
El solver de Simscape™ calcula las condiciones iniciales para la simulación del modelo encontrando valores iniciales para todas las variables del sistema para satisfacer todas las ecuaciones del modelo. Puede afectar el cálculo de condiciones iniciales especificando la prioridad y los valores objetivo iniciales para variables de bloque. También puede inicializar variables para un modelo entero desde un punto de funcionamiento guardado. Después de inicializar las variables de bloque y antes de simular el modelo, puede abrir el visor Variable Viewer para ver qué variables objetivo se han cumplido.
Funciones
Temas
- Block-Level Variable Initialization
The principles of initializing variables and recommended workflows.
- Establecer la prioridad y los valores objetivo iniciales para variables de bloque
Cómo especificar los valores objetivo iniciales y la prioridad para variables de bloque.
- Initialize Variables for a Mass-Spring-Damper System
This example shows how you can use block variable initialization, and how it affects the simulation results of a simple mechanical system.
- Variable Viewer
How to use and customize the Variable Viewer.
- Using Operating Point Data for Model Initialization
The principles of initializing model variables from saved operating points, ways to extract data from models, and recommended workflows.
- Initialize Model Using Operating Point from Logged Simulation Data
This example shows how you can create an
OperatingPoint
object from logged simulation data and then use this operating point to initialize the model for a subsequent simulation run. - Indexing into Component Arrays
You can use command-line interface to index into an array of components, for example, to get or set operating point targets for a particular array member, or to plot simulation data.