mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: use calculatedType() and zeroGradientType() methods
This commit is contained in:
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user