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

Name intermediate fields to avoid duplicate registration

parent 35675e51
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ void Foam::displacementSBRStressFvMotionSolver::solve() ...@@ -125,7 +125,7 @@ void Foam::displacementSBRStressFvMotionSolver::solve()
surfaceScalarField Df(diffusivityPtr_->operator()()); surfaceScalarField Df(diffusivityPtr_->operator()());
volTensorField gradCd(fvc::grad(cellDisplacement_)); volTensorField gradCd("gradCd", fvc::grad(cellDisplacement_));
Foam::solve Foam::solve
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment