BUG: blendingFactor FO overwrites DEShybrid:Factor
Summary
The blendingFactor FO overwrites the DEShybrid:Factor field, which was written by enabling the debug switch blendedSchemeBase.
Example case
With the periodicHill tutorial, test the following with and without the blendingFactorFO, and compare DEShybrid:Factor fields elementwise:
DebugSwitches
{
blendedSchemeBase 1;
}
functions
{
blendingFactorFO
{
// Mandatory entries
type blendingFactor;
libs (fieldFunctionObjects);
field U;
// Optional (inherited) entries
result blendingFactorField;
region region0;
enabled true;
log true;
writeControl writeTime;
}
...
}
### Environment information
HEAD: ea2bf041
Edited by Kutalmış Berçin