Skip to content
Snippets Groups Projects
Commit 778c0cc8 authored by Henry Weller's avatar Henry Weller
Browse files

etc/caseDicts/setConstraintTypes: Initialize the value for processor BCs to...

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
parent 5e6a7ea2
Branches
Tags
1 merge request!25Merge foundation
......@@ -39,11 +39,13 @@ nonuniformTransformCyclic
processor
{
type processor;
value $internalField;
}
processorCyclic
{
type processorCyclic;
value $internalField;
}
symmetryPlane
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment