ba390cee89
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-07 15:40:56 +01:00
d4d0b88988
fvData: New database (dictionary) held on the fvMesh to store residual information etc.
...
This data can be used for convergence testing e.g. by a functionObject.
Other data could also be stored, e.g. global continuity errors and other reduced results.
2010-04-07 15:40:52 +01:00
357ff92e8d
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-07 11:42:32 +01:00
42b4269c4e
BUG: execFlowFunctionObjects utility
...
- moved creation of singlePhaseTransportModel to within RAS/LES model
construction for incompressible cases
2010-04-07 11:37:45 +01:00
e55c8a8c67
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-06 16:31:39 +01:00
ed8fb0aa99
UEqn: Removed "Sp" term from the momentum equation of the steady-state solvers.
...
It is not clear that this "correction" term has provided any benefit and there
are cases for which it has proved detrimental to stability and convergence.
2010-04-06 16:28:59 +01:00
4c1ff609f9
STYLE: unnecessary check
2010-04-06 16:28:29 +01:00
0b54b4b12d
STYLE: mixed bc already present in compressible::turbulentTemperatureBaffleMixed
2010-04-01 14:22:49 +01:00
16cf8eaf9e
ENH: Changed flux condition into gradient bc
2010-04-01 14:22:06 +01:00
fd952687fd
ENH: Removed extraneous if
2010-04-01 14:21:25 +01:00
fd7e9c9ae4
ENH: Added option for explicitly providing regions. Restructured code.
2010-04-01 14:20:27 +01:00
f99a145143
ENH: Renamed curveSet to polyLineSet to better represent sampling method
2010-04-01 12:35:41 +01:00
3cf4d721eb
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-31 14:36:13 +01:00
a5d03f9ba3
rhoSimpleFoam: Improved stability by limiting the changes in rho
...
and formulating the enthalpy sources consistently.
2010-03-31 14:35:51 +01:00
d947aa9c9e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-30 21:54:08 +01:00
883dbc2e2d
ENH: Add concave cell checking
2010-03-30 21:48:57 +01:00
6adf0cbca8
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-30 11:42:19 +02:00
c508b2fe17
STYLE: consistent capitalization of Private/Protected Member Functions in comments
2010-03-30 11:33:42 +02:00
9bb6e5ac25
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-30 08:28:19 +01:00
1a741a2259
BUG: numbering on lagrangian files was not uptodate with field vtk files
...
If no particles are in cloud it does not get written. Hence it would also
not output a vtk file. Changed now to always output lagrangian data.
2010-03-30 08:26:45 +01:00
9d216d5280
STYLE: Remove unused debug code
2010-03-30 08:20:22 +01:00
3213388ddf
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-30 09:11:52 +02:00
4ba2681dd6
ENH: Updated pdfPlot utility
...
- pdf updated - needs to be inside pdfs namespace
- added writeData option - write individual data/samples to file
2010-03-29 17:34:50 +01:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
cb7fd50852
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-26 16:27:11 +00:00
772e1d1b4f
BUG: enthalpy source term for dieselFoam solver corrected
2010-03-26 16:26:53 +00:00
5c600fee85
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-26 13:40:19 +00:00
d01adb74e3
ENH: Added tet volume check to checkMesh and snappyHexMesh
2010-03-26 13:39:51 +00:00
c521e80c9f
ENH: Added missing surfaceField types (surfaceVectorField, surfaceTensorField etc)
2010-03-26 13:38:55 +00:00
d981028d35
STYLE: Added to header
2010-03-26 13:35:42 +00:00
0c8fb634f0
ENH: enforce consistent boundness on turbulence models.
...
- remove epsilonSmall, omegaSmall
- k0/epsilon0/omega0 become kMin/epsilonMin/omegaMin
- add qMin/zetaMin for consistency
These files still need some attention:
dynOneEqEddy.C
NonlinearKEShih.C
settlingFoam
BUG: incompressible::LESModels:dynOneEqEddy::correct()
- avoid tmp field destruction for consistency with the compressible
version
Possible TODO:
- set kMin to zero (instead of SMALL) and introduce kSmall
to avoid division by zero
2010-03-24 09:07:53 +01:00
5d93fbe16d
ENH: Removed parmetis. Use ptscotch instead.
2010-03-22 16:48:48 +00:00
658b7700e1
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
etc/settings.csh
etc/settings.sh
src/parallel/decompose/Allwmake
2010-03-22 15:44:34 +00:00
9f5c39af53
ENH: have ptscotch
...
ptscotch - compiles into ptscotchDecomp. All thirdparty decompositionMethods
now moved out of decompositionMethods so add them explicitly to link line
for programs that need them (decomposePar, snappyHexMesh etc.)
2010-03-22 15:38:35 +00:00
2f594171b3
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-22 13:23:18 +01:00
fb613a88c5
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-22 10:32:43 +00:00
09a986a89a
STYLE: Remove unused static variable
2010-03-22 10:32:13 +00:00
6680ddcfee
ENH: Reuse existing zones.
2010-03-22 10:31:37 +00:00
01f8538e27
ENH: ignore empty zones in paraview reader
2010-03-19 18:57:09 +01:00
4f926a376f
New solver: rhoPorousMRFPimpleFoam
...
Added compressibility support to MRFZone.
Required generalisation of the oneField concept.
Also clean-up the use of one and zero for consistency.
Simple mixerVessel2D tutorial case supplied.
2010-03-19 17:54:35 +00:00
01d6eded39
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-18 14:41:26 +00:00
a6af4e272c
ENH: offset calculation for multiple directMapped patches.
2010-03-18 14:39:33 +00:00
9c60eb17d1
ENH: strip off comment lines
2010-03-18 14:38:44 +00:00
dc06f24a0c
ENH: Split src/parallel into decompse and reconstruct to remove cyclic build dependency
2010-03-18 12:23:01 +00:00
a703cb3b94
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-17 18:13:13 +00:00
e0fcca3858
ENH: don't use directMapped on top patch.
2010-03-17 18:12:48 +00:00
08f10e8ea1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-17 15:06:16 +00:00
cf034de37a
Merge branch 'olesenm'
2010-03-17 14:58:34 +00:00
35cd2e49b8
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-17 11:49:50 +00:00
f1ab396a66
STYLE: remove all references to wallPoint::greatPoint.
...
Replaced with point::max wherever possible. Is VGREAT, not GREAT so be
careful with calculations.
2010-03-17 11:48:44 +00:00