Changes between Version 7 and Version 8 of ModellingQuestions
- Timestamp:
- Oct 20, 2008, 1:46:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModellingQuestions
v7 v8 113 113 area and then set the corresponding friction values in the following way: 114 114 115 {{{domain.set_quantity('friction',Polygon_function([(poly1,f1), (poly2,f2), (poly3,f3))]))}}} 115 {{{ 116 domain.set_quantity('friction',Polygon_function([(poly1,f1), (poly2,f2), (poly3,f3))])) 117 }}} 116 118 117 119 The values of {{{f1}}}, {{{f2}}} and {{{f3}}} could be constant or functions