mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
engineFoam: Corrected mesh construction and tutorial
This commit is contained in:
@ -9,7 +9,8 @@
|
|||||||
(
|
(
|
||||||
engineMesh::defaultRegion,
|
engineMesh::defaultRegion,
|
||||||
runTime.timeName(),
|
runTime.timeName(),
|
||||||
runTime
|
runTime,
|
||||||
|
Foam::IOobject::MUST_READ
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
@ -60,7 +60,7 @@ laplacianSchemes
|
|||||||
laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
|
laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
|
||||||
laplacian(DREff,R) 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((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(muEff,ft) Gauss linear limited 0.5;
|
||||||
laplacian(alphaEff,h) Gauss linear limited 0.5;
|
laplacian(alphaEff,h) Gauss linear limited 0.5;
|
||||||
laplacian(alphaEff,hu) Gauss linear limited 0.5;
|
laplacian(alphaEff,hu) Gauss linear limited 0.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user