mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Merge remote branch 'OpenCFD/master' into olesenm
This commit is contained in:
@ -17,8 +17,3 @@ reactions
|
||||
Ta 14906;
|
||||
}
|
||||
}
|
||||
|
||||
// irreversibleArrheniusReaction
|
||||
// CH4 + 2O2 = CO2 + 2H2O
|
||||
// (5.2e16 0 14906)
|
||||
//);
|
||||
|
||||
@ -37,7 +37,7 @@ divSchemes
|
||||
div(phid,p) Gauss limitedLinear 1;
|
||||
div(phi,epsilon) Gauss limitedLinear 1;
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
||||
div((muEff*dev2(T(grad(U))))) Gauss linear;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
|
||||
Reference in New Issue
Block a user