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:
parent
5e6a7ea282
commit
778c0cc8ed
1 changed files with 2 additions and 0 deletions
|
|
@ -39,11 +39,13 @@ nonuniformTransformCyclic
|
|||
processor
|
||||
{
|
||||
type processor;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
processorCyclic
|
||||
{
|
||||
type processorCyclic;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
symmetryPlane
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue