Commit a9e123cb authored by Dorchies David's avatar Dorchies David
Browse files

#6 Correction du test CEM88D

Showing with 6 additions and 6 deletions
+6 -6
......@@ -24,9 +24,9 @@ describe("Class StructureCem88d: ", () => {
}
});
describe("Calcul Q en charge avec h1 croissant: ", () => {
const W: number = 0.6;
const h1: number[] = [1.100000, 1.300000, 1.500000];
const Q: number[] = [2.620197, 4.450866, 5.226583];
const W: number = 0.8;
const h1: number[] = [1.050000, 1.300000, 1.500000];
const Q: number[] = [2.470345, 5.684601, 6.651906];
const mode: StructureFlowMode[] = [
StructureFlowMode.ORIFICE, StructureFlowMode.ORIFICE, StructureFlowMode.ORIFICE];
const regime: StructureFlowRegime[] = [
......
......@@ -27,9 +27,9 @@ describe("Class StructureCem88d: ", () => {
}
});
describe("Calcul Q en charge avec h1 croissant: ", () => {
const W: number = 0.6;
const h1: number[] = [1.100000, 1.300000, 1.500000];
const Q: number[] = [2.620197, 4.450866, 5.226583];
const W: number = 0.8;
const h1: number[] = [1.050000, 1.300000, 1.500000];
const Q: number[] = [2.470345, 5.684601, 6.651906];
for (let i = 0; i < Q.length; i++ ) {
itCalcQ(structTest, h1[i], W, Q[i]);
......
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