FieldField: support different Field types for binary operators e.g. fvPatchField and fvsPatchField.
The Field type of the result is that of the LH argument so now // Update the phi BCs from U before p BCs are updated phi.boundaryField() = mesh.Sf().boundaryField() & U.boundaryField(); is possible.
Showing
- src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C 240 additions, 192 deletions...nFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.C
- src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H 133 additions, 95 deletions...nFOAM/fields/FieldFields/FieldField/FieldFieldFunctions.H
Please register or sign in to comment