Changeset 3689 for anuga_core/source/anuga/examples/netherlands.py
- Timestamp:
- Oct 4, 2006, 11:00:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/netherlands.py
r3678 r3689 166 166 # 167 167 print 'Initial condition' 168 domain.set_quantity('stage', Constant_height(Z, 0.0)) 169 #domain.set_quantity('stage', Constant_stage(inflow_stage/2.0)) 168 domain.set_quantity('stage', expression='Z + 0.0') 170 169 171 170 #Evolve
Note: See TracChangeset
for help on using the changeset viewer.