mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
clean up test case file [ci skip]
This commit is contained in:
@ -29,14 +29,8 @@ divSchemes
|
||||
{
|
||||
default Gauss linear;
|
||||
div(phi,U) Gauss limitedLinearV 1;
|
||||
// div(phi,k) Gauss limitedLinear 1;
|
||||
// div(phi,epsilon) Gauss limitedLinear 1;
|
||||
div(phi,R) Gauss limitedLinear 1;
|
||||
div(R) Gauss linear;
|
||||
div(phi,nuTilda) Gauss limitedLinear 1;
|
||||
// div((viscousTerm*dev(grad(U).T()))) Gauss linear;
|
||||
// div((nu*dev(grad(U).T()))) Gauss linear;
|
||||
// div((nuEff*dev(grad(U).T()))) Gauss linear;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
@ -54,11 +48,4 @@ snGradSchemes
|
||||
default corrected;
|
||||
}
|
||||
|
||||
//fluxRequired
|
||||
//{
|
||||
// default no;
|
||||
// p ;
|
||||
//}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user