Clean-up, finite area
This commit is contained in:
parent
0919f0d590
commit
ef6ddbf9d7
3 changed files with 4 additions and 6 deletions
|
@ -24,7 +24,7 @@ boundaryField
|
|||
outer
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar>
|
||||
value nonuniform List<scalar>
|
||||
600
|
||||
(
|
||||
0.348943
|
||||
|
|
|
@ -24,7 +24,7 @@ boundaryField
|
|||
outer
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<vector>
|
||||
value nonuniform List<vector>
|
||||
600
|
||||
(
|
||||
(-0.144039 -0.122998 0.0114965)
|
||||
|
|
|
@ -28,14 +28,12 @@ gradSchemes
|
|||
|
||||
divSchemes
|
||||
{
|
||||
default none;
|
||||
div(phis,Cs) Gauss linear;
|
||||
default Gauss linear;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default none;
|
||||
laplacian(Ds,Cs) Gauss linear corrected;
|
||||
default Gauss linear corrected;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
|
|
Reference in a new issue