Skip to content

Commit 95e3d3c

Browse files
authored
Auto write the UBlend field to guarantee restarting the simulation.
- Fix #575
1 parent 029ef71 commit 95e3d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/solvers/dfLowMachFoam/createLocalBlend.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (foundLocalBlended)
4848
mesh.time().timeName(),
4949
mesh,
5050
IOobject::MUST_READ,
51-
IOobject::NO_WRITE
51+
IOobject::AUTO_WRITE
5252
),
5353
mesh
5454
);

0 commit comments

Comments
 (0)