Changes between Version 12 and Version 13 of LanguageChanges
- Timestamp:
- Jan 15, 2007, 2:49:52 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LanguageChanges
v12 v13 209 209 ||Arge || '''agree''' || Single quote seems to be the better solution, and it helps to distinguish an equation name from an UOM at the beginnig of an expression || 210 210 211 == OPTIONS section == 212 213 Currently EMSO support few common options for the solvers, such as '''relativeAccuracy''' and '''absoluteAccuracy'''. However, each solver has its own specific design options. 214 I suggest the following: 215 216 {{{ 217 #!mso 218 FlowSheet Myflowsheet 219 ... 220 OPTIONS 221 time = [0:0.1:30]; 222 relativeAccuracy = 1e-8; 223 absoluteAccuracy = 1e-9; 224 DAESolver = "dasslc" {"maxorder" = 5, "maxlen" = 400}; 225 end 226 }}} 227 228 ||Who || Opinion || Why || 229 ||Arge || '''agreed''' || proposed the change ||