Ignore:
Timestamp:
Oct 4, 2006, 11:00:56 AM (18 years ago)
Author:
ole
Message:

Added functionality for getting arbitrary interpolated values in Quantity as well as calculating inundation height and location. This work was done at SUT during the last week of September 2006.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/examples/netherlands.py

    r3678 r3689  
    166166#
    167167print 'Initial condition'
    168 domain.set_quantity('stage', Constant_height(Z, 0.0))
    169 #domain.set_quantity('stage', Constant_stage(inflow_stage/2.0))
     168domain.set_quantity('stage', expression='Z + 0.0')
    170169
    171170#Evolve
Note: See TracChangeset for help on using the changeset viewer.