Commit 67751305 authored by Grand Francois's avatar Grand Francois
Browse files

exports pour les ouvrages

parent 68e57ae1
No related merge requests found
Showing with 12 additions and 0 deletions
+12 -0
......@@ -24,3 +24,9 @@ export * from "./pab/pab_dimension";
export * from "./pab/pab_puissance";
export * from "./util/iterator";
export * from "./util/enum";
export * from "./structure/parallel_structure";
export * from "./structure/parallel_structure_params";
export * from "./structure/structure";
export * from "./structure/structure_params";
export * from "./structure/factory_structure";
export * from "./jalhyd_object";
......@@ -8,11 +8,17 @@ import { StructureOrificeSubmerged } from "./structure_orifice_submerged";
import { StructureWeirFree } from "./structure_weir_free";
export enum StructureType {
// loi de débit Déversoir / Orifice Cemagref 1988
Cem88d,
// loi de débit Déversoir / Vanne de fond Cemagref 1988
Cem88v,
// loi de débit Cunge 1980
Cunge80,
// loi de débit pour vanne dénoyée
OrificeFree,
// loi de débit pour vanne noyée
OrificeSubmerged,
// loi de débit pour seuil dénoyé
WeirFree
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment