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:
@ -64,8 +64,7 @@ volScalarField mu
|
||||
mesh,
|
||||
IOobject::READ_IF_PRESENT
|
||||
),
|
||||
mixture.mu(),
|
||||
calculatedFvPatchScalarField::typeName
|
||||
mixture.mu()
|
||||
);
|
||||
|
||||
|
||||
@ -139,7 +138,7 @@ volScalarField alphac
|
||||
),
|
||||
mesh,
|
||||
dimensionedScalar(dimless, Zero),
|
||||
zeroGradientFvPatchScalarField::typeName
|
||||
fvPatchFieldBase::zeroGradientType()
|
||||
);
|
||||
alphac.oldTime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user