jalhyd
Version:
JaLHyd, a Javascript Library for Hydraulics
17 lines • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LCMaterial = void 0;
/** materials for Lechapt-Calmon */
var LCMaterial;
(function (LCMaterial) {
LCMaterial[LCMaterial["UnlinedCastIronCoarseConcrete"] = 0] = "UnlinedCastIronCoarseConcrete";
LCMaterial[LCMaterial["CastSteelOrUncoatedCoarseConcrete"] = 1] = "CastSteelOrUncoatedCoarseConcrete";
LCMaterial[LCMaterial["CastSteelOrCementCoating"] = 2] = "CastSteelOrCementCoating";
LCMaterial[LCMaterial["CastIronOrSteelCoatingBitumen"] = 3] = "CastIronOrSteelCoatingBitumen";
LCMaterial[LCMaterial["RolledSteelSmoothConcrete"] = 4] = "RolledSteelSmoothConcrete";
LCMaterial[LCMaterial["CastIronOrSteelCoatingCentrifuged"] = 5] = "CastIronOrSteelCoatingCentrifuged";
LCMaterial[LCMaterial["PVCPolyethylene"] = 6] = "PVCPolyethylene";
LCMaterial[LCMaterial["HydraulicallySmoothPipe005D02"] = 7] = "HydraulicallySmoothPipe005D02";
LCMaterial[LCMaterial["HydraulicallySmoothPipe025D1"] = 8] = "HydraulicallySmoothPipe025D1";
})(LCMaterial = exports.LCMaterial || (exports.LCMaterial = {}));
//# sourceMappingURL=lc-material.js.map