Calculettes pour l'hydraulique
calcul_section.php
Aller à la documentation de ce fichier.
1 <?php
2 /**
3  * @file formulaires/calcul_normale_critique.php
4  * Formulaire CVT pour les calculs des paramètres hydrauliques d'une section
5  */
6 
7 /* Copyright 2012 Médéric Dulondel
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22  * MA 02110-1301, USA.
23  */
24 
25 
26 include_spip('hyd_inc/form_calcul_section.class');
27 global $FCS;
29 
30 
32  global $FCS;
33  return $FCS->charger();
34 }
35 
36 
38  global $FCS;
39  return $FCS->verifier();
40 }
41 
42 
44  global $FCS;
45  return $FCS->traiter();
46 }
47 ?>
formulaires_calcul_section_charger_dist()
global $FCS
formulaires_calcul_section_verifier_dist()
formulaires_calcul_section_traiter_dist()