UNPKG

jalhyd

Version:

JaLHyd, a Javascript Library for Hydraulics

192 lines 11.9 kB
"use strict"; // Implementation of the "internal module pattern" to solve the "TypeError: Class extends value undefined is not a constructor or null" error // cf. https://medium.com/visual-development/how-to-fix-nasty-circular-dependency-issues-once-and-for-all-in-javascript-typescript-a04c987cf0de // All imports in jalhyd are from this file only. // Exported modules outside jalhyd by index.ts may be different (generally a subset of this present file). var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./base"), exports); __exportStar(require("./param/param-definition"), exports); __exportStar(require("./jalhyd_object"), exports); __exportStar(require("./compute-node"), exports); __exportStar(require("./dichotomie"), exports); __exportStar(require("./nub"), exports); __exportStar(require("./child_nub"), exports); __exportStar(require("./session_settings"), exports); __exportStar(require("./config"), exports); __exportStar(require("./param/param-domain"), exports); __exportStar(require("./param/param-value-mode"), exports); __exportStar(require("./param/param-values"), exports); __exportStar(require("./param/param-value-iterator"), exports); __exportStar(require("./param/param_definition_iterator"), exports); __exportStar(require("./param/params-equation"), exports); __exportStar(require("./param/params_equation_array_iterator"), exports); __exportStar(require("./param/mirror-iterator"), exports); __exportStar(require("./linked-value"), exports); __exportStar(require("./util/interval"), exports); __exportStar(require("./util/message"), exports); __exportStar(require("./util/result"), exports); __exportStar(require("./util/resultelement"), exports); __exportStar(require("./util/observer"), exports); __exportStar(require("./util/log"), exports); __exportStar(require("./util/map_iterator"), exports); __exportStar(require("./util/search_interval"), exports); __exportStar(require("./util/mermaid"), exports); __exportStar(require("./util/array_reverse_iterator"), exports); __exportStar(require("./variated-details"), exports); __exportStar(require("./lc-material"), exports); // Calculettes __exportStar(require("./devalaison/grille"), exports); __exportStar(require("./devalaison/grille_params"), exports); __exportStar(require("./devalaison/jet"), exports); __exportStar(require("./devalaison/jet_params"), exports); __exportStar(require("./fish_pass"), exports); __exportStar(require("./macrorugo/macrorugo"), exports); __exportStar(require("./macrorugo/macrorugo_params"), exports); __exportStar(require("./macrorugo/macrorugo_compound"), exports); __exportStar(require("./macrorugo/macrorugo_compound_params"), exports); __exportStar(require("./rugofond/rugofond"), exports); __exportStar(require("./rugofond/rugofond_params"), exports); __exportStar(require("./rugofond/rugofond_multiple"), exports); __exportStar(require("./rugofond/rugofond_multiple_params"), exports); __exportStar(require("./macrorugo/concentration_blocs"), exports); __exportStar(require("./macrorugo/concentration_blocs_params"), exports); __exportStar(require("./macrorugo/mrc-inclination"), exports); __exportStar(require("./math/spp"), exports); __exportStar(require("./math/spp_params"), exports); __exportStar(require("./math/trigo"), exports); __exportStar(require("./math/trigo_params"), exports); __exportStar(require("./math/yaxb"), exports); __exportStar(require("./math/yaxb_params"), exports); __exportStar(require("./math/yaxn"), exports); __exportStar(require("./math/yaxn_params"), exports); __exportStar(require("./open-channel/section/section_nub"), exports); __exportStar(require("./open-channel/methode-resolution"), exports); __exportStar(require("./open-channel/remous"), exports); __exportStar(require("./open-channel/remous_params"), exports); __exportStar(require("./macrorugo/macrorugo_remous"), exports); __exportStar(require("./macrorugo/macrorugo_remous_params"), exports); __exportStar(require("./open-channel/section/section_type"), exports); __exportStar(require("./open-channel/section/newton"), exports); __exportStar(require("./open-channel/section/section_type_params"), exports); __exportStar(require("./open-channel/section/section_parametree"), exports); __exportStar(require("./open-channel/section/section_parametree_params"), exports); __exportStar(require("./open-channel/section/section_circulaire"), exports); __exportStar(require("./open-channel/section/section_circulaire_params"), exports); __exportStar(require("./open-channel/section/section_puissance"), exports); __exportStar(require("./open-channel/section/section_puissance_params"), exports); __exportStar(require("./open-channel/section/section_rectang"), exports); __exportStar(require("./open-channel/section/section_rectang_params"), exports); __exportStar(require("./open-channel/section/section_trapez"), exports); __exportStar(require("./open-channel/section/section_trapez_params"), exports); __exportStar(require("./open-channel/section/hauteur_conjuguee"), exports); __exportStar(require("./open-channel/section/hauteur_correspondante"), exports); __exportStar(require("./open-channel/section/hauteur_critique"), exports); __exportStar(require("./open-channel/section/hauteur_normale"), exports); __exportStar(require("./open-channel/bief"), exports); __exportStar(require("./open-channel/bief_params"), exports); __exportStar(require("./open-channel/pente"), exports); __exportStar(require("./open-channel/pente_params"), exports); __exportStar(require("./open-channel/regime_uniforme"), exports); __exportStar(require("./par/par"), exports); __exportStar(require("./par/par_params"), exports); __exportStar(require("./par/par_simulation"), exports); __exportStar(require("./par/par_simulation_params"), exports); __exportStar(require("./par/par_type"), exports); __exportStar(require("./par/par_type_pf"), exports); __exportStar(require("./par/par_type_fatou"), exports); __exportStar(require("./par/par_type_sc"), exports); __exportStar(require("./par/par_type_chevron"), exports); __exportStar(require("./par/par_type_plane"), exports); __exportStar(require("./par/par_type_superactive"), exports); __exportStar(require("./structure/structure"), exports); __exportStar(require("./structure/structure_params"), exports); __exportStar(require("./structure/parallel_structure"), exports); __exportStar(require("./structure/parallel_structure_params"), exports); __exportStar(require("./structure/dever"), exports); __exportStar(require("./structure/dever_params"), exports); __exportStar(require("./structure/factory_structure"), exports); __exportStar(require("./structure/structure_props"), exports); __exportStar(require("./structure/rectangular_structure"), exports); __exportStar(require("./structure/rectangular_structure_params"), exports); __exportStar(require("./structure/structure_gate_cem88d"), exports); __exportStar(require("./structure/structure_gate_cem88v"), exports); __exportStar(require("./structure/structure_gate_cunge80"), exports); __exportStar(require("./structure/structure_kivi"), exports); __exportStar(require("./structure/structure_kivi_params"), exports); __exportStar(require("./structure/structure_orifice_free"), exports); __exportStar(require("./structure/structure_orifice_free_params"), exports); __exportStar(require("./structure/structure_orifice_submerged"), exports); __exportStar(require("./structure/structure_orifice_submerged_params"), exports); __exportStar(require("./structure/structure_rectangular_orifice_free"), exports); __exportStar(require("./structure/structure_rectangular_orifice_submerged"), exports); __exportStar(require("./structure/structure_triangular_trunc_weir"), exports); __exportStar(require("./structure/structure_triangular_trunc_weir_params"), exports); __exportStar(require("./structure/structure_triangular_weir_free"), exports); __exportStar(require("./structure/structure_triangular_weir"), exports); __exportStar(require("./structure/structure_triangular_weir_params"), exports); __exportStar(require("./structure/structure_triangular_weir_broad"), exports); __exportStar(require("./structure/structure_weir_submerged"), exports); __exportStar(require("./structure/structure_weir_submerged_larinier"), exports); __exportStar(require("./structure/structure_weir_free"), exports); __exportStar(require("./structure/structure_weir_villemonte"), exports); __exportStar(require("./structure/structure_vanlev_params"), exports); __exportStar(require("./structure/structure_vanlev_larinier"), exports); __exportStar(require("./structure/structure_vanlev_villemonte"), exports); __exportStar(require("./structure/structure_weir_cem88d"), exports); __exportStar(require("./structure/structure_weir_cem88v"), exports); __exportStar(require("./structure/structure_weir_cunge80"), exports); __exportStar(require("./structure/villemonte"), exports); __exportStar(require("./pab/pab"), exports); __exportStar(require("./pab/pab_params"), exports); __exportStar(require("./pab/cloison_aval"), exports); __exportStar(require("./pab/cloison_aval_params"), exports); __exportStar(require("./pab/cloisons"), exports); __exportStar(require("./pab/cloisons_params"), exports); __exportStar(require("./pab/pab_chute"), exports); __exportStar(require("./pab/pab_chute_params"), exports); __exportStar(require("./pab/pab_dimension"), exports); __exportStar(require("./pab/pab_dimensions_params"), exports); __exportStar(require("./pab/pab_nombre"), exports); __exportStar(require("./pab/pab_nombre_params"), exports); __exportStar(require("./pab/pab_puissance"), exports); __exportStar(require("./pab/pab_puissance_params"), exports); __exportStar(require("./pipe_flow/cond_distri"), exports); __exportStar(require("./pipe_flow/cond_distri_params"), exports); __exportStar(require("./pipe_flow/pressureloss"), exports); __exportStar(require("./pipe_flow/pressureloss_params"), exports); __exportStar(require("./pipe_flow/pressureloss_law"), exports); __exportStar(require("./pipe_flow/pressureloss_law_params"), exports); __exportStar(require("./pipe_flow/pl_lechaptcalmon"), exports); __exportStar(require("./pipe_flow/pl_lechaptcalmon_params"), exports); __exportStar(require("./pipe_flow/pl_strickler"), exports); __exportStar(require("./pipe_flow/pl_strickler_params"), exports); __exportStar(require("./prebarrage/pb_bassin"), exports); __exportStar(require("./prebarrage/pb_bassin_params"), exports); __exportStar(require("./prebarrage/pb_cloison"), exports); __exportStar(require("./prebarrage/pre_barrage"), exports); __exportStar(require("./prebarrage/pre_barrage_params"), exports); __exportStar(require("./solveur/solveur"), exports); __exportStar(require("./solveur/solveur_params"), exports); __exportStar(require("./verification/diving-jet-support"), exports); __exportStar(require("./verification/espece"), exports); __exportStar(require("./verification/espece_params"), exports); __exportStar(require("./verification/fish_species"), exports); __exportStar(require("./verification/verificateur"), exports); __exportStar(require("./verification/verificateur_params"), exports); __exportStar(require("./props"), exports); __exportStar(require("./session"), exports); //# sourceMappingURL=internal_modules.js.map