Skip to content
Snippets Groups Projects
Commit c8078e73 authored by Henry's avatar Henry
Browse files

engineFoam: Corrected mesh construction and tutorial

parent 5ec5f93f
Branches
Tags
No related merge requests found
......@@ -9,7 +9,8 @@
(
engineMesh::defaultRegion,
runTime.timeName(),
runTime
runTime,
Foam::IOobject::MUST_READ
)
)
);
......
......@@ -60,7 +60,7 @@ laplacianSchemes
laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
laplacian(DREff,R) Gauss linear limited 0.5;
laplacian((rho*(1|A(U))),p) Gauss linear limited 0.5;
laplacian(muEff,b) Gauss linear limited 0.5;
laplacian(alphaEff,b) Gauss linear limited 0.5;
laplacian(muEff,ft) Gauss linear limited 0.5;
laplacian(alphaEff,h) Gauss linear limited 0.5;
laplacian(alphaEff,hu) Gauss linear limited 0.5;
......
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