Skip to content
Snippets Groups Projects
Commit 3c2c3650 authored by Henry's avatar Henry
Browse files

LTSInterFoam, rhoPorousMRFLTSPimpleFoam: set the name of the old-time rDeltaT

to avoid the registration of rDeltaT being pinched
parent 57470a38
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@
pimple.lookupOrDefault<scalar>("maxDeltaT", GREAT)
);
volScalarField rDeltaT0 = rDeltaT;
volScalarField rDeltaT0("rDeltaT0", rDeltaT);
// Set the reciprocal time-step from the local Courant number
rDeltaT.dimensionedInternalField() = max
......
......@@ -49,7 +49,7 @@
piso.lookupOrDefault<scalar>("maxDeltaT", GREAT)
);
volScalarField rDeltaT0 = rDeltaT;
volScalarField rDeltaT0("rDeltaT0", rDeltaT);
// Set the reciprocal time-step from the local Courant number
rDeltaT.dimensionedInternalField() = max
......
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