jalhyd
Version:
JaLHyd, a Javascript Library for Hydraulics
22 lines • 757 B
TypeScript
import { ParamDefinition } from "../internal_modules";
import { ParamsEquation } from "../internal_modules";
export declare class ConcentrationBlocsParams extends ParamsEquation {
/** Concentration de blocs */
private _C;
/** Nombre de motifs */
private _N;
/** Largeur de la passe */
private _L;
/** Diamètre des plots */
private _D;
constructor(rC: number, rN: number, rL: number, rD: number, nullParams?: boolean);
/** Concentration de blocs */
get C(): ParamDefinition;
/** Nombre de motifs */
get N(): ParamDefinition;
/** Largeur de la passe */
get L(): ParamDefinition;
/** Diamètre des plots */
get D(): ParamDefinition;
}
//# sourceMappingURL=concentration_blocs_params.d.ts.map