BUG: DEShybrid: store the factor field on the mesh (fixes #2425)

The blendingFactor function object overwrites the DEShybrid:Factor
field internally when blendedSchemeBase debug flag is active.
However, users are allowed to write out the original DEShybrid:Factor
field by executing the writeObjects function object before
any blendingFactor function object execution.
This commit is contained in:
Kutalmis Bercin
2022-03-25 14:58:31 +00:00
committed by Andrew Heather
parent a5f7fb6ad2
commit e28bed59e2
2 changed files with 53 additions and 18 deletions

View File

@ -85,6 +85,13 @@ Usage
Usage by the \c postProcess utility is not available.
Note
- The \c blendingFactor function object overwrites the \c DEShybrid:Factor
field internally when \c blendedSchemeBase debug flag is active.
However, users are allowed to write out the original \c DEShybrid:Factor
field by executing the \c writeObjects function object before
any \c blendingFactor function object execution.
SourceFiles
blendingFactor.C
blendingFactorTemplates.C