Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
dd9bf745
Commit
dd9bf745
authored
Jun 12, 2019
by
Kutalmış Berçin
Committed by
Andrew Heather
Jun 12, 2019
Browse files
TUT: pimpleFoam/channelDFSEM395 - added example use of Lamb vector
parent
50bbc2bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/controlDict
View file @
dd9bf745
...
@@ -65,6 +65,20 @@ functions
...
@@ -65,6 +65,20 @@ functions
libs ("libfieldFunctionObjects.so");
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
writeControl writeTime;
}
}
lambVector1
{
type lambVector;
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
field U;
}
div1
{
type div;
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
field lambVector;
}
fieldAverage1
fieldAverage1
{
{
type fieldAverage;
type fieldAverage;
...
@@ -87,6 +101,20 @@ functions
...
@@ -87,6 +101,20 @@ functions
prime2Mean on;
prime2Mean on;
base time;
base time;
}
}
lambVector
{
mean on;
prime2Mean off;
base time;
}
div(lambVector)
{
mean on;
prime2Mean off;
base time;
}
);
);
}
}
}
}
...
...
tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/fvSchemes
View file @
dd9bf745
...
@@ -33,6 +33,7 @@ divSchemes
...
@@ -33,6 +33,7 @@ divSchemes
div(phi,B) Gauss limitedLinear 0.1;
div(phi,B) Gauss limitedLinear 0.1;
div(B) Gauss linear;
div(B) Gauss linear;
div(phi,nuTilda) Gauss limitedLinear 0.1;
div(phi,nuTilda) Gauss limitedLinear 0.1;
div(lambVector) Gauss linear;
div((nuEff*dev2(T(grad(U))))) Gauss linear;
div((nuEff*dev2(T(grad(U))))) Gauss linear;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment