mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge commit 'OpenCFD/master' into olesenm
- with minor additional changes
This commit is contained in:
@ -35,7 +35,12 @@ divSchemes
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;
|
||||
div(phi,Yi_h) Gauss upwind;
|
||||
div(phi,fu_ft_h) Gauss multivariateSelection { fu limitedLinear 1 ; ft limitedLinear 1 ; h limitedLinear 1 ; };
|
||||
div(phi,fu_ft_h) Gauss multivariateSelection
|
||||
{
|
||||
fu limitedLinear 1;
|
||||
ft limitedLinear 1;
|
||||
h limitedLinear 1;
|
||||
};
|
||||
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
||||
}
|
||||
|
||||
@ -64,7 +69,8 @@ snGradSchemes
|
||||
|
||||
fluxRequired
|
||||
{
|
||||
p ;
|
||||
default no;
|
||||
p;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user