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
|
||||
laplacian((rho|A(U)),p) Gauss linear corrected;
|
||||
|
||||
laplacian((rho*rAU),p) Gauss linear corrected;
|
||||
|
||||
// epsilonEqn
|
||||
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
|
||||
|
||||
|
||||
@ -25,13 +25,14 @@ FoamFile
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
writeFormat raw;
|
||||
setFormat raw;
|
||||
|
||||
sampleSets
|
||||
sets
|
||||
(
|
||||
uniform
|
||||
data
|
||||
{
|
||||
name data;
|
||||
type uniform;
|
||||
|
||||
axis x;
|
||||
start (-4.995 0 0);
|
||||
end (4.995 0 0);
|
||||
@ -39,6 +40,9 @@ sampleSets
|
||||
}
|
||||
);
|
||||
|
||||
surfaces
|
||||
();
|
||||
|
||||
fields
|
||||
(
|
||||
T
|
||||
|
||||
Reference in New Issue
Block a user