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

syntax changes

parent c3cf5fd7
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 2 deletions
......@@ -52,7 +52,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
......
......@@ -52,7 +52,7 @@ functions
type fieldAverage;
// Where to load it from (if not already in solver)
functionObjectLibs ("libfieldAverage.so");
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
......
......@@ -16,6 +16,8 @@ FoamFile
LESModel oneEqEddy;
turbulence on;
printCoeffs on;
delta vanDriest;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment