Skip to content
Snippets Groups Projects
Commit 20996004 authored by mattijs's avatar mattijs
Browse files

Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

parents 646f9f8b a7695330
No related merge requests found
Showing
with 19 additions and 21 deletions
......@@ -3,7 +3,7 @@
tmp<fvVectorMatrix> UEqn
(
//pZones.ddt(rho, U)
fvc::ddt(rho, U)
fvm::ddt(rho, U)
+ fvm::div(phi, U)
+ turbulence->divDevRhoReff(U)
);
......
......@@ -11,7 +11,7 @@
fvVectorMatrix UEqn
(
//pZones.ddt(rho, U)
fvc::ddt(rho, U)
fvm::ddt(rho, U)
+ fvm::div(rhoPhi, U)
- fvm::laplacian(muEff, U)
- (fvc::grad(U) & fvc::grad(muEff))
......
......@@ -18,8 +18,6 @@ dimensions [ 0 0 0 0 0 0 0 ];
internalField uniform 0.766;
referenceLevel 0;
boundaryField
{
walls
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volScalarField;
location "0";
object alphat;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volScalarField;
location "0";
object epsilon;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volScalarField;
location "0";
object k;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volScalarField;
location "0";
object mut;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object RASProperties;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object chemistryProperties;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object combustionProperties;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object sprayProperties;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "system";
object controlDict;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "system";
object fvSchemes;
......
......@@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object LESProperties;
......
......@@ -9,7 +9,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
......
......@@ -9,7 +9,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class dictionary;
location "constant";
object LESProperties;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment