solvers::isothermalFluid: Improved the consistency, accuracy and stability of the pressure-work term
for moving mesh cases, in both the internal energy and enthalpy equations
This commit is contained in:
@ -35,7 +35,8 @@ divSchemes
|
||||
sludge vanLeer;
|
||||
".*" upwind;
|
||||
};
|
||||
div(phi,K) Gauss limitedLinear 1;
|
||||
div(phi,K) Gauss upwind;
|
||||
div(phi,(p|rho)) Gauss upwind;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user