ENH: uniformFixedValue: adapt point bc. See #1046.

This commit is contained in:
mattijs
2019-02-07 14:08:03 +00:00
parent 1e772411f6
commit 0c1c075c5b
7 changed files with 110 additions and 22 deletions

View File

@ -102,7 +102,8 @@ Foam::autoPtr<Foam::PatchFunction1<Type>> Foam::PatchFunction1<Type>::New
pp,
PatchFunction1Types::ConstantField<Type>::typeName,
entryName,
dict
dict,
faceValues
)
);
}