Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ transportModel "Mix";

odeCoeffs
{
"relTol" 1e-15;
"absTol" 1e-24;
"relTol" 1e-6;
"absTol" 1e-10;
}

inertSpecie "N2";
Expand All @@ -44,7 +44,8 @@ TorchSettings
torchModel1 "new_ESH2sub1.pt";
torchModel2 "new_ESH2sub2.pt";
torchModel3 "new_ESH2sub3.pt";
coresPerNode 4;
coresPerGPU 4;
GPUsPerNode 4;
}

loadbalancing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vertices

blocks
(
hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)
hex (0 1 2 3 4 5 6 7) (10 10 10) simpleGrading (1 1 1)
);

edges
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ odeCoeffs

inertSpecie "N2";

zeroDReactor
{
constantProperty "pressure";
}

splittingStrategy off;

TorchSettings
Expand All @@ -39,7 +44,8 @@ TorchSettings
torchModel1 "new_ESH2sub1.pt";
torchModel2 "new_ESH2sub2.pt";
torchModel3 "new_ESH2sub3.pt";
coresPerNode 4;
coresPerGPU 4;
GPUsPerNode 4;
}

loadbalancing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ odeCoeffs

inertSpecie "N2";

zeroDReactor
{
constantProperty "pressure";
}

splittingStrategy off;

TorchSettings
Expand All @@ -39,7 +44,8 @@ TorchSettings
torchModel1 "new_ESH2sub1.pt";
torchModel2 "new_ESH2sub2.pt";
torchModel3 "new_ESH2sub3.pt";
coresPerNode 4;
coresPerGPU 4;
GPUsPerNode 4;
}

loadbalancing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ odeCoeffs

inertSpecie "N2";

zeroDReactor
{
constantProperty "pressure";
}

splittingStrategy off;

TorchSettings
Expand All @@ -39,7 +44,8 @@ TorchSettings
torchModel1 "new_ESH2sub1.pt";
torchModel2 "new_ESH2sub2.pt";
torchModel3 "new_ESH2sub3.pt";
coresPerNode 4;
coresPerGPU 4;
GPUsPerNode 4;
}

loadbalancing
Expand Down