Skip to content

Commit b730f82

Browse files
authored
Merge pull request #19 from maorz1998/master
update examples to make them compatible with DLB algorithm
2 parents c5c5463 + aa0c313 commit b730f82

File tree

10 files changed

+50
-0
lines changed

10 files changed

+50
-0
lines changed

examples/df0DFoam/zeroD_cubicReactor/H2/cvodeSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@ zeroDReactor
2828
{
2929
constantProperty "pressure";
3030
}
31+
loadbalancing
32+
{
33+
active false;
34+
//log true;
35+
}
3136

3237
// ************************************************************************* //

examples/df0DFoam/zeroD_cubicReactor/H2/torchSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,10 @@ torchParameters
8585
4.0735353885293555e-09
8686
);
8787
}
88+
loadbalancing
89+
{
90+
active false;
91+
//log true;
92+
}
8893

8994
// ************************************************************************* //

examples/dfHighSpeedFoam/det_1D_H2_01mm/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ zeroDReactor
3232
{
3333
//cvorcp "UV";
3434
}
35+
loadbalancing
36+
{
37+
active true;
38+
//log true;
39+
}
3540
// ************************************************************************* //

examples/dfLowMachFoam/oneD_freelyPropagation/H2/cvodeSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ zeroDReactor
2929
{
3030
//cvorcp "UV";
3131
}
32+
loadbalancing
33+
{
34+
active true;
35+
//log true;
36+
}
3237
// ************************************************************************* //

examples/dfLowMachFoam/oneD_freelyPropagation/H2/torchSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,9 @@ torchParameters
8686
4.0735353885293555e-09
8787
);
8888
}
89+
loadbalancing
90+
{
91+
active false;
92+
//log true;
93+
}
8994
// ************************************************************************* //

examples/dfLowMachFoam/threeD_reactingTGV/H2/cvodeSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ zeroDReactor
3030
{
3131
//cvorcp "UV";
3232
}
33+
loadbalancing
34+
{
35+
active true;
36+
//log true;
37+
}
3338
// ************************************************************************* //

examples/dfLowMachFoam/threeD_reactingTGV/H2/torchSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,9 @@ torchParameters
8787
4.0735353885293555e-09
8888
);
8989
}
90+
loadbalancing
91+
{
92+
active false;
93+
//log true;
94+
}
9095
// ************************************************************************* //

examples/dfLowMachFoam/twoD_tripleFlame/H2/cvodeSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ zeroDReactor
2929
{
3030
//cvorcp "UV";
3131
}
32+
loadbalancing
33+
{
34+
active true;
35+
//log true;
36+
}
3237
// ************************************************************************* //

examples/dfLowMachFoam/twoD_tripleFlame/H2/torchSolver/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,9 @@ torchParameters
8585
4.0735353885293555e-09
8686
);
8787
}
88+
loadbalancing
89+
{
90+
active false;
91+
//log true;
92+
}
8893
// ************************************************************************* //

examples/dfSprayFoam/aachenBomb/constant/CanteraTorchProperties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ zeroDReactor
3030
{
3131
//cvorcp "UV";
3232
}
33+
loadbalancing
34+
{
35+
active true;
36+
//log true;
37+
}
3338
// ************************************************************************* //

0 commit comments

Comments
 (0)