calculatedFvPatchField: 'value' entry is now required to avoid problems with non-initialization

This commit is contained in:
Henry Weller
2016-02-24 16:01:40 +00:00
parent 65edfca2f9
commit 271935c1bf
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ boundaryField
".*"
{
type calculated;
value $internalField;
}
frontAndBack