GeometricField::dimensionedInternalField() -> GeometricField::dimensionedInternalFieldRef()

See also commit a4e2afa4b3
This commit is contained in:
Henry Weller
2016-04-26 16:29:43 +01:00
parent a0742586d0
commit 97f473ff0f
22 changed files with 45 additions and 42 deletions

View File

@ -142,7 +142,7 @@ void Foam::CourantNo::execute()
mesh.lookupObject<volScalarField>(type())
);
Co.dimensionedInternalField() = byRho
Co.dimensionedInternalFieldRef() = byRho
(
(0.5*mesh.time().deltaT())
*fvc::surfaceSum(mag(phi))().dimensionedInternalField()