Variable orifice
1 view (last 30 days)
Show older comments
I use a Simscape block called Variable Orifice.
But when I run the model there is an error. The error text is "Cannot find error message associated with 'sh:orifice_variable:VectorSize'.
What does it mean?
1 Comment
Arnaud Miege
on 20 Jul 2011
What parameters have you entered in the block? I suspect you have used a vector rather than a scalar for at least on of the parameters. Also, which release of MATLAB are you using?
Answers (3)
Francesca Fanfoni
on 20 Jul 2011
1 Comment
Arnaud Miege
on 20 Jul 2011
That seems to work just fine for me in R2011a. Which release of MATLAB are you using?
Arnaud Miege
on 21 Jul 2011
Yes, I see the same error in R2009b. The problem is with the pressure differential values, you only provide two values and the documentation (in R2009b) for the block states that you need to provide at least 3 values:
"Specify the vector of input values for pressure differentials as a tabulated 1-by-n array. The input values vector must be strictly monotonically increasing. The values can be nonuniformly spaced. You must provide at least three values."
I agree that the error message could be more helpful. This restriction seems to have been lifted in subsequent versions. Here's what the documentation says in R2011a:
"The minimum number of values depends on the interpolation method: you must provide at least two values for linear interpolation, at least three values for cubic or spline interpolation."
0 Comments
See Also
Categories
Find more on Two-Phase Fluid Library in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!