mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
committed by
Andrew Heather
parent
a5f7fb6ad2
commit
e28bed59e2
@ -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
|
||||
|
||||
Reference in New Issue
Block a user