Name intermediate fields to avoid duplicate registration
This commit is contained in:
parent
d6ca208a50
commit
ef0d2397ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue