mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
etc/caseDicts/setConstraintTypes: Initialize the value for processor BCs to the uniform internalField value
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1883
This commit is contained in:
@ -39,11 +39,13 @@ nonuniformTransformCyclic
|
||||
processor
|
||||
{
|
||||
type processor;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
processorCyclic
|
||||
{
|
||||
type processorCyclic;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
symmetryPlane
|
||||
|
||||
Reference in New Issue
Block a user