Changeset 4004
- Timestamp:
- Nov 17, 2006, 4:04:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r3954 r4004 1 """Class Domain - 2 2D triangular domains for finite-volume computations of 1 """Finite-volume computations of the shallow water wave equation. 2 3 Title: ANGUA shallow_water_domain - 2D triangular domains for finite-volume computations of 3 4 the shallow water wave equation. 4 5 5 6 6 $Description: 7 Author: Ole Nielsen (Ole.Nielsen@ga.gov.au), 8 Stephen Roberts (Stephen.Roberts@anu.edu.au), 9 Duncan Gray (Duncan.Gray@ga.gov.au), etc 10 11 12 CreationDate: 2004 13 14 Description: 15 7 16 This module contains a specialisation of class Domain from module domain.py 8 17 consisting of methods specific to the Shallow Water Wave Equation … … 39 48 The conserved quantities are w, uh, vh 40 49 41 $References 50 Reference: 42 51 Catastrophic Collapse of Water Supply Reservoirs in Urban Areas, 43 52 Christopher Zoppou and Stephen Roberts, … … 52 61 53 62 54 Ole Nielsen, Stephen Roberts, Duncan Gray, Christopher Zoppou 55 Geoscience Australia, 2004 56 57 63 SeeAlso: TRAC administration of ANUGA (User Manuals etc) at https://datamining.anu.edu.au/anuga and 64 Revision control 65 $HeadURL$ 66 67 Constraints: See GPL license in the user guide 68 69 Version: 1.0 ($Revision$) 70 ModifiedBy: 58 71 $Author$ 59 $Revision$60 72 $Date$ 73 74 $LastChangedBy$ 61 75 $LastChangedDate$ 62 76 $LastChangedRevision$ 63 $LastChangedBy$ 64 $HeadURL$ 77 78 65 79 """ 66 80
Note: See TracChangeset
for help on using the changeset viewer.