493d9c8c95
ENH: genericPolyPatch: filter out duplicates when writing
2016-03-21 12:30:34 +00:00
6cbdd17337
Merge remote-tracking branch 'origin/develop' into feature-shared-file
2016-03-09 14:38:34 +00:00
ffa7dc7d6b
ENH: IOWarningIn: use new ..InFunction macros
2016-03-09 14:36:25 +00:00
d4ae0eac10
COMP: options: add indirect linkage
2016-03-02 11:15:56 +00:00
c35544f9cb
Merge remote-tracking branch 'origin/develop' into feature-shared-file
2016-03-02 09:54:15 +00:00
427b3704b4
BUG: fixedFluxPressure: map if no internal field. Fixes #61
2016-02-04 14:57:44 +00:00
fffb871d71
BUG: distributedTriSurfaceMesh: no need for messing with fileModificationChecking
2016-01-28 09:43:06 +00:00
0af509c22d
BUG: injectors: positions are a global quantity.
2016-01-28 09:00:04 +00:00
70525fe75e
ENH: include file tracking: missed out adding files to list of files to check
2016-01-27 17:35:46 +00:00
d7ac243dfc
Merge remote-tracking branch 'origin/develop' into feature-shared-file
2016-01-25 16:36:42 +00:00
9e3ce4ec7f
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus into feature-shared-file
...
Conflicts:
applications/utilities/mesh/advanced/refinementLevel/refinementLevel.C
applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C
applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C
applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C
applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4FoamUpdateInfo.C
applications/utilities/postProcessing/turbulence/createTurbulenceFields/createTurbulenceFields.C
applications/utilities/postProcessing/velocityField/Co/Co.C
applications/utilities/postProcessing/velocityField/Pe/Pe.C
applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C
applications/utilities/preProcessing/changeDictionary/changeDictionary.C
applications/utilities/preProcessing/setFields/setFields.C
applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C
applications/utilities/surface/surfaceMeshExport/surfaceMeshExport.C
applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C
applications/utilities/surface/surfaceRedistributePar/surfaceRedistributePar.C
src/OpenFOAM/db/IOobject/IOobject.C
src/OpenFOAM/db/IOobjects/CompactIOList/CompactIOList.C
src/OpenFOAM/db/IOobjects/IOField/IOField.C
src/OpenFOAM/db/IOobjects/IOList/IOList.C
src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C
src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C
src/OpenFOAM/db/Time/findInstance.C
src/OpenFOAM/db/regIOobject/regIOobject.C
src/OpenFOAM/db/regIOobject/regIOobjectI.H
src/OpenFOAM/db/regIOobject/regIOobjectRead.C
src/OpenFOAM/db/regIOobject/regIOobjectWrite.C
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/IOmapDistribute.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
src/dynamicMesh/fvMeshDistribute/IOmapDistributePolyMesh.C
src/dynamicMesh/motionSolver/componentDisplacement/componentDisplacementMotionSolver.C
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.C
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.C
src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C
src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.C
src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.C
src/edgeMesh/extendedEdgeMesh/extendedFeatureEdgeMesh/extendedFeatureEdgeMesh.C
src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationMotionSolver.C
src/fvMotionSolver/pointPatchFields/derived/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.C
src/lagrangian/basic/Cloud/CloudIO.C
src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C
src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.C
src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransformTemplates.C
src/postProcessing/functionObjects/field/readFields/readFieldsTemplates.C
src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C
src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C
2016-01-25 16:29:04 +00:00
e424059208
ENH: glboal file handling: initial commit
...
Moved file path handling to regIOobject and made it type specific so
now every object can have its own rules. Examples:
- faceZones are now processor local (and don't search up anymore)
- timeStampMaster is now no longer hardcoded inside IOdictionary
(e.g. uniformDimensionedFields support it as well)
- the distributedTriSurfaceMesh is properly processor-local; no need
for fileModificationChecking manipulation.
2016-01-25 13:03:15 +00:00
e00acab949
BUG: autoHexMesh: merging faceZones with layers added
...
- was merging all boundary points originating from the same point
- which caused merging of multiple extruded points (since all originating
from the same point)
- there is no more addressing available from addPatchCell layer so
instead do a geometric merge
- additional bug: calculating weights if faceZone on processor patch
2016-01-25 10:06:16 +00:00
6651f31909
BUG: lagrangian: PatchInteractionModel was not initialising statistics counters
...
Fixed #55 .
2016-01-11 09:23:14 +00:00
5bc78be793
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-08 12:37:45 +00:00
89ac7ff40b
ENH: Doxygen updates
2016-01-08 12:37:24 +00:00
3568e3a9a6
ENH: objectRegistry: revert to printing on master only
2016-01-07 08:48:27 +00:00
11ad0635b7
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-06 16:55:22 +00:00
d3d6d819bb
BUG: autoHexMesh: gap refinement ignores refinementRegion itself
...
It was ignoring the initial selection of cells inside/outside the refinement
region and instead looking at all surface-intersection regardless. Fixes #51 .
2016-01-06 16:52:34 +00:00
16e3f5c1e4
STY: Expanding header for model description
2016-01-05 15:12:02 -08:00
9dd487a359
STY: Correcting spelling mistake in diffusionMulticomponent
2016-01-05 09:55:16 -08:00
bece8ad2cb
BUG: LESDelta: parallel inconsistent
...
Internal values get set but never swapped on processor boundaries. Fixes #49 .
2016-01-05 15:26:46 +00:00
b3bae3a411
ENH: sampledSets: have sorted distance on master set
...
This is more logical - the points are passed in sorted as well and there is
no way for the master sampledset to determine the ordering.
2015-12-31 11:01:11 +00:00
f0c3e8d599
STYLE: Updated version to 'plus'
2015-12-22 23:14:17 +00:00
5e8f33398b
Merge branch 'feature-turbulence' into 'develop'
...
CONTRIBUTION: Turbulence - updated SpalartAlmaras & kOmegaSST DES, DDES and IDDES
Code supplied by CFD Software E+F GmbH
See merge request !28
2015-12-22 22:14:53 +00:00
caf13291e8
ENH: DEShydrid scheme - added usage notes to header
2015-12-22 22:08:38 +00:00
cfe2d32c77
ENH: Minor code clean-up
2015-12-22 22:04:02 +00:00
76c0096cb6
STYLE: Updated error messages to use new FatalErrorInFunction
2015-12-22 17:00:59 +00:00
04752147c8
GIT: Resolved conflict on merge from upstream
2015-12-22 16:49:44 +00:00
5d7d3b793f
BUG: Make/files: use C style comment
2015-12-19 15:00:47 +00:00
17617d87da
Merge branch 'feature-copyright' into 'develop'
...
ENH: copyright: make consistent with OpenFOAM-history
See merge request !29
2015-12-19 14:25:48 +00:00
8864223aed
ENH: copyright: make consistent with OpenFOAM-history
2015-12-19 14:22:30 +00:00
72be4b372d
CONTRIBUTION: Turbulence - updated SpalartAlmaras & kOmegaSST DES, DDES and IDDES
...
Code supplied by CFD Software E+F GmbH
2015-12-19 12:14:22 +00:00
30a03e31f3
files: taking out the compilation of pressureJumpDirec.... fo.
...
radiationProperties: general model organization
fvOptions: taking out the use of pressureJumpDirec.... from tutorial
2015-12-18 12:17:00 -08:00
183a244169
Fixes #38 .
2015-12-18 10:39:57 +00:00
1beb9b7acb
BUG: autoHexMesh: allocation of zones. Base on cell zoning, not on surface
2015-12-17 12:16:34 +00:00
0347bc5ae2
ENH: autoHexMesh: check for both locationInMesh and locationsInMesh.
2015-12-17 09:35:13 +00:00
05890eadfa
BUG: Changing the writing function of uniformInterpolationTable to hard coded ascii format.
2015-12-16 11:10:55 -08:00
df79844443
ENH: Adding kMin to k in dTilda function as dTilda can not be zero in case k = 0
2015-12-15 15:41:01 -08:00
b95088a74e
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-15 15:06:11 -08:00
8a8453079c
ENH: realizableKE and v2f use laminar nu is functions which don't allow nu < 0.
...
If the solver use psiThermo rho = p*psi. If p < 0 then rho < 0 and
consequently nu < 0. This happens for steady solvers such as rhoSimpleFoam.
Adding limiters to laminar nu.
2015-12-15 15:01:38 -08:00
4a8abe78f5
Merge branch 'feature_shm_zoning' into develop
...
Conflicts:
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/refinementParameters/refinementParameters.C
src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H
src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C
2015-12-15 20:10:10 +00:00
97f58f1ea3
ENH: snappyHexMesh: fix behaviour of allowFreeStandingZoneBaffles
...
See comment in $FOAM_UTILITIES snappyHexMeshDict
2015-12-15 17:36:45 +00:00
d77f54ab4e
BUG: ParticleCollector: handle particle not intersecting triangle
2015-12-15 14:53:16 +00:00
316dc48e37
STYLE: probes: indentation
2015-12-15 14:52:56 +00:00
8b7b625ee4
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-15 05:21:34 +00:00
1b94025a64
BUG: adding limiter for KK to dynamicKEqn. Fixing access to tmp of nuEff.
2015-12-14 15:05:44 -08:00
bbf345256f
BUG: searchableCone: inside/outside test using wrong sign for gradient
2015-12-14 18:00:30 +00:00
b2b794d853
BUG: Removing unused phi in dynamicLagrangian.C
2015-12-14 09:21:47 -08:00
3f567c2c99
BUG velocityDamping: correct for new framework
...
Fixes #27 .
2015-12-14 15:00:31 +00:00