Dv
Model ElementDv defines a special type of solver state variable. It is used in the evaluation and computation of design sensitivity as a design parameter. Its value is modified during the simulation in case of Design Sensitivity Analysis.
Class Name
Dv
Attribute Summary
| Name | Property | Modifiable by command? |
|---|---|---|
| id | Int () | |
| label | String () | |
| b | DvDouble (required=True) | |
| blimit | Double (count=2) |
Usage
Dv (b=initialValues, optional_attributes)Attributes
- b
- Double()
- blimit
- List of two numbers.
- id
- Integer.
- label
- String
Example
This example shows a simple definition of a design variable.
Dv(b=10)Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.