mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Initial state after latest Foundation merge
This commit is contained in:
@ -53,16 +53,15 @@ maxDeltaT 1e-03;
|
||||
|
||||
functions
|
||||
{
|
||||
faceSource1
|
||||
surfaceFieldValue1
|
||||
{
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
outputControl outputTime;
|
||||
type surfaceFieldValue;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
writeControl writeTime;
|
||||
log yes;
|
||||
valueOutput no;
|
||||
source patch;
|
||||
sourceName outlet;
|
||||
writeFields no;
|
||||
regionType patch;
|
||||
name outlet;
|
||||
operation weightedAverage;
|
||||
weightField phi;
|
||||
|
||||
|
||||
@ -53,12 +53,6 @@ solvers
|
||||
tolerance 0;
|
||||
relTol 0.05;
|
||||
smoother DICGaussSeidel;
|
||||
nPreSweeps 0;
|
||||
nPostSweeps 2;
|
||||
cacheAgglomeration true;
|
||||
nCellsInCoarsestLevel 10;
|
||||
agglomerator faceAreaPair;
|
||||
mergeLevels 1;
|
||||
}
|
||||
|
||||
pFinal
|
||||
@ -75,7 +69,7 @@ solvers
|
||||
|
||||
"(Yi|O2|N2|H2O)"
|
||||
{
|
||||
solver PBiCG;
|
||||
solver PBiCGStab;
|
||||
preconditioner DILU;
|
||||
tolerance 1e-6;
|
||||
relTol 0;
|
||||
|
||||
Reference in New Issue
Block a user