STYLE: use calculatedType() and zeroGradientType() methods

This commit is contained in:
Mark Olesen
2023-04-24 16:18:05 +02:00
parent 09ce87135b
commit e967305ef2
88 changed files with 165 additions and 212 deletions

View File

@ -185,7 +185,7 @@ int main(int argc, char *argv[])
),
mesh,
dimensioned<symmTensor>(dimless, symmTensor::one),
zeroGradientFvPatchSymmTensorField::typeName
fvPatchFieldBase::zeroGradientType()
);
volTensorField tensf
@ -200,7 +200,7 @@ int main(int argc, char *argv[])
),
mesh,
dimensioned<tensor>(dimless, tensor(1,2,3,4,5,6,7,8,9)),
zeroGradientFvPatchScalarField::typeName
fvPatchFieldBase::zeroGradientType()
);
SolverPerformance<symmTensor> sP =