Changes between Initial Version and Version 10 of Ticket #1298
- Timestamp:
- 2018-01-11T10:02:43Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1298
- Property Component → Backend
- Property Milestone Red October → Future
-
Ticket #1298 – Description
initial v10 1 1 Default bindings that refer to other input variables are not handled correctly. The only testcases that use these features work, but only because the binding is somehow ignored (using default modifications anyway). 2 2 3 {{{package HardMagnetic 3 {{{#!mo 4 package HardMagnetic 4 5 public 5 6 constant Real mu_0 = 3; … … 17 18 extends HardMagnetic.BaseData(H_cBRef = 900000, B_rRef = 1.2, T_ref = 20 + 273.15, alpha_Br = -0.001); 18 19 end NdFeB; 19 end HardMagnetic;}}} 20 end HardMagnetic; 21 }}} 20 22 21 23 Can be handled while elaborating the call (for any parameter that needs a default binding, replace any cref to another input with the expression used for that input). Note that for functions, order matters so these bindings should be sorted already...