glaunecv2.py

Created by annalesiamasotti

Created on June 03, 2026

1.92 KB


# COEFFICIENT DE RUISSELLEMENT
# -------------------------

# C = coefficient de ruissellement

# Sans unité

# Valeurs usuelles :

# Toiture : 0,9 à 1

# Enrobé : 0,8 à 0,95

# Béton : 0,7 à 0,9

# Espaces verts : 0,1 à 0,4

# -------------------------
# INTENSITE DE PLUIE
# -------------------------

# I = intensité de pluie

# mm/h = millimètre par heure

# Souvent donnée dans l'énoncé

# Formule de Montana :

# I = a × t^(-b)

# I : mm/h

# t : min

# a et b : coefficients donnés

# -------------------------
# DEBIT DE PROJET
# METHODE RATIONNELLE
# -------------------------

# Q = C × I × A / 360

# SI :

# C sans unité

# I en mm/h

# A en ha

# ALORS :

# Q en m3/s

# -------------------------
# UNITE DU DEBIT
# -------------------------

# Q = débit

# m3/s = mètre cube par seconde

# CONVERSIONS

# 1 m3 = 1000 L

# 1 m3/s = 1000 L/s

# 1 L/s = 0,001 m3/s

# -------------------------
# CONDUITE CIRCULAIRE
# -------------------------

# D = diamètre

# m ou mm

# Conversion :

# 1000 mm = 1 m

# Exemple :

# DN300 = 300 mm = 0,30 m

# -------------------------
# SECTION DE LA CONDUITE
# -------------------------

# S = π × D2 / 4

# D en m

# S en m2

# π = 3,1416

# -------------------------
# VITESSE D'ECOULEMENT
# -------------------------

# V = Q / S

# Q en m3/s

# S en m2

# V en m/s

# -------------------------
# PENTE
# -------------------------

# i = ΔH / L

# ΔH = dénivelé [m]

# L = longueur [m]

# i sans unité

# Souvent exprimée en %

# i(%) = (ΔH/L) × 100

# -------------------------
# TEMPS DE CONCENTRATION
# -------------------------

# Tc = temps de concentration

# min

# Temps nécessaire à l'eau
# pour atteindre l'exutoire

# -------------------------
# FORMULES A CONNAITRE
# -------------------------

# Q = C × I × A / 360

# S = π × D2 / 4

# V = Q / S

# i = ΔH / L

# i(%) = (diff H/L) × 100

# 1 ha = 10 000 m2

# 1 km2 = 100 ha

# 1 m3/s = 1000 L/s

# 1000 mm = 1 m

During your visit to our site, NumWorks needs to install "cookies" or use other technologies to collect data about you in order to:

With the exception of Cookies essential to the operation of the site, NumWorks leaves you the choice: you can accept Cookies for audience measurement by clicking on the "Accept and continue" button, or refuse these Cookies by clicking on the "Continue without accepting" button or by continuing your browsing. You can update your choice at any time by clicking on the link "Manage my cookies" at the bottom of the page. For more information, please consult our cookies policy.