Frequency Domain, Modal Reduced-Order Model
A Frequency Domain, Modal Reduced-Order Model node () contains settings for an online model using a frequency domain modal method. See Modal Reduced-Order Models.
Click Export Reduced Model () to save the reduced-order model to file as COMSOL Reduced Model file (MPHROM-file). Note that export is only possible if all defined outputs are linear quantities.
The Settings window for a Frequency Domain, Modal, Reduced-Order Model node contains the following sections:
Parameters
Here you specify the Frequency value to be used when evaluating outputs. It is by default set to freq, which means that the reduced-order model will be evaluated at the same frequency as the calling model in which it is used.
Model Controls Inputs
The list in this section contains the reduced-order model input quantities that were set as active in the corresponding Model Reduction node’s Model Control Inputs section when the reduced-order model was created. For each model control input in the Variable column, specify a corresponding Expression to be used when evaluating outputs from the reduced-order model. The default expression is the name of the corresponding reduced-order model input variable. The effect of this is that the reduced-order model will be evaluated for the same value of the input as is seen by the calling model in which it is used. This is usually the desired behavior.
Outputs
This section provides an overview of output quantities that the reduced-order model makes available for evaluation, both during solution and in postprocessing. These outputs are defined in the corresponding Model Reduction node’s Outputs section. The Variable column shows the variable names defined by the reduced-order model.
When Use output dependent variables is selected, the reduced-order model also declares the dependent variable names entered in the Dependent variable column. When the reduced-order model is part of another model, these dependent variables can be assigned the value of the corresponding output variable each time a solution is stored. This behavior is controlled by the Store output dependent variables setting in the Physics and Variables Selection section of each study step where the reduced-order model is used. These settings are only available for reduced-order models that have outputs.
Online Settings
This section displays a list of dependent variable fields that this reduced-order model can reconstruct. When the reduced-order model is used in a calling model, it defines an operator <rom_name>.eval(<expr>), where <rom_name> is the Name of the reduced-order model and <expr> is an arbitrary expression.
Field reconstruction is not possible in a Reduced Model node that uses reduced-order model data saved in a COMSOL Reduced Model file and then imported. The original model data needed is then not available.
Use the Load factor to scale the constant part of the right-hand side of the frequency-domain model. This scaling in practice scales all loads, source terms, and constraint right-hand sides with the specified factor.
Information
This section contains information about the reduced-order model: Which study it was created from, which solution data that contains the reduced model data, the model reduction type, the unreduced study type, and some general information about the model reduction.
Under Matrices, all matrices that the reduced model solution includes are listed. The listed vectors and matrices can be accessed using the COMSOL API.
Build Log
The build log contains output from the reduced-order model solution process, similar to other solver logs.