mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Added missing/non-committed file
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
FieldField<fvsPatchField, scalar>& phibf = phi.boundaryField();
|
||||
const FieldField<fvPatchField, vector>& Ubf = U.boundaryField();
|
||||
const FieldField<fvsPatchField, vector>& Sfbf = mesh.Sf().boundaryField();
|
||||
|
||||
forAll(phibf, patchI)
|
||||
{
|
||||
phibf[patchI] = (Ubf[patchI] & Sfbf[patchI]);
|
||||
}
|
||||
Reference in New Issue
Block a user