mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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