calculatedFvPatchField: 'value' entry is now required to avoid problems with non-initialization
This commit is contained in:
@ -24,6 +24,7 @@ boundaryField
|
||||
".*"
|
||||
{
|
||||
type calculated;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
Reference in New Issue
Block a user