Changeset 5930


Ignore:
Timestamp:
Nov 10, 2008, 4:36:29 PM (16 years ago)
Author:
ole
Message:

Updated culver flow section with reference to number_of_barrels as discovered by Petar Milevski

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r5877 r5930  
    24882488    \item \code{invert_level1}: Invert level if not the same as the Elevation on the Domain
    24892489    \item \code{culvert_routine}: Function specifying the calculation of flow based on energy difference between the two openings (see below)
     2490    \item \code{number_of_barrels}: Number of identical pipes in the culvert. Default == 1.
    24902491  \end{itemize}
    24912492
     
    25052506                           width=1.20,height=0.75,
    25062507                           culvert_routine=boyd_generalised_culvert_model,
     2508                           number_of_barrels=1,
    25072509                           verbose=True)
    25082510
     
    25152517                           invert_level0=7,
    25162518                           culvert_routine=boyd_generalised_culvert_model,
     2519                           number_of_barrels=1,                   
    25172520                           verbose=True)
    25182521
     
    44644467G2 = Geospatial_data(file_name = 25m_dem_name + '.pts')
    44654468G = G1 + G2
    4466 G.export_points_file(combined_dem_name + ï¿œ.ptsï¿œ)
     4469G.export_points_file(combined_dem_name + ï¿œ.ptsï¿œ)
    44674470\end{verbatim}}
    44684471this is the basic way of combining data sets, however, the user will need to
Note: See TracChangeset for help on using the changeset viewer.