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

@ -1,2 +1,2 @@
#!/bin/sh
awk '{print $1 " " $3}' postProcessing/poolHeight/0/faceSource.dat > poolHeight_vs_time
awk '{print $1 " " $3}' postProcessing/poolHeight/0/surfaceFieldValue.dat > poolHeight_vs_time

View File

@ -56,12 +56,10 @@ functions
forces
{
type forces;
functionObjectLibs ("libforces.so");
outputControl outputTime;
libs ("libforces.so");
writeControl writeTime;
patches (floatingObject);
pName p;
UName U;
rhoName rhoInf;
rho rhoInf;
log yes;
rhoInf 1000;
CofR (0 0 0);
@ -69,16 +67,15 @@ functions
poolHeight
{
type faceSource;
functionObjectLibs ("libfieldFunctionObjects.so");
enabled yes;
outputControl timeStep;
outputInterval 1;
type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
log yes;
writeTotalArea no;
valueOutput no;
source faceZone;
sourceName f0;
writeFields no;
regionType faceZone;
name f0;
operation areaAverage;
fields
(

View File

@ -23,10 +23,6 @@ solvers
tolerance 1e-5;
relTol 0;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
}
"pcorr.*"
@ -35,12 +31,6 @@ solvers
tolerance 1e-2;
relTol 0;
smoother GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
maxIter 100;
}