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:
@ -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
|
||||
|
||||
@ -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
|
||||
(
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user