GIT: Initial state after latest Foundation merge

This commit is contained in:
Andrew Heather
2016-09-20 14:49:08 +01:00
4571 changed files with 115696 additions and 74609 deletions

View File

@ -23,18 +23,11 @@ boundaryField
inlet
{
type uniformTotalPressure;
pressure table
p0 table
(
(0 10)
(1 40)
);
p0 40; // only used for restarts
U U;
phi phi;
rho none;
psi none;
gamma 1;
value uniform 40;
}
outlet1

View File

@ -54,7 +54,7 @@ functions
probes
{
// Where to load it from
functionObjectLibs ( "libsampling.so" );
libs ("libsampling.so");
type probes;
@ -62,8 +62,8 @@ functions
name probes;
// Write at same frequency as fields
outputControl outputTime;
outputInterval 1;
writeControl writeTime;
writeInterval 1;
// Fields to be probed
fields

View File

@ -23,10 +23,6 @@ solvers
tolerance 1e-06;
relTol 0.01;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal
@ -35,10 +31,6 @@ solvers
tolerance 1e-06;
relTol 0;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
"(U|k|epsilon)"

View File

@ -25,8 +25,6 @@ boundaryField
{
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.01;
phi phi;
k k;
value uniform 200;
}
outlet1

View File

@ -24,17 +24,11 @@ boundaryField
inlet
{
type uniformTotalPressure;
rho none;
psi none;
gamma 1;
pressure table
2
p0 table
(
(0 10)
(1 40)
)
;
value uniform 40;
);
}
outlet1
{

View File

@ -54,7 +54,7 @@ functions
probes
{
// Where to load it from
functionObjectLibs ( "libsampling.so" );
libs ("libsampling.so");
type probes;
@ -62,14 +62,11 @@ functions
name probes;
// Write at same frequency as fields
outputControl outputTime;
outputInterval 1;
writeControl writeTime;
writeInterval 1;
// Fields to be probed
fields
(
p U
);
fields (p U);
probeLocations
(

View File

@ -23,10 +23,6 @@ solvers
tolerance 1e-06;
relTol 0.01;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal
@ -35,10 +31,6 @@ solvers
tolerance 1e-06;
relTol 0;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
"(U|k|epsilon)"

View File

@ -24,7 +24,7 @@ momentumSource
{
selectionMode all;
fieldNames (U);
fields (U);
Ubar (0.1335 0 0);
}
}

View File

@ -50,9 +50,8 @@ functions
fieldAverage1
{
type fieldAverage;
functionObjectLibs ( "libfieldFunctionObjects.so" );
enabled true;
outputControl outputTime;
libs ("libfieldFunctionObjects.so");
writeControl writeTime;
fields
(

View File

@ -23,12 +23,6 @@ solvers
tolerance 0;
relTol 0.1;
smoother GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal

View File

@ -14,15 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
mirrorMeshDict
{
mirrorMeshDict
pointAndNormalDict
{
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 -1 0);
}
point (0 0 0);
normal (0 -1 0);
}
}
// ************************************************************************* //

View File

@ -14,15 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
mirrorMeshDict
{
mirrorMeshDict
pointAndNormalDict
{
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (-1 0 0);
}
point (0 0 0);
normal (-1 0 0);
}
}
// ************************************************************************* //

View File

@ -14,15 +14,13 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dictionaryReplacement
mirrorMeshDict
{
mirrorMeshDict
pointAndNormalDict
{
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 -1 0);
}
point (0 0 0);
normal (0 -1 0);
}
}
// ************************************************************************* //

View File

@ -23,10 +23,6 @@ solvers
tolerance 1e-06;
relTol 0.01;
smoother DICGaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal

View File

@ -19,8 +19,8 @@ planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 -1 0);
point (0 0 0);
normal (0 -1 0);
}
planeTolerance 1e-06;

View File

@ -25,10 +25,6 @@ solvers
smoother DICGaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
pFinal