mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
boundaryField() -> boundaryFieldRef()
This commit is contained in:
@ -2658,7 +2658,7 @@ bool Foam::snappyLayerDriver::writeLayerData
|
||||
);
|
||||
const polyBoundaryMesh& pbm = mesh.boundaryMesh();
|
||||
|
||||
typename volScalarField::GeometricBoundaryField& fldBf =
|
||||
volScalarField::GeometricBoundaryField& fldBf =
|
||||
fld.boundaryFieldRef();
|
||||
|
||||
forAll(patchIDs, i)
|
||||
@ -2697,7 +2697,7 @@ bool Foam::snappyLayerDriver::writeLayerData
|
||||
|
||||
const polyBoundaryMesh& pbm = mesh.boundaryMesh();
|
||||
|
||||
typename volScalarField::GeometricBoundaryField& fldBf =
|
||||
volScalarField::GeometricBoundaryField& fldBf =
|
||||
fld.boundaryFieldRef();
|
||||
|
||||
forAll(patchIDs, i)
|
||||
@ -2732,7 +2732,7 @@ bool Foam::snappyLayerDriver::writeLayerData
|
||||
|
||||
const polyBoundaryMesh& pbm = mesh.boundaryMesh();
|
||||
|
||||
typename volScalarField::GeometricBoundaryField& fldBf =
|
||||
volScalarField::GeometricBoundaryField& fldBf =
|
||||
fld.boundaryFieldRef();
|
||||
|
||||
forAll(patchIDs, i)
|
||||
|
||||
Reference in New Issue
Block a user