mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
general updates
This commit is contained in:
@ -58,6 +58,8 @@ laplacianSchemes
|
|||||||
// pCorrect
|
// pCorrect
|
||||||
laplacian((rho|A(U)),p) Gauss linear corrected;
|
laplacian((rho|A(U)),p) Gauss linear corrected;
|
||||||
|
|
||||||
|
laplacian((rho*rAU),p) Gauss linear corrected;
|
||||||
|
|
||||||
// epsilonEqn
|
// epsilonEqn
|
||||||
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
|
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
|
||||||
|
|
||||||
|
|||||||
@ -25,13 +25,14 @@ FoamFile
|
|||||||
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
writeFormat raw;
|
setFormat raw;
|
||||||
|
|
||||||
sampleSets
|
sets
|
||||||
(
|
(
|
||||||
uniform
|
data
|
||||||
{
|
{
|
||||||
name data;
|
type uniform;
|
||||||
|
|
||||||
axis x;
|
axis x;
|
||||||
start (-4.995 0 0);
|
start (-4.995 0 0);
|
||||||
end (4.995 0 0);
|
end (4.995 0 0);
|
||||||
@ -39,6 +40,9 @@ sampleSets
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
surfaces
|
||||||
|
();
|
||||||
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
T
|
T
|
||||||
|
|||||||
Reference in New Issue
Block a user