Skip to content
Snippets Groups Projects
Commit 1cbf680a authored by andy's avatar andy
Browse files

ENH: lagrangian tutorial updates

parent c6e6cdde
Branches
Tags
No related merge requests found
Showing
with 30 additions and 36 deletions
......@@ -26,10 +26,10 @@ solution
{
schemes
{
rho explicit;
U explicit;
Yi explicit;
hs explicit;
rho explicit 1;
U explicit 1;
Yi explicit 1;
hs explicit 1;
}
}
......
......@@ -26,8 +26,8 @@ solution
{
schemes
{
U explicit;
hs explicit;
U explicit 1;
hs explicit 1;
}
}
......
......@@ -26,10 +26,10 @@ solution
{
schemes
{
rho explicit;
U explicit;
Yi explicit;
hs explicit;
rho explicit 1;
U explicit 1;
Yi explicit 1;
hs explicit 1;
}
}
......@@ -125,15 +125,7 @@ subModels
{
patches
(
walls
{
type rebound;
}
cycLeft_half0
{
type rebound;
}
cycLeft_half1
"(walls|cyc.*)"
{
type rebound;
}
......
......@@ -26,10 +26,10 @@ solution
{
schemes
{
rho explicit;
U explicit;
Yi explicit;
hs explicit;
rho explicit 1;
U explicit 1;
Yi explicit 1;
hs explicit 1;
}
}
......
......@@ -34,7 +34,7 @@ solvers
agglomerator faceAreaPair;
mergeLevels 1;
maxIter 100;
maxIter 20;
};
pFinal
{
......
......@@ -26,10 +26,10 @@ solution
{
schemes
{
rho explicit;
U explicit;
Yi explicit;
hs explicit;
rho explicit 1;
U explicit 1;
Yi explicit 1;
hs explicit 1;
}
}
......
......@@ -26,10 +26,10 @@ solution
{
schemes
{
rho explicit;
U explicit;
Yi explicit;
hs explicit;
rho explicit 1;
U explicit 1;
Yi explicit 1;
hs explicit 1;
}
}
......
......@@ -14,7 +14,8 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/surfaceFilmModels/lnInclude
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude
EXE_LIBS = \
-llagrangian \
......@@ -29,4 +30,5 @@ EXE_LIBS = \
-lradiationModels \
-lcompressibleRASModels \
-lcompressibleLESModels \
-lregionModels \
-lsurfaceFilmModels
......@@ -26,7 +26,7 @@ solution
{
schemes
{
U explicit;
U explicit 1;
}
}
......
......@@ -26,8 +26,8 @@ solution
{
schemes
{
U explicit;
hs explicit;
U explicit 1;
hs explicit 1;
}
}
......
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