mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: tutorial updates
This commit is contained in:
@ -19,6 +19,7 @@ numberOfSubdomains 4;
|
|||||||
method hierarchical;
|
method hierarchical;
|
||||||
|
|
||||||
coeffs
|
coeffs
|
||||||
|
{
|
||||||
n (1 2 2);
|
n (1 2 2);
|
||||||
//delta 0.001; // default=0.001
|
//delta 0.001; // default=0.001
|
||||||
//order xyz; // default=xzy
|
//order xyz; // default=xzy
|
||||||
|
|||||||
@ -51,7 +51,7 @@ functions
|
|||||||
{
|
{
|
||||||
type sets;
|
type sets;
|
||||||
functionObjectLibs ("libsampling.so");
|
functionObjectLibs ("libsampling.so");
|
||||||
outputControl onEnd;
|
writeControl onEnd;
|
||||||
setFormat raw;
|
setFormat raw;
|
||||||
sets
|
sets
|
||||||
(
|
(
|
||||||
@ -65,7 +65,7 @@ functions
|
|||||||
end (1 0 0.00501);
|
end (1 0 0.00501);
|
||||||
nPoints 200;
|
nPoints 200;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
fields (T);
|
fields (T);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@ limitedLinear 0.2
|
|||||||
limitedLinear 1.0
|
limitedLinear 1.0
|
||||||
linear
|
linear
|
||||||
linearUpwind grad(U)
|
linearUpwind grad(U)
|
||||||
LUST
|
LUST grad(U)
|
||||||
midPoint
|
midPoint
|
||||||
Minmod
|
Minmod
|
||||||
MUSCL
|
MUSCL
|
||||||
|
|||||||
Reference in New Issue
Block a user