Go to the source code of this file.
◆ divAlphaName()
static const word divAlphaName |
( |
"div(phi,alpha)" |
| ) |
|
|
static |
◆ alphaScheme()
const word alphaScheme |
( |
mesh. |
divScheme(divAlphaName).wordToken()[1] | ) |
|
◆ compressionScheme()
ITstream compressionScheme |
( |
compressionSchemes. |
foundalphaScheme) ? mesh.divScheme(divAlphaName) :ITstream(divAlphaName, tokenList { word("Gauss"), word("interfaceCompression"), alphaScheme, alphaControls.lookup< scalar >("cAlpha") } | ) |
|
◆ compressionSchemes
const wordHashSet compressionSchemes |
|
static |
Initial value:{
"interfaceCompression",
"PLIC",
"PLICU",
"MPLIC",
"MPLICU"
}
Definition at line 2 of file alphaScheme.H.