mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: lagrangian tutorial updates
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user