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

Name intermediate fields to avoid duplicate registration

parent d6ca208a
Branches
Tags
No related merge requests found
......@@ -125,7 +125,7 @@ void Foam::displacementSBRStressFvMotionSolver::solve()
surfaceScalarField Df(diffusivityPtr_->operator()());
volTensorField gradCd(fvc::grad(cellDisplacement_));
volTensorField gradCd("gradCd", fvc::grad(cellDisplacement_));
Foam::solve
(
......
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