mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use zeroGradientType() instead of hard-coded or typeName
This commit is contained in:
@ -217,7 +217,7 @@ bool Foam::functionObjects::solverInfo::write()
|
||||
),
|
||||
mesh_,
|
||||
dimensionedScalar(dimless, Zero),
|
||||
zeroGradientFvPatchField<scalar>::typeName
|
||||
fvPatchFieldBase::zeroGradientType()
|
||||
);
|
||||
|
||||
residual.primitiveFieldRef() = *residualPtr;
|
||||
|
||||
Reference in New Issue
Block a user