Changeset 1840


Ignore:
Timestamp:
Sep 16, 2005, 4:35:38 PM (19 years ago)
Author:
ole
Message:

Attempted to make docstrings in Dirichlet_discharge_boundary reflect the algorithm better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/shallow_water.py

    r1834 r1840  
    10101010
    10111011class Dirichlet_Discharge_boundary(Boundary):
    1012     """Returns same momentum conserved quantities as
    1013     those present in its neighbour volume. Sets stage
    1014 
     1012    """Sets stage (h0) - FIXME: Should we use w0?
     1013    Sets momentum (wh0) in the inward normal direction.
     1014   
    10151015    Underlying domain must be specified when boundary is instantiated
    10161016    """
     
    10371037
    10381038    def evaluate(self, vol_id, edge_id):
    1039         """Dirichlet_Discharge_boundary boundaries return the edge momentum
    1040         values of the volume they serve.
     1039        """Set discharge in the (inward) normal direction
    10411040        """
    10421041
Note: See TracChangeset for help on using the changeset viewer.