Commit Graph

16832 Commits

Author SHA1 Message Date
c738accc8b Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-14 08:42:24 -08:00
519be48847 ENH: Adding genereal turbulent constructor 2015-12-14 08:41:05 -08:00
3f567c2c99 BUG velocityDamping: correct for new framework
Fixes #27.
2015-12-14 15:00:31 +00:00
2c6558ec20 ENH: snappyHexMeshDict: added comment for limitRegions 2015-12-14 14:34:32 +00:00
132a3893cf BUG: cloudInfo: filePtrs_ cleared after setSize. Fixes #26 2015-12-14 14:28:48 +00:00
ca834a93c8 BUG: triSurfaceMesh: operate non-parallel so not do a reduction of points
Also redistributePar:
- recognise going from undecomposed to many
- read on master only
2015-12-14 09:36:52 +00:00
5c73c0a028 Merge branch 'feature-regionModels' into 'develop'
ENH: Updated regionModels from internal development line



See merge request !23
2015-12-11 20:45:28 +00:00
8b59127609 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-11 10:27:55 -08:00
06a1ff719c dynamicLagragian implemetation from dev. Adding phase support. 2015-12-11 10:26:31 -08:00
8179509780 Transfering from dev copy constructors and clones for coordinateRotation classes 2015-12-11 10:24:55 -08:00
6603af585d BUG: fvc::average: excess printing. Fixes #30 2015-12-11 16:52:23 +00:00
edec4d139d STYLE: sigFpe: use of FatalErrorInFunction 2015-12-11 15:14:45 +00:00
6d75041480 Merge remote-tracking branch 'origin/develop' into feature-regionModels
Conflicts:
	src/regionModels/surfaceFilmModels/submodels/kinematic/filmThermoModel/liquidFilmThermo/liquidFilmThermo.C
2015-12-11 15:12:15 +00:00
f44d211fd3 ENH: autoHexMesh: check for both locationInMesh and locationsInMesh.
Fixes #31
2015-12-11 12:35:40 +00:00
907b962e88 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-11 11:42:10 +00:00
a46116ed5d Merge branch 'radiation' into 'develop'
Radiation



See merge request !26
2015-12-11 11:41:46 +00:00
314da35fee Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-11 11:39:34 +00:00
a71172b693 ENH: cyclicPeriodic: add some printing 2015-12-11 11:37:49 +00:00
92b5ee3487 Merge branch 'develop' into radiation
Conflicts:
	applications/utilities/preProcessing/viewFactorsGen/shootRays.H
	src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.C
	src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C
	src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.H
	src/thermophysicalModels/radiation/radiationModels/fvDOM/fvDOM/fvDOM.C
	src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C
	tutorials/mesh/parallel/filter/0.org/T
2015-12-11 09:50:43 +00:00
396169c108 ENH: Adding simpleCoealParcelFoam solver 2015-12-10 15:29:45 -08:00
8b285d42f2 Update: Changing FatalErrorInFunction. Changing Emission for P1 and fvDOM.
The absorptionEmission models should provide the 'total' emissivity.
2015-12-10 13:57:51 -08:00
d6f7a603ff Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-10 13:19:18 -08:00
2fee35e7fe ENH: Adding temporary fix for patchInjectionBase to find cellId where parcel is injected.
In ReactingMultiphaseParcel.C changing in calc function the  mass update due to phase change.
2015-12-10 13:11:48 -08:00
ff56809375 ENH: autoHexMesh: allow location-in-mesh to be made into a cellZone
Normally the location-in-mesh is equivalent to a cellZone -1. This can
now be overridden by a surface-specified cellZone as before.
2015-12-10 11:50:42 +00:00
0bb501b69a ENH: autoHexMesh: allow location-in-mesh to be made into a cellZone
Normally the location-in-mesh is equivalent to a cellZone -1. This can
now be overridden by a surface-specified cellZone as before.
2015-12-10 11:50:42 +00:00
604166a26a Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-10 11:26:26 +00:00
0ab048e076 COMP: autoHexMesh: fix pow(int, int) ambiguity 2015-12-10 11:25:53 +00:00
84602ec507 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-09 15:17:20 -08:00
c3854609a4 Adding 'compressible' flag in pEq for chtMultiRegionFoam and buoyantPimpleFoam, rhoThermo and
transient based solvers to account for incompressible Eq of State laws. It avoids taking into account
the term ddt(rho) as mass contribution due to compressibility effects
2015-12-09 15:11:16 -08:00
2147e6f8f8 BUG: helpType - removed 'boundary condition' text from argList options 2015-12-09 22:12:55 +00:00
882698a1b5 ENH: Changing p_rgh BC and call to solidThermo in noPyrolysis.C 2015-12-09 13:45:29 -08:00
e2cefb1a10 BUG: dynamic refinement: unrefinement was not looking at protectedCell
cells that are protected should neither be refined nor unrefined. Fixed
the logic: if any of the cells to-be-merged (=unrefined) is protected
do not unrefine.
2015-12-09 17:05:30 +00:00
4fef499298 BUG: polyMesh: test for up-to-date data w.r.t. points 2015-12-09 17:03:15 +00:00
e44d484d37 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-09 16:26:39 +00:00
0e01c44129 GIT: Resolved conflict 2015-12-09 16:19:28 +00:00
5c9dff6146 GIT: Resolved conflict 2015-12-09 16:19:28 +00:00
abeef3313d STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
8837a89237 STYLE: Updated links from openfoam.org to openfoam.com 2015-12-09 15:03:05 +00:00
3e48a99c5f Merge branch 'feature_shm_zoning' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into feature_shm_zoning 2015-12-09 14:50:51 +00:00
8a724e82a9 Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-09 11:02:22 +00:00
6510e5ce49 ENH: surfaceRedistributePar: switch off file modification checking. 2015-12-09 10:53:17 +00:00
ed2db73e50 Merge branch 'merge-foundation' into 'develop'
Merge foundation

Foundation code merged
- all compiles - was not all clean and needed to resolve many conflicts
- updated InfoIn, WarningIn, ErrorIn messaging
- removed fluxRequired from tutorials
- currently testing tutorials

See merge request !25
2015-12-09 10:52:13 +00:00
e929241cd6 STYLE: Minor code tweaks 2015-12-09 10:29:12 +00:00
dc64f53924 GIT: remove remnants of conflict 2015-12-09 10:20:10 +00:00
d52b01c806 ENH: Updated output messages 2015-12-09 09:40:23 +00:00
8f1d043364 GIT: Resolved conflict 2015-12-09 09:32:38 +00:00
9868e0f5dc Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop 2015-12-09 09:28:18 +00:00
28b3d2ec77 ENH: fieldCoordinateSystemTransform: corrected header and dictionary. Fixes #21. 2015-12-09 09:27:34 +00:00
8400a1c19f ENH: Updated notImplemented(...)->NotImplemented messages 2015-12-08 22:56:15 +00:00
53053fed78 STYLE: Consistency update in OpenCFD copyright text 2015-12-08 22:29:28 +00:00