tests/postProcessing: Updated for changes to phaseScalarTransport
This commit is contained in:
@ -319,7 +319,14 @@ solversFunctions
|
||||
{
|
||||
#includeFunc scalarTransport(s, schemesField=h)
|
||||
|
||||
#includeFunc phaseScalarTransport(s.dummy, schemesField=h, p=p_rgh, rho=rho)
|
||||
#includeFunc phaseScalarTransport
|
||||
(
|
||||
s.dummy,
|
||||
solveAlphaPhi=yes,
|
||||
p=p_rgh,
|
||||
rho=rho,
|
||||
schemesField=h
|
||||
)
|
||||
|
||||
// Not possible to test here as not compatible with compressible solvers
|
||||
//#includeFunc particles
|
||||
|
||||
@ -38,7 +38,7 @@ divSchemes
|
||||
div(phi,K) Gauss linear;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
|
||||
div(alphaPhi.dummy,h) Gauss upwind;
|
||||
div(phaseScalarTransport:alphaPhi.dummy,h) Gauss upwind;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
|
||||
Reference in New Issue
Block a user