mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Explicitly name derived fields to improve readability of diagnostic messages and avoid duplicate registration
This commit is contained in:
@ -47,8 +47,8 @@ divSchemes
|
||||
hau limitedLinear 1;
|
||||
};
|
||||
div(U) Gauss linear;
|
||||
div((Su*grad(b))) Gauss linear;
|
||||
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
||||
div((Su*n)) Gauss linear;
|
||||
div((U+((Su*Xi)*n))) Gauss linear;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user